Used for security domains. Represents an assembly that types may be found in.
Public Member Functions | |
CodeAssembly (Assembly assembly, bool current) | |
Creates a code assembly with the given assembly object. More... | |
Type | GetType (string name) |
Attempts to get the named type from this assembly. More... | |
Public Attributes | |
string | Name |
The name of the assembly. More... | |
bool | Current |
True if this is the current assembly. More... | |
bool | NitroAOT |
True if this is a Nitro assembly. More... | |
Assembly | Assembly |
The assembly itself. More... | |
|
inline |
Creates a code assembly with the given assembly object.
assembly | The assembly to use. |
|
inline |
Attempts to get the named type from this assembly.
name | The name of the type to find. |
Assembly Nitro.CodeAssembly.Assembly |
The assembly itself.
bool Nitro.CodeAssembly.Current |
True if this is the current assembly.
string Nitro.CodeAssembly.Name |
The name of the assembly.
bool Nitro.CodeAssembly.NitroAOT |
True if this is a Nitro assembly.