ICscHostObject2.SetWin32Manifest(String) Method

Definition

Specifies a manifest file to insert into the assembly.

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

Parameters

win32Manifest
String

The name of the manifest to insert into the assembly.

Returns

true if the method was successful; otherwise, false.

Applies to