ScriptComponentHost.PutBinaryCode(String, Byte[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
void PutBinaryCode(System::String ^ assemblyname, cli::array <System::Byte> ^ binaryCode);
public void PutBinaryCode (string assemblyname, byte[] binaryCode);
member this.PutBinaryCode : string * byte[] -> unit
Public Sub PutBinaryCode (assemblyname As String, binaryCode As Byte())
Paramètres
- assemblyname
- String
- binaryCode
- Byte[]