MrKWatkins.Reflection 1.3.1 Help

DisplayNameFormatter Class

Definition

Formats reflection types into a human readable display name.

public sealed class DisplayNameFormatter : ReflectionFormatter, IReflectionFormatter

Constructors

Name

Description

DisplayNameFormatter()

Initialises a new instance of the DisplayNameFormatter class using default options.

DisplayNameFormatter(DisplayNameFormatterOptions)

Initialises a new instance of the DisplayNameFormatter class with the specified options.

Methods

Name

Description

Format(TextWriter, ConstructorInfo)

Formats the specified ConstructorInfo.

Format(TextWriter, EventInfo)

Formats the specified EventInfo.

Format(TextWriter, FieldInfo)

Formats the specified FieldInfo.

Format(TextWriter, MethodInfo)

Formats the specified MethodInfo.

Format(TextWriter, PropertyInfo)

Formats the specified PropertyInfo.

Format(TextWriter, Type)

Formats the specified Type.

FormatNamespace(TextWriter, String)

Formats the specified namespace.

Last modified: 17 December 2024