HandlerAttribute Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Unity Application Block information can be found at the Unity Application Block site.

The HandlerAttribute type exposes the following members.

Constructors

  Name Description
Ee651360.protmethod(en-us,PandP.10).gif HandlerAttribute

Methods

  Name Description
Ee651360.pubmethod(en-us,PandP.10).gif CreateHandler
Derived classes implement this method. When called, it creates a new call handler as specified in the attribute configuration.
Ee651360.pubmethod(en-us,PandP.10).gif Equals (Inherited from Attribute.)
Ee651360.protmethod(en-us,PandP.10).gif Finalize (Inherited from Object.)
Ee651360.pubmethod(en-us,PandP.10).gif GetHashCode (Inherited from Attribute.)
Ee651360.pubmethod(en-us,PandP.10).gif GetType (Inherited from Object.)
Ee651360.pubmethod(en-us,PandP.10).gif IsDefaultAttribute (Inherited from Attribute.)
Ee651360.pubmethod(en-us,PandP.10).gif Match (Inherited from Attribute.)
Ee651360.protmethod(en-us,PandP.10).gif MemberwiseClone (Inherited from Object.)
Ee651360.pubmethod(en-us,PandP.10).gif ToString (Inherited from Object.)

Properties

  Name Description
Ee651360.pubproperty(en-us,PandP.10).gif Order
Gets or sets the order in which the handler will be executed.
Ee651360.pubproperty(en-us,PandP.10).gif TypeId (Inherited from Attribute.)

Explicit Interface Implementations

  Name Description
Ee651360.pubinterface(en-us,PandP.10).gifEe651360.privmethod(en-us,PandP.10).gif _Attribute.GetIDsOfNames (Inherited from Attribute.)
Ee651360.pubinterface(en-us,PandP.10).gifEe651360.privmethod(en-us,PandP.10).gif _Attribute.GetTypeInfo (Inherited from Attribute.)
Ee651360.pubinterface(en-us,PandP.10).gifEe651360.privmethod(en-us,PandP.10).gif _Attribute.GetTypeInfoCount (Inherited from Attribute.)
Ee651360.pubinterface(en-us,PandP.10).gifEe651360.privmethod(en-us,PandP.10).gif _Attribute.Invoke (Inherited from Attribute.)

See Also

HandlerAttribute Class

Microsoft.Practices.Unity.InterceptionExtension Namespace