ComUnregisterFunctionAttribute

ComUnregisterFunctionAttribute

System.Runtime.InteropServices (mscorlib.dll) sealed class

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  ( ); } 

Hierarchy

System.Object System.Attribute ComUnregisterFunctionAttribute

Valid On

Method



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net