C# Class TypeReference, moon

Mostrar archivo 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_oe property

public bool IsConst
return bool

IsOut public_oe property

public bool IsOut
return bool

IsRef public_oe property

public bool IsRef
return bool

IsReturnType public_oe property

public bool IsReturnType
return bool

Value public_oe property

public string Value
return string