IVbcHostObject.SetTargetType(String) Method

Definition

Specifies the file format of the output file.

public bool SetTargetType (string targetType);

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