Runtime.RegisterAssembly(Assembly) Method

Definition

Registers all of the classes in the specified assembly.

public static void RegisterAssembly (System.Reflection.Assembly a);
static member RegisterAssembly : System.Reflection.Assembly -> unit

Parameters

a
Assembly

The assembly to process.

Remarks

This iterates over all the types that derive from NSObject in the specified assembly and registers them with the runtime.

Applies to