GetStreamInfo Wrapper for c++/CLI interface

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public StreamInfo GetStreamInfo(
	string stream,
	bool compression,
	bool allowIncompleteStream
)
Visual Basic
Public Function GetStreamInfo ( _
	stream As String, _
	compression As Boolean, _
	allowIncompleteStream As Boolean _
) As StreamInfo
Visual C++
public:
StreamInfo^ GetStreamInfo(
	String^ stream, 
	bool compression, 
	bool allowIncompleteStream
)

Parameters

stream
Type: String

[Missing <param name="stream"/> documentation for "M:VcClient.ManagedVcClient.GetStreamInfo(System.String,System.Boolean,System.Boolean)"]

compression
Type: Boolean

[Missing <param name="compression"/> documentation for "M:VcClient.ManagedVcClient.GetStreamInfo(System.String,System.Boolean,System.Boolean)"]

allowIncompleteStream
Type: Boolean

[Missing <param name="allowIncompleteStream"/> documentation for "M:VcClient.ManagedVcClient.GetStreamInfo(System.String,System.Boolean,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:VcClient.ManagedVcClient.GetStreamInfo(System.String,System.Boolean,System.Boolean)"]

See Also