COMCharStream Properties
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Name | Description | |
|---|---|---|
![]() | CanRead | 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.) |
![]() | CanSeek | 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.) |
![]() | CanTimeout | Gets a value that determines whether the current stream can time out.(Inherited from Stream.) |
![]() | CanWrite | 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.) |
![]() | Length | 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.) |
![]() | Position | 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.) |
![]() | ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from Stream.) |
![]() | WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from Stream.) |
