AssemblyHash.SetValue(Byte[]) 方法

定義

警告

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

設定雜湊值。

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

參數

value
Byte[]

雜湊值。

屬性

適用於