Click or drag to resize

ComStreamWrapper Class

COM IStream Class Implementation
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.IOStream
      DWSIM.Thermodynamics.PropertyPackagesComStreamWrapper

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[SerializableAttribute]
public class ComStreamWrapper : Stream
Request Example View Source

The ComStreamWrapper type exposes the following members.

Constructors
 NameDescription
Public methodComStreamWrapper 
Top
Properties
 NameDescription
Public propertyCanRead
(Overrides StreamCanRead)
Public propertyCanSeek
(Overrides StreamCanSeek)
Public propertyCanWrite
(Overrides StreamCanWrite)
Public propertyLength
(Overrides StreamLength)
Public propertyPosition
(Overrides StreamPosition)
Top
Methods
 NameDescription
Protected methodFinalize
(Overrides ObjectFinalize)
Public methodFlush
(Overrides StreamFlush)
Public methodRead
(Overrides StreamRead(Byte, Int32, Int32))
Public methodSeek
(Overrides StreamSeek(Int64, SeekOrigin))
Public methodSetLength
(Overrides StreamSetLength(Int64))
Public methodWrite
(Overrides StreamWrite(Byte, Int32, Int32))
Top
Fields
 NameDescription
Private fieldmInt64 
Private fieldmSource 
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also