MemoScope.Core.Data.ClrObject.this C# (CSharp) Method

this() public method

public this ( Microsoft.Diagnostics.Runtime.ClrInstanceField field ) : ClrObject
field Microsoft.Diagnostics.Runtime.ClrInstanceField
return ClrObject
        public ClrObject this[ClrInstanceField field] => GetInnerObject(field.GetAddress(Address, IsInterior), field.Type);
        public ClrObject this[int arrayIndex] => GetInnerObject(Type.GetArrayElementAddress(Address, arrayIndex), Type.ComponentType);

Same methods

ClrObject::this ( int arrayIndex ) : ClrObject
ClrObject::this ( string fieldName ) : ClrObject