C# Class AntTweakBar.NativeMethods.StructMember

Show file Open project: TomCrypto/AntTweakBar.NET

Public Properties

Property Type Description
DefString System.IntPtr
Name System.IntPtr
Offset System.UIntPtr
Type Tw.VariableType

Public Methods

Method Description
StructMember ( IntPtr name, Tw type, UIntPtr offset, IntPtr defString ) : System

Method Details

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

Property Details

DefString public property

public IntPtr,System DefString
return System.IntPtr

Name public property

public IntPtr,System Name
return System.IntPtr

Offset public property

public UIntPtr,System Offset
return System.UIntPtr

Type public property

public Tw.VariableType Type
return Tw.VariableType