A map of key/value pairs.
More...
Inherits INativeHandle.
Inherited by Log, and Span.
|
| virtual void | Dispose (bool disposing) |
| | IDisposable helper function.
|
| |
|
void | Dispose () |
| | IDisposable implementation.
|
| |
|
| void | Attribute (string name, string value) |
| | Adds a string attribute to the map.
|
| |
| void | Attribute (string name, bool value) |
| | Adds a bool attribute to the map.
|
| |
| void | Attribute (string name, long value) |
| | Adds a long attribute to the map.
|
| |
| void | Attribute (string name, double value) |
| | Adds a double attribute to the map.
|
| |
|
void | SendData () |
| | Sends the data.
|
| |
|
|
bool | IsEnabled [get] |
| | If this object is active.
|
| |
|
IntPtr | Handle [get] |
| | Native handle of the Module.
|
| |
|
bool | IsDisposed [get] |
| | Gets if the native handle has been disposed.
|
| |
A map of key/value pairs.
◆ Attribute() [1/4]
| void Attribute |
( |
string | name, |
|
|
bool | value ) |
|
protected |
Adds a bool attribute to the map.
- Parameters
-
| name | Name/key of the attribute. |
| value | Value of the attribute. |
◆ Attribute() [2/4]
| void Attribute |
( |
string | name, |
|
|
double | value ) |
|
protected |
Adds a double attribute to the map.
- Parameters
-
| name | Name/key of the attribute. |
| value | Value of the attribute. |
◆ Attribute() [3/4]
| void Attribute |
( |
string | name, |
|
|
long | value ) |
|
protected |
Adds a long attribute to the map.
- Parameters
-
| name | Name/key of the attribute. |
| value | Value of the attribute. |
◆ Attribute() [4/4]
| void Attribute |
( |
string | name, |
|
|
string | value ) |
|
protected |
Adds a string attribute to the map.
- Parameters
-
| name | Name/key of the attribute. |
| value | Value of the attribute. |
◆ Dispose()
| virtual void Dispose |
( |
bool | disposing | ) |
|
|
virtual |
IDisposable helper function.
- Parameters
-
◆ ObjectDisposing
Raised when this object is about to be disposed via the IDisposable.Dispose method.
This event is raised right before this object is disposed. The dispose itself cannot be canceled.