MSBuildFileSystemBase.GetFileStream Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use this for new FileStream(path, mode, access, share)
public:
abstract System::IO::Stream ^ GetFileStream(System::String ^ path, System::IO::FileMode mode, System::IO::FileAccess access, System::IO::FileShare share);
public:
virtual System::IO::Stream ^ GetFileStream(System::String ^ path, System::IO::FileMode mode, System::IO::FileAccess access, System::IO::FileShare share);
public abstract System.IO.Stream GetFileStream (string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share);
public virtual System.IO.Stream GetFileStream (string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share);
abstract member GetFileStream : string * System.IO.FileMode * System.IO.FileAccess * System.IO.FileShare -> System.IO.Stream
abstract member GetFileStream : string * System.IO.FileMode * System.IO.FileAccess * System.IO.FileShare -> System.IO.Stream
override this.GetFileStream : string * System.IO.FileMode * System.IO.FileAccess * System.IO.FileShare -> System.IO.Stream
Public MustOverride Function GetFileStream (path As String, mode As FileMode, access As FileAccess, share As FileShare) As Stream
Public Overridable Function GetFileStream (path As String, mode As FileMode, access As FileAccess, share As FileShare) As Stream
Parameters
- path
- String
- mode
- FileMode
- access
- FileAccess
- share
- FileShare