Binary 클래스
정의
변경할 수 없는 이진 데이터 블록을 나타냅니다.Represents an immutable block of binary data.
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
- 특성
- 구현
생성자
Binary(Byte[]) |
Binary 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the Binary class. |
속성
Length |
이진 개체의 길이를 가져옵니다.Gets the length of the binary object. |
메서드
Equals(Binary) |
두 이진 개체가 서로 같은지 여부를 확인합니다.Determines whether two binary objects are equal. |
Equals(Object) |
지정한 Object가 현재 Object와 같은지 여부를 확인합니다.Determines whether the specified Object is equal to the current Object. |
GetHashCode() |
특정 유형에 대한 해시 함수로 사용합니다.Serves as a hash function for a particular type. |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToArray() |
현재 이진 개체를 나타내는 바이트 배열을 반환합니다.Returns an array of bytes that represents the current binary object. |
ToString() |
현재 이진 개체를 나타내는 String을 반환합니다.Returns a String that represents the current binary object. |
연산자
Equality(Binary, Binary) |
두 이진 개체 간의 같음 관계를 설명합니다.Describes the equality relationship between two binary objects. |
Implicit(Byte[] to Binary) |
바이트 배열을 프로그래밍 언어의 Binary 형식으로 암시적으로 변환합니다.Enables arrays of bytes to be implicitly coerced to the Binary type in a programming language. |
Inequality(Binary, Binary) |
두 이진 개체 간의 다름 관계를 설명합니다.Describes the inequality relationship between two binary objects. |