C# Class Library.Unsafe

Afficher le fichier Open project: Alliance-Network/Library

Méthodes publiques

Méthode Description
And ( byte source1, byte source2, byte destination ) : void
And ( byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void
Compare ( byte source1, byte source2 ) : int
Compare ( byte source1, int source1Index, byte source2, int source2Index, int length ) : int
Copy ( byte source, int sourceIndex, byte destination, int destinationIndex, int length ) : void
Equals ( byte source1, byte source2 ) : bool
Equals ( byte source1, int source1Index, byte source2, int source2Index, int length ) : bool
Equals ( object obj1, object obj2 ) : bool
Or ( byte source1, byte source2, byte destination ) : void
Or ( byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void
Xor ( byte source1, byte source2, byte destination ) : void
Xor ( byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void
Zero ( byte source ) : void
Zero ( byte source, int index, int length ) : void

Private Methods

Méthode Description
BitwiseOperation ( BitwiseOperationDelegate bitwiseOperation, byte source1, byte source2, byte destination ) : void
BitwiseOperation ( BitwiseOperationDelegate bitwiseOperation, byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void
Unsafe ( ) : System

Method Details

And() public static méthode

public static And ( byte source1, byte source2, byte destination ) : void
source1 byte
source2 byte
destination byte
Résultat void

And() public static méthode

public static And ( byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void
source1 byte
source1Index int
source2 byte
source2Index int
destination byte
destinationIndex int
length int
Résultat void

Compare() public static méthode

public static Compare ( byte source1, byte source2 ) : int
source1 byte
source2 byte
Résultat int

Compare() public static méthode

public static Compare ( byte source1, int source1Index, byte source2, int source2Index, int length ) : int
source1 byte
source1Index int
source2 byte
source2Index int
length int
Résultat int

Copy() public static méthode

public static Copy ( byte source, int sourceIndex, byte destination, int destinationIndex, int length ) : void
source byte
sourceIndex int
destination byte
destinationIndex int
length int
Résultat void

Equals() public static méthode

public static Equals ( byte source1, byte source2 ) : bool
source1 byte
source2 byte
Résultat bool

Equals() public static méthode

public static Equals ( byte source1, int source1Index, byte source2, int source2Index, int length ) : bool
source1 byte
source1Index int
source2 byte
source2Index int
length int
Résultat bool

Equals() public static méthode

public static Equals ( object obj1, object obj2 ) : bool
obj1 object
obj2 object
Résultat bool

Or() public static méthode

public static Or ( byte source1, byte source2, byte destination ) : void
source1 byte
source2 byte
destination byte
Résultat void

Or() public static méthode

public static Or ( byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void
source1 byte
source1Index int
source2 byte
source2Index int
destination byte
destinationIndex int
length int
Résultat void

Xor() public static méthode

public static Xor ( byte source1, byte source2, byte destination ) : void
source1 byte
source2 byte
destination byte
Résultat void

Xor() public static méthode

public static Xor ( byte source1, int source1Index, byte source2, int source2Index, byte destination, int destinationIndex, int length ) : void
source1 byte
source1Index int
source2 byte
source2Index int
destination byte
destinationIndex int
length int
Résultat void

Zero() public static méthode

public static Zero ( byte source ) : void
source byte
Résultat void

Zero() public static méthode

public static Zero ( byte source, int index, int length ) : void
source byte
index int
length int
Résultat void