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

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