Binary 클래스

정의

이진 데이터의 변경할 수 없는 블록을 나타냅니다.

public ref class Binary sealed : IEquatable<System::Data::Linq::Binary ^>
[System.Runtime.Serialization.DataContract]
[System.Serializable]
public sealed class Binary : IEquatable<System.Data.Linq.Binary>
[<System.Runtime.Serialization.DataContract>]
[<System.Serializable>]
type Binary = class
    interface IEquatable<Binary>
Public NotInheritable Class Binary
Implements IEquatable(Of Binary)
상속
Binary
특성
구현

생성자

Name Description
Binary(Byte[])

Binary 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
Length

이진 개체의 길이를 가져옵니다.

메서드

Name Description
Equals(Binary)

두 개의 이진 개체가 같은지 여부를 확인합니다.

Equals(Object)

지정된 Object 값이 현재 Object와 같은지 여부를 확인합니다.

GetHashCode()

특정 형식에 대한 해시 함수로 사용됩니다.

GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToArray()

현재 이진 개체를 나타내는 바이트 배열을 반환합니다.

ToString()

String 현재 이진 개체를 나타내는 값을 반환합니다.

연산자

Name Description
Equality(Binary, Binary)

두 이진 개체 간의 같음 관계를 설명합니다.

Implicit(Byte[] to Binary)

바이트 배열을 프로그래밍 언어의 형식으로 암시적으로 강제 변환할 Binary 수 있습니다.

Inequality(Binary, Binary)

두 이진 개체 간의 같지 않음 관계를 설명합니다.

적용 대상