Bracket.Hosting.BracketPlatformAdaptationLayer.OpenInputFileStream C# (CSharp) 메소드

OpenInputFileStream() 공개 메소드

public OpenInputFileStream ( string path ) : Stream
path string
리턴 Stream
        public override Stream OpenInputFileStream(string path)
        {
            return OpenInputFileStream(path, FileMode.Open, FileAccess.Read, FileShare.Read);
        }

Same methods

BracketPlatformAdaptationLayer::OpenInputFileStream ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream
BracketPlatformAdaptationLayer::OpenInputFileStream ( string path, FileMode mode, FileAccess access, FileShare share, int bufferSize ) : Stream