Свойство | Type | Description | |
---|---|---|---|
metaData | |||
parent | IResolutionScope |
Méthode | Description | |
---|---|---|
AddClass ( string nsName, string name ) : |
||
AddField ( string name, Type fType ) : |
Add a field to this class
|
|
AddMethod ( string name, Type retType, Type pars ) : |
Add a method to this class
|
|
AddMethod ( string name, Type retType, Type pars, int gen_param_count ) : |
Add a method to this class
|
|
AddValueClass ( string nsName, string name ) : |
||
AddVarArgMethod ( string name, Type retType, Type pars, Type optPars ) : |
Add a method to this class
|
Méthode | Description | |
---|---|---|
ClassRef ( string nsName, string name, |
||
GetCodedIx ( CIx code ) : uint | ||
SetParent ( IResolutionScope par ) : void | ||
Size ( |
||
TypeDefOrRefToken ( ) : uint | ||
TypeName ( ) : string | ||
TypeSig ( |
||
Write ( PEAPI.FileImage output ) : void |
public AddClass ( string nsName, string name ) : |
||
nsName | string | |
name | string | |
Résultat |
public AddField ( string name, Type fType ) : |
||
name | string | field name |
fType | Type | field type |
Résultat |
public AddMethod ( string name, Type retType, Type pars ) : |
||
name | string | method name |
retType | Type | return type |
pars | Type | parameter types |
Résultat |
public AddMethod ( string name, Type retType, Type pars, int gen_param_count ) : |
||
name | string | method name |
retType | Type | return type |
pars | Type | parameter types |
gen_param_count | int | num of generic parameters |
Résultat |
public AddValueClass ( string nsName, string name ) : |
||
nsName | string | |
name | string | |
Résultat |
public AddVarArgMethod ( string name, Type retType, Type pars, Type optPars ) : |
||
name | string | method name |
retType | Type | return type |
pars | Type | parameter types |
optPars | Type | |
Résultat |