    

 ## On this page

  

 

 # Interface IOutput

 Last update: 16.07.2025 

Namespace: [VM](VM.md)  
Assembly: VM.dll

Provides the ability to output a specified message.

```csharp
public interface IOutput

```

## Methods

### Clear()

Cleat output messages.

```csharp
void Clear()

```

### Write(string, string)

Output a specified message.

```csharp
void Write(string category, string message)

```

#### Parameters

`category` [string](https://learn.microsoft.com/dotnet/api/system.string)

The category of the message.

`message` [string](https://learn.microsoft.com/dotnet/api/system.string)

The message to output.