C# Class Microsoft.Diagnostics.RuntimeExt.ClrPrimitiveValue

Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: goldshtn/msos Class Usage Examples

Méthodes publiques

Méthode Description
ClrPrimitiveValue ( object value, ClrElementType type ) : System
GetElementType ( ) : ClrElementType
GetValue ( ) : object
IsNull ( ) : bool
ToString ( ) : string
TryConvert ( ConvertBinder binder, object &result ) : bool

Method Details

ClrPrimitiveValue() public méthode

public ClrPrimitiveValue ( object value, ClrElementType type ) : System
value object
type ClrElementType
Résultat System

GetElementType() public méthode

public GetElementType ( ) : ClrElementType
Résultat ClrElementType

GetValue() public méthode

public GetValue ( ) : object
Résultat object

IsNull() public méthode

public IsNull ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

TryConvert() public méthode

public TryConvert ( ConvertBinder binder, object &result ) : bool
binder System.Dynamic.ConvertBinder
result object
Résultat bool