C# 클래스 TUP.AsmResolver.NET.MetaDataRow

Represents a metadata row containing the raw values of a member.
파일 보기 프로젝트 열기: Rex-Hays/GNIDA 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CalculateSize() 공개 메소드

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

GenerateBytes() 공개 메소드

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

MetaDataRow() 공개 메소드

public MetaDataRow ( ) : System
리턴 System

MetaDataRow() 공개 메소드

public MetaDataRow ( uint offset ) : System
offset uint
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string