Table of Contents

Class EngineInfo

Namespace
Virtufin.WorkManager.Contracts
Assembly
Virtufin.WorkManager.dll

Information about a registered engine.

public sealed record EngineInfo : IEquatable<EngineInfo>
Inheritance
EngineInfo
Implements
Inherited Members

Constructors

EngineInfo(string, string)

Information about a registered engine.

public EngineInfo(string MimeType, string Language)

Parameters

MimeType string

The MIME type the engine handles.

Language string

The programming language of the engine.

Properties

Language

The programming language of the engine.

public string Language { get; init; }

Property Value

string

MimeType

The MIME type the engine handles.

public string MimeType { get; init; }

Property Value

string