Class.Lookup(Class) Method

Definition

This method looks up the managed type for a given Objective-C class.

public static Type Lookup (ObjCRuntime.Class class);
static member Lookup : ObjCRuntime.Class -> Type

Parameters

class
Class

The Objective-C class.

Returns

The managed type for the specified Objective-C class.

Applies to