Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal inClassId As Object, _ ByVal classId As DataBinClassIdValues, _ ByVal codeStream As Integer, _ ByVal offset As Integer, _ ByVal completed As Boolean, _ ByVal data() As Byte _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DataBinInfo( object inClassId, DataBinClassIdValues classId, int codeStream, int offset, bool completed, byte[] data ) |
C++/CLI | |
---|---|
public: DataBinInfo( Object^ inClassId, DataBinClassIdValues classId, int codeStream, int offset, bool completed, array<byte>^ data ) |
Parameters
- inClassId
- An Object representing the data-bin ID value.
- classId
- A DataBinClassIdValues value representing the type of the data-bin.
- codeStream
- The index of the code-stream the data-bin.
- offset
- An Int32 number representing the offset to the beginning of the data.
- completed
- true if the databin is filled; otherwise, false
- data
- An array of Byte values containing the actual data in the data-bin.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family