Module Class
Assembly: Topten.Cminor.Runtime.dll
Namespace: Topten.Cminor
Represents an executable code module that can be loaded into an execution context
public class Module :
IDisposable
Inheritance
Module → object
Interfaces
Properties
Handle | The underlying native handle for this module (struct rt_module*) |
Name | Name of the module |
Methods
Build(string, IntPtr, Action) | Create an in-memory module |
Dispose() | |
Dispose(bool) |
Overridden & Inherited
Finalize() |