Share via


NSXpcInterface.GetAllowedClasses Method

Definition

Overloads

GetAllowedClasses(Selector, UIntPtr, Boolean)

[Foundation.Export("classesForSelector:argumentIndex:ofReply:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSSet<ObjCRuntime.Class> GetAllowedClasses(ObjCRuntime.Selector methodSelector, UIntPtr argumentIndex, bool forReplyBlock);
[<Foundation.Export("classesForSelector:argumentIndex:ofReply:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetAllowedClasses : ObjCRuntime.Selector * unativeint * bool -> Foundation.NSSet<ObjCRuntime.Class>
override this.GetAllowedClasses : ObjCRuntime.Selector * unativeint * bool -> Foundation.NSSet<ObjCRuntime.Class>

Parameters

methodSelector
Selector
argumentIndex
UIntPtr

unativeint

forReplyBlock
Boolean

Returns

Attributes

Applies to

GetAllowedClasses(MethodInfo, UIntPtr, Boolean)

public Foundation.NSSet<ObjCRuntime.Class> GetAllowedClasses(System.Reflection.MethodInfo method, UIntPtr argumentIndex, bool forReplyBlock);
member this.GetAllowedClasses : System.Reflection.MethodInfo * unativeint * bool -> Foundation.NSSet<ObjCRuntime.Class>

Parameters

method
MethodInfo
argumentIndex
UIntPtr

unativeint

forReplyBlock
Boolean

Returns

Applies to