C# Class Tiny.Interop.Win32.UnsafeWin32MemoryMap

Inheritance: IUnsafeMemoryMap
Show file Open project: scottwis/tiny

Public Methods

Method Description
Dispose ( ) : void
UnsafeWin32MemoryMap ( IntPtr hFile, IntPtr hMapping, void pData, uint size ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

UnsafeWin32MemoryMap() public method

public UnsafeWin32MemoryMap ( IntPtr hFile, IntPtr hMapping, void pData, uint size ) : System
hFile System.IntPtr
hMapping System.IntPtr
pData void
size uint
return System