C# Class PERWAPI.Field

Descriptor for a field of a class
Inheritance: Member
Exibir arquivo Open project: xored/f4 Class Usage Examples

Protected Properties

Property Type Description
type Type

Public Methods

Method Description
GetFieldType ( ) : Type

Get the type of this field

SetFieldType ( Type ty ) : void

Set the type of this field

Private Methods

Method Description
BuildSignatures ( MetaDataOut md ) : void
Field ( string pfName, Type pfType, Class paren ) : System
NameString ( ) : string
Resolve ( PEReader buff ) : void
WriteType ( CILWriter output ) : void

Method Details

GetFieldType() public method

Get the type of this field
public GetFieldType ( ) : Type
return Type

SetFieldType() public method

Set the type of this field
public SetFieldType ( Type ty ) : void
ty Type The type of the field
return void

Property Details

type protected_oe property

protected Type type
return Type