MethodInvocationFormatter Class

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

  • {appdomain}Includes the current appdomain's friendly name.
  • {assembly}Includes the assembly name.
  • {namespace}Includes the target class's namespace.
  • {type}Includes the name of the type containing the target method.
  • {method}Includes the name of the target method.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

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

Inheritance Hierarchy

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

See Also

MethodInvocationFormatter Members

Microsoft.Practices.EnterpriseLibrary.Common Namespace