C# Class Girl.PEAnalyzer.TypeDefTable

Inheritance: TableBase
Exibir arquivo Open project: higepon/mona Class Usage Examples

Public Properties

Property Type Description
Extends int
FieldList int
Flags int
MethodList int
Name int
Namespace int

Public Methods

Method Description
GetInfos ( StringBuilder sb ) : void
ReadData ( byte data, int offset ) : void
TypeDefTable ( ) : System

Method Details

GetInfos() public method

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
return void

ReadData() public method

public ReadData ( byte data, int offset ) : void
data byte
offset int
return void

TypeDefTable() public method

public TypeDefTable ( ) : System
return System

Property Details

Extends public_oe property

index into TypeDef, TypeRef or TypeSpec table; more precisely, a TypeDefOrRef coded index
public int Extends
return int

FieldList public_oe property

index into Field table; it marks the first of a continguous run of Fields owned by this Type
public int FieldList
return int

Flags public_oe property

a 4 byte bitmask of type TypeAttributes, clause 22.1.14
public int Flags
return int

MethodList public_oe property

index into MethodDef table
public int MethodList
return int

Name public_oe property

index into String heap
public int Name
return int

Namespace public_oe property

index into String heap
public int Namespace
return int