메소드 | 설명 | |
---|---|---|
AddDataValue ( |
Add an initial value for this field (at dataLabel) (.data)
|
|
AddFieldAttr ( FieldAttr fa ) : void |
Add an attribute(s) to this field
|
|
AddValue ( |
Add a value for this field
|
|
SetMarshalInfo ( |
Set the marshalling info for a field
|
|
SetOffset ( uint offs ) : void |
Set the offset of the field. Used for sequential or explicit classes. (.field [offs])
|
메소드 | 설명 | |
---|---|---|
BuildTables ( |
||
FieldDef ( FieldAttr attrSet, string name, Type fType ) : System | ||
FieldDef ( string name, Type fType ) : System | ||
GetCodedIx ( CIx code ) : uint | ||
Size ( |
||
Write ( PEAPI.FileImage output ) : void |
public AddDataValue ( |
||
val | the value for the field | |
리턴 | void |
public AddFieldAttr ( FieldAttr fa ) : void | ||
fa | FieldAttr | the attribute(s) to be added |
리턴 | void |
public AddValue ( |
||
val | the value for the field | |
리턴 | void |
public SetMarshalInfo ( |
||
marshallType | ||
리턴 | void |