MethodInvocationFormatter Class

Represents a formatter object that allows replacement tokens in a string. The supported tokens are:

  • {appdomain} - Includes the friendly name of the current application domain.
  • {assembly} - Includes the assembly name.
  • {namespace} - Includes the namespace of the target class.
  • {type} - Includes the name of the type that contains the target method.
  • {method} - Includes the name of the target method.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common
Assembly: Microsoft.Practices.EnterpriseLibrary.PolicyInjection (in Microsoft.Practices.EnterpriseLibrary.PolicyInjection.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public class MethodInvocationFormatter : ReplacementFormatter
'Declaration
Public Class MethodInvocationFormatter
    Inherits ReplacementFormatter
public ref class MethodInvocationFormatter : public ReplacementFormatter

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.ReplacementFormatter
    Microsoft.Practices.EnterpriseLibrary.Common.MethodInvocationFormatter

See Also

MethodInvocationFormatter Members

Microsoft.Practices.EnterpriseLibrary.Common Namespace