SYMBOL INDEX (1110 symbols across 265 files) FILE: nuke/Build.cs class Build (line 23) | class Build : NukeBuild method Main (line 31) | public static int Main() => Execute(x => x.RunUnitTests); method OnBuildInitialized (line 61) | protected override void OnBuildInitialized() FILE: nuke/CommonPropsParser.cs class CommonPropsParser (line 8) | public sealed class CommonPropsParser method CommonPropsParser (line 13) | public CommonPropsParser() method Parse (line 17) | public Version Parse(string propsPath) FILE: nuke/Configuration.cs class Configuration (line 6) | [TypeConverter(typeof(TypeConverter))] FILE: nuke/Extensions/StringExtensions.cs class StringExtensions (line 15) | public static class StringExtensions method Quote (line 22) | public static string Quote(this string value) method UnQuote (line 37) | public static string UnQuote(this string value) method SplitLines (line 52) | public static string[] SplitLines(this string content) method NormalizeLineEndings (line 63) | public static string NormalizeLineEndings(this string value) method IsQuoted (line 75) | private static bool IsQuoted(this string value) FILE: nuke/ReleaseNotes.cs class ReleaseNotes (line 16) | public sealed class ReleaseNotes method ReleaseNotes (line 50) | public ReleaseNotes(SemVersion semVersion, IEnumerable notes, ... method ReleaseNotes (line 65) | public ReleaseNotes(Version version, IEnumerable notes, string... method ReleaseNotes (line 74) | private ReleaseNotes(Version version, SemVersion semVersion, IEnumerab... FILE: nuke/ReleaseNotesParser.cs class ReleaseNotesParser (line 18) | public sealed class ReleaseNotesParser method ReleaseNotesParser (line 25) | public ReleaseNotesParser() method Parse (line 35) | public IReadOnlyList Parse(string content) method ParseComplexFormat (line 61) | private IReadOnlyList ParseComplexFormat(string[] lines) method ParseSimpleFormat (line 119) | private IReadOnlyList ParseSimpleFormat(string[] lines) FILE: nuke/SemVersion.cs class SemVersion (line 17) | public class SemVersion : IComparable, IComparable, IEquatab... method SemVersion (line 85) | public SemVersion(int major, int minor, int patch, string preRelease =... method SemVersion (line 99) | public SemVersion(int major, int minor, int patch, string preRelease, ... method TryParse (line 139) | public static bool TryParse(string version, method Equals (line 190) | public bool Equals(SemVersion other) method CompareTo (line 205) | public int CompareTo(SemVersion other) method CompareTo (line 274) | public int CompareTo(object obj) method Equals (line 286) | public override bool Equals(object obj) method GetHashCode (line 296) | public override int GetHashCode() method ToString (line 314) | public override string ToString() FILE: src/ElectronNET.API/API/ApiBase.cs class ApiBase (line 14) | public abstract class ApiBase type SocketTaskEventNameTypes (line 16) | protected enum SocketTaskEventNameTypes type SocketTaskMessageNameTypes (line 22) | protected enum SocketTaskMessageNameTypes type SocketEventNameTypes (line 28) | protected enum SocketEventNameTypes method ApiBase (line 60) | protected ApiBase() method CallMethod0 (line 66) | protected void CallMethod0([CallerMemberName] string callerName = null) method CallMethod1 (line 79) | protected void CallMethod1(object val1, [CallerMemberName] string call... method CallMethod2 (line 92) | protected void CallMethod2(object val1, object val2, [CallerMemberName... method CallMethod3 (line 105) | protected void CallMethod3(object val1, object val2, object val3, [Cal... method InvokeAsync (line 118) | protected Task InvokeAsync(object arg = null, [CallerMemberName]... method InvokeAsyncWithTimeout (line 123) | protected Task InvokeAsyncWithTimeout(TimeSpan invocationTimeout... method AddEvent (line 146) | protected void AddEvent(Action value, int? id = null, [CallerMemberNam... method RemoveEvent (line 167) | protected void RemoveEvent(Action value, int? id = null, [CallerMember... method AddEvent (line 183) | protected void AddEvent(Action value, int? id = null, [CallerMem... method RemoveEvent (line 204) | protected void RemoveEvent(Action value, int? id = null, [Caller... method EventName (line 220) | private string EventName(string callerName) method EventKey (line 233) | private string EventKey(string eventName, int? id) class Invocator (line 238) | internal abstract class Invocator method Task (line 240) | public abstract Task Task(); method Invocator (line 248) | public Invocator(ApiBase apiBase, string callerName, TimeSpan timeou... method Task (line 328) | public override Task Task() class Invocator (line 243) | internal class Invocator : Invocator method Task (line 240) | public abstract Task Task(); method Invocator (line 248) | public Invocator(ApiBase apiBase, string callerName, TimeSpan timeou... method Task (line 328) | public override Task Task() class EventContainer (line 334) | [SuppressMessage("ReSharper", "InconsistentlySynchronizedField")] method GetEventActionT (line 340) | private Action GetEventActionT() method SetEventActionT (line 345) | private void SetEventActionT(Action actionT) method OnEventAction (line 350) | public void OnEventAction() => this.eventAction?.Invoke(); method OnEventActionT (line 352) | public void OnEventActionT(T p) => this.GetEventActionT()?.Inv... method Register (line 354) | public void Register(Action receiver) method Register (line 359) | public void Register(Action receiver) method Unregister (line 366) | public bool Unregister(Action receiver) method Unregister (line 372) | public bool Unregister(Action receiver) FILE: src/ElectronNET.API/API/App.cs class App (line 17) | public sealed class App : ApiBase method App (line 379) | internal App() method Quit (line 413) | public void Quit() method Exit (line 423) | public void Exit(int exitCode = 0) method DisposeSocket (line 428) | public void DisposeSocket() method Relaunch (line 443) | public void Relaunch() method Relaunch (line 461) | public void Relaunch(RelaunchOptions relaunchOptions) method Focus (line 470) | public void Focus() method Focus (line 481) | public void Focus(FocusOptions focusOptions) method Hide (line 489) | [SupportedOSPlatform("macOS")] method Show (line 498) | [SupportedOSPlatform("macOS")] method GetAppPathAsync (line 507) | public async Task GetAppPathAsync(CancellationToken cancellati... method SetAppLogsPath (line 521) | public void SetAppLogsPath(string path) method GetPathAsync (line 534) | public async Task GetPathAsync(PathName pathName, Cancellation... method SetPath (line 561) | public void SetPath(PathName name, string path) method GetVersionAsync (line 571) | public async Task GetVersionAsync(CancellationToken cancellati... method GetLocaleAsync (line 585) | public async Task GetLocaleAsync(CancellationToken cancellatio... method AddRecentDocument (line 596) | [SupportedOSPlatform("macOS")] method ClearRecentDocuments (line 606) | [SupportedOSPlatform("macOS")] method SetAsDefaultProtocolClientAsync (line 638) | public async Task SetAsDefaultProtocolClientAsync(string protoco... method SetAsDefaultProtocolClientAsync (line 669) | public async Task SetAsDefaultProtocolClientAsync(string protoco... method SetAsDefaultProtocolClientAsync (line 701) | public async Task SetAsDefaultProtocolClientAsync(string protoco... method RemoveAsDefaultProtocolClientAsync (line 723) | [SupportedOSPlatform("macOS")] method RemoveAsDefaultProtocolClientAsync (line 738) | [SupportedOSPlatform("macOS")] method RemoveAsDefaultProtocolClientAsync (line 754) | [SupportedOSPlatform("macOS")] method IsDefaultProtocolClientAsync (line 784) | public async Task IsDefaultProtocolClientAsync(string protocol, ... method IsDefaultProtocolClientAsync (line 803) | public async Task IsDefaultProtocolClientAsync(string protocol, ... method IsDefaultProtocolClientAsync (line 823) | public async Task IsDefaultProtocolClientAsync(string protocol, ... method SetUserTasksAsync (line 846) | [SupportedOSPlatform("Windows")] method GetJumpListSettingsAsync (line 867) | [SupportedOSPlatform("Windows")] method SetJumpList (line 890) | [SupportedOSPlatform("Windows")] method RequestSingleInstanceLockAsync (line 917) | public async Task RequestSingleInstanceLockAsync(Action HasSingleInstanceLockAsync(CancellationToken c... method SetUserActivity (line 973) | [SupportedOSPlatform("macOS")] method SetUserActivity (line 991) | [SupportedOSPlatform("macOS")] method GetCurrentActivityTypeAsync (line 1001) | [SupportedOSPlatform("macOS")] method InvalidateCurrentActivity (line 1011) | [SupportedOSPlatform("macOS")] method ResignCurrentActivity (line 1020) | [SupportedOSPlatform("macOS")] method SetAppUserModelId (line 1030) | [SupportedOSPlatform("Windows")] method ImportCertificateAsync (line 1045) | [SupportedOSPlatform("Linux")] method GetAppMetricsAsync (line 1069) | public async Task GetAppMetricsAsync(CancellationToke... method GetGpuFeatureStatusAsync (line 1081) | public async Task GetGpuFeatureStatusAsync(Cancellat... method SetBadgeCountAsync (line 1097) | [SupportedOSPlatform("Linux")] method GetBadgeCountAsync (line 1118) | [SupportedOSPlatform("Linux")] method IsUnityRunningAsync (line 1135) | [SupportedOSPlatform("Linux")] method GetLoginItemSettingsAsync (line 1146) | [SupportedOSPlatform("macOS")] method GetLoginItemSettingsAsync (line 1159) | [SupportedOSPlatform("macOS")] method SetLoginItemSettings (line 1190) | [SupportedOSPlatform("macOS")] method IsAccessibilitySupportEnabledAsync (line 1203) | [SupportedOSPlatform("macOS")] method SetAccessibilitySupportEnabled (line 1221) | [SupportedOSPlatform("macOS")] method ShowAboutPanel (line 1232) | public void ShowAboutPanel() method SetAboutPanelOptions (line 1248) | public void SetAboutPanelOptions(AboutPanelOptions options) method PreventQuit (line 1298) | internal void PreventQuit() method On (line 1312) | public void On(string eventName, Action action) method On (line 1320) | public async Task On(string eventName, Action action) method Once (line 1328) | public void Once(string eventName, Action action) method Once (line 1336) | public async Task Once(string eventName, Action action) FILE: src/ElectronNET.API/API/AutoUpdater.cs class AutoUpdater (line 13) | public sealed class AutoUpdater : ApiBase method AutoUpdater (line 241) | internal AutoUpdater() method CheckForUpdatesAsync (line 268) | public Task CheckForUpdatesAsync() method CheckForUpdatesAndNotifyAsync (line 304) | public Task CheckForUpdatesAndNotifyAsync() method QuitAndInstall (line 343) | public void QuitAndInstall(bool isSilent = false, bool isForceRunAfter... method DownloadUpdateAsync (line 352) | public Task DownloadUpdateAsync() method GetFeedURLAsync (line 367) | public Task GetFeedURLAsync() FILE: src/ElectronNET.API/API/BrowserView.cs class BrowserView (line 11) | public class BrowserView : ApiBase method BrowserView (line 45) | internal BrowserView(int id) method SetAutoResize (line 58) | public void SetAutoResize(AutoResizeOptions options) method SetBackgroundColor (line 68) | public void SetBackgroundColor(string color) FILE: src/ElectronNET.API/API/BrowserWindow.cs class BrowserWindow (line 17) | public class BrowserWindow : ApiBase method BrowserWindow (line 306) | internal BrowserWindow(int id) method Destroy (line 317) | public void Destroy() => this.CallMethod0(); method Close (line 323) | public void Close() => this.CallMethod0(); method Focus (line 328) | public void Focus() => this.CallMethod0(); method Blur (line 333) | public void Blur() => this.CallMethod0(); method IsFocusedAsync (line 339) | public Task IsFocusedAsync() => this.InvokeAsync(); method IsDestroyedAsync (line 345) | public Task IsDestroyedAsync() => this.InvokeAsync(); method Show (line 350) | public void Show() => this.CallMethod0(); method ShowInactive (line 355) | public void ShowInactive() => this.CallMethod0(); method Hide (line 360) | public void Hide() => this.CallMethod0(); method IsVisibleAsync (line 366) | public Task IsVisibleAsync() => this.InvokeAsync(); method IsModalAsync (line 372) | public Task IsModalAsync() => this.InvokeAsync(); method Maximize (line 377) | public void Maximize() => this.CallMethod0(); method Unmaximize (line 382) | public void Unmaximize() => this.CallMethod0(); method IsMaximizedAsync (line 388) | public Task IsMaximizedAsync() => this.InvokeAsync(); method Minimize (line 393) | public void Minimize() => this.CallMethod0(); method Restore (line 398) | public void Restore() => this.CallMethod0(); method IsMinimizedAsync (line 404) | public Task IsMinimizedAsync() => this.InvokeAsync(); method SetFullScreen (line 410) | public void SetFullScreen(bool flag) => this.CallMethod1(flag); method IsFullScreenAsync (line 416) | public Task IsFullScreenAsync() => this.InvokeAsync(); method SetAspectRatio (line 432) | public void SetAspectRatio(double aspectRatio, Size extraSize) => method SetAspectRatio (line 449) | public void SetAspectRatio(int aspectRatio, Size extraSize) => method PreviewFile (line 458) | [SupportedOSPlatform("macOS")] method PreviewFile (line 469) | [SupportedOSPlatform("macOS")] method CloseFilePreview (line 475) | [SupportedOSPlatform("macOS")] method SetBounds (line 482) | public void SetBounds(Rectangle bounds) => this.CallMethod1(bounds); method SetBounds (line 489) | public void SetBounds(Rectangle bounds, bool animate) => this.CallMeth... method GetBoundsAsync (line 495) | public Task GetBoundsAsync() => this.InvokeAsync(); method SetContentBounds (line 501) | public void SetContentBounds(Rectangle bounds) => this.CallMethod1(bou... method SetContentBounds (line 508) | public void SetContentBounds(Rectangle bounds, bool animate) => this.C... method GetContentBoundsAsync (line 514) | public Task GetContentBoundsAsync() => this.InvokeAsync this.CallMethod2(width, ... method SetSize (line 529) | public void SetSize(int width, int height, bool animate) => this.CallM... method GetSizeAsync (line 535) | public Task GetSizeAsync() => this.InvokeAsync(); method SetContentSize (line 542) | public void SetContentSize(int width, int height) => this.CallMethod2(... method SetContentSize (line 550) | public void SetContentSize(int width, int height, bool animate) => thi... method GetContentSizeAsync (line 556) | public Task GetContentSizeAsync() => this.InvokeAsync(); method SetMinimumSize (line 563) | public void SetMinimumSize(int width, int height) => this.CallMethod2(... method GetMinimumSizeAsync (line 569) | public Task GetMinimumSizeAsync() => this.InvokeAsync(); method SetMaximumSize (line 576) | public void SetMaximumSize(int width, int height) => this.CallMethod2(... method GetMaximumSizeAsync (line 582) | public Task GetMaximumSizeAsync() => this.InvokeAsync(); method SetResizable (line 588) | public void SetResizable(bool resizable) => this.CallMethod1(resizable); method IsResizableAsync (line 594) | public Task IsResizableAsync() => this.InvokeAsync(); method SetMovable (line 600) | [SupportedOSPlatform("macOS")] method IsMovableAsync (line 610) | [SupportedOSPlatform("macOS")] method SetMinimizable (line 618) | [SupportedOSPlatform("macOS")] method IsMinimizableAsync (line 628) | [SupportedOSPlatform("macOS")] method SetMaximizable (line 636) | [SupportedOSPlatform("macOS")] method IsMaximizableAsync (line 646) | [SupportedOSPlatform("macOS")] method SetFullScreenable (line 654) | public void SetFullScreenable(bool fullscreenable) => this.CallMethod1... method IsFullScreenableAsync (line 660) | public Task IsFullScreenableAsync() => this.InvokeAsync(); method SetClosable (line 666) | [SupportedOSPlatform("macOS")] method IsClosableAsync (line 676) | [SupportedOSPlatform("macOS")] method SetAlwaysOnTop (line 686) | public void SetAlwaysOnTop(bool flag) => this.CallMethod1(flag); method SetAlwaysOnTop (line 697) | public void SetAlwaysOnTop(bool flag, OnTopLevel level) => this.CallMe... method SetAlwaysOnTop (line 710) | public void SetAlwaysOnTop(bool flag, OnTopLevel level, int relativeLe... method IsAlwaysOnTopAsync (line 716) | public Task IsAlwaysOnTopAsync() => this.InvokeAsync(); method Center (line 721) | public void Center() => this.CallMethod0(); method SetPosition (line 728) | public void SetPosition(int x, int y) method SetPosition (line 745) | public void SetPosition(int x, int y, bool animate) method isWindows10 (line 757) | private bool isWindows10() method GetPositionAsync (line 766) | public Task GetPositionAsync() => this.InvokeAsync(); method SetTitle (line 772) | public void SetTitle(string title) => this.CallMethod1(title); method GetTitleAsync (line 780) | public Task GetTitleAsync() => this.InvokeAsync(); method SetSheetOffset (line 788) | [SupportedOSPlatform("macOS")] method SetSheetOffset (line 798) | [SupportedOSPlatform("macOS")] method FlashFrame (line 805) | public void FlashFrame(bool flag) => this.CallMethod1(flag); method SetSkipTaskbar (line 811) | [SupportedOSPlatform("macOS")] method SetKiosk (line 819) | public void SetKiosk(bool flag) => this.CallMethod1(flag); method IsKioskAsync (line 825) | public Task IsKioskAsync() => this.InvokeAsync(); method GetNativeWindowHandle (line 831) | public Task GetNativeWindowHandle() => this.InvokeAsync this.CallMethod0(); method BlurWebView (line 871) | public void BlurWebView() => this.CallMethod0(); method LoadURL (line 878) | public void LoadURL(string url) => this.CallMethod1(url); method LoadURL (line 886) | public void LoadURL(string url, LoadURLOptions options) => this.CallMe... method Reload (line 891) | public void Reload() => this.CallMethod0(); method SetMenu (line 914) | [SupportedOSPlatform("Linux")] method RemoveMenu (line 933) | [SupportedOSPlatform("Linux")] method SetProgressBar (line 948) | public void SetProgressBar(double progress) => this.CallMethod1(progre... method SetProgressBar (line 962) | public void SetProgressBar(double progress, ProgressBarOptions progres... method SetHasShadow (line 969) | public void SetHasShadow(bool hasShadow) => this.CallMethod1(hasShadow); method HasShadowAsync (line 977) | public Task HasShadowAsync() => this.InvokeAsync(); method SetThumbarButtonsAsync (line 1007) | [SupportedOSPlatform("Windows")] method SetThumbnailClip (line 1035) | [SupportedOSPlatform("Windows")] method SetThumbnailToolTip (line 1042) | [SupportedOSPlatform("Windows")] method SetAppDetails (line 1052) | [SupportedOSPlatform("Windows")] method ShowDefinitionForSelection (line 1058) | [SupportedOSPlatform("macOS")] method SetAutoHideMenuBar (line 1068) | [SupportedOSPlatform("Linux")] method IsMenuBarAutoHideAsync (line 1076) | [SupportedOSPlatform("Linux")] method SetMenuBarVisibility (line 1085) | [SupportedOSPlatform("Linux")] method IsMenuBarVisibleAsync (line 1093) | [SupportedOSPlatform("Linux")] method SetVisibleOnAllWorkspaces (line 1103) | [SupportedOSPlatform("Linux")] method IsVisibleOnAllWorkspacesAsync (line 1113) | [SupportedOSPlatform("Linux")] method SetIgnoreMouseEvents (line 1124) | public void SetIgnoreMouseEvents(bool ignore) => this.CallMethod1(igno... method SetContentProtection (line 1133) | [SupportedOSPlatform("macOS")] method SetFocusable (line 1141) | [SupportedOSPlatform("macOS")] method SetParentWindow (line 1150) | public void SetParentWindow(BrowserWindow parent) method GetParentWindowAsync (line 1166) | public async Task GetParentWindowAsync() method GetChildWindowsAsync (line 1177) | public async Task> GetChildWindowsAsync() method SetAutoHideCursor (line 1195) | [SupportedOSPlatform("macOS")] method SetVibrancy (line 1205) | [SupportedOSPlatform("macOS")] method SetBrowserView (line 1219) | public void SetBrowserView(BrowserView browserView) FILE: src/ElectronNET.API/API/Clipboard.cs class Clipboard (line 14) | public sealed class Clipboard : ApiBase method Clipboard (line 22) | internal Clipboard() method ReadTextAsync (line 50) | public Task ReadTextAsync(string type = "") => this.InvokeAsyn... method WriteText (line 57) | public void WriteText(string text, string type = "") method ReadHTMLAsync (line 67) | public Task ReadHTMLAsync(string type = "") => this.InvokeAsyn... method WriteHTML (line 74) | public void WriteHTML(string markup, string type = "") method ReadRTFAsync (line 84) | public Task ReadRTFAsync(string type = "") => this.InvokeAsync... method WriteRTF (line 91) | public void WriteRTF(string text, string type = "") method ReadBookmarkAsync (line 102) | [SupportedOSPlatform("macOS")] method WriteBookmark (line 116) | [SupportedOSPlatform("macOS")] method ReadFindTextAsync (line 129) | [SupportedOSPlatform("macOS")] method WriteFindText (line 137) | [SupportedOSPlatform("macOS")] method Clear (line 147) | public void Clear(string type = "") method AvailableFormatsAsync (line 157) | public Task AvailableFormatsAsync(string type = "") => this.... method Write (line 164) | public void Write(Data data, string type = "") method ReadImageAsync (line 174) | public Task ReadImageAsync(string type = "") => this.Invo... method WriteImage (line 181) | public void WriteImage(NativeImage image, string type = "") FILE: src/ElectronNET.API/API/CommandLine.cs class CommandLine (line 9) | public sealed class CommandLine method CommandLine (line 11) | internal CommandLine() method AppendSwitch (line 46) | public void AppendSwitch(string the_switch, string value = "") method AppendArgument (line 60) | public void AppendArgument(string value) method HasSwitchAsync (line 71) | public async Task HasSwitchAsync(string switchName, Cancellation... method GetSwitchValueAsync (line 94) | public async Task GetSwitchValueAsync(string switchName, Cance... FILE: src/ElectronNET.API/API/Cookies.cs class Cookies (line 12) | public class Cookies method Cookies (line 22) | internal Cookies(int id) method GetAsync (line 74) | public Task GetAsync(CookieFilter filter) method SetAsync (line 90) | public Task SetAsync(CookieDetails details) method RemoveAsync (line 107) | public Task RemoveAsync(string url, string name) method FlushStoreAsync (line 122) | public Task FlushStoreAsync() FILE: src/ElectronNET.API/API/Dialog.cs class Dialog (line 12) | public sealed class Dialog method Dialog (line 17) | internal Dialog() method ShowOpenDialogAsync (line 48) | public Task ShowOpenDialogAsync(BrowserWindow browserWindow,... method ShowSaveDialogAsync (line 68) | public Task ShowSaveDialogAsync(BrowserWindow browserWindow, S... method ShowMessageBoxAsync (line 91) | public async Task ShowMessageBoxAsync(string message) method ShowMessageBoxAsync (line 105) | public async Task ShowMessageBoxAsync(MessageBoxOpti... method ShowMessageBoxAsync (line 118) | public async Task ShowMessageBoxAsync(BrowserWindow ... method ShowMessageBoxAsync (line 131) | public Task ShowMessageBoxAsync(BrowserWindow browse... method ShowErrorBox (line 178) | public void ShowErrorBox(string title, string content) method ShowCertificateTrustDialogAsync (line 190) | [SupportedOSPlatform("macOS")] method ShowCertificateTrustDialogAsync (line 205) | [SupportedOSPlatform("macOS")] FILE: src/ElectronNET.API/API/Dock.cs class Dock (line 13) | [SupportedOSPlatform("macOS")] method Dock (line 19) | internal Dock() method BounceAsync (line 52) | public async Task BounceAsync(DockBounceType type, CancellationTo... method CancelBounce (line 71) | public void CancelBounce(int id) method DownloadFinished (line 80) | public void DownloadFinished(string filePath) method SetBadge (line 89) | public void SetBadge(string text) method GetBadgeAsync (line 99) | public async Task GetBadgeAsync(CancellationToken cancellation... method Hide (line 117) | public void Hide() method Show (line 125) | public void Show() method IsVisibleAsync (line 136) | public async Task IsVisibleAsync(CancellationToken cancellationT... method SetMenu (line 170) | public void SetMenu(MenuItem[] menuItems) method GetMenu (line 188) | public async Task GetMenu(CancellationToken cancellationToken = ... method SetIcon (line 207) | public void SetIcon(string image) FILE: src/ElectronNET.API/API/Electron.cs class Electron (line 6) | public static class Electron FILE: src/ElectronNET.API/API/Entities/AboutPanelOptions.cs class AboutPanelOptions (line 9) | public class AboutPanelOptions FILE: src/ElectronNET.API/API/Entities/AddRepresentationOptions.cs class AddRepresentationOptions (line 9) | public class AddRepresentationOptions FILE: src/ElectronNET.API/API/Entities/AppDetailsOptions.cs class AppDetailsOptions (line 9) | [SupportedOSPlatform("windows")] FILE: src/ElectronNET.API/API/Entities/AutoResizeOptions.cs class AutoResizeOptions (line 9) | public class AutoResizeOptions FILE: src/ElectronNET.API/API/Entities/BitmapOptions.cs class BitmapOptions (line 7) | public class BitmapOptions FILE: src/ElectronNET.API/API/Entities/Blob.cs class Blob (line 7) | public class Blob : IPostData FILE: src/ElectronNET.API/API/Entities/BlockMapDataHolder.cs class BlockMapDataHolder (line 6) | public class BlockMapDataHolder FILE: src/ElectronNET.API/API/Entities/BrowserViewConstructorOptions.cs class BrowserViewConstructorOptions (line 7) | public class BrowserViewConstructorOptions FILE: src/ElectronNET.API/API/Entities/BrowserWindowOptions.cs class BrowserWindowOptions (line 11) | public class BrowserWindowOptions FILE: src/ElectronNET.API/API/Entities/CPUUsage.cs class CPUUsage (line 7) | public class CPUUsage FILE: src/ElectronNET.API/API/Entities/Certificate.cs class Certificate (line 7) | public class Certificate FILE: src/ElectronNET.API/API/Entities/CertificatePrincipal.cs class CertificatePrincipal (line 7) | public class CertificatePrincipal FILE: src/ElectronNET.API/API/Entities/CertificateTrustDialogOptions.cs class CertificateTrustDialogOptions (line 7) | public class CertificateTrustDialogOptions FILE: src/ElectronNET.API/API/Entities/ChromeExtensionInfo.cs class ChromeExtensionInfo (line 7) | public class ChromeExtensionInfo method ChromeExtensionInfo (line 14) | public ChromeExtensionInfo(string name, string version) FILE: src/ElectronNET.API/API/Entities/ClearStorageDataOptions.cs class ClearStorageDataOptions (line 7) | public class ClearStorageDataOptions FILE: src/ElectronNET.API/API/Entities/Cookie.cs class Cookie (line 7) | public class Cookie FILE: src/ElectronNET.API/API/Entities/CookieChangedCause.cs type CookieChangedCause (line 8) | public enum CookieChangedCause FILE: src/ElectronNET.API/API/Entities/CookieDetails.cs class CookieDetails (line 9) | public class CookieDetails FILE: src/ElectronNET.API/API/Entities/CookieFilter.cs class CookieFilter (line 7) | public class CookieFilter FILE: src/ElectronNET.API/API/Entities/CreateFromBitmapOptions.cs class CreateFromBitmapOptions (line 7) | public class CreateFromBitmapOptions FILE: src/ElectronNET.API/API/Entities/CreateFromBufferOptions.cs class CreateFromBufferOptions (line 7) | public class CreateFromBufferOptions FILE: src/ElectronNET.API/API/Entities/CreateInterruptedDownloadOptions.cs class CreateInterruptedDownloadOptions (line 7) | public class CreateInterruptedDownloadOptions method CreateInterruptedDownloadOptions (line 59) | public CreateInterruptedDownloadOptions(string path, string[] urlChain... FILE: src/ElectronNET.API/API/Entities/Data.cs class Data (line 6) | public class Data FILE: src/ElectronNET.API/API/Entities/DefaultFontFamily.cs class DefaultFontFamily (line 6) | public class DefaultFontFamily FILE: src/ElectronNET.API/API/Entities/DevToolsMode.cs type DevToolsMode (line 8) | public enum DevToolsMode FILE: src/ElectronNET.API/API/Entities/Display.cs class Display (line 7) | public class Display FILE: src/ElectronNET.API/API/Entities/DisplayBalloonOptions.cs type DisplayBalloonIconType (line 8) | public enum DisplayBalloonIconType class DisplayBalloonOptions (line 18) | [SupportedOSPlatform("Windows")] FILE: src/ElectronNET.API/API/Entities/DockBounceType.cs type DockBounceType (line 10) | [SupportedOSPlatform("macOS")] FILE: src/ElectronNET.API/API/Entities/EnableNetworkEmulationOptions.cs class EnableNetworkEmulationOptions (line 7) | public class EnableNetworkEmulationOptions FILE: src/ElectronNET.API/API/Entities/Extension.cs class Extension (line 7) | public class Extension FILE: src/ElectronNET.API/API/Entities/FileFilter.cs class FileFilter (line 7) | public class FileFilter FILE: src/ElectronNET.API/API/Entities/FileIconOptions.cs class FileIconOptions (line 7) | public class FileIconOptions method FileIconOptions (line 19) | public FileIconOptions(FileIconSize fileIconSize) FILE: src/ElectronNET.API/API/Entities/FileIconSize.cs type FileIconSize (line 9) | public enum FileIconSize FILE: src/ElectronNET.API/API/Entities/FocusOptions.cs class FocusOptions (line 9) | public class FocusOptions FILE: src/ElectronNET.API/API/Entities/GPUFeatureStatus.cs class GPUFeatureStatus (line 23) | public class GPUFeatureStatus FILE: src/ElectronNET.API/API/Entities/IPostData.cs type IPostData (line 8) | public interface IPostData FILE: src/ElectronNET.API/API/Entities/ImportCertificateOptions.cs class ImportCertificateOptions (line 9) | [SupportedOSPlatform("linux")] FILE: src/ElectronNET.API/API/Entities/InputEvent.cs class InputEvent (line 13) | public class InputEvent FILE: src/ElectronNET.API/API/Entities/InputEventType.cs type InputEventType (line 6) | public enum InputEventType FILE: src/ElectronNET.API/API/Entities/JumpListCategory.cs class JumpListCategory (line 11) | [SupportedOSPlatform("windows")] FILE: src/ElectronNET.API/API/Entities/JumpListCategoryType.cs type JumpListCategoryType (line 9) | [SupportedOSPlatform("Windows")] FILE: src/ElectronNET.API/API/Entities/JumpListItem.cs class JumpListItem (line 11) | [SupportedOSPlatform("windows")] FILE: src/ElectronNET.API/API/Entities/JumpListItemType.cs type JumpListItemType (line 9) | [SupportedOSPlatform("Windows")] FILE: src/ElectronNET.API/API/Entities/JumpListSettings.cs class JumpListSettings (line 10) | [SupportedOSPlatform("windows")] FILE: src/ElectronNET.API/API/Entities/LoadURLOptions.cs class LoadURLOptions (line 8) | public class LoadURLOptions FILE: src/ElectronNET.API/API/Entities/LoginItemLaunchItem.cs class LoginItemLaunchItem (line 9) | [SupportedOSPlatform("windows")] FILE: src/ElectronNET.API/API/Entities/LoginItemSettings.cs class LoginItemSettings (line 9) | public class LoginItemSettings FILE: src/ElectronNET.API/API/Entities/LoginItemSettingsOptions.cs class LoginItemSettingsOptions (line 8) | public class LoginItemSettingsOptions FILE: src/ElectronNET.API/API/Entities/LoginSettings.cs class LoginSettings (line 9) | public class LoginSettings FILE: src/ElectronNET.API/API/Entities/Margins.cs class Margins (line 7) | public class Margins FILE: src/ElectronNET.API/API/Entities/MemoryInfo.cs class MemoryInfo (line 10) | public class MemoryInfo FILE: src/ElectronNET.API/API/Entities/MenuItem.cs class MenuItem (line 11) | public class MenuItem FILE: src/ElectronNET.API/API/Entities/MenuRole.cs type MenuRole (line 6) | public enum MenuRole FILE: src/ElectronNET.API/API/Entities/MenuType.cs type MenuType (line 9) | public enum MenuType FILE: src/ElectronNET.API/API/Entities/MessageBoxOptions.cs class MessageBoxOptions (line 10) | public class MessageBoxOptions method MessageBoxOptions (line 88) | public MessageBoxOptions(string message) FILE: src/ElectronNET.API/API/Entities/MessageBoxResult.cs class MessageBoxResult (line 7) | public class MessageBoxResult FILE: src/ElectronNET.API/API/Entities/MessageBoxType.cs type MessageBoxType (line 7) | public enum MessageBoxType FILE: src/ElectronNET.API/API/Entities/ModifierType.cs type ModifierType (line 7) | public enum ModifierType FILE: src/ElectronNET.API/API/Entities/NativeImage.cs class NativeImage (line 17) | [JsonConverter(typeof(NativeImageJsonConverter))] method ExtractDpiFromFilePath (line 30) | private static float? ExtractDpiFromFilePath(string filePath) method BytesToImage (line 39) | private static Image BytesToImage(byte[] bytes) method CreateEmpty (line 48) | public static NativeImage CreateEmpty() method CreateFromBitmap (line 56) | public static NativeImage CreateFromBitmap(Bitmap bitmap, CreateFromBi... method CreateFromBuffer (line 69) | public static NativeImage CreateFromBuffer(byte[] buffer, CreateFromBu... method CreateFromDataURL (line 86) | public static NativeImage CreateFromDataURL(string dataUrl) method CreateFromPath (line 104) | public static NativeImage CreateFromPath(string path) method NativeImage (line 144) | public NativeImage() method NativeImage (line 151) | public NativeImage(Image bitmap, float scaleFactor = 1.0f) method NativeImage (line 159) | public NativeImage(Dictionary imageDictionary) method Crop (line 167) | public NativeImage Crop(Rectangle rect) method Resize (line 181) | public NativeImage Resize(ResizeOptions options) method AddRepresentation (line 196) | public void AddRepresentation(AddRepresentationOptions options) method GetAspectRatio (line 214) | public float GetAspectRatio(float scaleFactor = 1.0f) method GetBitmap (line 228) | public byte[] GetBitmap(BitmapOptions options) method GetNativeHandle (line 236) | public byte[] GetNativeHandle() method GetSize (line 244) | public Size GetSize(float scaleFactor = 1.0f) method IsEmpty (line 262) | public bool IsEmpty() method SetTemplateImage (line 281) | public void SetTemplateImage(bool option) method ToBitmap (line 289) | public byte[] ToBitmap(ToBitmapOptions options) method ToDataURL (line 297) | public string ToDataURL(ToDataUrlOptions options) method ToJPEG (line 320) | public byte[] ToJPEG(int quality) method ToPNG (line 328) | public byte[] ToPNG(ToPNGOptions options) method ImageToBytes (line 333) | private byte[] ImageToBytes(ImageFormat imageFormat = null, float scal... method Resize (line 359) | private Image Resize(int? width, int? height, float scaleFactor = 1.0f) method Crop (line 389) | private Image Crop(int? x, int? y, int? width, int? height, float scal... method GetEncoder (line 420) | private ImageCodecInfo GetEncoder(ImageFormat format) method GetAllScaledImages (line 434) | internal Dictionary GetAllScaledImages() method GetScale (line 452) | internal Image GetScale(float scaleFactor) FILE: src/ElectronNET.API/API/Entities/NativeImageJsonConverter.cs class NativeImageJsonConverter (line 12) | internal class NativeImageJsonConverter : JsonConverter method Write (line 14) | public override void Write(Utf8JsonWriter writer, NativeImage value, J... method Read (line 26) | public override NativeImage Read(ref Utf8JsonReader reader, Type typeT... FILE: src/ElectronNET.API/API/Entities/NotificationAction.cs class NotificationAction (line 9) | [SupportedOSPlatform("macos")] FILE: src/ElectronNET.API/API/Entities/NotificationOptions.cs class NotificationOptions (line 11) | public class NotificationOptions method NotificationOptions (line 185) | public NotificationOptions(string title, string body) FILE: src/ElectronNET.API/API/Entities/OnDidFailLoadInfo.cs class OnDidFailLoadInfo (line 6) | public class OnDidFailLoadInfo FILE: src/ElectronNET.API/API/Entities/OnDidNavigateInfo.cs class OnDidNavigateInfo (line 7) | public class OnDidNavigateInfo FILE: src/ElectronNET.API/API/Entities/OnTopLevel.cs type OnTopLevel (line 10) | [SupportedOSPlatform("macOS")] FILE: src/ElectronNET.API/API/Entities/OpenDevToolsOptions.cs class OpenDevToolsOptions (line 8) | public class OpenDevToolsOptions FILE: src/ElectronNET.API/API/Entities/OpenDialogOptions.cs class OpenDialogOptions (line 11) | public class OpenDialogOptions FILE: src/ElectronNET.API/API/Entities/OpenDialogProperty.cs type OpenDialogProperty (line 8) | public enum OpenDialogProperty FILE: src/ElectronNET.API/API/Entities/OpenExternalOptions.cs class OpenExternalOptions (line 10) | public class OpenExternalOptions FILE: src/ElectronNET.API/API/Entities/PageSize.cs class PageSize (line 3) | public class PageSize method PageSize (line 13) | public PageSize() method PageSize (line 17) | private PageSize(string value) : this() => _value = value; FILE: src/ElectronNET.API/API/Entities/PathName.cs type PathName (line 10) | public enum PathName FILE: src/ElectronNET.API/API/Entities/Point.cs class Point (line 7) | public class Point FILE: src/ElectronNET.API/API/Entities/PrintOptions.cs class PrintDpi (line 7) | public class PrintDpi class PrintPageRange (line 24) | public class PrintPageRange class PrintOptions (line 41) | public class PrintOptions FILE: src/ElectronNET.API/API/Entities/PrintToPDFOptions.cs class PrintToPDFOptions (line 10) | public class PrintToPDFOptions FILE: src/ElectronNET.API/API/Entities/PrinterInfo.cs class PrinterInfo (line 9) | public class PrinterInfo FILE: src/ElectronNET.API/API/Entities/ProcessMetric.cs class ProcessMetric (line 9) | public class ProcessMetric FILE: src/ElectronNET.API/API/Entities/ProcessVersions.cs type ProcessVersions (line 10) | public record ProcessVersions(string Chrome, string Electron); FILE: src/ElectronNET.API/API/Entities/ProgressBarMode.cs type ProgressBarMode (line 9) | [SupportedOSPlatform("Windows")] FILE: src/ElectronNET.API/API/Entities/ProgressBarOptions.cs class ProgressBarOptions (line 10) | public class ProgressBarOptions FILE: src/ElectronNET.API/API/Entities/ProgressInfo.cs class ProgressInfo (line 7) | public class ProgressInfo FILE: src/ElectronNET.API/API/Entities/ProxyConfig.cs class ProxyConfig (line 6) | public class ProxyConfig method ProxyConfig (line 35) | public ProxyConfig(string pacScript, string proxyRules, string proxyBy... FILE: src/ElectronNET.API/API/Entities/ReadBookmark.cs class ReadBookmark (line 9) | [SupportedOSPlatform("macOS")] FILE: src/ElectronNET.API/API/Entities/Rectangle.cs class Rectangle (line 7) | public class Rectangle FILE: src/ElectronNET.API/API/Entities/RelaunchOptions.cs class RelaunchOptions (line 7) | public class RelaunchOptions FILE: src/ElectronNET.API/API/Entities/ReleaseNoteInfo.cs class ReleaseNoteInfo (line 7) | public class ReleaseNoteInfo FILE: src/ElectronNET.API/API/Entities/RemovePassword.cs class RemovePassword (line 9) | public class RemovePassword method RemovePassword (line 47) | public RemovePassword(string type) FILE: src/ElectronNET.API/API/Entities/ResizeOptions.cs class ResizeOptions (line 7) | public class ResizeOptions FILE: src/ElectronNET.API/API/Entities/SaveDialogOptions.cs class SaveDialogOptions (line 10) | public class SaveDialogOptions FILE: src/ElectronNET.API/API/Entities/SaveDialogProperty.cs type SaveDialogProperty (line 9) | public enum SaveDialogProperty FILE: src/ElectronNET.API/API/Entities/Scheme.cs type Scheme (line 7) | public enum Scheme FILE: src/ElectronNET.API/API/Entities/SemVer.cs class SemVer (line 7) | public class SemVer class SemVerOptions (line 59) | public class SemVerOptions FILE: src/ElectronNET.API/API/Entities/SharingItem.cs class SharingItem (line 9) | [SupportedOSPlatform("macos")] FILE: src/ElectronNET.API/API/Entities/ShortcutDetails.cs class ShortcutDetails (line 9) | [SupportedOSPlatform("windows")] FILE: src/ElectronNET.API/API/Entities/ShortcutLinkOperation.cs type ShortcutLinkOperation (line 10) | [SupportedOSPlatform("Windows")] FILE: src/ElectronNET.API/API/Entities/Size.cs class Size (line 7) | public class Size FILE: src/ElectronNET.API/API/Entities/ThemeSourceMode.cs type ThemeSourceMode (line 9) | public enum ThemeSourceMode FILE: src/ElectronNET.API/API/Entities/ThumbarButton.cs class ThumbarButton (line 11) | [SupportedOSPlatform("windows")] method ThumbarButton (line 57) | public ThumbarButton(string icon) FILE: src/ElectronNET.API/API/Entities/ThumbarButtonFlag.cs type ThumbarButtonFlag (line 9) | [SupportedOSPlatform("windows")] FILE: src/ElectronNET.API/API/Entities/TitleBarOverlay.cs class TitleBarOverlay (line 9) | public class TitleBarOverlay method TitleBarOverlay (line 13) | public TitleBarOverlay() method TitleBarOverlay (line 17) | private TitleBarOverlay(bool value) : this() => _value = value; FILE: src/ElectronNET.API/API/Entities/TitleBarStyle.cs type TitleBarStyle (line 9) | public enum TitleBarStyle FILE: src/ElectronNET.API/API/Entities/ToBitmapOptions.cs class ToBitmapOptions (line 7) | public class ToBitmapOptions FILE: src/ElectronNET.API/API/Entities/ToDataUrlOptions.cs class ToDataUrlOptions (line 7) | public class ToDataUrlOptions FILE: src/ElectronNET.API/API/Entities/ToPNGOptions.cs class ToPNGOptions (line 7) | public class ToPNGOptions FILE: src/ElectronNET.API/API/Entities/TrayClickEventArgs.cs class TrayClickEventArgs (line 8) | public class TrayClickEventArgs FILE: src/ElectronNET.API/API/Entities/UpdateCancellationToken.cs class UpdateCancellationToken (line 7) | public class UpdateCancellationToken method Cancel (line 17) | public void Cancel() method Dispose (line 24) | public void Dispose() FILE: src/ElectronNET.API/API/Entities/UpdateCheckResult.cs class UpdateCheckResult (line 7) | public class UpdateCheckResult FILE: src/ElectronNET.API/API/Entities/UpdateFileInfo.cs class UpdateFileInfo (line 7) | public class UpdateFileInfo : BlockMapDataHolder FILE: src/ElectronNET.API/API/Entities/UpdateInfo.cs class UpdateInfo (line 7) | public class UpdateInfo FILE: src/ElectronNET.API/API/Entities/UploadFile.cs class UploadFile (line 7) | public class UploadFile : IPostData FILE: src/ElectronNET.API/API/Entities/UploadRawData.cs class UploadRawData (line 7) | public class UploadRawData : IPostData FILE: src/ElectronNET.API/API/Entities/UserTask.cs class UserTask (line 9) | [SupportedOSPlatform("Windows")] FILE: src/ElectronNET.API/API/Entities/Vibrancy.cs type Vibrancy (line 10) | [SupportedOSPlatform("macos")] FILE: src/ElectronNET.API/API/Entities/WebPreferences.cs class WebPreferences (line 10) | public class WebPreferences FILE: src/ElectronNET.API/API/Extensions/MenuItemExtensions.cs class MenuItemExtensions (line 8) | internal static class MenuItemExtensions method AddMenuItemsId (line 10) | public static MenuItem[] AddMenuItemsId(this MenuItem[] menuItems) method GetMenuItem (line 29) | public static MenuItem GetMenuItem(this List menuItems, stri... method AddSubmenuTypes (line 52) | public static MenuItem[] AddSubmenuTypes(this MenuItem[] menuItems) FILE: src/ElectronNET.API/API/Extensions/ThumbarButtonExtensions.cs class ThumbarButtonExtensions (line 7) | internal static class ThumbarButtonExtensions method AddThumbarButtonsId (line 9) | public static ThumbarButton[] AddThumbarButtonsId(this ThumbarButton[]... method GetThumbarButton (line 24) | public static ThumbarButton GetThumbarButton(this List ... FILE: src/ElectronNET.API/API/GlobalShortcut.cs class GlobalShortcut (line 11) | public sealed class GlobalShortcut method GlobalShortcut (line 16) | internal GlobalShortcut() method Register (line 49) | public void Register(string accelerator, Action function) method IsRegisteredAsync (line 74) | public Task IsRegisteredAsync(string accelerator) method Unregister (line 87) | public void Unregister(string accelerator) method UnregisterAll (line 96) | public void UnregisterAll() FILE: src/ElectronNET.API/API/HostHook.cs class HostHook (line 15) | public sealed class HostHook method HostHook (line 21) | internal HostHook() method Call (line 49) | public void Call(string socketEventName, params dynamic[] arguments) method CallAsync (line 63) | public Task CallAsync(string socketEventName, params dynamic[] a... FILE: src/ElectronNET.API/API/HybridSupport.cs class HybridSupport (line 6) | public static class HybridSupport FILE: src/ElectronNET.API/API/IpcMain.cs class IpcMain (line 14) | public sealed class IpcMain method IpcMain (line 31) | internal IpcMain() method On (line 60) | public async Task On(string channel, Action listener) method FormatArguments (line 71) | private static object FormatArguments(JsonElement args) method OnSync (line 94) | public void OnSync(string channel, Func listener) method OnSync (line 114) | public void OnSync(string channel, Func> listener) method Once (line 134) | public void Once(string channel, Action listener) method RemoveAllListeners (line 148) | public void RemoveAllListeners(string channel) method Send (line 162) | public void Send(BrowserWindow browserWindow, string channel, params o... method Send (line 176) | public void Send(BrowserView browserView, string channel, params objec... method Handle (line 187) | public void Handle(string channel, Func listener) method Handle (line 204) | public void Handle(string channel, Func> listener) method HandleOnce (line 224) | public void HandleOnce(string channel, Func listener) method HandleOnce (line 241) | public void HandleOnce(string channel, Func> list... method RemoveHandler (line 259) | public void RemoveHandler(string channel) FILE: src/ElectronNET.API/API/Menu.cs class Menu (line 14) | public sealed class Menu method Menu (line 19) | internal Menu() method SetApplicationMenu (line 62) | public void SetApplicationMenu(MenuItem[] menuItems) method SetContextMenu (line 95) | public void SetContextMenu(BrowserWindow browserWindow, MenuItem[] men... method ContextMenuPopup (line 128) | public void ContextMenuPopup(BrowserWindow browserWindow) FILE: src/ElectronNET.API/API/NativeTheme.cs class NativeTheme (line 12) | public sealed class NativeTheme : ApiBase method NativeTheme (line 21) | internal NativeTheme() method SetThemeSource (line 100) | public void SetThemeSource(ThemeSourceMode themeSourceMode) method GetThemeSourceAsync (line 111) | public Task GetThemeSourceAsync() => this.InvokeAsync... method ShouldUseDarkColorsAsync (line 118) | public Task ShouldUseDarkColorsAsync() => this.InvokeAsync(); method ShouldUseHighContrastColorsAsync (line 124) | [SupportedOSPlatform("macOS")] method ShouldUseInvertedColorSchemeAsync (line 132) | [SupportedOSPlatform("macOS")] FILE: src/ElectronNET.API/API/Notification.cs class Notification (line 12) | public sealed class Notification : ApiBase method Notification (line 18) | internal Notification() method Show (line 47) | public void Show(NotificationOptions notificationOptions) method GenerateIDsForDefinedActions (line 54) | private static void GenerateIDsForDefinedActions(NotificationOptions n... method IsSupportedAsync (line 120) | public Task IsSupportedAsync() => this.InvokeAsync(); FILE: src/ElectronNET.API/API/PowerMonitor.cs class PowerMonitor (line 11) | public sealed class PowerMonitor : ApiBase method PowerMonitor (line 95) | internal PowerMonitor() FILE: src/ElectronNET.API/API/Process.cs class Process (line 12) | public sealed class Process : ApiBase method Process (line 17) | internal Process() FILE: src/ElectronNET.API/API/QuitEventArgs.cs class QuitEventArgs (line 6) | public sealed class QuitEventArgs method PreventDefault (line 11) | public void PreventDefault() FILE: src/ElectronNET.API/API/Screen.cs class Screen (line 14) | public sealed class Screen : ApiBase method Screen (line 79) | internal Screen() method GetCursorScreenPointAsync (line 106) | public Task GetCursorScreenPointAsync() => this.InvokeAsync GetPrimaryDisplayAsync() => this.InvokeAsync GetAllDisplaysAsync() => this.InvokeAsync GetAllDisplaysAsync(TimeSpan invocationTimeout)... method GetDisplayNearestPointAsync (line 140) | public Task GetDisplayNearestPointAsync(Point point) => this.... method GetDisplayMatchingAsync (line 147) | public Task GetDisplayMatchingAsync(Rectangle rectangle) => t... FILE: src/ElectronNET.API/API/Session.cs class Session (line 10) | public class Session method Session (line 27) | internal Session(int id) method AllowNTLMCredentialsForDomains (line 38) | public void AllowNTLMCredentialsForDomains(string domains) method ClearAuthCacheAsync (line 48) | public Task ClearAuthCacheAsync(RemovePassword options) method ClearAuthCacheAsync (line 62) | public Task ClearAuthCacheAsync() method ClearCacheAsync (line 77) | public Task ClearCacheAsync() method ClearHostResolverCacheAsync (line 92) | public Task ClearHostResolverCacheAsync() method ClearStorageDataAsync (line 107) | public Task ClearStorageDataAsync() method ClearStorageDataAsync (line 123) | public Task ClearStorageDataAsync(ClearStorageDataOptions options) method CreateInterruptedDownload (line 142) | public void CreateInterruptedDownload(CreateInterruptedDownloadOptions... method DisableNetworkEmulation (line 151) | public void DisableNetworkEmulation() method EnableNetworkEmulation (line 160) | public void EnableNetworkEmulation(EnableNetworkEmulationOptions options) method FlushStorageData (line 168) | public void FlushStorageData() method GetBlobDataAsync (line 178) | public Task GetBlobDataAsync(string identifier) method GetCacheSizeAsync (line 193) | public Task GetCacheSizeAsync() method GetPreloadsAsync (line 208) | public Task GetPreloadsAsync() method GetUserAgent (line 223) | public Task GetUserAgent() method ResolveProxyAsync (line 240) | public Task ResolveProxyAsync(string url) method SetDownloadPath (line 256) | public void SetDownloadPath(string path) method SetPreloads (line 266) | public void SetPreloads(string[] preloads) method SetProxyAsync (line 277) | public Task SetProxyAsync(ProxyConfig config) method SetUserAgent (line 294) | public void SetUserAgent(string userAgent) method SetUserAgent (line 310) | public void SetUserAgent(string userAgent, string acceptLanguages) method GetAllExtensionsAsync (line 320) | public Task GetAllExtensionsAsync() method RemoveExtension (line 335) | public void RemoveExtension(string name) method LoadExtensionAsync (line 367) | public Task LoadExtensionAsync(string path, bool allowFileA... FILE: src/ElectronNET.API/API/Shell.cs class Shell (line 11) | public sealed class Shell method Shell (line 16) | internal Shell() method ShowItemInFolderAsync (line 43) | public Task ShowItemInFolderAsync(string fullPath) method OpenPathAsync (line 55) | public Task OpenPathAsync(string path) method OpenExternalAsync (line 71) | public Task OpenExternalAsync(string url) method OpenExternalAsync (line 83) | public Task OpenExternalAsync(string url, OpenExternalOptions ... method TrashItemAsync (line 106) | public Task TrashItemAsync(string fullPath) method Beep (line 119) | public void Beep() method WriteShortcutLinkAsync (line 131) | [SupportedOSPlatform("Windows")] method ReadShortcutLinkAsync (line 148) | [SupportedOSPlatform("Windows")] FILE: src/ElectronNET.API/API/Tray.cs class Tray (line 18) | public sealed class Tray : ApiBase method Tray (line 168) | internal Tray() method Show (line 206) | public async Task Show(string image, MenuItem menuItem) method Show (line 216) | public async Task Show(string image, MenuItem[] menuItems) method SetMenuItems (line 233) | public async Task SetMenuItems(MenuItem[] menuItems) method RegisterMenuItemClickedHandler (line 243) | private void RegisterMenuItemClickedHandler() method Show (line 257) | public async Task Show(string image) method Destroy (line 265) | public async Task Destroy() method SetImage (line 275) | public async Task SetImage(string image) method SetPressedImage (line 284) | [SupportedOSPlatform("macOS")] method SetToolTip (line 294) | public async Task SetToolTip(string toolTip) method SetTitle (line 303) | [SupportedOSPlatform("macOS")] method DisplayBalloon (line 313) | [SupportedOSPlatform("Windows")] method IsDestroyedAsync (line 323) | public async Task IsDestroyedAsync() method On (line 341) | public void On(string eventName, Action action) method On (line 349) | public async Task On(string eventName, Action action) method Once (line 357) | public void Once(string eventName, Action action) method Once (line 365) | public async Task Once(string eventName, Action action) FILE: src/ElectronNET.API/API/WebContents.cs class WebContents (line 13) | public class WebContents : ApiBase method WebContents (line 116) | internal WebContents(int id) method OpenDevTools (line 125) | public void OpenDevTools() method OpenDevTools (line 134) | public void OpenDevTools(OpenDevToolsOptions openDevToolsOptions) method ToggleDevTools (line 142) | public void ToggleDevTools() method CloseDevTools (line 150) | public void CloseDevTools() method IsDevToolsOpened (line 159) | public bool IsDevToolsOpened() method IsDevToolsFocused (line 168) | public bool IsDevToolsFocused() method GetPrintersAsync (line 177) | public Task GetPrintersAsync() => this.InvokeAsyncWithT... method PrintAsync (line 184) | public Task PrintAsync(PrintOptions options) => this.InvokeAsync... method PrintAsync (line 190) | public Task PrintAsync() => this.InvokeAsync(string.Empty); method PrintToPDFAsync (line 201) | public Task PrintToPDFAsync(string path, PrintToPDFOptions optio... method ExecuteJavaScriptAsync (line 235) | public Task ExecuteJavaScriptAsync(string code, bool userGesture... method GetUrl (line 250) | public Task GetUrl() method LoadURLAsync (line 272) | public Task LoadURLAsync(string url) method LoadURLAsync (line 290) | public Task LoadURLAsync(string url, LoadURLOptions options) method InsertCSS (line 314) | public void InsertCSS(bool isBrowserWindow, string path) method GetZoomFactorAsync (line 323) | public Task GetZoomFactorAsync() => InvokeAsync(); method SetZoomFactor (line 331) | public void SetZoomFactor(double factor) method GetZoomLevelAsync (line 340) | public Task GetZoomLevelAsync() => InvokeAsync(); method SetZoomLevel (line 347) | public void SetZoomLevel(int level) method SetVisualZoomLevelLimitsAsync (line 357) | public Task SetVisualZoomLevelLimitsAsync(int minimumLevel, int maximu... method IsAudioMutedAsync (line 371) | public Task IsAudioMutedAsync() => InvokeAsync(); method IsCurrentlyAudibleAsync (line 377) | public Task IsCurrentlyAudibleAsync() => InvokeAsync(); method SetAudioMuted (line 383) | public void SetAudioMuted(bool muted) method GetUserAgentAsync (line 392) | public Task GetUserAgentAsync() => InvokeAsyncWithTimeout CreateWindowAsync(string loadUrl = "h... method CreateWindowAsync (line 97) | public async Task CreateWindowAsync(BrowserWindowOption... method IsWindows10 (line 152) | private bool IsWindows10() method CreateBrowserViewAsync (line 163) | public Task CreateBrowserViewAsync() method CreateBrowserViewAsync (line 175) | public async Task CreateBrowserViewAsync(BrowserViewConst... FILE: src/ElectronNET.API/Bridge/BridgeConnector.cs class BridgeConnector (line 5) | internal static class BridgeConnector FILE: src/ElectronNET.API/Bridge/Events.cs class Events (line 12) | internal class Events method Events (line 18) | private Events() method On (line 47) | public async Task On(string moduleName, string eventName, Action action) method On (line 63) | public async Task On(string moduleName, string eventName, Action... method Once (line 76) | public async Task Once(string moduleName, string eventName, Action act... method Once (line 91) | public async Task Once(string moduleName, string eventName, Action<... FILE: src/ElectronNET.API/Bridge/SocketIOFacade.cs class SocketIoFacade (line 11) | internal class SocketIoFacade : IDisposable method SocketIoFacade (line 17) | public SocketIoFacade(string uri) method Connect (line 29) | public void Connect() method On (line 50) | public void On(string eventName, Action action) method On (line 60) | public void On(string eventName, Action action) method Once (line 74) | public void Once(string eventName, Action action) method Once (line 88) | public void Once(string eventName, Action action) method Off (line 102) | public void Off(string eventName) method Emit (line 115) | public async Task Emit(string eventName, params object[] args) method Dispose (line 124) | public void Dispose() method Dispose (line 130) | protected virtual void Dispose(bool disposing) method CheckDisposed (line 139) | private void CheckDisposed() FILE: src/ElectronNET.API/Common/Extensions.cs class Extensions (line 9) | internal static class Extensions method IsUnpackaged (line 11) | public static bool IsUnpackaged(this StartupMethod method) method LowerFirst (line 23) | public static string LowerFirst(this string str) method StripAsync (line 38) | public static string StripAsync(this string str) method StripOn (line 55) | public static string StripOn(this string str) method ToDashedEventName (line 65) | public static string ToDashedEventName(this string str) method ToCamelCaseEventName (line 70) | public static string ToCamelCaseEventName(this string str) method IsReady (line 75) | public static bool IsReady(this LifetimeServiceBase service) method IsNotStopped (line 80) | public static bool IsNotStopped(this LifetimeServiceBase service) method IsNullOrStopped (line 85) | public static bool IsNullOrStopped(this LifetimeServiceBase service) FILE: src/ElectronNET.API/Common/ProcessRunner.cs class ProcessRunner (line 22) | [SuppressMessage("ReSharper", "SuspiciousLockOverSynchronizationPrimitiv... method ProcessRunner (line 35) | public ProcessRunner(string name) method Run (line 111) | public bool Run(string exeFileName, string commandLineArgs, string wor... method Run (line 132) | protected bool Run(RunnerParams runnerParams) method WriteAsync (line 205) | public async Task WriteAsync(string data) method WaitForExit (line 224) | public bool WaitForExit() method WaitAndKill (line 251) | public bool WaitAndKill(int timeoutMs) method WaitAndKillAsync (line 294) | public Task WaitAndKillAsync(int timeoutMs) method WaitForExitAsync (line 309) | public Task WaitForExitAsync(int timeoutMs, CancellationToken ca... method WaitForExitAsync (line 325) | public async Task WaitForExitAsync(CancellationToken cancellatio... method Cancel (line 363) | public void Cancel() method Close (line 417) | private void Close() method OnDispose (line 440) | protected virtual void OnDispose() method Dispose (line 444) | void IDisposable.Dispose() method ToString (line 451) | public override string ToString() method OnBeforeStartProcessCore (line 456) | protected virtual bool OnBeforeStartProcessCore(RunnerParams processRu... method OnProcessStartedCore (line 461) | protected virtual void OnProcessStartedCore() method OnProcessErrorCore (line 465) | protected virtual void OnProcessErrorCore(Exception processException) method OnProcessExitCore (line 469) | protected virtual void OnProcessExitCore(int exitCode) method RegisterProcessEvents (line 473) | private void RegisterProcessEvents(Process proc) method UnRegisterProcessEvents (line 480) | private void UnRegisterProcessEvents(Process proc) method Process_Exited (line 487) | private void Process_Exited(object sender, EventArgs e) method WaitForExitAfterExited (line 495) | private void WaitForExitAfterExited() method SetExitCode (line 508) | private void SetExitCode() method Process_ErrorDataReceived (line 527) | private void Process_ErrorDataReceived(object sender, DataReceivedEven... method Process_OutputDataReceived (line 561) | private void Process_OutputDataReceived(object sender, DataReceivedEve... FILE: src/ElectronNET.API/Common/RunnerParams.cs class RunnerParams (line 9) | public sealed class RunnerParams method RunnerParams (line 22) | public RunnerParams() method RunnerParams (line 29) | public RunnerParams(string fileName) method RunnerParams (line 38) | public RunnerParams(string fileName, string arguments) FILE: src/ElectronNET.API/Common/TimeSpanExtensions.cs class TimeSpanExtensions (line 13) | [SuppressMessage("StyleCop.CSharp.NamingRules", "SA1300:Element should b... method ms (line 19) | public static TimeSpan ms(this int value) method ms (line 24) | public static TimeSpan ms(this long value) method seconds (line 29) | public static TimeSpan seconds(this int value) method minutes (line 34) | public static TimeSpan minutes(this int value) method hours (line 39) | public static TimeSpan hours(this int value) method days (line 44) | public static TimeSpan days(this int value) method ms (line 49) | public static TimeSpan ms(this double value) method seconds (line 54) | public static TimeSpan seconds(this double value) method minutes (line 59) | public static TimeSpan minutes(this double value) method hours (line 64) | public static TimeSpan hours(this double value) method days (line 69) | public static TimeSpan days(this double value) FILE: src/ElectronNET.API/Converter/ModifierTypeListConverter.cs class ModifierTypeListConverter (line 12) | public class ModifierTypeListConverter : JsonConverter> method Read (line 14) | public override List Read(ref Utf8JsonReader reader, Typ... method Write (line 38) | public override void Write(Utf8JsonWriter writer, List v... FILE: src/ElectronNET.API/Converter/PageSizeConverter.cs class PageSizeConverter (line 9) | public class PageSizeConverter : JsonConverter method Read (line 11) | public override PageSize Read(ref Utf8JsonReader reader, Type typeToCo... method Write (line 27) | public override void Write(Utf8JsonWriter writer, PageSize value, Json... FILE: src/ElectronNET.API/Converter/TitleBarOverlayConverter.cs class TitleBarOverlayConverter (line 9) | public class TitleBarOverlayConverter : JsonConverter method Read (line 11) | public override TitleBarOverlay Read(ref Utf8JsonReader reader, Type t... method Write (line 28) | public override void Write(Utf8JsonWriter writer, TitleBarOverlay valu... FILE: src/ElectronNET.API/ElectronNetRuntime.cs class ElectronNetRuntime (line 11) | public static class ElectronNetRuntime method ElectronNetRuntime (line 21) | static ElectronNetRuntime() method GetSocket (line 52) | internal static SocketIoFacade GetSocket() FILE: src/ElectronNET.API/Runtime/Controllers/RuntimeControllerBase.cs class RuntimeControllerBase (line 9) | internal abstract class RuntimeControllerBase : LifetimeServiceBase, IEl... method RuntimeControllerBase (line 11) | protected RuntimeControllerBase() method StartCore (line 21) | protected override Task StartCore() method StopCore (line 26) | protected override Task StopCore() FILE: src/ElectronNET.API/Runtime/Controllers/RuntimeControllerDotNetFirst.cs class RuntimeControllerDotNetFirst (line 12) | internal class RuntimeControllerDotNetFirst : RuntimeControllerBase method RuntimeControllerDotNetFirst (line 18) | public RuntimeControllerDotNetFirst() method StartCore (line 39) | protected override Task StartCore() method ElectronProcess_Ready (line 64) | private void ElectronProcess_Ready(object sender, EventArgs e) method SocketBridge_Ready (line 73) | private void SocketBridge_Ready(object sender, EventArgs e) method SocketBridge_Stopped (line 78) | private void SocketBridge_Stopped(object sender, EventArgs e) method ElectronProcess_Stopped (line 83) | private void ElectronProcess_Stopped(object sender, EventArgs e) method HandleStopped (line 88) | private void HandleStopped() method StopCore (line 104) | protected override Task StopCore() FILE: src/ElectronNET.API/Runtime/Controllers/RuntimeControllerElectronFirst.cs class RuntimeControllerElectronFirst (line 10) | internal class RuntimeControllerElectronFirst : RuntimeControllerBase method RuntimeControllerElectronFirst (line 16) | public RuntimeControllerElectronFirst() method StartCore (line 37) | protected override Task StartCore() method ElectronProcess_Ready (line 66) | private void ElectronProcess_Ready(object sender, EventArgs e) method SocketBridge_Ready (line 70) | private void SocketBridge_Ready(object sender, EventArgs e) method SocketBridge_Stopped (line 75) | private void SocketBridge_Stopped(object sender, EventArgs e) method ElectronProcess_Stopped (line 80) | private void ElectronProcess_Stopped(object sender, EventArgs e) method HandleStopped (line 85) | private void HandleStopped() method StopCore (line 101) | protected override Task StopCore() FILE: src/ElectronNET.API/Runtime/Data/BuildInfo.cs class BuildInfo (line 3) | public class BuildInfo FILE: src/ElectronNET.API/Runtime/Data/DotnetAppType.cs type DotnetAppType (line 3) | public enum DotnetAppType FILE: src/ElectronNET.API/Runtime/Data/LifetimeState.cs type LifetimeState (line 3) | public enum LifetimeState FILE: src/ElectronNET.API/Runtime/Data/StartupMethod.cs type StartupMethod (line 3) | public enum StartupMethod FILE: src/ElectronNET.API/Runtime/Helpers/LaunchOrderDetector.cs class LaunchOrderDetector (line 8) | internal class LaunchOrderDetector method CheckIsLaunchedByDotNet (line 10) | public static bool CheckIsLaunchedByDotNet() method CheckIsDotNetStartup1 (line 39) | private static bool? CheckIsDotNetStartup1() method CheckIsDotNetStartup2 (line 51) | private static bool? CheckIsDotNetStartup2() method CheckIsDotNetStartup3 (line 62) | private static bool? CheckIsDotNetStartup3() FILE: src/ElectronNET.API/Runtime/Helpers/PortHelper.cs class PortHelper (line 6) | internal static class PortHelper method GetFreePort (line 8) | public static int GetFreePort(int? defaultPost) FILE: src/ElectronNET.API/Runtime/Helpers/UnpackagedDetector.cs class UnpackagedDetector (line 9) | internal class UnpackagedDetector method CheckIsUnpackaged (line 11) | public static bool CheckIsUnpackaged() method CheckUnpackaged1 (line 45) | private static bool? CheckUnpackaged1() method CheckUnpackaged2 (line 64) | private static bool? CheckUnpackaged2() method CheckUnpackaged3 (line 80) | private static bool? CheckUnpackaged3() method CheckUnpackaged4 (line 91) | private static bool? CheckUnpackaged4() FILE: src/ElectronNET.API/Runtime/IElectronNetRuntimeController.cs type IElectronNetRuntimeController (line 7) | public interface IElectronNetRuntimeController method Start (line 29) | Task Start(); method Stop (line 31) | Task Stop(); FILE: src/ElectronNET.API/Runtime/Services/ElectronProcess/ElectronProcessActive.cs class ElectronProcessActive (line 15) | [Localizable(false)] method ElectronProcessActive (line 29) | public ElectronProcessActive(bool isUnpackaged, string electronBinaryN... method StartCore (line 37) | protected override async Task StartCore() method CheckRuntimeIdentifier (line 95) | private void CheckRuntimeIdentifier() method StopCore (line 152) | protected override Task StopCore() method StartInternal (line 158) | private async Task StartInternal(string startCmd, string args, string ... method Process_Exited (line 196) | private void Process_Exited(object sender, EventArgs e) FILE: src/ElectronNET.API/Runtime/Services/ElectronProcess/ElectronProcessBase.cs class ElectronProcessBase (line 8) | [Localizable(false)] method ElectronProcessBase (line 11) | protected ElectronProcessBase() FILE: src/ElectronNET.API/Runtime/Services/ElectronProcess/ElectronProcessPassive.cs class ElectronProcessPassive (line 12) | [Localizable(false)] method ElectronProcessPassive (line 20) | public ElectronProcessPassive(int pid) method StartCore (line 25) | protected override Task StartCore() method Process_Exited1 (line 41) | private void Process_Exited1(object sender, EventArgs e) method StopCore (line 46) | protected override Task StopCore() FILE: src/ElectronNET.API/Runtime/Services/LifetimeServiceBase.cs class LifetimeServiceBase (line 8) | public abstract class LifetimeServiceBase method LifetimeServiceBase (line 17) | protected LifetimeServiceBase() method Start (line 43) | public virtual async Task Start() method Stop (line 52) | public virtual async Task Stop() method StopCore (line 61) | protected virtual Task StopCore() method StartCore (line 66) | protected virtual Task StartCore() method ValidateMaxState (line 71) | private void ValidateMaxState(LifetimeState evalState, [CallerMemberNa... method TransitionState (line 79) | protected void TransitionState(LifetimeState newState) FILE: src/ElectronNET.API/Runtime/Services/SocketBridge/SocketBridgeService.cs class SocketBridgeService (line 8) | internal class SocketBridgeService : LifetimeServiceBase method SocketBridgeService (line 14) | public SocketBridgeService(int socketPort) method StartCore (line 24) | protected override Task StartCore() method StopCore (line 34) | protected override Task StopCore() method Connect (line 40) | private void Connect() method Socket_BridgeDisconnected (line 49) | private void Socket_BridgeDisconnected(object sender, EventArgs e) method Socket_BridgeConnected (line 54) | private void Socket_BridgeConnected(object sender, EventArgs e) FILE: src/ElectronNET.API/Runtime/StartupManager.cs class StartupManager (line 12) | internal class StartupManager method Initialize (line 14) | public void Initialize() method CreateRuntimeController (line 38) | private RuntimeControllerBase CreateRuntimeController() method DetectAppTypeAndStartup (line 53) | private StartupMethod DetectAppTypeAndStartup() method CollectProcessData (line 78) | private void CollectProcessData() method SetElectronExecutable (line 111) | private void SetElectronExecutable() method GatherBuildInfo (line 127) | private BuildInfo GatherBuildInfo() FILE: src/ElectronNET.API/Serialization/ElectronJson.cs class ElectronJson (line 7) | internal static class ElectronJson class ElectronJsonContext (line 22) | [JsonSourceGenerationOptions(WriteIndented = false, PropertyNamingPolicy... FILE: src/ElectronNET.API/Serialization/JsonToBoxedPrimitivesConverter.cs class JsonToBoxedPrimitivesConverter (line 8) | public sealed class JsonToBoxedPrimitivesConverter : JsonConverter method Read (line 10) | public override object Read(ref Utf8JsonReader reader, Type typeToConv... method ReadValue (line 15) | private static object ReadValue(ref Utf8JsonReader r) method Write (line 114) | public override void Write(Utf8JsonWriter writer, object value, JsonSe... FILE: src/ElectronNET.AspNet/API/ServiceCollectionExtensions.cs class ServiceCollectionExtensions (line 8) | public static class ServiceCollectionExtensions method AddElectron (line 13) | public static IServiceCollection AddElectron(this IServiceCollection s... FILE: src/ElectronNET.AspNet/API/WebApplicationBuilderExtensions.cs class WebApplicationBuilderExtensions (line 15) | public static class WebApplicationBuilderExtensions method UseElectron (line 41) | public static WebApplicationBuilder UseElectron(this WebApplicationBui... FILE: src/ElectronNET.AspNet/API/WebHostBuilderExtensions.cs class WebHostBuilderExtensions (line 22) | public static class WebHostBuilderExtensions method UseElectron (line 60) | public static IWebHostBuilder UseElectron(this IWebHostBuilder builder... FILE: src/ElectronNET.AspNet/Runtime/Controllers/RuntimeControllerAspNetBase.cs class RuntimeControllerAspNetBase (line 11) | internal abstract class RuntimeControllerAspNetBase : RuntimeControllerBase method RuntimeControllerAspNetBase (line 16) | protected RuntimeControllerAspNetBase(AspNetLifetimeAdapter aspNetLife... method CreateSocketBridge (line 41) | protected void CreateSocketBridge(int port) method HandleReady (line 49) | protected void HandleReady() method HandleStopped (line 60) | protected void HandleStopped() method StopCore (line 87) | protected abstract override Task StopCore(); method SocketBridge_Ready (line 89) | private void SocketBridge_Ready(object sender, EventArgs e) method AspNetLifetimeAdapter_Ready (line 94) | private void AspNetLifetimeAdapter_Ready(object sender, EventArgs e) method SocketBridge_Stopped (line 99) | private void SocketBridge_Stopped(object sender, EventArgs e) method AspNetLifetimeAdapter_Stopped (line 104) | private void AspNetLifetimeAdapter_Stopped(object sender, EventArgs e) method AspNetLifetimeAdapter_Stopping (line 109) | private void AspNetLifetimeAdapter_Stopping(object sender, EventArgs e) method RunReadyCallback (line 113) | private async Task RunReadyCallback() FILE: src/ElectronNET.AspNet/Runtime/Controllers/RuntimeControllerAspNetDotnetFirst.cs class RuntimeControllerAspNetDotnetFirst (line 10) | internal class RuntimeControllerAspNetDotnetFirst : RuntimeControllerAsp... method RuntimeControllerAspNetDotnetFirst (line 15) | public RuntimeControllerAspNetDotnetFirst(AspNetLifetimeAdapter aspNet... method StartCore (line 21) | protected override Task StartCore() method StopCore (line 41) | protected override Task StopCore() method ElectronProcess_Ready (line 47) | private void ElectronProcess_Ready(object sender, EventArgs e) method ElectronProcess_Stopped (line 53) | private void ElectronProcess_Stopped(object sender, EventArgs e) FILE: src/ElectronNET.AspNet/Runtime/Controllers/RuntimeControllerAspNetElectronFirst.cs class RuntimeControllerAspNetElectronFirst (line 8) | internal class RuntimeControllerAspNetElectronFirst : RuntimeControllerA... method RuntimeControllerAspNetElectronFirst (line 13) | public RuntimeControllerAspNetElectronFirst(AspNetLifetimeAdapter aspN... method StartCore (line 19) | protected override Task StartCore() method StopCore (line 45) | protected override Task StopCore() method ElectronProcess_Stopped (line 51) | private void ElectronProcess_Stopped(object sender, EventArgs e) FILE: src/ElectronNET.AspNet/Runtime/Helpers/ServerReadyStartupFilter.cs class ServerReadyStartupFilter (line 10) | internal sealed class ServerReadyStartupFilter : IStartupFilter method Configure (line 17) | public Action Configure(Action WaitAllOrTimeout(TimeSpan timeout, par... method BrowserWindow_OnResize_multiple_handlers_called (line 19) | [IntegrationFact] method WebContents_OnDomReady_multiple_handlers_called (line 43) | [IntegrationFact] FILE: src/ElectronNET.IntegrationTests/Tests/NativeImageTests.cs class NativeImageTests (line 9) | [Collection("ElectronCollection")] method NativeImageTests (line 13) | public NativeImageTests(ElectronFixture fx) : base(fx) method Create_from_bitmap_and_to_png (line 17) | [IntegrationFact] method Create_from_buffer_and_to_data_url (line 35) | [IntegrationFact] method Resize_and_crop_produce_expected_sizes (line 54) | [IntegrationFact] method Add_representation_for_scale_factor (line 74) | [IntegrationFact] FILE: src/ElectronNET.IntegrationTests/Tests/NativeThemeTests.cs class NativeThemeTests (line 9) | [Collection("ElectronCollection")] method NativeThemeTests (line 12) | public NativeThemeTests(ElectronFixture fx) : base(fx) method ThemeSource_roundtrip (line 16) | [IntegrationFact] method Updated_event_fires_on_change (line 44) | [IntegrationFact] method Should_use_high_contrast_colors_check (line 60) | [IntegrationFact] method Should_use_inverted_colors_check (line 69) | [IntegrationFact] FILE: src/ElectronNET.IntegrationTests/Tests/NotificationTests.cs class NotificationTests (line 9) | [Collection("ElectronCollection")] method NotificationTests (line 12) | public NotificationTests(ElectronFixture fx) : base(fx) method Notification_create_check (line 16) | [IntegrationFact] method Notification_is_supported_check (line 35) | [IntegrationFact] FILE: src/ElectronNET.IntegrationTests/Tests/ProcessTests.cs class ProcessTests (line 6) | [Collection("ElectronCollection")] method ProcessTests (line 9) | public ProcessTests(ElectronFixture fx) : base(fx) method Process_info_is_accessible (line 13) | [IntegrationFact] method Process_properties_are_populated (line 22) | [IntegrationFact] FILE: src/ElectronNET.IntegrationTests/Tests/ScreenTests.cs class ScreenTests (line 8) | [Collection("ElectronCollection")] method ScreenTests (line 11) | public ScreenTests(ElectronFixture fx) : base(fx) method Primary_display_has_positive_dimensions (line 15) | [IntegrationFact(SkipOnWsl = true)] method GetAllDisplays_returns_at_least_one (line 23) | [IntegrationFact(SkipOnWsl = true)] method GetCursorScreenPoint_check (line 31) | [IntegrationFact] method GetMenuBarWorkArea_check (line 38) | [IntegrationFact] method GetDisplayNearestPoint_check (line 50) | [IntegrationFact(SkipOnWsl = true)] method GetDisplayMatching_check (line 64) | [IntegrationFact(SkipOnWsl = true)] FILE: src/ElectronNET.IntegrationTests/Tests/SessionTests.cs class SessionTests (line 6) | [Collection("ElectronCollection")] method SessionTests (line 9) | public SessionTests(ElectronFixture fx) : base(fx) method Session_preloads_roundtrip (line 13) | [IntegrationFact] method Session_proxy_set_and_resolve (line 24) | [IntegrationFact] method Session_clear_cache_and_storage_completes (line 35) | [IntegrationFact] method Session_preloads_set_multiple_and_clear (line 47) | [IntegrationFact] method Clear_auth_cache_overloads (line 60) | [IntegrationFact] method Clear_storage_with_options (line 68) | [IntegrationFact] method Enable_disable_network_emulation (line 75) | [IntegrationFact] method Flush_storage_data_does_not_throw (line 83) | [IntegrationFact] method Set_user_agent_affects_new_navigation (line 90) | [IntegrationFact] FILE: src/ElectronNET.IntegrationTests/Tests/ShellTests.cs class ShellTests (line 6) | [Collection("ElectronCollection")] method ShellTests (line 9) | public ShellTests(ElectronFixture fx) : base(fx) method OpenExternal_invalid_scheme_returns_error_or_empty (line 13) | [IntegrationFact(Skip = "This can keep the test process hanging until ... FILE: src/ElectronNET.IntegrationTests/Tests/ThumbarButtonTests.cs class ThumbarButtonTests (line 7) | [Collection("ElectronCollection")] method ThumbarButtonTests (line 10) | public ThumbarButtonTests(ElectronFixture fx) : base(fx) method SetThumbarButtons_returns_success (line 14) | [IntegrationFact] method Thumbar_button_click_invokes_callback (line 23) | [IntegrationFact] FILE: src/ElectronNET.IntegrationTests/Tests/TrayTests.cs class TrayTests (line 6) | [Collection("ElectronCollection")] method TrayTests (line 9) | public TrayTests(ElectronFixture fx) : base(fx) method Can_create_tray_and_destroy (line 13) | [IntegrationFact] FILE: src/ElectronNET.IntegrationTests/Tests/WebContentsTests.cs class WebContentsTests (line 10) | [Collection("ElectronCollection")] method WebContentsTests (line 13) | public WebContentsTests(ElectronFixture fx) : base(fx) method Can_get_url_after_navigation (line 17) | [IntegrationFact] method ExecuteJavaScript_returns_title (line 26) | [IntegrationFact] method DomReady_event_fires (line 35) | [IntegrationFact] method Can_print_to_pdf (line 46) | [IntegrationFact] method Can_basic_print (line 68) | [IntegrationFact] method GetPrintersAsync_check (line 77) | [IntegrationFact] method GetSetZoomFactor_check (line 84) | [IntegrationFact] method GetSetZoomLevel_check (line 96) | [IntegrationFact] method DevTools_check (line 125) | [IntegrationFact] method GetSetAudioMuted_check (line 152) | [IntegrationFact] method GetSetUserAgent_check (line 170) | [IntegrationFact] FILE: src/ElectronNET.Samples.ElectronHostHook/Controllers/HomeController.cs class HomeController (line 7) | public class HomeController : Controller method Index (line 9) | public async Task Index() FILE: src/ElectronNET.Samples.ElectronHostHook/ElectronHostHook/connector.ts class Connector (line 3) | class Connector { method constructor (line 4) | constructor(private socket: Socket, public app: any) { method on (line 7) | on(key: string, javaScriptCode: Function): void { FILE: src/ElectronNET.Samples.ElectronHostHook/ElectronHostHook/index.ts class HookService (line 4) | class HookService extends Connector { method constructor (line 5) | constructor(socket: Socket, public app: any) { method onHostReady (line 9) | onHostReady(): void { FILE: src/ElectronNET.Samples.ElectronHostHook/Program.cs class Program (line 7) | public class Program method Main (line 9) | public static void Main(string[] args) FILE: src/ElectronNET.WebApp/Controllers/AboutController.cs class AboutController (line 5) | public class AboutController : Controller method Index (line 7) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/AppSysInformationController.cs class AppSysInformationController (line 8) | public class AppSysInformationController : Controller method Index (line 10) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/ClipboardController.cs class ClipboardController (line 12) | public class ClipboardController : Controller method Index (line 14) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/CrashHangController.cs class CrashHangController (line 7) | public class CrashHangController : Controller method Index (line 9) | public IActionResult Index() method ProcessCrash (line 69) | public IActionResult ProcessCrash() method ProcessHang (line 74) | public IActionResult ProcessHang() FILE: src/ElectronNET.WebApp/Controllers/DesktopCapturerController.cs class DesktopCapturerController (line 5) | public class DesktopCapturerController : Controller method Index (line 7) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/DialogsController.cs class DialogsController (line 8) | public class DialogsController : Controller method Index (line 10) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/HomeController.cs class HomeController (line 7) | public class HomeController : Controller method Index (line 9) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/HostHookController.cs class HostHookController (line 8) | public class HostHookController : Controller method Index (line 10) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/IpcController.cs class IpcController (line 7) | public class IpcController : Controller method Index (line 9) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/ManageWindowsController.cs class WindowsController (line 11) | public class WindowsController : Controller method Index (line 13) | public IActionResult Index() method UpdateReply (line 51) | private async void UpdateReply() method DemoWindow (line 62) | public IActionResult DemoWindow() FILE: src/ElectronNET.WebApp/Controllers/MenusController.cs class MenusController (line 8) | public class MenusController : Controller method Index (line 10) | public IActionResult Index() method CreateContextMenu (line 103) | private void CreateContextMenu() FILE: src/ElectronNET.WebApp/Controllers/NotificationsController.cs class NotificationsController (line 7) | public class NotificationsController : Controller method Index (line 9) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/PdfController.cs class PdfController (line 8) | public class PdfController : Controller method Index (line 10) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/ShellController.cs class ShellController (line 7) | public class ShellController : Controller method Index (line 9) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/ShortcutsController.cs class ShortcutsController (line 8) | public class ShortcutsController : Controller method Index (line 10) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/TrayController.cs class TrayController (line 9) | public class TrayController : Controller method TrayController (line 13) | public TrayController(IWebHostEnvironment env) method Index (line 19) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/UpdateController.cs class UpdateController (line 7) | public class UpdateController : Controller method Index (line 9) | public IActionResult Index() FILE: src/ElectronNET.WebApp/Controllers/WindowsController.cs class WindowsController (line 8) | public class WindowsController : Controller method Index (line 10) | public IActionResult Index() method UpdateReply (line 53) | private async void UpdateReply() method DemoWindow (line 64) | public IActionResult DemoWindow() FILE: src/ElectronNET.WebApp/ElectronHostHook/connector.js class Connector (line 4) | class Connector { method constructor (line 5) | constructor(socket, app) { method on (line 9) | on(key, javaScriptCode) { FILE: src/ElectronNET.WebApp/ElectronHostHook/connector.ts class Connector (line 3) | class Connector { method constructor (line 4) | constructor(private socket: Socket, method on (line 7) | on(key: string, javaScriptCode: Function): void { FILE: src/ElectronNET.WebApp/ElectronHostHook/excelCreator.js class ExcelCreator (line 5) | class ExcelCreator { method create (line 6) | async create(path) { FILE: src/ElectronNET.WebApp/ElectronHostHook/excelCreator.ts class ExcelCreator (line 3) | class ExcelCreator { method create (line 4) | async create(path: string): Promise { FILE: src/ElectronNET.WebApp/ElectronHostHook/index.js class HookService (line 6) | class HookService extends connector_1.Connector { method constructor (line 7) | constructor(socket, app) { method onHostReady (line 11) | onHostReady() { FILE: src/ElectronNET.WebApp/ElectronHostHook/index.ts class HookService (line 5) | class HookService extends Connector { method constructor (line 6) | constructor(socket: Socket, public app: any) { method onHostReady (line 10) | onHostReady(): void { FILE: src/ElectronNET.WebApp/Program.cs class Program (line 11) | public class Program method Main (line 13) | public static void Main(string[] args) method CreateWebHostBuilder (line 18) | public static IWebHostBuilder CreateWebHostBuilder(string[] args) method ElectronBootstrap (line 26) | public static async Task ElectronBootstrap() method AddDevelopmentTests (line 42) | private static void AddDevelopmentTests() FILE: src/ElectronNET.WebApp/Startup.cs class Startup (line 9) | public class Startup method Startup (line 13) | public Startup(IConfiguration configuration) method ConfigureServices (line 20) | public void ConfigureServices(IServiceCollection services) method Configure (line 26) | public void Configure(IApplicationBuilder app, IWebHostEnvironment env) FILE: src/ElectronNET.WebApp/wwwroot/assets/nav.js function handleSectionTrigger (line 11) | function handleSectionTrigger(event) { function activateDefaultSection (line 22) | function activateDefaultSection() { function showMainContent (line 26) | function showMainContent() { function handleModalTrigger (line 31) | function handleModalTrigger(event) { function hideAllModals (line 42) | function hideAllModals() { function hideAllSectionsAndDeselectButtons (line 50) | function hideAllSectionsAndDeselectButtons() { function displayAbout (line 62) | function displayAbout() { function hideNav (line 67) | function hideNav() { function showNav (line 72) | function showNav() { FILE: src/ElectronNET/build/update_electron_versions.py function download_releases (line 18) | def download_releases(): function filter_versions (line 30) | def filter_versions(releases, min_version="23.0.0"): function generate_enum_xml (line 56) | def generate_enum_xml(versions): function update_xaml_file (line 74) | def update_xaml_file(xaml_path, enum_xml): function main (line 104) | def main():