C# Class TypeReference, moon

Show file Open project: shana/moon Class Usage Examples

Public Properties

Property Type Description
IsConst bool
IsOut bool
IsRef bool
IsReturnType bool
Value string

Public Methods

Method Description
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

Method Details

GetManagedType() public method

public GetManagedType ( ) : string
return string

GetNPType() public method

public GetNPType ( ) : string
return string

GetPlainType() public method

public GetPlainType ( ) : string
return string

GetPrettyType() public method

public GetPrettyType ( ) : string
return string

TypeReference() public method

public TypeReference ( ) : System
return System

TypeReference() public method

public TypeReference ( string value ) : System
value string
return System

Write() public method

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

WriteFormatted() public method

public WriteFormatted ( ) : string
return string

WriteFormatted() public method

public WriteFormatted ( StringBuilder text ) : void
text StringBuilder
return void

Property Details

IsConst public property

public bool IsConst
return bool

IsOut public property

public bool IsOut
return bool

IsRef public property

public bool IsRef
return bool

IsReturnType public property

public bool IsReturnType
return bool

Value public property

public string Value
return string