StringStream Class
Namespace
Statiq.Common
Interfaces
  • IDisposable
  • IAsyncDisposable
Base Types
  • object
  • MarshalByRefObject
  • Stream
StringStream
Stream
MarshalByRefObject
object
IDisposable
IAsyncDisposable

Syntax

public class StringStream : Stream, IDisposable, IAsyncDisposable

Constructors

Properties

Name Property Type Summary
CanRead bool
CanSeek bool
CanWrite bool
Length long
Position long
String string

Methods

Extension Methods