DesktopUtils
Assembly: ServiceStack.Desktop.dll
View Source
Declaration
public static class DesktopUtils : object
Methods
DoWindow(ScriptScopeContext, Action<IntPtr>)
View Source
Declaration
public static bool DoWindow(this ScriptScopeContext scope, Action<IntPtr> fn)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Script.ScriptScopeContext | scope |
Action<IntPtr> | fn |
DoWindow<T>(ScriptScopeContext, Func<IntPtr, T>)
View Source
Declaration
public static T DoWindow<T>(this ScriptScopeContext scope, Func<IntPtr, T> fn)
Returns
<T>
Parameters
Type | Name |
---|---|
ServiceStack.Script.ScriptScopeContext | scope |
Func<IntPtr,<T>> | fn |
Type Parameters
T