C# Class Tiny.Interop.NativePlatform

Show file Open project: scottwis/tiny Class Usage Examples

Public Methods

Method Description
MemoryMapFile ( string fileName ) : IUnsafeMemoryMap
StrLen ( byte pStr, int maxLength ) : int
WcsLen ( char pStr, int maxLength ) : int

Private Methods

Method Description
NativePlatform ( ) : Tiny.Interop.Win32

Method Details

MemoryMapFile() public abstract method

public abstract MemoryMapFile ( string fileName ) : IUnsafeMemoryMap
fileName string
return IUnsafeMemoryMap

StrLen() public abstract method

public abstract StrLen ( byte pStr, int maxLength ) : int
pStr byte
maxLength int
return int

WcsLen() public abstract method

public abstract WcsLen ( char pStr, int maxLength ) : int
pStr char
maxLength int
return int