C# 클래스 PERWAPI.Type

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

보호된 프로퍼티들

프로퍼티 타입 설명
typeIndex byte

공개 메소드들

메소드 설명
TypeName ( ) : string

비공개 메소드들

메소드 설명
AddTypeSpec ( MetaDataOut md ) : Type
GetTypeIndex ( ) : byte
SameType ( Type tstType ) : bool
Type ( byte tyIx ) : System
TypeSig ( MemoryStream str ) : void
WriteName ( CILWriter output ) : void
WriteType ( CILWriter output ) : void

메소드 상세

TypeName() 공개 메소드

public TypeName ( ) : string
리턴 string

프로퍼티 상세

typeIndex 보호되어 있는 프로퍼티

protected byte typeIndex
리턴 byte