C# Class Tiny.Interop.NativePlatform

Afficher le fichier Open project: scottwis/tiny Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
NativePlatform ( ) : Tiny.Interop.Win32

Method Details

MemoryMapFile() public abstract méthode

public abstract MemoryMapFile ( string fileName ) : IUnsafeMemoryMap
fileName string
Résultat IUnsafeMemoryMap

StrLen() public abstract méthode

public abstract StrLen ( byte pStr, int maxLength ) : int
pStr byte
maxLength int
Résultat int

WcsLen() public abstract méthode

public abstract WcsLen ( char pStr, int maxLength ) : int
pStr char
maxLength int
Résultat int