ICscHostObject.SetOutputAssembly(String) Method

Definition

Specifies the name of the output file.

public:
 bool SetOutputAssembly(System::String ^ outputAssembly);
public bool SetOutputAssembly (string outputAssembly);
abstract member SetOutputAssembly : string -> bool
Public Function SetOutputAssembly (outputAssembly As String) As Boolean

Parameters

outputAssembly
String

The name of the output file.

Returns

true if the method was successful; otherwise, false.

Applies to