SharpMod.BufferInfo.BufferInfo C# (CSharp) Method

BufferInfo() private method

The constructor ...
private BufferInfo ( IntPtr pointer ) : System
pointer System.IntPtr /// Takes a pointer according to the location of the info ///
return System
        internal BufferInfo(IntPtr pointer)
        {
            Pointer = pointer;
        }