C# Class TUP.AsmResolver.NET.MetaDataRow

Represents a metadata row containing the raw values of a member.
Mostra file Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
CalculateSize ( ) : int

Calculatest he size of the metadata row in bytes.

GenerateBytes ( ) : byte[]

Serializes the metadata row into a byte array.

MetaDataRow ( ) : System
MetaDataRow ( uint offset ) : System
ToString ( ) : string

Method Details

CalculateSize() public method

Calculatest he size of the metadata row in bytes.
public CalculateSize ( ) : int
return int

GenerateBytes() public method

Serializes the metadata row into a byte array.
public GenerateBytes ( ) : byte[]
return byte[]

MetaDataRow() public method

public MetaDataRow ( ) : System
return System

MetaDataRow() public method

public MetaDataRow ( uint offset ) : System
offset uint
return System

ToString() public method

public ToString ( ) : string
return string