ScriptComponentHost.PutBinaryCode(String, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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())
Parameters
- assemblyname
- String
- binaryCode
- Byte[]