Method | Description | |
---|---|---|
AddDataDef ( |
||
AddFieldDef ( FieldDef fielddef ) : void | ||
AddFieldMarshalInfo ( PEAPI native_type ) : void | ||
AddManifestResource ( |
||
AddPermission ( PEAPI sec_action, object perm ) : void | ||
AddToDefineContentsList ( Mono.ILASM.TypeDef typedef ) : void | ||
BeginAssemblyRef ( string name, |
||
BeginMethodDef ( MethodDef methoddef ) : void | ||
BeginSourceFile ( string name ) : void | ||
BeginTypeDef ( TypeAttr attr, string name, Mono.ILASM.BaseClassRef parent, |
||
CodeGen ( string output_file, bool is_dll, bool debugging_info ) : PEAPI | ||
EndAssemblyRef ( ) : void | ||
EndMethodDef ( Mono.ILASM.Location location ) : void | ||
EndSourceFile ( ) : void | ||
EndTypeDef ( ) : void | ||
GetDataConst ( string name ) : |
||
GetGlobalFieldRef ( Mono.ILASM.BaseTypeRef ret_type, string name ) : Mono.ILASM.GlobalFieldRef | ||
GetGlobalMethodRef ( Mono.ILASM.BaseTypeRef ret_type, PEAPI call_conv, string name, Mono.ILASM.BaseTypeRef param, int gen_param_count ) : Mono.ILASM.GlobalMethodRef | ||
GetTypeRef ( string name ) : Mono.ILASM.TypeRef | ||
IsThisAssembly ( string name ) : bool | ||
IsThisModule ( string name ) : bool | ||
ResolveField ( string name, string type_name ) : |
||
ResolveMethod ( string signature ) : |
||
ResolveVarargMethod ( string sig_only_required_params, string sig_with_optional_params, |
||
SetCorFlags ( int cor_flags ) : void | ||
SetFileRef ( FileRef file_ref ) : void | ||
SetImageBase ( long image_base ) : void | ||
SetModuleName ( string module_name ) : void | ||
SetStackReserve ( long stack_reserve ) : void | ||
SetSubSystem ( int sub_system ) : void | ||
SetThisAssembly ( string name, PEAPI attr ) : void | ||
Write ( ) : void |
Method | Description | |
---|---|---|
AddPermission ( PEAPI sec_action, object perm, DeclSecurity decl_sec ) : void | ||
CacheName ( string name ) : string |
public AddFieldDef ( FieldDef fielddef ) : void | ||
fielddef | FieldDef | |
return | void |
public AddFieldMarshalInfo ( PEAPI native_type ) : void | ||
native_type | PEAPI | |
return | void |
public AddManifestResource ( |
||
mr | ||
return | void |
public AddPermission ( PEAPI sec_action, object perm ) : void | ||
sec_action | PEAPI | |
perm | object | |
return | void |
public AddToDefineContentsList ( Mono.ILASM.TypeDef typedef ) : void | ||
typedef | Mono.ILASM.TypeDef | |
return | void |
public BeginAssemblyRef ( string name, |
||
name | string | |
asmb_name | ||
attr | PEAPI | |
return | void |
public BeginMethodDef ( MethodDef methoddef ) : void | ||
methoddef | MethodDef | |
return | void |
public BeginSourceFile ( string name ) : void | ||
name | string | |
return | void |
public BeginTypeDef ( TypeAttr attr, string name, Mono.ILASM.BaseClassRef parent, |
||
attr | TypeAttr | |
name | string | |
parent | Mono.ILASM.BaseClassRef | |
impl_list | ||
location | Mono.ILASM.Location | |
gen_params | Mono.ILASM.GenericParameters | |
return | void |
public CodeGen ( string output_file, bool is_dll, bool debugging_info ) : PEAPI | ||
output_file | string | |
is_dll | bool | |
debugging_info | bool | |
return | PEAPI |
public EndMethodDef ( Mono.ILASM.Location location ) : void | ||
location | Mono.ILASM.Location | |
return | void |
public GetDataConst ( string name ) : |
||
name | string | |
return |
public GetGlobalFieldRef ( Mono.ILASM.BaseTypeRef ret_type, string name ) : Mono.ILASM.GlobalFieldRef | ||
ret_type | Mono.ILASM.BaseTypeRef | |
name | string | |
return | Mono.ILASM.GlobalFieldRef |
public GetGlobalMethodRef ( Mono.ILASM.BaseTypeRef ret_type, PEAPI call_conv, string name, Mono.ILASM.BaseTypeRef param, int gen_param_count ) : Mono.ILASM.GlobalMethodRef | ||
ret_type | Mono.ILASM.BaseTypeRef | |
call_conv | PEAPI | |
name | string | |
param | Mono.ILASM.BaseTypeRef | |
gen_param_count | int | |
return | Mono.ILASM.GlobalMethodRef |
public GetTypeRef ( string name ) : Mono.ILASM.TypeRef | ||
name | string | |
return | Mono.ILASM.TypeRef |
public ResolveField ( string name, string type_name ) : |
||
name | string | |
type_name | string | |
return |
public ResolveMethod ( string signature ) : |
||
signature | string | |
return |
public ResolveVarargMethod ( string sig_only_required_params, string sig_with_optional_params, |
||
sig_only_required_params | string | |
sig_with_optional_params | string | |
code_gen | ||
opt | PEAPI | |
return |
public SetFileRef ( FileRef file_ref ) : void | ||
file_ref | FileRef | |
return | void |
public SetImageBase ( long image_base ) : void | ||
image_base | long | |
return | void |
public SetModuleName ( string module_name ) : void | ||
module_name | string | |
return | void |
public SetStackReserve ( long stack_reserve ) : void | ||
stack_reserve | long | |
return | void |
public SetSubSystem ( int sub_system ) : void | ||
sub_system | int | |
return | void |
public SetThisAssembly ( string name, PEAPI attr ) : void | ||
name | string | |
attr | PEAPI | |
return | void |