MemoScope.Core.Data.ClrObject.ClrObject C# (CSharp) Метод

ClrObject() публичный Метод

public ClrObject ( ulong address, Microsoft.Diagnostics.Runtime.ClrType type, bool isInterior = false ) : System
address ulong
type Microsoft.Diagnostics.Runtime.ClrType
isInterior bool
Результат System
        public ClrObject(ulong address, ClrType type, bool isInterior = false)
        {
            Address = address;
            Type = type;
            IsInterior = isInterior;
        }