TcArguments
Arguments of an event can be defined with this class. The ITcArguments interface is implemented for this.
Syntax
public class: ITcArguments
Constructor
Initializes a new instance of the class TcArguments.
public TcArguments();
Call:
TcArguments args : new TcArguments();
Interfaces
Name | Description |
---|---|
ITcArguments | Interface for describing the arguments. |
Methods
Name | Modifier | Return type | Definition location | Description |
---|---|---|---|---|
public virtual | void | ITcEventLogger/ITcArguments | Adds an argument. | |
public virtual | void | ITcEventLogger/ITcArguments | Adds an array of arguments. | |
public virtual | void | ITcEventLogger/ITcArguments | Deletes all arguments. | |
public virtual | System.Collections.IEnumerator | ITcEventLogger/ITcArguments | Returns an enumeration of the arguments. | |
public virtual | void | ITcEventLogger/ITcArguments | Deletes an argument. | |
public virtual | void | ITcEventLogger/ITcArguments | Sets an argument. |
Properties
Name | Modifier | Type | Access | Definition location | Description |
---|---|---|---|---|---|
public virtual | int | get | ITcEventLogger/ITcArguments | number of arguments. | |
this [uint] | public virtual | ITcLoggedEvent | get | ITcEventLogger/ITcArguments | The event to which the arguments relate. |