C# 클래스 PERWAPI.PtrType

Descriptor for an pointer (type * or type &)
상속: TypeSpec
파일 보기 프로젝트 열기: xored/f4

보호된 프로퍼티들

프로퍼티 타입 설명
baseType Type

공개 메소드들

메소드 설명
GetBaseType ( ) : Type

비공개 메소드들

메소드 설명
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
PtrType ( Type bType, byte typeIx ) : System
TypeSig ( MemoryStream str ) : void

메소드 상세

GetBaseType() 공개 메소드

public GetBaseType ( ) : Type
리턴 Type

프로퍼티 상세

baseType 보호되어 있는 프로퍼티

protected Type baseType
리턴 Type