August 2003
Intermediate to advanced
928 pages
32h 1m
English
ComUnregisterFunctionAttribute
This attribute is attached to a static method to indicate that it should be invoked when the enclosing assembly is unregistered from COM. There can only be one unregistration function in each assembly.
For more details, see ComRegisterFunctionAttribute.
public sealed class ComUnregisterFunctionAttribute : Attribute { // Public Constructors public ComUnregisterFunctionAttribute( ); }
System.Object
→
System.Attribute
→
ComUnregisterFunctionAttribute
Method