|
Joutsen Logging v0.5.0+22-gec3d058
|
A scope implementation that represents a type. More...
Public Member Functions | |
| TypeScope (Type type) | |
| create a new instance for a type. More... | |
| virtual string | ToString (string format, IFormatProvider formatProvider) |
| Formats the scope into a string. More... | |
| override string | ToString () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| virtual Map< string, string > | ToNamedStrings (string format, IFormatProvider formatProvider) |
| Creates a map of key value pairs which can be used to write the scope in a structured way. More... | |
| Map< string, string > | ToNamedStrings (string format, IFormatProvider formatProvider) |
| Creates a map of key value pairs which can be used to write the scope in a structured way. More... | |
Properties | |
| Type | Type [get] |
| the type represented by the scope. More... | |
A scope implementation that represents a type.
| TypeScope.TypeScope | ( | Type | type | ) |
create a new instance for a type.
| override bool TypeScope.Equals | ( | object | obj | ) |
| override int TypeScope.GetHashCode | ( | ) |
|
virtual |
Creates a map of key value pairs which can be used to write the scope in a structured way.
| format | the string that defines the output format for the scope |
| formatProvider | provides localization information to format the scopes information |
Implements Scope.
Reimplemented in MethodScope.
| override string TypeScope.ToString | ( | ) |
|
virtual |
Formats the scope into a string.
| format | the format to use to represent the scope |
| formatProvider | a format provider used for lacation specific representation |
Reimplemented in MethodScope.
|
get |
the type represented by the scope.