AntTweakBar.NativeMethods.StructMember.StructMember C# (CSharp) Method

StructMember() public method

public StructMember ( IntPtr name, Tw type, UIntPtr offset, IntPtr defString ) : System
name System.IntPtr
type Tw
offset System.UIntPtr
defString System.IntPtr
return System
            public StructMember(IntPtr name, Tw.VariableType type, UIntPtr offset, IntPtr defString) : this()
            {
                Name = name;
                Type = type;
                Offset = offset;
                DefString = defString;
            }
        }
NativeMethods.StructMember