MemoryMappedViewStream 下载PDF 参考 定义 命名空间: System.IO.MemoryMappedFiles 程序集: System.IO.MemoryMappedFiles.dll 创建映射到内存映射文件视图的MemoryMappedViewAccessor。 重载 展开表 CreateViewAccessor() Source: MemoryMappedFile.cs 创建映射到内存映射文件视图的MemoryMappedViewAccessor。
建立對應於記憶體對應檔檢視的MemoryMappedViewAccessor。 CreateViewAccessor(Int64, Int64) 建立MemoryMappedViewAccessor,此存取子可對應到記憶體對應檔案的檢視,並且有指定的位移和大小。 CreateViewAccessor(Int64, Int64, MemoryMappedFileAccess) 建立MemoryMappedViewAccessor,此存取子可對應到記憶體對應檔案的檢視,並且有...
publicSystem.IO.MemoryMappedFiles.MemoryMappedViewAccessorCreateViewAccessor(longoffset,longsize); Parameters offset Int64 The byte at which to start the view. size Int64 The size of the view. Specify 0 (zero) to create a view that starts atoffsetand ends approximately at the end of the memory...
DataViewHierarchyAccessor.CreateObjectNode 方法 發行項 2012/10/31 本文內容 語法 備註 .NET Framework 安全性 請參閱 若要在資料檢視階層架構的新節點,不過,一個沒有內容和該放在階層架構樹狀目錄沒有放置。 命名空間: Microsoft.VisualStudio.Data 組件: Microsoft.VisualStudio.Data (在 Microsoft.Visual...
IWithSystemAssignedIdentityBasedAccessOrCreate.WithSystemAssignedIdentityBasedAccessTo Method Reference Feedback Definition Namespace: Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition Assembly: Microsoft.Azur...
memoryAccessor = file.CreateViewAccessor(0, fileSize, MemoryMappedFileAccess.ReadWrite);if(hasServer())thrownewException("Only one server is allowed."); } 开发者ID:pasinduc,项目名称:NiVirtualCam,代码行数:7,代码来源:BitmapBroadcaster.cs
在下文中一共展示了ArcView.CreateViewAccessor方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。 示例1: DecryptIndex byte[]DecryptIndex(ArcView idx){intidx_size = (int)idx.MaxOffset-4;byte[] output =newbyte[idx_...
MemoryMappedViewStream 下载PDF 参考 定义 命名空间: System.IO.MemoryMappedFiles 程序集: System.IO.MemoryMappedFiles.dll 创建映射到内存映射文件视图的MemoryMappedViewAccessor。 重载 展开表 CreateViewAccessor() Source: MemoryMappedFile.cs 创建映射到内存映射文件视图的MemoryMappedViewAccessor。
创建映射到内存映射文件视图的 MemoryMappedViewAccessor。 C# 复制 public System.IO.MemoryMappedFiles.MemoryMappedViewAccessor CreateViewAccessor (); 返回 MemoryMappedViewAccessor 可随机访问的内存块。 例外 UnauthorizedAccessException 对内存映射文件的访问控制未获授权。 注解 可以...
MemoryMappedViewStream 下载PDF 参考 定义 命名空间: System.IO.MemoryMappedFiles 程序集: System.IO.MemoryMappedFiles.dll 创建映射到内存映射文件视图的MemoryMappedViewAccessor。 重载 展开表 CreateViewAccessor() Source: MemoryMappedFile.cs 创建映射到内存映射文件视图的MemoryMappedViewAccessor。