MrKWatkins.Reflection 1.3.1 Help

DisplayNameFormatter.Format Method

Overloads

Format(TextWriter, ConstructorInfo)

Formats the specified ConstructorInfo.

protected override void Format(TextWriter output, ConstructorInfo constructor);

Parameters

Name

Type

Description

output

TextWriter

A TextWriter to write a string representing constructor to.

constructor

ConstructorInfo

The constructor.

Format(TextWriter, EventInfo)

Formats the specified EventInfo.

protected override void Format(TextWriter output, EventInfo @event);

Parameters

Name

Type

Description

output

TextWriter

A TextWriter to write a string representing event to.

event

EventInfo

The event.

Format(TextWriter, FieldInfo)

Formats the specified FieldInfo.

protected override void Format(TextWriter output, FieldInfo field);

Parameters

Name

Type

Description

output

TextWriter

A TextWriter to write a string representing field to.

field

FieldInfo

The field.

Format(TextWriter, MethodInfo)

Formats the specified MethodInfo.

protected override void Format(TextWriter output, MethodInfo method);

Parameters

Name

Type

Description

output

TextWriter

A TextWriter to write a string representing method to.

method

MethodInfo

The method.

Format(TextWriter, PropertyInfo)

Formats the specified PropertyInfo.

protected override void Format(TextWriter output, PropertyInfo property);

Parameters

Name

Type

Description

output

TextWriter

A TextWriter to write a string representing property to.

property

PropertyInfo

The property.

Format(TextWriter, Type)

Formats the specified Type.

protected override void Format(TextWriter output, Type type);

Parameters

Name

Type

Description

output

TextWriter

A TextWriter to write a string representing type to.

type

Type

The type.

Last modified: 17 December 2024