TypeConverter.ToManaged(String) Method

Definition

Converts the specified Objective-C description into the .NET type.

public static Type ToManaged (string type);
static member ToManaged : string -> Type

Parameters

type
String

Type description.

Returns

The .NET type.

Remarks

For example: TypeConverter.ToManaged ("@") returns typeof (IntPtr).

Applies to