COMCharStream Properties

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

NameDescription
System_CAPS_pubpropertyCanRead

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the current stream supports reading.(Overrides Stream.CanRead.)

System_CAPS_pubpropertyCanSeek

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the current stream supports seeking.(Overrides Stream.CanSeek.)

System_CAPS_pubpropertyCanTimeout

Gets a value that determines whether the current stream can time out.(Inherited from Stream.)

System_CAPS_pubpropertyCanWrite

This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the current stream supports writing.(Overrides Stream.CanWrite.)

System_CAPS_pubpropertyLength

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the length of the stream.(Overrides Stream.Length.)

System_CAPS_pubpropertyPosition

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the current position in the stream. The set method does not do anything.(Overrides Stream.Position.)

System_CAPS_pubpropertyReadTimeout

Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.)

System_CAPS_pubpropertyWriteTimeout

Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.)

Return to top
Show: