Method | Description | |
---|---|---|
AddGetter ( |
Add a get method to this property
|
|
AddInitValue ( |
Add an initial value for this property
|
|
AddOther ( |
Add another method to this property
|
|
AddSetter ( |
Add a set method to this property
|
|
SetInstance ( bool isInstance ) : void |
Method | Description | |
---|---|---|
BuildTables ( |
||
GetCodedIx ( CIx code ) : uint | ||
Property ( string name, Type retType, Type pars, |
||
Size ( |
||
Write ( PEAPI.FileImage output ) : void |
public AddGetter ( |
||
getter | the get method | |
return | void |
public AddInitValue ( |
||
constVal | the initial value for this property | |
return | void |
public AddOther ( |
||
other | the method | |
return | void |
public AddSetter ( |
||
setter | the set method | |
return | void |
public SetInstance ( bool isInstance ) : void | ||
isInstance | bool | |
return | void |