DisplayNameFormatter.Format Method
Overloads
Name | Description |
---|---|
Formats the specified ConstructorInfo. | |
Formats the specified EventInfo. | |
Formats the specified FieldInfo. | |
Formats the specified MethodInfo. | |
Formats the specified PropertyInfo. | |
Formats the specified Type. |
Format(TextWriter, ConstructorInfo)
Formats the specified ConstructorInfo.
Parameters
Name | Type | Description |
---|---|---|
output | A TextWriter to write a string representing | |
constructor | The constructor. |
Format(TextWriter, EventInfo)
Formats the specified EventInfo.
Parameters
Name | Type | Description |
---|---|---|
output | A TextWriter to write a string representing | |
event | The event. |
Format(TextWriter, FieldInfo)
Formats the specified FieldInfo.
Parameters
Name | Type | Description |
---|---|---|
output | A TextWriter to write a string representing | |
field | The field. |
Format(TextWriter, MethodInfo)
Formats the specified MethodInfo.
Parameters
Name | Type | Description |
---|---|---|
output | A TextWriter to write a string representing | |
method | The method. |
Format(TextWriter, PropertyInfo)
Formats the specified PropertyInfo.
Parameters
Name | Type | Description |
---|---|---|
output | A TextWriter to write a string representing | |
property | The property. |
Format(TextWriter, Type)
Formats the specified Type.
Parameters
Name | Type | Description |
---|---|---|
output | A TextWriter to write a string representing | |
type | The type. |