AssemblyHash.SetValue(Byte[]) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Define o valor de hash.
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())
Parâmetros
- value
- Byte[]
O valor hash.
- Atributos