MPMessageBodyHooks Class
Provides management point message body hooks.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint::MPMessageBodyHooks
| Name | Description | |
|---|---|---|
![]() | MPMessageBodyHooks() | Initializes a new instance of the MPMessageBodyHooks class. |
| Name | Description | |
|---|---|---|
![]() | AddHook(MPMessageBodyHook^) | Adds a hook. |
![]() | ContainsHook<T>() | Verifies whether a hook of a specified type is contained in the internal collection of hooks. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetHooks<T>() | Gets hooks of type T in the internal collection. |
![]() | GetSchema() | This method is reserved and should not be used. When you implement the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method. If you need to specify a custom schema, apply the XmlSchemaProviderAttribute to the class. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReadXml(XmlReader^) | Generates an object from its XML representation. |
![]() | ToString() | (Inherited from Object.) |
![]() | WriteXml(XmlWriter^) | Converts an object into its XML representation. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

