C# Class MsgPack.UnsafeNativeMethods

Mostra file Open project: msgpack/msgpack-cli

Public Methods

Method Description
TryMemCmp ( byte s1, byte s2, UIntPtr size, int &result ) : bool

Private Methods

Method Description
memcmpLibC ( byte s1, byte s2, UIntPtr size ) : int
memcmpVC ( byte s1, byte s2, UIntPtr size ) : int

Method Details

TryMemCmp() public static method

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