Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
System
IO
MemoryMappedFiles
MemoryMappedViewStream
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