Class Utility
DMO-related utility functions.
Inheritance
System.Object
Utility
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FM.LiveSwitch.Dmo
Assembly: FM.LiveSwitch.Dmo.dll
Syntax
public class Utility
Properties
Disabled
Gets or sets a value indicating whether DMO should be disabled.
Declaration
public static bool Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSupported
Gets a value that indicates whether DMO is supported on this system.
Declaration
public static bool IsSupported { get; }
Property Value
Type | Description |
---|---|
System.Boolean |