Runtime.RegisterAssembly(Assembly) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.