C# Class PERWAPI.Field

Descriptor for a field of a class
Inheritance: Member
Afficher le fichier Open project: xored/f4 Class Usage Examples

Protected Properties

Свойство Type Description
type Type

Méthodes publiques

Méthode Description
GetFieldType ( ) : Type

Get the type of this field

SetFieldType ( Type ty ) : void

Set the type of this field

Private Methods

Méthode 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 méthode

Get the type of this field
public GetFieldType ( ) : Type
Résultat Type

SetFieldType() public méthode

Set the type of this field
public SetFieldType ( Type ty ) : void
ty Type The type of the field
Résultat void

Property Details

type protected_oe property

protected Type type
Résultat Type