Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Latest commit

 

History

History
96 lines (51 loc) · 1.36 KB

File metadata and controls

96 lines (51 loc) · 1.36 KB
id title
980A32D5-2DD1-410A-B927-1C37D13FCFF5
From 8.10.0 to 8.10.1

API diff

mscorlib.dll

(Classic) monotouch.dll

(Unified) Xamarin.iOS.dll


mscorlib.dll

Namespace System.Runtime.InteropServices

New Type System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute

public sealed class DefaultDllImportSearchPathsAttribute : System.Attribute {
	// constructors
	public DefaultDllImportSearchPathsAttribute (DllImportSearchPath paths);
	// properties
	public DllImportSearchPath Paths { get; }
}

New Type System.Runtime.InteropServices.DllImportSearchPath

[Serializable]
[Flags]
public enum DllImportSearchPath {
	ApplicationDirectory = 512,
	AssemblyDirectory = 2,
	LegacyBehavior = 0,
	SafeDirectories = 4096,
	System32 = 2048,
	UseDllDirectoryForDependencies = 256,
	UserDirectories = 1024,
}

monotouch.dll

Namespace MonoTouch

Type Changed: MonoTouch.Constants

Modified fields:

public const string Version = "8.10.0" "8.10.1";

Xamarin.iOS.dll

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

public const string Version = "8.10.0" "8.10.1";