C# Class MySql.Data.MySqlClient.SecBuffer

Exibir arquivo Open project: Top-Cat/SteamBot Class Usage Examples

Public Properties

Property Type Description
BufferType int
cbBuffer int
pvBuffer System.IntPtr

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SecBuffer() public method

public SecBuffer ( byte secBufferBytes ) : System.Collections
secBufferBytes byte
return System.Collections

SecBuffer() public method

public SecBuffer ( byte secBufferBytes, SecBufferType bufferType ) : System.Collections
secBufferBytes byte
bufferType SecBufferType
return System.Collections

SecBuffer() public method

public SecBuffer ( int bufferSize ) : System.Collections
bufferSize int
return System.Collections

Property Details

BufferType public_oe property

public int BufferType
return int

cbBuffer public_oe property

public int cbBuffer
return int

pvBuffer public_oe property

public IntPtr,System pvBuffer
return System.IntPtr