OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IHostInformation

Provides information about the OpenMod host.

Namespace: OpenMod.API
Assembly: OpenMod.API.dll
Syntax
public interface IHostInformation

Properties

| Improve this Doc View Source

HostName

Gets the name of the host implementation.

Declaration
string HostName { get; }
Property Value
Type Description
System.String
Examples

OpenMod for Unturned

| Improve this Doc View Source

HostVersion

Gets the version of the OpenMod host implementation.

Declaration
SemVersion HostVersion { get; }
Property Value
Type Description
SemVersion

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)