C# 클래스 PEAPI.Type

Base class for all IL types
상속: MetaDataElement
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
typeIndex byte
typeSpec TypeSpec

비공개 메소드들

메소드 설명
GetTypeIndex ( ) : byte
GetTypeSpec ( MetaData md ) : MetaDataElement
SetTypeIndex ( byte b ) : void
Type ( byte tyIx ) : System
TypeSig ( MemoryStream str ) : void

프로퍼티 상세

typeIndex 보호되어 있는 프로퍼티

protected byte typeIndex
리턴 byte

typeSpec 보호되어 있는 프로퍼티

protected TypeSpec typeSpec
리턴 TypeSpec