Module.Build Method
Assembly: Topten.Cminor.Runtime.dll
Namespace: Topten.Cminor
Declaring Type: Module
Create an in-memory module
public static Module Build(string name, IntPtr controlFunction, Action freecode);
Parameters
string name | Name of the module |
IntPtr controlFunction | Pointer to the control function |
Action freecode |
Returns
Module | A Module instance |