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.

TcArguments 1: Methods

Name

Modifier

Return type

Definition location

Description

Add

public virtual

void

ITcEventLogger/ITcArguments

Adds an argument.

AddV

public virtual

void

ITcEventLogger/ITcArguments

Adds an array of arguments.

Clear

public virtual

void

ITcEventLogger/ITcArguments

Deletes all arguments.

GetEnumerator

public virtual

System.Collections.IEnumerator

ITcEventLogger/ITcArguments

Returns an enumeration of the arguments.

Remove

public virtual

void

ITcEventLogger/ITcArguments

Deletes an argument.

Set

public virtual

void

ITcEventLogger/ITcArguments

Sets an argument.

TcArguments 2: Properties

Name

Modifier

Type

Access

Definition location

Description

Count

public virtual

int

get

ITcEventLogger/ITcArguments

number of arguments.

this [uint]

public virtual

ITcLoggedEvent

get

ITcEventLogger/ITcArguments

The event to which the arguments relate.