MSBuildFileSystemBase.GetFileStream Method

Definition

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

Returns

Applies to