C# Class Microsoft.Diagnostics.RuntimeExt.ClrPrimitiveValue

Inheritance: System.Dynamic.DynamicObject
Mostrar archivo Open project: goldshtn/msos Class Usage Examples

Public Methods

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

public ClrPrimitiveValue ( object value, ClrElementType type ) : System
value object
type ClrElementType
return System

GetElementType() public method

public GetElementType ( ) : ClrElementType
return ClrElementType

GetValue() public method

public GetValue ( ) : object
return object

IsNull() public method

public IsNull ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

TryConvert() public method

public TryConvert ( ConvertBinder binder, object &result ) : bool
binder System.Dynamic.ConvertBinder
result object
return bool