C# Class System.IO.MemoryMappedFiles.MemoryMappedViewStream

Inheritance: System.IO.UnmanagedMemoryStream
ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Flush ( ) : void
SetLength ( long value ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
MemoryMappedViewStream ( )

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

SetLength() public method

public SetLength ( long value ) : void
value long
return void