C# Class Dse.Auth.Sspi.Buffers.SecureBufferDescInternal

ファイルを表示 Open project: datastax/csharp-driver-dse Class Usage Examples

Public Properties

Property Type Description
Buffers System.IntPtr
NumBuffers int
Version int

Property Details

Buffers public_oe property

A pointer to a array of buffers, where each buffer is a byte[].
public IntPtr,System Buffers
return System.IntPtr

NumBuffers public_oe property

The number of buffers represented by this descriptor.
public int NumBuffers
return int

Version public_oe property

The buffer structure version.
public int Version
return int