C# 클래스 TypeReference, moon

파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsConst bool
IsOut bool
IsRef bool
IsReturnType bool
Value string

공개 메소드들

메소드 설명
GetManagedType ( ) : string
GetNPType ( ) : string
GetPlainType ( ) : string
GetPrettyType ( ) : string
TypeReference ( ) : System
TypeReference ( string value ) : System
Write ( StringBuilder text, SignatureType, type, GlobalInfo, info ) : void
WriteFormatted ( ) : string
WriteFormatted ( StringBuilder text ) : void

메소드 상세

GetManagedType() 공개 메소드

public GetManagedType ( ) : string
리턴 string

GetNPType() 공개 메소드

public GetNPType ( ) : string
리턴 string

GetPlainType() 공개 메소드

public GetPlainType ( ) : string
리턴 string

GetPrettyType() 공개 메소드

public GetPrettyType ( ) : string
리턴 string

TypeReference() 공개 메소드

public TypeReference ( ) : System
리턴 System

TypeReference() 공개 메소드

public TypeReference ( string value ) : System
value string
리턴 System

Write() 공개 메소드

public Write ( StringBuilder text, SignatureType, type, GlobalInfo, info ) : void
text StringBuilder
type SignatureType,
info GlobalInfo,
리턴 void

WriteFormatted() 공개 메소드

public WriteFormatted ( ) : string
리턴 string

WriteFormatted() 공개 메소드

public WriteFormatted ( StringBuilder text ) : void
text StringBuilder
리턴 void

프로퍼티 상세

IsConst 공개적으로 프로퍼티

public bool IsConst
리턴 bool

IsOut 공개적으로 프로퍼티

public bool IsOut
리턴 bool

IsRef 공개적으로 프로퍼티

public bool IsRef
리턴 bool

IsReturnType 공개적으로 프로퍼티

public bool IsReturnType
리턴 bool

Value 공개적으로 프로퍼티

public string Value
리턴 string