C# Class Tiny.Metadata.Layout.TypeDefRow

Exibir arquivo Open project: scottwis/tiny

Public Methods

Method Description
GetExtendsToken ( PEFile peFile ) : TypeDefOrRef
GetFieldListToken ( PEFile peFile ) : OneBasedIndex
GetMethodListToken ( PEFile peFile ) : OneBasedIndex
GetTypeNameIndex ( PEFile peFile ) : uint
GetTypeNamespaceIndex ( PEFile peFile ) : uint

Method Details

GetExtendsToken() public method

public GetExtendsToken ( PEFile peFile ) : TypeDefOrRef
peFile PEFile
return TypeDefOrRef

GetFieldListToken() public method

public GetFieldListToken ( PEFile peFile ) : OneBasedIndex
peFile PEFile
return OneBasedIndex

GetMethodListToken() public method

public GetMethodListToken ( PEFile peFile ) : OneBasedIndex
peFile PEFile
return OneBasedIndex

GetTypeNameIndex() public method

public GetTypeNameIndex ( PEFile peFile ) : uint
peFile PEFile
return uint

GetTypeNamespaceIndex() public method

public GetTypeNamespaceIndex ( PEFile peFile ) : uint
peFile PEFile
return uint