IScheduler.SetInterfaceMode(Boolean, IntPtr) Method

Definition

Specifies whether the calling application is a console or Windows application.

public void SetInterfaceMode (bool isConsole, IntPtr hwnd);
abstract member SetInterfaceMode : bool * nativeint -> unit
Public Sub SetInterfaceMode (isConsole As Boolean, hwnd As IntPtr)

Parameters

isConsole
Boolean
hwnd
IntPtr

nativeint

Applies to