MrKWatkins.Reflection 1.3.1 Help

ReflectionFormatter Class

Definition

Base implementation of IReflectionFormatter.

public abstract class ReflectionFormatter : IReflectionFormatter

Constructors

Name

Description

ReflectionFormatter()

Methods

Name

Description

Format(MemberInfo)

Formats the specified MemberInfo.

Format(StringBuilder, MemberInfo)

Formats the specified MemberInfo.

Format(TextWriter, MemberInfo)

Formats the specified MemberInfo.

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(MemberInfo)

Formats the specified MemberInfo's namespace.

FormatNamespace(String)

Formats the specified namespace.

FormatNamespace(StringBuilder, MemberInfo)

Formats the specified MemberInfo's namespace.

FormatNamespace(StringBuilder, String)

Formats the specified namespace.

FormatNamespace(TextWriter, MemberInfo)

Formats the specified MemberInfo's namespace.

FormatNamespace(TextWriter, String)

Formats the specified namespace.

Last modified: 17 December 2024