Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Assigns the name of the assembly to be built. Not for use when producing unbound modules.
HRESULT SetAssemblyFile(
LPCWSTR pszFilename,
IMetaDataEmit* pEmitter,
AssemblyFlags afFlags,
mdAssembly* pAssemblyID
) PURE;
Parameters
pszFilename
Fully qualified name of the manifest file.pEmitter
Pointer to IMetaDataEmit Interface interface.afFlags
Flags as defined in AssemblyFlags Enumeration.pAssemblyID
Pointer to ID of resulting assembly.
Return Value
Returns S_OK if the method succeeds.
Requirements
Requires alink.h.
See Also
Concepts
ALink API (Unmanaged API Reference)