ICscHostObject.SetTargetType(String) Method

Definition

Specifies the file format of the output file.

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

Parameters

targetType
String

The file format of the output file. This value can be library, exe, module, or winexe.

Returns

true if the method was successful; otherwise, false.

Applies to