NSInvocation.Invoke Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
[Foundation.Export("invoke")]
public virtual void Invoke();
override this.Invoke : unit -> unit
- Attributes
Applies to
Xamarin iOS SDK 12
Produkt | Versioner |
---|---|
Xamarin iOS SDK | 12 |
C#
[Foundation.Export("invokeWithTarget:")]
public virtual void Invoke(Foundation.NSObject target);
override this.Invoke : Foundation.NSObject -> unit
Parameters
- target
- NSObject
- Attributes
Applies to
Xamarin iOS SDK 12
Produkt | Versioner |
---|---|
Xamarin iOS SDK | 12 |