Click or drag to resize

OverlayManager Constructor

Namespace:  Buddy.Overlay
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public OverlayManager(
	Process attachedProcess,
	ToastSettings toastSettings = null,
	Dispatcher customDispatcher = null
)

Parameters

attachedProcess
Type: System.DiagnosticsProcess
toastSettings (Optional)
Type: Buddy.Overlay.NotificationsToastSettings
customDispatcher (Optional)
Type: System.Windows.ThreadingDispatcher
See Also