Table of Contents

Method GetSubtypeId

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

GetSubtypeId(OSKind)

Gets the subtype ID for operatingSystem.
public static int GetSubtypeId(this OSKind operatingSystem)

Parameters

operatingSystem OSKind
The OSKind to get the subtype ID of.

Returns

int
The subtype ID of operatingSystem.

Remarks

The subtype ID means basically nothing on its own. Its value is 0 unless otherwise noted in the remarks of OSKind's members.