Class MemoryMappedFileAccessor
メモリマップファイルアクセサー
Implements
Inherited Members
Namespace: Menou.VI.Core.Imaging.Plugin.LineCamera
Assembly: Menou.VI.Core.Imaging.Plugin.dll
Syntax
public class MemoryMappedFileAccessor : IDisposable
Constructors
| Name | Description |
|---|---|
| MemoryMappedFileAccessor(string, int) | コンストラクタ(オープン時) |
| MemoryMappedFileAccessor(string, int, int) | コンストラクタ(作成時) |
Methods
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| Read<T>(T[], int) | 読み込み |
| Write<T>(T[], int) | 書き込み |