ClrObject
ClrObject(UInt64, ClrType)
Address
ContainsPointers
HasComCallableWrapper
HasRuntimeCallableWrapper
IsArray
IsBoxedValue
IsComClassFactory
IsDelegate
IsException
IsFree
IsNull
IsRuntimeType
IsValid
Size
SyncBlock
Type
AsArray()
AsDelegate()
AsException()
AsRuntimeType()
AsString(Int32)
EnumerateReferenceAddresses(Boolean, Boolean)
EnumerateReferences(Boolean, Boolean)
EnumerateReferencesWithFields(Boolean, Boolean)
Equals(ClrObject)
Equals(ClrValueType)
Equals(IClrValue)
Equals(Object)
GetComCallableWrapper()
GetHashCode()
GetRuntimeCallableWrapper()
GetThinLock()
ReadBoxedValue<T>()
ReadField<T>(String)
ReadObjectField(String)
ReadStringField(String, Int32)
ReadValueTypeField(String)
ToString()
TryReadField<T>(String, T)
TryReadObjectField(String, ClrObject)
TryReadStringField(String, Int32?, String)
TryReadValueTypeField(String, ClrValueType)
explicit operator String(ClrObject)
implicit operator UInt64(ClrObject)
operator !=(ClrObject, ClrObject)
operator ==(ClrObject, ClrObject)
net5.0
namespace Microsoft.Diagnostics.Runtime
{
public readonly struct ClrObject : IClrValue, IEquatable<ClrObject>, IEquatable<ClrValueType>, IEquatable<IClrValue!>
{
public string? AsString(int maxLength = 4096);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net5.0 | |
Assemblies | Microsoft.Diagnostics.Runtime , Version=3.1.10.12801, PublicKeyToken=31bf3856ad364e35 Microsoft.Diagnostics.Runtime , Version=4.0.10.36003, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs a package reference to |
Package | Microsoft.Diagnostics.Runtime (3.1.512801) netstandard2.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API