ICscHostObject2.SetWin32Manifest(String) 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.
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
.