C# Class TOAPI.Kernel32.PInvokePointer

Inheritance: IDisposable
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Free() public méthode

public Free ( ) : void
Résultat void

PInvokePointer() public méthode

public PInvokePointer ( IntPtr ptr, int size ) : System
ptr System.IntPtr
size int
Résultat System

PInvokePointer() public méthode

public PInvokePointer ( int size ) : System
size int
Résultat System

ToByteArray() public méthode

public ToByteArray ( ) : byte[]
Résultat byte[]