C# Class Microsoft.Diagnostics.RuntimeExt.ClrNullValue

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

Public Methods

Method Description
ClrNullValue ( Microsoft.Diagnostics.Runtime.ClrHeap heap ) : System
GetDefaultNullValue ( Type type, object &result ) : bool
GetDynamicMemberNames ( ) : IEnumerable
GetHeapType ( ) : Microsoft.Diagnostics.Runtime.ClrType
GetLength ( ) : int
GetValue ( ) : ulong
IsNull ( ) : bool
ToString ( ) : string
TryConvert ( ConvertBinder binder, object &result ) : bool
TryGetIndex ( GetIndexBinder binder, object indexes, object &result ) : bool
TryGetMember ( GetMemberBinder binder, object &result ) : bool

Method Details

ClrNullValue() public method

public ClrNullValue ( Microsoft.Diagnostics.Runtime.ClrHeap heap ) : System
heap Microsoft.Diagnostics.Runtime.ClrHeap
return System

GetDefaultNullValue() public static method

public static GetDefaultNullValue ( Type type, object &result ) : bool
type System.Type
result object
return bool

GetDynamicMemberNames() public method

public GetDynamicMemberNames ( ) : IEnumerable
return IEnumerable

GetHeapType() public method

public GetHeapType ( ) : Microsoft.Diagnostics.Runtime.ClrType
return Microsoft.Diagnostics.Runtime.ClrType

GetLength() public method

public GetLength ( ) : int
return int

GetValue() public method

public GetValue ( ) : ulong
return ulong

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

TryGetIndex() public method

public TryGetIndex ( GetIndexBinder binder, object indexes, object &result ) : bool
binder System.Dynamic.GetIndexBinder
indexes object
result object
return bool

TryGetMember() public method

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
return bool