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[]

ハッシュ値。

属性

適用対象