C# Класс Library.Unsafe

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

And() публичный статический Метод

public static And ( byte source1, byte source2, byte destination ) : void
source1 byte
source2 byte
destination byte
Результат void

And() публичный статический Метод

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
Результат void

Compare() публичный статический Метод

public static Compare ( byte source1, byte source2 ) : int
source1 byte
source2 byte
Результат int

Compare() публичный статический Метод

public static Compare ( byte source1, int source1Index, byte source2, int source2Index, int length ) : int
source1 byte
source1Index int
source2 byte
source2Index int
length int
Результат int

Copy() публичный статический Метод

public static Copy ( byte source, int sourceIndex, byte destination, int destinationIndex, int length ) : void
source byte
sourceIndex int
destination byte
destinationIndex int
length int
Результат void

Equals() публичный статический Метод

public static Equals ( byte source1, byte source2 ) : bool
source1 byte
source2 byte
Результат bool

Equals() публичный статический Метод

public static Equals ( byte source1, int source1Index, byte source2, int source2Index, int length ) : bool
source1 byte
source1Index int
source2 byte
source2Index int
length int
Результат bool

Equals() публичный статический Метод

public static Equals ( object obj1, object obj2 ) : bool
obj1 object
obj2 object
Результат bool

Or() публичный статический Метод

public static Or ( byte source1, byte source2, byte destination ) : void
source1 byte
source2 byte
destination byte
Результат void

Or() публичный статический Метод

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
Результат void

Xor() публичный статический Метод

public static Xor ( byte source1, byte source2, byte destination ) : void
source1 byte
source2 byte
destination byte
Результат void

Xor() публичный статический Метод

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
Результат void

Zero() публичный статический Метод

public static Zero ( byte source ) : void
source byte
Результат void

Zero() публичный статический Метод

public static Zero ( byte source, int index, int length ) : void
source byte
index int
length int
Результат void