Table of Contents

Method CreateCurrentSystem

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll

CreateCurrentSystem()

Creates an ISystem implementation according to the operating system detected by OS.
public static ISystem CreateCurrentSystem()

Returns

ISystem
The ISystem implementation for the current operating system.

Exceptions

NotImplementedException
Thrown if OS returns an operating system which will be supported in the future, but is not currently.
PlatformNotSupportedException
Thrown if OS returns an unsupported operating system.