The NamedStream type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| NamedStream | NamedStream constructor creates an instance with the fileName and content parameters.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose | Dispose implements the IDisposable interface.
| |
| (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Content | Content returns the IO stream assocated with this object.
| |
| FileName | FileName is the given name for the assocated Stream from the 'Content' property.
|
See Also