AssemblyHash 構造体
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
アセンブリ マニフェストの内容のハッシュを表します。
public value class AssemblyHash : ICloneable
[System.Serializable]
public struct AssemblyHash : ICloneable
[System.Serializable]
[System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
[System.Runtime.InteropServices.ComVisible(true)]
public struct AssemblyHash : ICloneable
[<System.Serializable>]
type AssemblyHash = struct
interface ICloneable
[<System.Serializable>]
[<System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type AssemblyHash = struct
interface ICloneable
Public Structure AssemblyHash
Implements ICloneable
- 継承
- 属性
- 実装
AssemblyHash 値は、アセンブリの内容の変更を検出するために共通言語ランタイム全体で使用されます。
Assembly |
古い.
指定したハッシュ アルゴリズムとハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。 |
Assembly |
古い.
指定したハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。 ハッシュ アルゴリズムの既定の設定は SHA1 です。 |
Empty |
古い.
空の AssemblyHash オブジェクトです。 |
Algorithm |
古い.
ハッシュ アルゴリズムを取得または設定します。 |
Clone() |
古い.
このオブジェクトのクローンを作成します。 |
Get |
古い.
ハッシュ値を取得します。 |
Set |
古い.
ハッシュ値を設定します。 |
製品 | バージョン (廃止) |
---|---|
.NET Framework | 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1) |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。