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 値は、アセンブリの内容の変更を検出するために共通言語ランタイム全体で使用されます。
コンストラクター
AssemblyHash(AssemblyHashAlgorithm, Byte[]) |
古い.
指定したハッシュ アルゴリズムとハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。 |
AssemblyHash(Byte[]) |
古い.
指定したハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。 ハッシュ アルゴリズムの既定の設定は SHA1 です。 |
フィールド
Empty |
古い.
空の AssemblyHash オブジェクトです。 |
プロパティ
Algorithm |
古い.
ハッシュ アルゴリズムを取得または設定します。 |
メソッド
Clone() |
古い.
このオブジェクトのクローンを作成します。 |
GetValue() |
古い.
ハッシュ値を取得します。 |
SetValue(Byte[]) |
古い.
ハッシュ値を設定します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET