C# Class Girl.PEAnalyzer.PropertyTable

Properties within metadata are best viewed as a means to gather together collections of methods defined on a class, give them a name, and not much else. The methods are typically get_ and set_ methods, already defined on the class, and inserted like any other methods into the MethodDef table.
Inheritance: TableBase
Afficher le fichier Open project: higepon/mona

Méthodes publiques

Свойство Type Description
Flags short
Name int
Type int

Méthodes publiques

Méthode Description
GetInfos ( StringBuilder sb ) : void
PropertyTable ( ) : System
ReadData ( byte data, int offset ) : void

Method Details

GetInfos() public méthode

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

PropertyTable() public méthode

public PropertyTable ( ) : System
Résultat System

ReadData() public méthode

public ReadData ( byte data, int offset ) : void
data byte
offset int
Résultat void

Property Details

Flags public_oe property

a 2 byte bitmask of type PropertyAttributes, clause 22.1.13
public short Flags
Résultat short

Name public_oe property

index into String heap
public int Name
Résultat int

Type public_oe property

index into Blob heap
public int Type
Résultat int