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) |
2 つのバイナリ オブジェクトが等しいかどうかを判断します。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) |
2 つのバイナリ オブジェクトが等しいかどうかを示します。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) |
2 つのバイナリ オブジェクトが等しくないかどうかを示します。Describes the inequality relationship between two binary objects. |