C# Class AntTweakBar.NativeMethods.StructMember

显示文件 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_oe property

public IntPtr,System DefString
return System.IntPtr

Name public_oe property

public IntPtr,System Name
return System.IntPtr

Offset public_oe property

public UIntPtr,System Offset
return System.UIntPtr

Type public_oe property

public Tw.VariableType Type
return Tw.VariableType