using System; namespace System.Runtime.InteropServices { /// Specifies the method to call when you unregister an assembly for use from COM; this allows for the execution of user-written code during the unregistration process. // Token: 0x02000304 RID: 772 [ComVisible(true)] [AttributeUsage(AttributeTargets.Method, Inherited = false)] public sealed class ComUnregisterFunctionAttribute : Attribute { } }