Protocol.GetHandle(String) Method

Definition

Returns the handle to the Objective-C protocol.

public static IntPtr GetHandle (string name);
static member GetHandle : string -> nativeint

Parameters

name
String

Name of the protocol.

Returns

IntPtr

nativeint

IntPtr.Zero if the protocol is not known, or a handle to the protocol.

Applies to