|
Joutsen Logging v0.5.0+22-gec3d058
|
A scope implementation that represents an assembly. More...
Public Member Functions | |
| AssemblyScope (Assembly assembly) | |
| Creates a new instance for an assembly. More... | |
| AssemblyScope (Type containedType) | |
| Creates a new instance using a types assembly. More... | |
| string | ToString (string format, IFormatProvider formatProvider) |
| Formats the scope into a string. More... | |
| override string | ToString () |
| 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 | |
| Assembly | Assembly [get] |
| The assembly this scope represents. More... | |
A scope implementation that represents an assembly.
| AssemblyScope.AssemblyScope | ( | Assembly | assembly | ) |
Creates a new instance for an assembly.
| AssemblyScope.AssemblyScope | ( | Type | containedType | ) |
Creates a new instance using a types assembly.
| Map< string, string > AssemblyScope.ToNamedStrings | ( | string | format, |
| IFormatProvider | formatProvider | ||
| ) |
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.
| override string AssemblyScope.ToString | ( | ) |
| string AssemblyScope.ToString | ( | string | format, |
| IFormatProvider | formatProvider | ||
| ) |
Formats the scope into a string.
| format | the format to use to represent the scope |
| formatProvider | a format provider used for lacation specific representation |
|
get |
The assembly this scope represents.