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

ManagedTeb() private method

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