Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public virtual int SSLIBFastDeserializeV3( byte[] buffer, int pos, int length, StructuredStreamSchema schema ) |
Visual Basic |
---|
Public Overridable Function SSLIBFastDeserializeV3 ( _ buffer As Byte(), _ pos As Integer, _ length As Integer, _ schema As StructuredStreamSchema _ ) As Integer |
Visual C++ |
---|
public: virtual int SSLIBFastDeserializeV3( array<unsigned char>^ buffer, int pos, int length, StructuredStreamSchema^ schema ) |
Parameters
- buffer
- Type: array<Byte>[]()[][]
[Missing <param name="buffer"/> documentation for "M:ScopeRuntime.ColumnData.SSLIBFastDeserializeV3(System.Byte[],System.Int32,System.Int32,StructuredStream.StructuredStreamSchema)"]
- pos
- Type: Int32
[Missing <param name="pos"/> documentation for "M:ScopeRuntime.ColumnData.SSLIBFastDeserializeV3(System.Byte[],System.Int32,System.Int32,StructuredStream.StructuredStreamSchema)"]
- length
- Type: Int32
[Missing <param name="length"/> documentation for "M:ScopeRuntime.ColumnData.SSLIBFastDeserializeV3(System.Byte[],System.Int32,System.Int32,StructuredStream.StructuredStreamSchema)"]
- schema
- Type: StructuredStreamSchema
[Missing <param name="schema"/> documentation for "M:ScopeRuntime.ColumnData.SSLIBFastDeserializeV3(System.Byte[],System.Int32,System.Int32,StructuredStream.StructuredStreamSchema)"]
Return Value
[Missing <returns> documentation for "M:ScopeRuntime.ColumnData.SSLIBFastDeserializeV3(System.Byte[],System.Int32,System.Int32,StructuredStream.StructuredStreamSchema)"]