Method | Description | |
---|---|---|
AddType ( String typeName ) : |
||
AddType ( String typeName, |
||
AddType ( String typeName, |
||
AddType ( String typeName, bool isStatic ) : |
||
DynamicAssembly ( String assemblyName, String moduleName, AssemblyBuilderAccess access = AssemblyBuilderAccess.RunAndSave ) : System | ||
GetType ( String typeName ) : |
||
Save ( ) : String |
public AddType ( String typeName ) : |
||
typeName | String | |
return |
public AddType ( String typeName, |
||
typeName | String | |
parentType | ||
return |
public AddType ( String typeName, |
||
typeName | String | |
parentType | ||
isStatic | bool | |
return |
public AddType ( String typeName, bool isStatic ) : |
||
typeName | String | |
isStatic | bool | |
return |
public DynamicAssembly ( String assemblyName, String moduleName, AssemblyBuilderAccess access = AssemblyBuilderAccess.RunAndSave ) : System | ||
assemblyName | String | |
moduleName | String | |
access | AssemblyBuilderAccess | |
return | System |
public GetType ( String typeName ) : |
||
typeName | String | |
return |