C# 클래스 MsgPack.UnsafeNativeMethods

파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 메소드들

메소드 설명
TryMemCmp ( byte s1, byte s2, UIntPtr size, int &result ) : bool

비공개 메소드들

메소드 설명
memcmpLibC ( byte s1, byte s2, UIntPtr size ) : int
memcmpVC ( byte s1, byte s2, UIntPtr size ) : int

메소드 상세

TryMemCmp() 공개 정적인 메소드

public static TryMemCmp ( byte s1, byte s2, UIntPtr size, int &result ) : bool
s1 byte
s2 byte
size System.UIntPtr
result int
리턴 bool