C# 클래스 Tiny.Interop.NativePlatform

파일 보기 프로젝트 열기: scottwis/tiny 1 사용 예제들

공개 메소드들

메소드 설명
MemoryMapFile ( string fileName ) : IUnsafeMemoryMap
StrLen ( byte pStr, int maxLength ) : int
WcsLen ( char pStr, int maxLength ) : int

비공개 메소드들

메소드 설명
NativePlatform ( ) : Tiny.Interop.Win32

메소드 상세

MemoryMapFile() 공개 추상적인 메소드

public abstract MemoryMapFile ( string fileName ) : IUnsafeMemoryMap
fileName string
리턴 IUnsafeMemoryMap

StrLen() 공개 추상적인 메소드

public abstract StrLen ( byte pStr, int maxLength ) : int
pStr byte
maxLength int
리턴 int

WcsLen() 공개 추상적인 메소드

public abstract WcsLen ( char pStr, int maxLength ) : int
pStr char
maxLength int
리턴 int