C# Class Microsoft.Diagnostics.RuntimeExt.ClrNullValue

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

Méthodes publiques

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

public ClrNullValue ( Microsoft.Diagnostics.Runtime.ClrHeap heap ) : System
heap Microsoft.Diagnostics.Runtime.ClrHeap
Résultat System

GetDefaultNullValue() public static méthode

public static GetDefaultNullValue ( Type type, object &result ) : bool
type System.Type
result object
Résultat bool

GetDynamicMemberNames() public méthode

public GetDynamicMemberNames ( ) : IEnumerable
Résultat IEnumerable

GetHeapType() public méthode

public GetHeapType ( ) : Microsoft.Diagnostics.Runtime.ClrType
Résultat Microsoft.Diagnostics.Runtime.ClrType

GetLength() public méthode

public GetLength ( ) : int
Résultat int

GetValue() public méthode

public GetValue ( ) : ulong
Résultat ulong

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

TryGetIndex() public méthode

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

TryGetMember() public méthode

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