AssemblyHash 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
表示組件資訊清單 (Assembly Manifest) 內容的雜湊。
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 值會在整個 Common Language Runtime 中使用,以偵測元件內容中的變更。
建構函式
AssemblyHash(AssemblyHashAlgorithm, Byte[]) |
已淘汰.
使用指定的雜湊演算法和雜湊值,初始化 AssemblyHash 結構的新執行個體。 |
AssemblyHash(Byte[]) |
已淘汰.
使用指定的雜湊值 (Hash Value),初始化 AssemblyHash 結構的新執行個體。 雜湊演算法預設值為 SHA1。 |
欄位
Empty |
已淘汰.
空的 AssemblyHash 物件。 |
屬性
Algorithm |
已淘汰.
取得或設定雜湊演算法。 |
方法
Clone() |
已淘汰.
複製這個物件。 |
GetValue() |
已淘汰.
取得雜湊值。 |
SetValue(Byte[]) |
已淘汰.
設定雜湊值。 |