Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
MonoTouch.NUnitLite.dll
Namespace MonoTouch.NUnit.UI
Type Changed: MonoTouch.NUnit.UI.BaseTouchRunner
Modified methods:
-public bool Load (System.Reflection.Assembly assembly, System.Collections.IDictionary settings = NULL)
+public bool Load (System.Reflection.Assembly assembly, System.Collections.IDictionary settings)
-public bool Load (string assemblyName, System.Collections.IDictionary settings = NULL)
+public bool Load (string assemblyName, System.Collections.IDictionary settings)
Xamarin.iOS.dll
Namespace ARKit
Type Changed: ARKit.ARSkeleton2D
Modified methods:
public ---virtual--- OpenTK.Vector2 GetLandmarkPoint (ARSkeletonJointName jointName)
Type Changed: ARKit.ARSkeleton3D
Modified methods:
public ---virtual--- OpenTK.NMatrix4 GetLocalTransform (ARSkeletonJointName jointName)
public ---virtual--- OpenTK.NMatrix4 GetModelTransform (ARSkeletonJointName jointName)
Namespace AVFoundation
Type Changed: AVFoundation.AVAudioSourceNode
Obsoleted constructors:
[Obsolete ("Use 'AVAudioSourceNode (AVAudioSourceNodeRenderHandler2)' instead.")]
public AVAudioSourceNode (AVAudioSourceNodeRenderHandler renderHandler);
[Obsolete ("Use 'AVAudioSourceNode (AVAudioFormat, AVAudioSourceNodeRenderHandler2)' instead.")]
public AVAudioSourceNode (AVAudioFormat format, AVAudioSourceNodeRenderHandler renderHandler);
Added constructors:
public AVAudioSourceNode (AVAudioSourceNodeRenderHandler2 renderHandler);
public AVAudioSourceNode (AVAudioFormat format, AVAudioSourceNodeRenderHandler2 renderHandler);
New Type: AVFoundation.AVAudioSourceNodeRenderHandler2
public sealed delegate AVAudioSourceNodeRenderHandler2 : System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable {
// constructors
public AVAudioSourceNodeRenderHandler2 (object object, IntPtr method);
// methods
public virtual System.IAsyncResult BeginInvoke (ref bool isSilence, ref AudioToolbox.AudioTimeStamp timestamp, uint frameCount, ref AudioToolbox.AudioBuffers outputData, System.AsyncCallback callback, object object);
public virtual int EndInvoke (ref bool isSilence, ref AudioToolbox.AudioTimeStamp timestamp, ref AudioToolbox.AudioBuffers outputData, System.IAsyncResult result);
public virtual int Invoke (ref bool isSilence, ref AudioToolbox.AudioTimeStamp timestamp, uint frameCount, ref AudioToolbox.AudioBuffers outputData);
}
Namespace CoreFoundation
Type Changed: CoreFoundation.NativeObject
Added method:
public IntPtr GetCheckedHandle ();
Namespace Foundation
Type Changed: Foundation.NSString
Added method:
public static string FromHandle (IntPtr handle, bool owns);
Namespace ObjCRuntime
Type Changed: ObjCRuntime.Constants
Modified fields:
-public const string Version = "14.2.0";
+public const string Version = "14.4.1";