C# Class TypeReference, moon

Afficher le fichier Open project: shana/moon Class Usage Examples

Méthodes publiques

Свойство Type Description
IsConst bool
IsOut bool
IsRef bool
IsReturnType bool
Value string

Méthodes publiques

Méthode 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 méthode

public GetManagedType ( ) : string
Résultat string

GetNPType() public méthode

public GetNPType ( ) : string
Résultat string

GetPlainType() public méthode

public GetPlainType ( ) : string
Résultat string

GetPrettyType() public méthode

public GetPrettyType ( ) : string
Résultat string

TypeReference() public méthode

public TypeReference ( ) : System
Résultat System

TypeReference() public méthode

public TypeReference ( string value ) : System
value string
Résultat System

Write() public méthode

public Write ( StringBuilder text, SignatureType, type, GlobalInfo, info ) : void
text StringBuilder
type SignatureType,
info GlobalInfo,
Résultat void

WriteFormatted() public méthode

public WriteFormatted ( ) : string
Résultat string

WriteFormatted() public méthode

public WriteFormatted ( StringBuilder text ) : void
text StringBuilder
Résultat void

Property Details

IsConst public_oe property

public bool IsConst
Résultat bool

IsOut public_oe property

public bool IsOut
Résultat bool

IsRef public_oe property

public bool IsRef
Résultat bool

IsReturnType public_oe property

public bool IsReturnType
Résultat bool

Value public_oe property

public string Value
Résultat string