C# Class MySql.Data.MySqlClient.SecBuffer

Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Свойство Type Description
BufferType int
cbBuffer int
pvBuffer System.IntPtr

Méthodes publiques

Méthode Description
Dispose ( ) : void
SecBuffer ( byte secBufferBytes ) : System.Collections
SecBuffer ( byte secBufferBytes, SecBufferType bufferType ) : System.Collections
SecBuffer ( int bufferSize ) : System.Collections

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SecBuffer() public méthode

public SecBuffer ( byte secBufferBytes ) : System.Collections
secBufferBytes byte
Résultat System.Collections

SecBuffer() public méthode

public SecBuffer ( byte secBufferBytes, SecBufferType bufferType ) : System.Collections
secBufferBytes byte
bufferType SecBufferType
Résultat System.Collections

SecBuffer() public méthode

public SecBuffer ( int bufferSize ) : System.Collections
bufferSize int
Résultat System.Collections

Property Details

BufferType public_oe property

public int BufferType
Résultat int

cbBuffer public_oe property

public int cbBuffer
Résultat int

pvBuffer public_oe property

public IntPtr,System pvBuffer
Résultat System.IntPtr