Share via


SetAssemblyFile Method

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.
  • 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)

Other Resources

IALink Interface
IALink2 Interface