共用方式為


MemoryMappedViewStream.SetLength(Int64) 方法

定義

設定目前資料流的長度。

public:
 override void SetLength(long value);
public override void SetLength (long value);
override this.SetLength : int64 -> unit
Public Overrides Sub SetLength (value As Long)

參數

value
Int64

想要的目前資料流長度 (單位為位元組)。

例外狀況

不支援這個方法。

備註

這個方法僅供內部使用,因為表示檢視的數據流不會被視為長度。

適用於