Binarysharp.MemoryManagement.Native.ManagedPeb.ManagedPeb C# (CSharp) Method

ManagedPeb() private method

Initializes a new instance of the ManagedPeb class.
private ManagedPeb ( MemorySharp memorySharp, IntPtr address ) : System
memorySharp MemorySharp The reference of the object.
address System.IntPtr The location of the peb.
return System
        internal ManagedPeb(MemorySharp memorySharp, IntPtr address)
            : base(memorySharp, address)
        {
        }