AssemblyHash コンストラクタ (AssemblyHashAlgorithm, Byte[])
メモ : このコンストラクタは、互換性のために残されています。
指定したハッシュ アルゴリズムとハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。 名前空間: System.Configuration.Assembliesアセンブリ: mscorlib (mscorlib.dll 内)

<ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Sub New ( _ algorithm As AssemblyHashAlgorithm, _ value As Byte() _ )
Dim algorithm As AssemblyHashAlgorithm Dim value As Byte() Dim instance As New AssemblyHash(algorithm, value)
[ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] public AssemblyHash ( AssemblyHashAlgorithm algorithm, byte[] value )
[ObsoleteAttribute(L"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] public: AssemblyHash ( AssemblyHashAlgorithm algorithm, array<unsigned char>^ value )
/** @attribute ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202") */ public AssemblyHash ( AssemblyHashAlgorithm algorithm, byte[] value )
ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202") public function AssemblyHash ( algorithm : AssemblyHashAlgorithm, value : byte[] )

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


AssemblyHash コンストラクタ (Byte[])
メモ : このコンストラクタは、互換性のために残されています。
指定したハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。ハッシュ アルゴリズムの既定の設定は SHA1 です。 名前空間: System.Configuration.Assembliesアセンブリ: mscorlib (mscorlib.dll 内)

<ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Sub New ( _ value As Byte() _ )
[ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] public AssemblyHash ( byte[] value )
[ObsoleteAttribute(L"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] public: AssemblyHash ( array<unsigned char>^ value )
/** @attribute ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202") */ public AssemblyHash ( byte[] value )
ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202") public function AssemblyHash ( value : byte[] )

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


AssemblyHash コンストラクタ

名前 | 説明 |
---|---|
AssemblyHash (Byte[]) | 指定したハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。ハッシュ アルゴリズムの既定の設定は SHA1 です。 |
AssemblyHash (AssemblyHashAlgorithm, Byte[]) | 指定したハッシュ アルゴリズムとハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。 |

AssemblyHash フィールド
AssemblyHash プロパティ
AssemblyHash メソッド

名前 | 説明 | |
---|---|---|
![]() | Clone | このオブジェクトのクローンを作成します。 |
![]() | Equals | オーバーロードされます。 ( ValueType から継承されます。) |
![]() | GetHashCode | このインスタンスのハッシュ コードを返します。 ( ValueType から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
![]() | GetValue | ハッシュ値を取得します。 |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
![]() | SetValue | ハッシュ値を設定します。 |
![]() | ToString | このインスタンスの完全修飾型名を返します。 ( ValueType から継承されます。) |

AssemblyHash メンバ
AssemblyHash データ型で公開されるメンバを以下の表に示します。




名前 | 説明 | |
---|---|---|
![]() | Clone | このオブジェクトのクローンを作成します。 |
![]() | Equals | オーバーロードされます。 ( ValueType から継承されます。) |
![]() | GetHashCode | このインスタンスのハッシュ コードを返します。 (ValueType から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | GetValue | ハッシュ値を取得します。 |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | SetValue | ハッシュ値を設定します。 |
![]() | ToString | このインスタンスの完全修飾型名を返します。 (ValueType から継承されます。) |

AssemblyHash 構造体
アセンブリ: mscorlib (mscorlib.dll 内)

<SerializableAttribute> _ <ComVisibleAttribute(True)> _ <ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Structure AssemblyHash Implements ICloneable
[SerializableAttribute] [ComVisibleAttribute(true)] [ObsoleteAttribute("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] public struct AssemblyHash : ICloneable
[SerializableAttribute] [ComVisibleAttribute(true)] [ObsoleteAttribute(L"The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")] public value class AssemblyHash : ICloneable



Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- AssemblyHashのページへのリンク