AssemblyHash.GetValue 方法

定義

警告

The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

取得雜湊值。

public:
 cli::array <System::Byte> ^ GetValue();
public byte[] GetValue ();
[System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
public byte[] GetValue ();
member this.GetValue : unit -> byte[]
[<System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.GetValue : unit -> byte[]
Public Function GetValue () As Byte()

傳回

Byte[]

雜湊值。

屬性

適用於