|
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)
|
(Inherited from NSObject)
|
|
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)
|
(Inherited from NSObject)
|
|
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)
|
Registers an object for being observed externally using an arbitrary method.
(Inherited from NSObject)
|
|
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)
|
Registers an object for being observed externally using an arbitrary method.
(Inherited from NSObject)
|
|
AwakeFromNib()
|
(Inherited from NSObject)
|
|
BeginInvokeOnMainThread(Action)
|
(Inherited from NSObject)
|
|
BeginInvokeOnMainThread(Selector, NSObject)
|
Invokes asynchrously the specified code on the main UI thread.
(Inherited from NSObject)
|
|
Bind(NSString, NSObject, String, NSBindingOptions)
|
(Inherited from NSObject)
|
|
Bind(NSString, NSObject, String, NSDictionary)
|
(Inherited from NSObject)
|
|
CommitEditing()
|
(Inherited from NSObject)
|
|
CommitEditing(NSObject, Selector, IntPtr)
|
(Inherited from NSObject)
|
|
ConformsToProtocol(NativeHandle)
|
(Inherited from NSObject)
|
|
Copy()
|
(Inherited from NSObject)
|
|
DangerousAutorelease()
|
Calls the 'autorelease' selector on this object.
(Inherited from NSObject)
|
|
DangerousRelease()
|
Calls the 'release' selector on this object.
(Inherited from NSObject)
|
|
DangerousRetain()
|
Calls the 'retain' selector on this object.
(Inherited from NSObject)
|
|
DidChange(NSKeyValueChange, NSIndexSet, NSString)
|
(Inherited from NSObject)
|
|
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)
|
(Inherited from NSObject)
|
|
DidChangeValue(String)
|
(Inherited from NSObject)
|
|
Dispose()
|
Releases the resources used by the NSObject object.
(Inherited from NSObject)
|
|
Dispose(Boolean)
|
Releases the resources used by the NSObject object.
(Inherited from NSObject)
|
|
DoesNotRecognizeSelector(Selector)
|
(Inherited from NSObject)
|
|
Equals(NSObject)
|
(Inherited from NSObject)
|
|
Equals(Object)
|
(Inherited from NSObject)
|
|
FromCGImage(CGImage, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
|
Creates and returns a Metal texture from the specified Core Graphics image and options, and runs a completion handler when it completes.
|
|
FromCGImage(CGImage, MTKTextureLoaderOptions, NSError)
|
Creates and returns a Metal texture from the specified Core Graphics image and options.
|
|
FromCGImageAsync(CGImage, MTKTextureLoaderOptions)
|
Asynchronously creates a Metal texture from the specified Core Graphics image and options, and returns a task that provides the resulting image.
|
|
FromData(NSData, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
|
Creates and returns a Metal texture from the specified image data and options, and runs a completion handler when it completes.
|
|
FromData(NSData, MTKTextureLoaderOptions, NSError)
|
Creates and returns a Metal texture from the specified image data and options.
|
|
FromDataAsync(NSData, MTKTextureLoaderOptions)
|
Creates a Metal texture from the specified image data and options, returning a task that provides the resulting image.
|
|
FromName(String, NFloat, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
|
|
FromName(String, NFloat, NSBundle, MTKTextureLoaderOptions, NSError)
|
|
FromName(String, NFloat, NSBundle, NSDictionary, MTKTextureLoaderCallback)
|
|
FromName(String, NFloat, NSBundle, NSDictionary, NSError)
|
|
FromName(String, NFloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
|
|
FromName(String, NFloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions, NSError)
|
|
FromName(String, NFloat, NSDisplayGamut, NSBundle, NSDictionary, MTKTextureLoaderCallback)
|
|
FromName(String, NFloat, NSDisplayGamut, NSBundle, NSDictionary, NSError)
|
|
FromNameAsync(String, NFloat, NSBundle, MTKTextureLoaderOptions)
|
Creates a new Metal texture with the specified name and options, returning a task that provides the resulting image.
|
|
FromNameAsync(String, NFloat, NSBundle, NSDictionary)
|
|
FromNameAsync(String, NFloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions)
|
|
FromNameAsync(String, NFloat, NSDisplayGamut, NSBundle, NSDictionary)
|
|
FromNames(String[], NFloat, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderArrayCallback)
|
|
FromNames(String[], NFloat, NSBundle, NSDictionary, MTKTextureLoaderArrayCallback)
|
|
FromNames(String[], NFloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions, MTKTextureLoaderArrayCallback)
|
|
FromNames(String[], NFloat, NSDisplayGamut, NSBundle, NSDictionary, MTKTextureLoaderArrayCallback)
|
|
FromNamesAsync(String[], NFloat, NSBundle, MTKTextureLoaderOptions)
|
Creates an array of new Metal texture with the specified and options, returning a task that provides the resulting array.
|
|
FromNamesAsync(String[], NFloat, NSBundle, NSDictionary)
|
|
FromNamesAsync(String[], NFloat, NSDisplayGamut, NSBundle, MTKTextureLoaderOptions)
|
|
FromNamesAsync(String[], NFloat, NSDisplayGamut, NSBundle, NSDictionary)
|
|
FromTexture(MDLTexture, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
|
Creates a new Metal texture from the specified texture.
|
|
FromTexture(MDLTexture, MTKTextureLoaderOptions, NSError)
|
Creates a new Metal texture from the specified texture.
|
|
FromTexture(MDLTexture, NSDictionary, MTKTextureLoaderCallback)
|
|
FromTexture(MDLTexture, NSDictionary, NSError)
|
|
FromTextureAsync(MDLTexture, MTKTextureLoaderOptions)
|
Creates a new Metal texture from the specified options, returning a task that provides the resulting texture.
|
|
FromTextureAsync(MDLTexture, NSDictionary)
|
Creates a new Metal texture from the specified texture.
|
|
FromUrl(NSUrl, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
|
Creates a new Metal texture from the resource at the specified url.
|
|
FromUrl(NSUrl, MTKTextureLoaderOptions, NSError)
|
Creates a new Metal texture from the resource at the specified url.
|
|
FromUrlAsync(NSUrl, MTKTextureLoaderOptions)
|
Creates a new Metal texture from the resource at the specified url, returning a task that provides the resulting texture.
|
|
FromUrls(NSUrl[], MTKTextureLoaderOptions, MTKTextureLoaderArrayCallback)
|
Creates an array of new Metal textures from the resources at the specified urls.
|
|
FromUrls(NSUrl[], MTKTextureLoaderOptions, NSError)
|
Creates an array of new Metal textures from the resources at the specified urls.
|
|
FromUrls(NSUrl[], NSDictionary, MTKTextureLoaderArrayCallback)
|
|
FromUrls(NSUrl[], NSDictionary, NSError)
|
|
FromUrlsAsync(NSUrl[], MTKTextureLoaderOptions)
|
Creates an array of new Metal textures from the resource sat the specified urls, returning a task that provides the resulting texture array.
|
|
FromUrlsAsync(NSUrl[], NSDictionary)
|
Creates an array of new Metal textures from the resources at the specified urls.
|
|
GetBindingInfo(NSString)
|
(Inherited from NSObject)
|
|
GetBindingOptionDescriptions(NSString)
|
(Inherited from NSObject)
|
|
GetBindingValueClass(NSString)
|
(Inherited from NSObject)
|
|
GetDictionaryOfValuesFromKeys(NSString[])
|
(Inherited from NSObject)
|
|
GetHashCode()
|
Generates a hash code for the current instance.
(Inherited from NSObject)
|
|
GetMethodForSelector(Selector)
|
(Inherited from NSObject)
|
|
GetNativeHash()
|
(Inherited from NSObject)
|
|
Init()
|
(Inherited from NSObject)
|
|
InitializeHandle(NativeHandle, String)
|
(Inherited from NSObject)
|
|
InitializeHandle(NativeHandle)
|
(Inherited from NSObject)
|
|
Invoke(Action, Double)
|
(Inherited from NSObject)
|
|
Invoke(Action, TimeSpan)
|
(Inherited from NSObject)
|
|
InvokeOnMainThread(Action)
|
(Inherited from NSObject)
|
|
InvokeOnMainThread(Selector, NSObject)
|
Invokes synchrously the specified code on the main UI thread.
(Inherited from NSObject)
|
|
IsEqual(NSObject)
|
(Inherited from NSObject)
|
|
IsKindOfClass(Class)
|
(Inherited from NSObject)
|
|
IsMemberOfClass(Class)
|
(Inherited from NSObject)
|
|
MarkDirty()
|
Promotes a regular peer object (IsDirectBinding is true) into a toggleref object.
(Inherited from NSObject)
|
|
MutableCopy()
|
(Inherited from NSObject)
|
|
ObjectDidEndEditing(NSObject)
|
(Inherited from NSObject)
|
|
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject, Double, NSString[])
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject, Double)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject, NSObject)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSThread, NSObject, Boolean)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector)
|
(Inherited from NSObject)
|
|
PrepareForInterfaceBuilder()
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, NSString, IntPtr)
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, NSString)
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, String, IntPtr)
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, String)
|
(Inherited from NSObject)
|
|
RespondsToSelector(Selector)
|
(Inherited from NSObject)
|
|
SetNilValueForKey(NSString)
|
(Inherited from NSObject)
|
|
SetValueForKey(NSObject, NSString)
|
(Inherited from NSObject)
|
|
SetValueForKeyPath(NativeHandle, NSString)
|
(Inherited from NSObject)
|
|
SetValueForKeyPath(NSObject, NSString)
|
(Inherited from NSObject)
|
|
SetValueForUndefinedKey(NSObject, NSString)
|
(Inherited from NSObject)
|
|
SetValuesForKeysWithDictionary(NSDictionary)
|
(Inherited from NSObject)
|
|
ToString()
|
Returns a string representation of the value of the current instance.
(Inherited from NSObject)
|
|
Unbind(NSString)
|
(Inherited from NSObject)
|
|
ValueForKey(NSString)
|
(Inherited from NSObject)
|
|
ValueForKeyPath(NSString)
|
(Inherited from NSObject)
|
|
ValueForUndefinedKey(NSString)
|
(Inherited from NSObject)
|
|
WillChange(NSKeyValueChange, NSIndexSet, NSString)
|
(Inherited from NSObject)
|
|
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)
|
(Inherited from NSObject)
|
|
WillChangeValue(String)
|
(Inherited from NSObject)
|