C# Class MsgPack.UnsafeNativeMethods

Afficher le fichier Open project: msgpack/msgpack-cli

Méthodes publiques

Méthode Description
TryMemCmp ( byte s1, byte s2, UIntPtr size, int &result ) : bool

Private Methods

Méthode Description
memcmpLibC ( byte s1, byte s2, UIntPtr size ) : int
memcmpVC ( byte s1, byte s2, UIntPtr size ) : int

Method Details

TryMemCmp() public static méthode

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