C# Class TOAPI.Kernel32.PInvokePointer

Inheritance: IDisposable
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
Dispose ( ) : void
Free ( ) : void
PInvokePointer ( IntPtr ptr, int size ) : System
PInvokePointer ( int size ) : System
ToByteArray ( ) : byte[]

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Free() public method

public Free ( ) : void
return void

PInvokePointer() public method

public PInvokePointer ( IntPtr ptr, int size ) : System
ptr System.IntPtr
size int
return System

PInvokePointer() public method

public PInvokePointer ( int size ) : System
size int
return System

ToByteArray() public method

public ToByteArray ( ) : byte[]
return byte[]