AssemblyHash 結構
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
表示組件資訊清單 (Assembly Manifest) 內容的雜湊。
public value class AssemblyHash : ICloneable
C#
[System.Serializable]
public struct AssemblyHash : ICloneable
C#
[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 中使用,以偵測元件內容中的變更。
Assembly |
已淘汰.
使用指定的雜湊演算法和雜湊值,初始化 AssemblyHash 結構的新執行個體。 |
Assembly |
已淘汰.
使用指定的雜湊值 (Hash Value),初始化 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) |