C# 클래스 Library.Unsafe

파일 보기 프로젝트 열기: Alliance-Network/Library

공개 메소드들

메소드 설명
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