메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
BuildTables ( |
||
GetCodedIx ( CIx code ) : uint | ||
Property ( string name, Type retType, Type pars, |
||
Size ( |
||
Write ( PEAPI.FileImage output ) : void |
public AddGetter ( |
||
getter | the get method | |
리턴 | void |
public AddInitValue ( |
||
constVal | the initial value for this property | |
리턴 | void |
public AddSetter ( |
||
setter | the set method | |
리턴 | void |