The Marker type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Marker | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| CodeLocation |
Creates a standard marker for a code location.
| |
| Equals | Overloaded. | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Link |
Creates a standard marker for a link to a Url.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
Returns the fully qualified type name of this instance.
(Overrides ValueType..::.ToString()()().) | |
| ValidateIdentifier |
Verifies that the parameter is a valid marker class or attribute identifier.
| |
| WithAttribute |
Creates a copy of the marker with the specified attribute added.
|
Operators
| Name | Description | |
|---|---|---|
| Equality |
Returns true if two markers are equal.
| |
| Inequality |
Returns true if two markers are not equal.
|
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
| AssertionFailureClass |
Standard marker class for assertion failures.
| |
| CodeLocationClass |
Standard marker class for code location references.
| |
| CodeLocationColumnNumberAttrib |
Column attribute for code location references.
| |
| CodeLocationLineNumberAttrib |
Line attribute for code location references.
| |
| CodeLocationPathAttrib |
Path attribute for code location references.
| |
| DiffAdditionClass |
Standard marker class for content that represents added content in a diff.
| |
| DiffChangeClass |
Standard marker class for content that represents changed content in a diff.
| |
| DiffDeletionClass |
Standard marker class for content that represents deleted content in a diff.
| |
| EllipsisClass |
Standard marker class for content that has been elided and may be made available
instead as an attribute.
| |
| ExceptionClass |
Standard marker class for exceptions including their details.
| |
| ExceptionMessageClass |
Standard marker class for exception messages reported as part of exception details.
| |
| ExceptionPropertyNameClass |
Standard marker class for exception property names reported as part of exception details.
| |
| ExceptionPropertyValueClass |
Standard marker class for exception property values reported as part of exception details.
| |
| ExceptionTypeClass |
Standard marker class for exception types reported as part of exception details.
| |
| HighlightClass |
Standard marker class for content that should be displayed with a highlight.
| |
| LabelClass |
Standard marker class for labels and headings.
| |
| LinkClass |
Standard marker class for link to a url.
| |
| LinkUrlAttrib |
Url attribute for links.
| |
| MonospaceClass |
Standard marker class for fixed width output such as that from a console or structured table.
| |
| StackTraceClass |
Standard marker class for stack traces.
|
Properties
| Name | Description | |
|---|---|---|
| AssertionFailure |
Standard marker for assertion failures.
| |
| Attributes |
Gets the marker's attributes which are optional name/value pairs associated
with a marker to carry additional semantic content.
| |
| Class |
Gets the marker class.
| |
| DiffAddition |
Standard marker for content that represents added content in a diff.
| |
| DiffChange |
Standard marker for content that represents changed content in a diff.
| |
| DiffDeletion |
Standard marker for content that represents deleted content in a diff.
| |
| Ellipsis |
Standard marker for text that is elided and replaced by an ellipsis.
| |
| Exception |
Standard marker for exceptions including their details.
| |
| ExceptionMessage |
Standard marker for exception messages reported as part of exception details.
| |
| ExceptionPropertyName |
Standard marker for exception property names reported as part of exception details.
| |
| ExceptionPropertyValue |
Standard marker for exception property values reported as part of exception details.
| |
| ExceptionType |
Standard marker for exception types reported as part of exception details.
| |
| Highlight |
Standard marker for content that should be displayed with a highlight.
| |
| Label |
Standard marker for labels and headings.
| |
| Monospace |
Standard marker for fixed width output such as that from a console or structured table.
| |
| StackTrace |
Standard marker for stack traces.
|
