IsCOMRegisterFunction
attributeThe presence of the IsCOMRegisterFunction
attribute on a method indicates that the method should be called during the COM registration process.
[AttributeUsage(AttributeTargets.Method)] public class IsCOMRegisterFunctionAttribute: System.Attribute { public IsComRegisterFunctionAttribute() {…} }