Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Call to set assembly-level custom attributes.
HRESULT EmitAssemblyCustomAttribute(
mdAssembly AssemblyID,
mdToken FileToken,
mdToken tkType,
void const* pCustomValue,
DWORD cbCustomValue,
BOOL bSecurity,
BOOL bAllowMulti
) PURE;
AssemblyID
ID of the assembly.
FileToken
File that defiles the attribute. Can be NULL if AssemblyID
does not indicate an unbound netmodule.
tkType
Type of the custom attribute.
pCustomValue
Custom value data.
cbCustomValue
Length of custom value data.
bSecurity
TRUE if the custom attribute is related to assembly signing.
bAllowMulti
TRUE if multiple attributes are to be emitted.
Returns S_OK if the method succeeds.
Requires alink.h
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now