TemporaryFileStream Class Members
See Also  Properties Methods 
SourceCode.IO Namespace : TemporaryFileStream Class


Glossary Item Box

The following tables list the members exposed by TemporaryFileStream.

Public Constructors

  Name Description
Public Constructor TemporaryFileStream Constructor  
Top

Public Properties

  Name Description
Public Property BaseDirectory  
Public Property CanRead (Inherited from System.IO.FileStream)
Public Property CanSeek (Inherited from System.IO.FileStream)
Public Property CanTimeout (Inherited from System.IO.Stream)
Public Property CanWrite (Inherited from System.IO.FileStream)
Public Property Handle (Inherited from System.IO.FileStream)
Public Property IsAsync (Inherited from System.IO.FileStream)
Public Property IsContainedInSpeedFolder  
Public Property Length (Inherited from System.IO.FileStream)
Public Property Name (Inherited from System.IO.FileStream)
Public Property Position (Inherited from System.IO.FileStream)
Public Property ReadTimeout (Inherited from System.IO.Stream)
Public Property SafeFileHandle (Inherited from System.IO.FileStream)
Public Property WriteTimeout (Inherited from System.IO.Stream)
Top

Public Methods

  Name Description
Public Method BeginRead (Inherited from System.IO.FileStream)
Public Method BeginWrite (Inherited from System.IO.FileStream)
Public Method Close (Inherited from System.IO.Stream)
Public Method CopyTo Overloaded.  (Inherited from System.IO.Stream)
Public Method CopyToAsync Overloaded.  (Inherited from System.IO.Stream)
Public Method CreateObjRef (Inherited from System.MarshalByRefObject)
Public Method Dispose Overloaded. Overridden.   
Public Method EndRead (Inherited from System.IO.FileStream)
Public Method EndWrite (Inherited from System.IO.FileStream)
Public Method Flush Overloaded.  (Inherited from System.IO.FileStream)
Public Method FlushAsync Overloaded.  (Inherited from System.IO.FileStream)
Public Method GetAccessControl (Inherited from System.IO.FileStream)
Public Method GetLifetimeService (Inherited from System.MarshalByRefObject)
Public Method InitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public Method Lock (Inherited from System.IO.FileStream)
Public Method Read (Inherited from System.IO.FileStream)
Public Method ReadAsync Overloaded.  (Inherited from System.IO.FileStream)
Public Method ReadByte (Inherited from System.IO.FileStream)
Public Method Seek (Inherited from System.IO.FileStream)
Public Method SetAccessControl (Inherited from System.IO.FileStream)
Public Method SetLength (Inherited from System.IO.FileStream)
Public Method Unlock (Inherited from System.IO.FileStream)
Public Method Write (Inherited from System.IO.FileStream)
Public Method WriteAsync Overloaded.  (Inherited from System.IO.FileStream)
Public Method WriteByte (Inherited from System.IO.FileStream)
Top

Protected Methods

  Name Description
Protected Method CreateWaitHandle (Inherited from System.IO.Stream)
Protected Method Finalize (Inherited from System.IO.FileStream)
Protected Method MemberwiseClone Overloaded.  (Inherited from System.MarshalByRefObject)
Protected Method ObjectInvariant (Inherited from System.IO.Stream)
Top

See Also