SYMBOL INDEX (25424 symbols across 3509 files) FILE: Source/Avalonia.BlazorWebView/AvaloniaBlazorWebViewBuilder.cs class AvaloniaBlazorWebViewBuilder (line 3) | public static class AvaloniaBlazorWebViewBuilder method Initialize (line 5) | public static void Initialize(Action? webCo... FILE: Source/Avalonia.BlazorWebView/BlazorWebView-AvaloniaProperty.cs class BlazorWebView (line 3) | partial class BlazorWebView method LoadDependencyObjectsChanged (line 5) | static bool LoadDependencyObjectsChanged() method ChildChanged (line 22) | private void ChildChanged(AvaloniaPropertyChangedEventArgs e) FILE: Source/Avalonia.BlazorWebView/BlazorWebView-Core.cs class BlazorWebView (line 5) | partial class BlazorWebView method CheckDisposed (line 7) | void CheckDisposed() method CreateWebViewManager (line 13) | async Task CreateWebViewManager() method DisposeAsync (line 90) | ValueTask IAsyncDisposable.DisposeAsync() FILE: Source/Avalonia.BlazorWebView/BlazorWebView-Events.cs class BlazorWebView (line 3) | partial class BlazorWebView FILE: Source/Avalonia.BlazorWebView/BlazorWebView-Host-AvaloniaProperty.cs class BlazorWebView (line 3) | partial class BlazorWebView method LoadHostDependencyObjectsChanged (line 5) | static bool LoadHostDependencyObjectsChanged() method RootComponents_CollectionChanged (line 42) | private async void RootComponents_CollectionChanged(object? sender, Sy... FILE: Source/Avalonia.BlazorWebView/BlazorWebView-Override.cs class BlazorWebView (line 3) | partial class BlazorWebView method OnAttachedToVisualTree (line 5) | protected override async void OnAttachedToVisualTree(VisualTreeAttachm... method OnDetachedFromVisualTree (line 17) | protected override void OnDetachedFromVisualTree(VisualTreeAttachmentE... FILE: Source/Avalonia.BlazorWebView/BlazorWebView-VirtualView.cs class BlazorWebView (line 3) | partial class BlazorWebView FILE: Source/Avalonia.BlazorWebView/BlazorWebView-VirtualViewCallBack.cs class BlazorWebView (line 3) | partial class BlazorWebView method PlatformWebViewCreated (line 5) | void IVirtualWebViewControlCallBack.PlatformWebViewCreated(object? sen... method PlatformWebViewCreating (line 10) | bool IVirtualWebViewControlCallBack.PlatformWebViewCreating(object? se... method PlatformWebViewMessageReceived (line 16) | void IVirtualWebViewControlCallBack.PlatformWebViewMessageReceived(obj... method PlatformWebViewNavigationCompleted (line 21) | void IVirtualWebViewControlCallBack.PlatformWebViewNavigationCompleted... method PlatformWebViewNavigationStarting (line 26) | bool IVirtualWebViewControlCallBack.PlatformWebViewNavigationStarting(... method PlatformWebViewNewWindowRequest (line 32) | bool IVirtualWebViewControlCallBack.PlatformWebViewNewWindowRequest(ob... FILE: Source/Avalonia.BlazorWebView/BlazorWebView-WebViewControl.cs class BlazorWebView (line 3) | partial class BlazorWebView method Navigate (line 9) | bool IWebViewControl.Navigate(Uri? uri) method NavigateToString (line 20) | bool IWebViewControl.NavigateToString(string htmlContent) method GoBack (line 28) | bool IWebViewControl.GoBack() method GoForward (line 36) | bool IWebViewControl.GoForward() method Stop (line 44) | bool IWebViewControl.Stop() method Reload (line 52) | bool IWebViewControl.Reload() method ExecuteScriptAsync (line 60) | Task IWebViewControl.ExecuteScriptAsync(string javaScript) method PostWebMessageAsJson (line 68) | bool IWebViewControl.PostWebMessageAsJson(string webMessageAsJson, Uri... method PostWebMessageAsString (line 76) | bool IWebViewControl.PostWebMessageAsString(string webMessageAsString,... method OpenDevToolsWindow (line 84) | bool IWebViewControl.OpenDevToolsWindow() FILE: Source/Avalonia.BlazorWebView/BlazorWebView.cs class BlazorWebView (line 3) | public sealed partial class BlazorWebView : Control, IVirtualWebView new AvaloniaAss... method Watch (line 24) | IChangeToken IFileProvider.Watch(string filter) => NullChangeToken.Sin... class AvaloniaDirectoryContents (line 29) | private sealed class AvaloniaDirectoryContents : IDirectoryContents method AvaloniaDirectoryContents (line 31) | public AvaloniaDirectoryContents(string path) method GetEnumerator (line 38) | public IEnumerator GetEnumerator() => throw new NotImplem... method GetEnumerator (line 40) | IEnumerator IEnumerable.GetEnumerator() => throw new NotImplementedE... class AvaloniaAssetFileInfo (line 46) | private sealed class AvaloniaAssetFileInfo : IFileInfo method AvaloniaAssetFileInfo (line 48) | public AvaloniaAssetFileInfo(Assembly? assembly, string filePath) method CreateReadStream (line 101) | public Stream CreateReadStream() => AssetLoader.Open(new Uri(_filePa... FILE: Source/Avalonia.BlazorWebView/Common/StaticContentHotReloadManager.cs class StaticContentHotReloadManager (line 2) | internal static class StaticContentHotReloadManager method UpdateContent (line 26) | public static void UpdateContent(string assemblyName, bool isApplicati... method AttachToWebViewManagerIfEnabled (line 40) | public static void AttachToWebViewManagerIfEnabled(WebViewManager mana... method TryReplaceResponseContent (line 48) | public static bool TryReplaceResponseContent(string contentRootRelativ... method GetAssemblyNameAndRelativePath (line 70) | private static (string AssemblyName, string RelativePath) GetAssemblyN... class StaticContentChangeNotifier (line 94) | private sealed class StaticContentChangeNotifier : IComponent, IDispos... method Attach (line 101) | public void Attach(RenderHandle renderHandle) method Dispose (line 107) | public void Dispose() method NotifyContentUpdated (line 112) | private void NotifyContentUpdated(string assemblyName, string relati... method NotifyContentUpdatedAsync (line 118) | private async Task NotifyContentUpdatedAsync(string assemblyName, st... method SetParametersAsync (line 141) | public Task SetParametersAsync(ParameterView parameters) FILE: Source/Avalonia.BlazorWebView/Components/BlazorRootComponent.cs class BlazorRootComponent (line 2) | public class BlazorRootComponent method AddToWebViewManagerAsync (line 8) | internal Task AddToWebViewManagerAsync(WebViewManager webViewManager) method RemoveFromWebViewManagerAsync (line 20) | internal Task RemoveFromWebViewManagerAsync(AvaloniaWebViewManager web... FILE: Source/Avalonia.BlazorWebView/Components/BlazorRootComponentsCollection.cs class BlazorRootComponentsCollection (line 3) | public class BlazorRootComponentsCollection : ObservableCollection(string selector) where TComponent : ICompo... FILE: Source/Avalonia.BlazorWebView/Configurations/BlazorWebViewSetting.cs class BlazorWebViewSetting (line 2) | public class BlazorWebViewSetting FILE: Source/Avalonia.BlazorWebView/Configurations/JsComponentConfigration.cs class JsComponentConfigration (line 2) | public class JsComponentConfigration : IJSComponentConfiguration method JsComponentConfigration (line 4) | public JsComponentConfigration(JSComponentConfigurationStore jSCompone... FILE: Source/Avalonia.BlazorWebView/Core/AutoCloseOnReadCompleteStream.cs class AutoCloseOnReadCompleteStream (line 2) | internal class AutoCloseOnReadCompleteStream : Stream method AutoCloseOnReadCompleteStream (line 6) | public AutoCloseOnReadCompleteStream(Stream baseStream) method Flush (line 21) | public override void Flush() => _baseStream.Flush(); method Read (line 23) | public override int Read(byte[] buffer, int offset, int count) method Seek (line 36) | public override long Seek(long offset, SeekOrigin origin) => _baseStre... method SetLength (line 38) | public override void SetLength(long value) => _baseStream.SetLength(va... method Write (line 40) | public override void Write(byte[] buffer, int offset, int count) => _b... FILE: Source/Avalonia.BlazorWebView/Core/AvaloniaDispatcher.cs class AvaloniaDispatcher (line 3) | internal class AvaloniaDispatcher : Dispatcher method AvaloniaDispatcher (line 5) | public AvaloniaDispatcher(AvaloniaUIDispatcher dispatcher) method CheckAccess (line 12) | public override bool CheckAccess() => _dispatcher.CheckAccess(); method InvokeAsync (line 14) | public override async Task InvokeAsync(Action workItem) method InvokeAsync (line 29) | public override async Task InvokeAsync(Func workItem) method InvokeAsync (line 44) | public override async Task InvokeAsync(Func... method InvokeAsync (line 59) | public override async Task InvokeAsync(Func? injectDele... FILE: Source/Avalonia.BlazorWebView/Core/BlazorWebViewApplicationBuilder.cs class BlazorWebViewApplicationBuilder (line 2) | internal class BlazorWebViewApplicationBuilder : IBlazorWebViewApplicati... method BlazorWebViewApplicationBuilder (line 4) | public BlazorWebViewApplicationBuilder(Action? inj... method Build (line 13) | public IBlazorWebViewApplication Build() => new BlazorWebViewApplicati... FILE: Source/Avalonia.BlazorWebView/Extensions/UriExtensions.cs class UriExtensions (line 3) | internal static class UriExtensions method IsBaseOfPage (line 5) | internal static bool IsBaseOfPage(this Uri baseUri, string? uriString) FILE: Source/Avalonia.BlazorWebView/IBlazorWebViewApplication.cs type IBlazorWebViewApplication (line 3) | public interface IBlazorWebViewApplication FILE: Source/Avalonia.BlazorWebView/IBlazorWebViewApplicationBuilder.cs type IBlazorWebViewApplicationBuilder (line 3) | public interface IBlazorWebViewApplicationBuilder method Build (line 5) | public IBlazorWebViewApplication Build(); FILE: Source/Avalonia.WebView/AvaloniaWebViewBuilder.cs class AvaloniaWebViewBuilder (line 3) | public static class AvaloniaWebViewBuilder method Initialize (line 5) | public static void Initialize(Action? confi... FILE: Source/Avalonia.WebView/Core/IEmptyView.cs type IEmptyView (line 3) | public interface IEmptyView FILE: Source/Avalonia.WebView/Helpers/BorderRenderHelper.cs class BorderRenderHelper (line 3) | internal class BorderRenderHelper method Update (line 15) | void Update(Size finalSize, Thickness borderThickness, CornerRadius co... method Render (line 71) | public void Render(DrawingContext context, method RenderCore (line 83) | void RenderCore(DrawingContext context, IBrush? background, IBrush? bo... method CreateGeometry (line 118) | private static void CreateGeometry(StreamGeometryContext context, Rect... class BorderGeometryKeypoints (line 157) | private class BorderGeometryKeypoints method BorderGeometryKeypoints (line 159) | internal BorderGeometryKeypoints(Rect boundRect, Thickness borderThi... FILE: Source/Avalonia.WebView/WebView-AvaloniaProperty.cs class WebView (line 3) | partial class WebView method LoadDependencyObjectsChanged (line 5) | static bool LoadDependencyObjectsChanged() method VerifyScale (line 116) | private void VerifyScale() method OnPropertyChanged (line 126) | protected sealed override void OnPropertyChanged(AvaloniaPropertyChang... method ChildChanged (line 142) | private void ChildChanged(AvaloniaPropertyChangedEventArgs e) method HeaderChanged (line 162) | private void HeaderChanged(AvaloniaPropertyChangedEventArgs e) FILE: Source/Avalonia.WebView/WebView-Core.cs class WebView (line 3) | partial class WebView method Navigate (line 5) | async Task Navigate(Uri? uri) method NavigateToString (line 23) | async Task NavigateToString(string? htmlContent) FILE: Source/Avalonia.WebView/WebView-Events.cs class WebView (line 3) | partial class WebView FILE: Source/Avalonia.WebView/WebView-Host-AvaloniaProperty.cs class WebView (line 3) | partial class WebView method LoadHostDependencyObjectsChanged (line 5) | static bool LoadHostDependencyObjectsChanged() FILE: Source/Avalonia.WebView/WebView-Override.cs class WebView (line 3) | partial class WebView method MeasureOverride (line 5) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 10) | protected override Size ArrangeOverride(Size finalSize) method Render (line 15) | public override void Render(DrawingContext context) method OnAttachedToVisualTree (line 20) | protected override async void OnAttachedToVisualTree(VisualTreeAttachm... method OnDetachedFromVisualTree (line 51) | protected override void OnDetachedFromVisualTree(VisualTreeAttachmentE... FILE: Source/Avalonia.WebView/WebView-VirtualView.cs class WebView (line 3) | partial class WebView FILE: Source/Avalonia.WebView/WebView-VirtualViewCallBack.cs class WebView (line 3) | partial class WebView method PlatformWebViewCreated (line 5) | void IVirtualWebViewControlCallBack.PlatformWebViewCreated(object? sen... method PlatformWebViewCreating (line 10) | bool IVirtualWebViewControlCallBack.PlatformWebViewCreating(object? se... method PlatformWebViewMessageReceived (line 16) | void IVirtualWebViewControlCallBack.PlatformWebViewMessageReceived(obj... method PlatformWebViewNavigationCompleted (line 21) | void IVirtualWebViewControlCallBack.PlatformWebViewNavigationCompleted... method PlatformWebViewNavigationStarting (line 26) | bool IVirtualWebViewControlCallBack.PlatformWebViewNavigationStarting(... method PlatformWebViewNewWindowRequest (line 32) | bool IVirtualWebViewControlCallBack.PlatformWebViewNewWindowRequest(ob... FILE: Source/Avalonia.WebView/WebView-WebViewControl.cs class WebView (line 3) | partial class WebView method Navigate (line 9) | bool IWebViewControl.Navigate(Uri? uri) method NavigateToString (line 20) | bool IWebViewControl.NavigateToString(string htmlContent) method GoBack (line 31) | public bool GoBack() method GoForward (line 39) | public bool GoForward() method Stop (line 47) | public bool Stop() method Reload (line 55) | public bool Reload() method ExecuteScriptAsync (line 63) | public Task ExecuteScriptAsync(string javaScript) method PostWebMessageAsJson (line 71) | public bool PostWebMessageAsJson(string webMessageAsJson, Uri? baseUri) method PostWebMessageAsString (line 79) | public bool PostWebMessageAsString(string webMessageAsString, Uri? bas... method OpenDevToolsWindow (line 87) | public bool OpenDevToolsWindow() FILE: Source/Avalonia.WebView/WebView.cs class WebView (line 3) | public sealed partial class WebView : Control, IVirtualWebView,... method WebView (line 5) | static WebView() method WebView (line 13) | public WebView() method WebView (line 19) | public WebView(IServiceProvider? serviceProvider = default) FILE: Source/AvaloniaWebView.Shared/AppBuilderExtensions.cs class AppBuilderExtensions (line 5) | public static class AppBuilderExtensions method ConfigureAvaloniaHandlers (line 7) | public static AppBuilder ConfigureAvaloniaHandlers(this AppBuilder bui... FILE: Source/AvaloniaWebView.Shared/Core/AvaloniaHandlerCollection.cs class AvaloniaHandlerCollection (line 2) | internal class AvaloniaHandlerCollection : List, IAvaloniaHandlerC... FILE: Source/AvaloniaWebView.Shared/Extensions/AvaloniaCommonExtensions.cs class AvaloniaCommonExtensions (line 6) | internal class AvaloniaCommonExtensions FILE: Source/AvaloniaWebView.Shared/Handlers/ViewHandler.cs class ViewHandler (line 9) | public abstract class ViewHandler : NativeControlHost, IViewHandler, INa... method ViewHandler (line 11) | public ViewHandler() method CreateNativeControlCore (line 38) | protected override IPlatformHandle CreateNativeControlCore(IPlatformHa... method DestroyNativeControlCore (line 46) | protected override void DestroyNativeControlCore(IPlatformHandle control) method CreatePlatformHandler (line 52) | protected abstract HandleRef CreatePlatformHandler(IPlatformHandle par... method Dispose (line 54) | protected virtual void Dispose(bool disposing) method Disposing (line 65) | protected abstract void Disposing(); method Dispose (line 67) | void IDisposable.Dispose() method Destroy (line 73) | public void Destroy() => ((IDisposable)this).Dispose(); FILE: Source/AvaloniaWebView.Shared/Handlers/ViewHandler@T.cs class ViewHandler (line 17) | public abstract class ViewHandler, ICollection GetKeys(); FILE: Source/AvaloniaWebView.Shared/IPropertyMapper@T.cs type IPropertyMapper (line 4) | public interface IPropertyMapper : IProperty... method Add (line 6) | void Add(string key, Action action); method GetProperty (line 7) | Action? GetProperty(string key); method UpdateProperties (line 8) | void UpdateProperties(TViewHandler elementHandler, TVirtualView virtua... method UpdateProperty (line 9) | void UpdateProperty(TViewHandler elementHandler, TVirtualView virtualV... FILE: Source/AvaloniaWebView.Shared/IViewHandler.cs type IViewHandler (line 6) | public interface IViewHandler FILE: Source/AvaloniaWebView.Shared/IViewHandlerProvider.cs type IViewHandlerProvider (line 6) | public interface IViewHandlerProvider method CreatePlatformWebViewHandler (line 8) | IViewHandler CreatePlatformWebViewHandler(IVirtualWebView virtualView,... FILE: Source/DryIoc.Shared/Extensions/DryIocExtensions.cs class DryIocExtensions (line 3) | public static class DryIocExtensions method RegisterSingleton (line 5) | public static void RegisterSingleton(this IRegistrator regitser, Type ... method RegisterSingleton (line 6) | public static void RegisterSingleton(this IRegistrator regitser, Type ... method RegisterSingleton (line 7) | public static void RegisterSingleton(this IRegistrator regitser, Type ... method RegisterSingleton (line 8) | public static void RegisterSingleton(this IRegistrator regitser, Type ... method RegisterSingleton (line 9) | public static void RegisterSingleton(this IRegistrator regitser, Type ... method RegisterSingleton (line 10) | public static void RegisterSingleton(this IRegistrator regitser, Type ... method RegisterManySingleton (line 11) | public static void RegisterManySingleton(this IRegistrator regitser, T... method RegisterScoped (line 19) | public static void RegisterScoped(this IRegistrator regitser, Type typ... method RegisterScoped (line 20) | public static void RegisterScoped(this IRegistrator regitser, Type fro... method RegisterScoped (line 21) | public static void RegisterScoped(this IRegistrator regitser, Type typ... method RegisterScoped (line 22) | public static void RegisterScoped(this IRegistrator regitser, Type fro... method RegisterScoped (line 23) | public static void RegisterScoped(this IRegistrator regitser, Type typ... method RegisterScoped (line 24) | public static void RegisterScoped(this IRegistrator regitser, Type typ... method RegisterManyScoped (line 25) | public static void RegisterManyScoped(this IRegistrator regitser, Type... method RegisterTransient (line 33) | public static void RegisterTransient(this IRegistrator regitser, Type ... method RegisterTransient (line 34) | public static void RegisterTransient(this IRegistrator regitser, Type ... method RegisterTransient (line 35) | public static void RegisterTransient(this IRegistrator regitser, Type ... method RegisterTransient (line 36) | public static void RegisterTransient(this IRegistrator regitser, Type ... method RegisterTransient (line 37) | public static void RegisterTransient(this IRegistrator regitser, Type ... method RegisterTransient (line 38) | public static void RegisterTransient(this IRegistrator regitser, Type ... method RegisterManyTransient (line 39) | public static void RegisterManyTransient(this IRegistrator regitser, T... FILE: Source/DryIoc.Shared/Extensions/DryIocExtensionsEx.cs class DryIocExtensionsEx (line 3) | public static class DryIocExtensionsEx method RegisterSingleton (line 5) | public static void RegisterSingleton(this IRegistrator regitser) =>... method RegisterSingleton (line 6) | public static void RegisterSingleton(this IRegistrator reg... method RegisterSingleton (line 7) | public static void RegisterSingleton(this IRegistrator regitser, st... method RegisterSingleton (line 8) | public static void RegisterSingleton(this IRegistrator reg... method RegisterSingleton (line 9) | public static void RegisterSingleton(this IRegistrator regitser, Fu... method RegisterSingleton (line 10) | public static void RegisterSingleton(this IRegistrator regitser, Fu... method RegisterManySingleton (line 11) | public static void RegisterManySingleton(this IRegistrator regitser... method RegisterScoped (line 13) | public static void RegisterScoped(this IRegistrator regitser) => re... method RegisterScoped (line 14) | public static void RegisterScoped(this IRegistrator regits... method RegisterScoped (line 15) | public static void RegisterScoped(this IRegistrator regitser, strin... method RegisterScoped (line 16) | public static void RegisterScoped(this IRegistrator regits... method RegisterScoped (line 17) | public static void RegisterScoped(this IRegistrator regitser, Func<... method RegisterScoped (line 18) | public static void RegisterScoped(this IRegistrator regitser, Func<... method RegisterManyScoped (line 19) | public static void RegisterManyScoped(this IRegistrator regitser, p... method RegisterTransient (line 21) | public static void RegisterTransient(this IRegistrator regitser) =>... method RegisterTransient (line 22) | public static void RegisterTransient(this IRegistrator reg... method RegisterTransient (line 23) | public static void RegisterTransient(this IRegistrator regitser, st... method RegisterTransient (line 24) | public static void RegisterTransient(this IRegistrator reg... method RegisterTransient (line 25) | public static void RegisterTransient(this IRegistrator regitser, Fu... method RegisterTransient (line 26) | public static void RegisterTransient(this IRegistrator regitser, Fu... method RegisterManyTransient (line 27) | public static void RegisterManyTransient(this IRegistrator regitser... FILE: Source/DryIoc.Shared/Extensions/DryIocExtensionsTx.cs class DryIocExtensionsTx (line 2) | public static class DryIocExtensionsTx method RegisterViewAndViewModel (line 4) | public static void RegisterViewAndViewModel(this IR... method GetService (line 10) | public static T? GetService(this IResolverContext resolverContext) method GetRequiredService (line 19) | public static T GetRequiredService(this IResolverContext resolverCo... FILE: Source/DryIoc.Shared/Extensions/RulesExtensions.cs class RulesExtensions (line 2) | public class RulesExtensions FILE: Source/Platform/Android/Avalonia.WebView.Android/AppBuilderExtensions.cs class AppBuilderExtensions (line 3) | public static class AppBuilderExtensions method UseAndroidWebView (line 5) | public static AppBuilder UseAndroidWebView(this AppBuilder builder) FILE: Source/Platform/Android/Avalonia.WebView.Android/BlazorWebViewHandlerProvider.cs class BlazorWebViewHandlerProvider (line 3) | internal class BlazorWebViewHandlerProvider : IPlatformBlazorWebViewProv... method CreateFileProvider (line 6) | public IFileProvider CreateFileProvider(Assembly? assembly, string con... FILE: Source/Platform/Android/Avalonia.WebView.Android/Clients/AvaloniaWebChromeClient.cs class AvaloniaWebChromeClient (line 3) | internal class AvaloniaWebChromeClient : WebChromeClient method AvaloniaWebChromeClient (line 5) | public AvaloniaWebChromeClient(AndroidWebViewCore androidWebViewCore) method OnCreateWindow (line 18) | public override bool OnCreateWindow(AndroidWebView? view, bool isDialo... method OnShowFileChooser (line 31) | public override bool OnShowFileChooser(AndroidWebView? webView, IValue... method CallFilePickerAsync (line 40) | private async Task CallFilePickerAsync(IValueCallback filePathCallback... method GetPickOptions (line 73) | private static FilePickerOpenOptions? GetPickOptions(FileChooserParams... FILE: Source/Platform/Android/Avalonia.WebView.Android/Clients/AvaloniaWebViewClient.cs class AvaloniaWebViewClient (line 5) | [SupportedOSPlatform("android23.0")] method AvaloniaWebViewClient (line 8) | public AvaloniaWebViewClient(AndroidWebViewCore webViewHandler, IVirtu... method AvaloniaWebViewClient (line 22) | protected AvaloniaWebViewClient(IntPtr javaReference, JniHandleOwnersh... method ShouldOverrideUrlLoading (line 37) | public override bool ShouldOverrideUrlLoading(AndroidWebView? view, IW... method ShouldInterceptRequest (line 42) | public override AndroidWebResourceResponse? ShouldInterceptRequest(And... method OnPageFinished (line 80) | public override void OnPageFinished(AndroidWebView? view, string? url) method ShouldOverrideUrlLoadingCore (line 97) | bool ShouldOverrideUrlLoadingCore(IWebResourceRequest? request) method RunBlazorStarupScripts (line 139) | void RunBlazorStarupScripts() method BlazorMessageChannel (line 165) | void BlazorMessageChannel(AndroidWebView webView, IVirtualBlazorWebVie... FILE: Source/Platform/Android/Avalonia.WebView.Android/Common/AndroidAssetFileProvider.cs class AndroidAssetFileProvider (line 5) | internal class AndroidAssetFileProvider : IFileProvider method AndroidAssetFileProvider (line 7) | public AndroidAssetFileProvider(Assembly? assembly, string contentRoot... method GetDirectoryContents (line 23) | public IDirectoryContents GetDirectoryContents(string subpath) => new ... method GetFileInfo (line 25) | public IFileInfo GetFileInfo(string subpath) => new AndroidAssetFileIn... method Watch (line 27) | public IChangeToken Watch(string filter) => NullChangeToken.Singleton; class AndroidAssetDirectoryContents (line 30) | private sealed class AndroidAssetDirectoryContents : IDirectoryContents method GetEnumerator (line 34) | public IEnumerator GetEnumerator() => throw new NotImplem... method GetEnumerator (line 36) | IEnumerator IEnumerable.GetEnumerator() => throw new NotImplementedE... class AndroidAssetFileInfo (line 40) | private sealed class AndroidAssetFileInfo : IFileInfo method AndroidAssetFileInfo (line 42) | public AndroidAssetFileInfo(AssetManager assetManager, string filePath) method CreateReadStream (line 99) | public Stream CreateReadStream() => AssetLoader.Open(new Uri(_filePa... FILE: Source/Platform/Android/Avalonia.WebView.Android/Core/AndroidWebViewCore-assist.cs class AndroidWebViewCore (line 3) | partial class AndroidWebViewCore method GetTopLevel (line 5) | internal TopLevel? GetTopLevel() => TopLevel.GetTopLevel(_handler); FILE: Source/Platform/Android/Avalonia.WebView.Android/Core/AndroidWebViewCore-core.cs class AndroidWebViewCore (line 3) | partial class AndroidWebViewCore method PrepareBlazorWebViewStarting (line 5) | Task PrepareBlazorWebViewStarting(AndroidWebView webView, IVirtu... method ClearBlazorWebViewCompleted (line 24) | void ClearBlazorWebViewCompleted() FILE: Source/Platform/Android/Avalonia.WebView.Android/Core/AndroidWebViewCore-event.cs class AndroidWebViewCore (line 3) | partial class AndroidWebViewCore method RegisterEvents (line 5) | void RegisterEvents() method UnregisterEvents (line 11) | void UnregisterEvents() method HostControl_SizeChanged (line 17) | private void HostControl_SizeChanged(object? sender, SizeChangedEventA... method Handler_PlatformHandlerChanged (line 22) | private void Handler_PlatformHandlerChanged(object? sender, EventArgs e) FILE: Source/Platform/Android/Avalonia.WebView.Android/Core/AndroidWebViewCore-override.cs class AndroidWebViewCore (line 3) | partial class AndroidWebViewCore method ExecuteScriptAsync (line 17) | Task IWebViewControl.ExecuteScriptAsync(string javaScript) method GoBack (line 27) | bool IWebViewControl.GoBack() method GoForward (line 40) | bool IWebViewControl.GoForward() method Initialize (line 53) | async Task IPlatformWebView.Initialize() method Navigate (line 80) | bool IWebViewControl.Navigate(Uri? uri) method NavigateToString (line 93) | bool IWebViewControl.NavigateToString(string htmlContent) method OpenDevToolsWindow (line 106) | bool IWebViewControl.OpenDevToolsWindow() method PostWebMessageAsJson (line 111) | bool IWebViewControl.PostWebMessageAsJson(string webMessageAsJson, Uri... method PostWebMessageAsString (line 138) | bool IWebViewControl.PostWebMessageAsString(string webMessageAsString,... method Reload (line 165) | bool IWebViewControl.Reload() method Stop (line 175) | bool IWebViewControl.Stop() method Dispose (line 185) | protected virtual void Dispose(bool disposing) method Dispose (line 202) | void IDisposable.Dispose() method DisposeAsync (line 210) | ValueTask IAsyncDisposable.DisposeAsync() FILE: Source/Platform/Android/Avalonia.WebView.Android/Core/AndroidWebViewCore.cs class AndroidWebViewCore (line 3) | public partial class AndroidWebViewCore : IPlatformWebView onMessageReceived) method OnMessage (line 12) | public override void OnMessage(WebMessagePort? port, WebMessage? message) FILE: Source/Platform/Android/Avalonia.WebView.Android/Handlers/JavaScriptValueCallback.cs class JavaScriptValueCallback (line 2) | internal class JavaScriptValueCallback : Java.Lang.Object, IValueCallback method JavaScriptValueCallback (line 4) | public JavaScriptValueCallback(Action callback) method OnReceiveValue (line 12) | public void OnReceiveValue(Java.Lang.Object? value) FILE: Source/Platform/Android/Avalonia.WebView.Android/Helpers/BlazorScriptHelper.cs class BlazorScriptHelper (line 2) | internal class BlazorScriptHelper FILE: Source/Platform/Android/Avalonia.WebView.Android/ViewHandlerProvider.cs class ViewHandlerProvider (line 3) | internal class ViewHandlerProvider : IViewHandlerProvider method CreatePlatformWebViewHandler (line 5) | IViewHandler IViewHandlerProvider.CreatePlatformWebViewHandler(IVirtua... FILE: Source/Platform/Android/Avalonia.WebView.Android/WebViewHandler.cs class WebViewHandler (line 5) | public class WebViewHandler : ViewHandler IPlatformWebView.Initialize() method ExecuteScriptAsync (line 55) | Task IWebViewControl.ExecuteScriptAsync(string javaScript) method GoBack (line 74) | bool IWebViewControl.GoBack() method GoForward (line 86) | bool IWebViewControl.GoForward() method Navigate (line 99) | bool IWebViewControl.Navigate(Uri? uri) method NavigateToString (line 107) | bool IWebViewControl.NavigateToString(string htmlContent) method OpenDevToolsWindow (line 115) | bool IWebViewControl.OpenDevToolsWindow() method PostWebMessageAsJson (line 120) | bool IWebViewControl.PostWebMessageAsJson(string webMessageAsJson, Uri... method PostWebMessageAsString (line 138) | bool IWebViewControl.PostWebMessageAsString(string webMessageAsString,... method Reload (line 155) | bool IWebViewControl.Reload() => _dispatcher.InvokeAsync(WebView.Relo... method Stop (line 156) | bool IWebViewControl.Stop() => _dispatcher.InvokeAsync(WebView.StopLoa... method Dispose (line 158) | protected virtual void Dispose(bool disposing) method Dispose (line 187) | void IDisposable.Dispose() method DisposeAsync (line 193) | ValueTask IAsyncDisposable.DisposeAsync() FILE: Source/Platform/Linux/Avalonia.WebView.Linux/Core/LinuxWebViewCore.cs class LinuxWebViewCore (line 5) | public partial class LinuxWebViewCore : IPlatformWebView method LinuxWebViewCore (line 7) | public LinuxWebViewCore(ILinuxApplication linuxApplication, ViewHandle... FILE: Source/Platform/Linux/Avalonia.WebView.Linux/Handlers/JavaScriptValueCallback.cs class JavaScriptValueCallback (line 2) | internal class JavaScriptValueCallback : GLib.Object, GLib.IAsyncResult method JavaScriptValueCallback (line 4) | public JavaScriptValueCallback(Action callback) method IsTagged (line 16) | public bool IsTagged(IntPtr source_tag) method LegacyPropagateError (line 21) | public bool LegacyPropagateError() FILE: Source/Platform/Linux/Avalonia.WebView.Linux/Helpers/BlazorScriptHelper.cs class BlazorScriptHelper (line 2) | internal class BlazorScriptHelper FILE: Source/Platform/Linux/Avalonia.WebView.Linux/ViewHandlerProvider.cs class ViewHandlerProvider (line 6) | internal class ViewHandlerProvider : IViewHandlerProvider method ViewHandlerProvider (line 8) | public ViewHandlerProvider() method CreatePlatformWebViewHandler (line 21) | IViewHandler IViewHandlerProvider.CreatePlatformWebViewHandler(IVirtua... method DeskTop_ShutdownRequested (line 29) | private void DeskTop_ShutdownRequested(object sender, ShutdownRequeste... FILE: Source/Platform/Linux/Avalonia.WebView.Linux/WebViewHandler.cs class WebViewHandler (line 6) | public class WebViewHandler : ViewHandler ILinuxApplication.RunAsync(string? applicationName, string[... method Run (line 81) | void Run(TaskCompletionSource taskSource) method StopAsync (line 106) | Task ILinuxApplication.StopAsync() method Dispose (line 119) | protected virtual async void Dispose(bool disposing) method Dispose (line 136) | void IDisposable.Dispose() method CreateWebView (line 142) | Task<(GWindow, WebKitWebView, IntPtr hostHandle)> ILinuxApplication.Cr... FILE: Source/Platform/Linux/Linux.WebView.Core/Core/LinuxDispatcher.cs class LinuxDispatcher (line 3) | internal class LinuxDispatcher : ILinuxDispatcher method LinuxDispatcher (line 5) | public LinuxDispatcher() method Start (line 11) | bool ILinuxDispatcher.Start() method Stop (line 17) | bool ILinuxDispatcher.Stop() method InvokeAsync (line 23) | Task ILinuxDispatcher.InvokeAsync(Action action) method InvokeAsync (line 43) | Task ILinuxDispatcher.InvokeAsync(Action action) method InvokeAsync (line 63) | Task ILinuxDispatcher.InvokeAsync(object sender, EventArgs args,... method InvokeAsync (line 83) | Task ILinuxDispatcher.InvokeAsync(Func func) method InvokeAsync (line 103) | Task ILinuxDispatcher.InvokeAsync(Func func) method InvokeAsync (line 123) | Task ILinuxDispatcher.InvokeAsync(object sender, EventArgs args,... FILE: Source/Platform/Linux/Linux.WebView.Core/Extensions/GtkWindowExtesnsions.cs class GtkWindowExtesnsions (line 3) | public static class GtkWindowExtesnsions method X11Handle (line 5) | public static nint X11Handle(this GWidget widget) => GtkApi.GetWidgetX... FILE: Source/Platform/Linux/Linux.WebView.Core/ILinuxApplication.cs type ILinuxApplication (line 3) | public interface ILinuxApplication : IDisposable method RunAsync (line 7) | Task RunAsync(string? applicationName, string[]? args); method CreateWebView (line 8) | Task<(GWindow, WebKitWebView, IntPtr hostHandle)> CreateWebView(); method StopAsync (line 9) | Task StopAsync(); FILE: Source/Platform/Linux/Linux.WebView.Core/ILinuxDispatcher.cs type ILinuxDispatcher (line 2) | public interface ILinuxDispatcher method Start (line 4) | internal bool Start(); method Stop (line 5) | internal bool Stop(); method InvokeAsync (line 7) | Task InvokeAsync(Action action); method InvokeAsync (line 8) | Task InvokeAsync(Action action); method InvokeAsync (line 9) | Task InvokeAsync(object sender, EventArgs args, Action InvokeAsync(Func func); method InvokeAsync (line 12) | Task InvokeAsync(Func func); method InvokeAsync (line 13) | Task InvokeAsync(object sender, EventArgs args, Func __webkit_user_s... method AddScriptForUserContentManager (line 177) | public static void AddScriptForUserContentManager(nint userContentMana... method RegisterScriptMessageHandler (line 179) | public static bool RegisterScriptMessageHandler(nint userContentManage... method CreateJavaScriptResult (line 181) | public static nint CreateJavaScriptResult(nint jsResult) => __webkit_j... method ReleaseJavaScriptResult (line 183) | public static void ReleaseJavaScriptResult(nint jsResult) => __webkit_... method IsString (line 185) | public static bool IsString(nint value) => __jsc_value_is_string.Invok... method IsStringEx (line 186) | public static bool IsStringEx(this nint value) => IsString(value); method ToString (line 188) | public static nint ToString(nint value) => __jsc_value_to_string.Invok... method ToStringX (line 189) | public static string ToStringX(nint value) method ToStringEx (line 196) | public static string ToStringEx(this nint value) => ToStringX(value); method IgnorePolicyDecision (line 198) | public static void IgnorePolicyDecision(nint decision) => __webkit_pol... method IgnorePolicyDecision (line 199) | public static void IgnorePolicyDecision(this PolicyDecision decision) ... FILE: Source/Platform/Linux/Linux.WebView.Core/Interoperates/Interop_gdk.cs class Interop_gdk (line 3) | internal class Interop_gdk method g_signal_connect_data (line 8) | [DllImport(_Gdk)] method g_signal_connect (line 11) | public static ulong g_signal_connect(nint instance, string detailed_si... method g_memory_input_stream_new_from_data (line 16) | [DllImport(_Gdk)] method g_free (line 19) | [DllImport(_Gdk)] method gdk_x11_window_foreign_new_for_display (line 23) | [DllImport(_Gdk)] method gdk_x11_window_get_xid (line 26) | [DllImport(_Gdk)] method gdk_set_allowed_backends (line 30) | [DllImport(_Gdk)] method gdk_display_get_default (line 33) | [DllImport(_Gdk)] method gdk_window_set_transient_for (line 36) | [DllImport(_Gdk)] method SetWindowParent (line 39) | public static void SetWindowParent(nint gdkWindow, nint x11Window) => ... method GetForeignWindow (line 41) | public static nint GetForeignWindow(nint display, nint xid) => gdk_x11... FILE: Source/Platform/Linux/Linux.WebView.Core/Interoperates/Interop_gdk_x11.cs class Interop_gdk_x11 (line 3) | internal class Interop_gdk_x11 method gdk_x11_drawable_get_xid (line 7) | [DllImport(_Gdk_x11, CallingConvention = CallingConvention.Cdecl)] FILE: Source/Platform/Linux/Linux.WebView.Core/Interoperates/Interop_glib.cs class Interop_glib (line 5) | internal unsafe class Interop_glib method g_slist_free (line 11) | [DllImport(_Glib)] method g_timeout_add_full (line 15) | [DllImport(_Glib)] FILE: Source/Platform/Linux/Linux.WebView.Core/Interoperates/Interop_gobject.cs class Interop_gobject (line 3) | internal class Interop_gobject method g_object_ref (line 8) | [DllImport(_GObject)] method g_signal_connect_object (line 11) | [DllImport(_GObject)] method g_object_unref (line 14) | [DllImport(_GObject)] method g_signal_handler_disconnect (line 17) | [DllImport(_GObject)] FILE: Source/Platform/Linux/Linux.WebView.Core/Interoperates/Interop_gtk.cs type GtkWindowType (line 3) | public enum GtkWindowType : int type GConnectFlags (line 9) | public enum GConnectFlags : int type GtkFileChooserAction (line 15) | enum GtkFileChooserAction type GtkResponseType (line 23) | enum GtkResponseType class Interop_gtk (line 39) | internal unsafe class Interop_gtk method g_signal_connect_data (line 44) | [DllImport(_Gtk)] method g_signal_connect (line 47) | public static ulong g_signal_connect(nint instance, string detailed_si... method g_memory_input_stream_new_from_data (line 52) | [DllImport(_Gtk)] method g_free (line 55) | [DllImport(_Gtk)] method gtk_main_iteration (line 59) | [DllImport(_Gtk)] method gtk_window_set_modal (line 63) | [DllImport(_Gtk)] method gtk_window_present (line 66) | [DllImport(_Gtk)] method gtk_file_chooser_dialog_new (line 74) | [DllImport(_Gtk)] method gtk_file_chooser_set_select_multiple (line 78) | [DllImport(_Gtk)] method gtk_file_chooser_set_do_overwrite_confirmation (line 81) | [DllImport(_Gtk)] method gtk_dialog_add_button (line 84) | [DllImport(_Gtk)] method gtk_file_chooser_get_filenames (line 87) | [DllImport(_Gtk)] method gtk_file_chooser_set_filename (line 90) | [DllImport(_Gtk)] method gtk_file_chooser_set_current_name (line 93) | [DllImport(_Gtk)] method gtk_file_filter_new (line 96) | [DllImport(_Gtk)] method gtk_file_filter_set_name (line 99) | [DllImport(_Gtk)] method gtk_file_filter_add_pattern (line 102) | [DllImport(_Gtk)] method gtk_file_chooser_add_filter (line 105) | [DllImport(_Gtk)] method gtk_file_chooser_get_filter (line 108) | [DllImport(_Gtk)] method gtk_widget_realize (line 111) | [DllImport(_Gtk)] method gtk_widget_destroy (line 114) | [DllImport(_Gtk)] method gtk_widget_get_window (line 117) | [DllImport(_Gtk)] method gtk_widget_hide (line 120) | [DllImport(_Gtk)] method gtk_init_check (line 123) | [DllImport(_Gtk)] method gtk_container_add (line 126) | [DllImport(_Gtk)] method gtk_application_new (line 129) | [DllImport(_Gtk)] FILE: Source/Platform/Linux/Linux.WebView.Core/Interoperates/Interop_webkit.cs type WebKitUserContentInjectedFrames (line 3) | public enum WebKitUserContentInjectedFrames type WebKitUserScriptInjectionTime (line 9) | public enum WebKitUserScriptInjectionTime class Interop_webkit (line 15) | internal static class Interop_webkit method webkit_user_script_new (line 19) | [DllImport(_WebKit)] method webkit_user_content_manager_add_script (line 22) | [DllImport(_WebKit)] method webkit_user_script_unref (line 25) | [DllImport(_WebKit)] method webkit_user_content_manager_register_script_message_handler (line 28) | [DllImport(_WebKit)] method webkit_javascript_result_unref (line 31) | [DllImport(_WebKit)] method webkit_javascript_result_get_js_value (line 34) | [DllImport(_WebKit)] method jsc_value_is_string (line 37) | [DllImport(_WebKit)] method jsc_value_to_string (line 40) | [DllImport(_WebKit)] FILE: Source/Platform/Linux/Linux.WebView.Core/Interoperates/LibraryLoader.cs class LibraryLoader (line 3) | internal class LibraryLoader method dlopen (line 8) | [DllImport("libdl.so.2")] method dlsym (line 11) | [DllImport("libdl.so.2")] method LoadLibrary (line 14) | public static IntPtr LoadLibrary(string path) => dlopen(path, RTLD_GLO... method GetProcAddress (line 16) | public static IntPtr GetProcAddress(IntPtr hModule, string procName) =... method LoadDelegate (line 18) | public static T? LoadDelegate(IntPtr procaddress) method LoadFunction (line 26) | public static IntPtr LoadFunction(T @delegate) FILE: Source/Platform/Linux/Linux.WebView.Core/Interoperates/gLibrary.cs type gLibrary (line 2) | public enum gLibrary FILE: Source/Platform/Linux/Linux.WebView.Core/LinuxApplicationBuilder.cs class LinuxApplicationBuilder (line 3) | public class LinuxApplicationBuilder method Build (line 5) | public static ILinuxApplication Build(bool isWslDevelop) => new LinuxA... FILE: Source/Platform/Linux/Linux.WebView.Core/LinuxApplicationManager.cs class LinuxApplicationManager (line 2) | public class LinuxApplicationManager method LinuxApplicationManager (line 4) | static LinuxApplicationManager() method Load (line 27) | static nint Load(gLibrary library) method TryGet (line 38) | static bool TryGet(gLibrary library, out nint ret) method IsSupported (line 66) | public static bool IsSupported(gLibrary library) method LoadDelegate (line 72) | public static T? LoadDelegate(gLibrary library, string procName) method LoadFunction (line 85) | public static nint LoadFunction(T @delegate) FILE: Source/Platform/Mac/Avalonia.WebView.Mac/AppBuilderExtensions.cs class AppBuilderExtensions (line 3) | public static class AppBuilderExtensions method UseOSXWebView (line 5) | public static AppBuilder UseOSXWebView(this AppBuilder builder) FILE: Source/Platform/Mac/Avalonia.WebView.Mac/BlazorWebViewHandlerProvider.cs class BlazorWebViewHandlerProvider (line 3) | internal class BlazorWebViewHandlerProvider : IPlatformBlazorWebViewProv... method CreateFileProvider (line 7) | public IFileProvider CreateFileProvider(Assembly? assembly, string con... FILE: Source/Platform/Mac/Avalonia.WebView.Mac/Core/MacWebViewCore-assist.cs class MacWebViewCore (line 2) | partial class MacWebViewCore FILE: Source/Platform/Mac/Avalonia.WebView.Mac/Core/MacWebViewCore-core.cs class MacWebViewCore (line 6) | partial class MacWebViewCore method PrepareBlazorWebViewStarting (line 8) | Task PrepareBlazorWebViewStarting(IVirtualBlazorWebViewProvider? provi... method ClearBlazorWebViewCompleted (line 32) | void ClearBlazorWebViewCompleted() FILE: Source/Platform/Mac/Avalonia.WebView.Mac/Core/MacWebViewCore-event.cs class MacWebViewCore (line 2) | partial class MacWebViewCore method RegisterEvents (line 4) | void RegisterEvents() method UnregisterEvents (line 10) | void UnregisterEvents() method HostControl_SizeChanged (line 16) | private void HostControl_SizeChanged(object sender, SizeChangedEventAr... method Handler_PlatformHandlerChanged (line 21) | private void Handler_PlatformHandlerChanged(object sender, EventArgs e) method RegisterWebViewEvents (line 27) | void RegisterWebViewEvents(MacosWebView webView) method UnregisterWebViewEvents (line 42) | void UnregisterWebViewEvents(MacosWebView webView) method WebView_WillPerformClientRedirect (line 54) | private void WebView_WillPerformClientRedirect(object sender, WebFrame... method WebView_FailedLoadWithError (line 59) | private void WebView_FailedLoadWithError(object sender, WebFrameErrorE... method WebView_FinishedLoad (line 64) | private void WebView_FinishedLoad(object sender, WebFrameEventArgs e) method WebView_ReceivedTitle (line 69) | private void WebView_ReceivedTitle(object sender, WebFrameTitleEventAr... method WebView_WindowScriptObjectAvailable (line 73) | private void WebView_WindowScriptObjectAvailable(object sender, WebFra... method WebView_OnReceivedResponse (line 78) | private void WebView_OnReceivedResponse(object sender, WebResourceRece... FILE: Source/Platform/Mac/Avalonia.WebView.Mac/Core/MacWebViewCore-override.cs class MacWebViewCore (line 5) | partial class MacWebViewCore method Initialize (line 18) | async Task IPlatformWebView.Initialize() method ExecuteScriptAsync (line 48) | Task IWebViewControl.ExecuteScriptAsync(string javaScript) method GoBack (line 60) | bool IWebViewControl.GoBack() => WebView.GoBack(); method GoForward (line 62) | bool IWebViewControl.GoForward() => WebView.GoForward(); method Navigate (line 64) | bool IWebViewControl.Navigate(Uri? uri) method NavigateToString (line 75) | bool IWebViewControl.NavigateToString(string htmlContent) method OpenDevToolsWindow (line 84) | bool IWebViewControl.OpenDevToolsWindow() method PostWebMessageAsJson (line 90) | bool IWebViewControl.PostWebMessageAsJson(string webMessageAsJson, Uri... method PostWebMessageAsString (line 103) | bool IWebViewControl.PostWebMessageAsString(string webMessageAsString,... method Reload (line 115) | bool IWebViewControl.Reload() method Stop (line 121) | bool IWebViewControl.Stop() method Dispose (line 127) | protected virtual void Dispose(bool disposing) method Dispose (line 152) | void IDisposable.Dispose() method DisposeAsync (line 158) | ValueTask IAsyncDisposable.DisposeAsync() FILE: Source/Platform/Mac/Avalonia.WebView.Mac/Core/MacWebViewCore.cs class MacWebViewCore (line 2) | public partial class MacWebViewCore : IPlatformWebView method MacWebViewCore (line 4) | public MacWebViewCore(ViewHandler handler, IVirtualWebViewControlCallB... FILE: Source/Platform/Mac/Avalonia.WebView.Mac/Delegates/WebViewFrameLoadDelegate.cs class WebViewFrameLoadDelegate (line 2) | public class WebViewFrameLoadDelegate : WebFrameLoadDelegate method StartedProvisionalLoad (line 4) | public override void StartedProvisionalLoad(MacosWebView sender, WebFr... method ReceivedServerRedirectForProvisionalLoad (line 9) | public override void ReceivedServerRedirectForProvisionalLoad(MacosWeb... method ClearedWindowObject (line 14) | public override void ClearedWindowObject(MacosWebView webView, WebScri... method WindowScriptObjectAvailable (line 19) | public override void WindowScriptObjectAvailable(MacosWebView webView,... method WillPerformClientRedirect (line 24) | public override void WillPerformClientRedirect(MacosWebView sender, NS... FILE: Source/Platform/Mac/Avalonia.WebView.Mac/Delegates/WebViewNavigationDelegate.cs class WebViewNavigationDelegate (line 3) | public class WebViewNavigationDelegate : WebPolicyDelegate method WebViewNavigationDelegate (line 5) | public WebViewNavigationDelegate() method DecidePolicyForNavigation (line 9) | public override void DecidePolicyForNavigation(MacosWebView webView, N... method DecidePolicyForMimeType (line 16) | public override void DecidePolicyForMimeType(MacosWebView webView, str... method DecidePolicyForNewWindow (line 21) | public override void DecidePolicyForNewWindow(MacosWebView webView, NS... method UnableToImplementPolicy (line 26) | public override void UnableToImplementPolicy(MacosWebView webView, NSE... FILE: Source/Platform/Mac/Avalonia.WebView.Mac/Delegates/WebViewResourceLoadDelegate.cs class WebViewResourceLoadDelegate (line 3) | public class WebViewResourceLoadDelegate : WebResourceLoadDelegate method WebViewResourceLoadDelegate (line 5) | public WebViewResourceLoadDelegate() method OnIdentifierForInitialRequest (line 9) | public override NSObject OnIdentifierForInitialRequest(MacosWebView se... method OnSendRequest (line 14) | public override NSUrlRequest OnSendRequest(MacosWebView sender, NSObje... method OnReceivedAuthenticationChallenge (line 19) | public override void OnReceivedAuthenticationChallenge(MacosWebView se... method OnCancelledAuthenticationChallenge (line 24) | public override void OnCancelledAuthenticationChallenge(MacosWebView s... method OnReceivedResponse (line 29) | public override void OnReceivedResponse(MacosWebView sender, NSObject ... method OnReceivedContentLength (line 34) | public override void OnReceivedContentLength(MacosWebView sender, NSOb... method OnFinishedLoading (line 39) | public override void OnFinishedLoading(MacosWebView sender, NSObject i... method OnFailedLoading (line 44) | public override void OnFailedLoading(MacosWebView sender, NSObject ide... method OnPlugInFailed (line 49) | public override void OnPlugInFailed(MacosWebView sender, NSError error... FILE: Source/Platform/Mac/Avalonia.WebView.Mac/Delegates/WebViewUIDelegate.cs class WebViewUIDelegate (line 4) | public class WebViewUIDelegate : WebUIDelegate method WebViewUIDelegate (line 6) | public WebViewUIDelegate() FILE: Source/Platform/Mac/Avalonia.WebView.Mac/Helpers/BlazorScriptHelper.cs class BlazorScriptHelper (line 2) | internal class BlazorScriptHelper FILE: Source/Platform/Mac/Avalonia.WebView.Mac/ViewHandlerProvider.cs class ViewHandlerProvider (line 3) | internal class ViewHandlerProvider : IViewHandlerProvider method ViewHandlerProvider (line 5) | public ViewHandlerProvider() method CreatePlatformWebViewHandler (line 10) | IViewHandler IViewHandlerProvider.CreatePlatformWebViewHandler(IVirtua... FILE: Source/Platform/Mac/Avalonia.WebView.Mac/WebViewHandler.cs class WebViewHandler (line 5) | public class WebViewHandler : ViewHandler method WebViewHandler (line 7) | public WebViewHandler(IVirtualWebView virtualWebView, IVirtualWebViewC... method CreatePlatformHandler (line 17) | protected override HandleRef CreatePlatformHandler(IPlatformHandle par... method Disposing (line 23) | protected override void Disposing() FILE: Source/Platform/Mac/Avalonia.WebView.MacCatalyst/AppBuilderExtensions.cs class AppBuilderExtensions (line 4) | public static class AppBuilderExtensions method UseMacCatalystWebView (line 6) | public static AppBuilder UseMacCatalystWebView(this AppBuilder builder) FILE: Source/Platform/Mac/Avalonia.WebView.MacCatalyst/BlazorWebViewHandlerProvider.cs class BlazorWebViewHandlerProvider (line 2) | internal class BlazorWebViewHandlerProvider : IPlatformBlazorWebViewProv... method CreateFileProvider (line 6) | public IFileProvider CreateFileProvider(Assembly? assembly, string con... FILE: Source/Platform/Mac/Avalonia.WebView.MacCatalyst/Core/MacCatalystWebViewCore-assists.cs class MacCatalystWebViewCore (line 2) | partial class MacCatalystWebViewCore FILE: Source/Platform/Mac/Avalonia.WebView.MacCatalyst/Core/MacCatalystWebViewCore-core.cs class MacCatalystWebViewCore (line 2) | partial class MacCatalystWebViewCore method PrepareBlazorWebViewStarting (line 4) | Task PrepareBlazorWebViewStarting(IVirtualBlazorWebViewProvider? provi... method ClearBlazorWebViewCompleted (line 12) | void ClearBlazorWebViewCompleted() method MessageReceived (line 17) | private void MessageReceived(Uri uri, string message) FILE: Source/Platform/Mac/Avalonia.WebView.MacCatalyst/Core/MacCatalystWebViewCore-event.cs class MacCatalystWebViewCore (line 4) | partial class MacCatalystWebViewCore method RegisterEvents (line 6) | void RegisterEvents() method UnregisterEvents (line 12) | void UnregisterEvents() method HostControl_SizeChanged (line 18) | private void HostControl_SizeChanged(object? sender, SizeChangedEventA... method Handler_PlatformHandlerChanged (line 23) | private void Handler_PlatformHandlerChanged(object? sender, EventArgs e) FILE: Source/Platform/Mac/Avalonia.WebView.MacCatalyst/Core/MacCatalystWebViewCore-override.cs class MacCatalystWebViewCore (line 4) | partial class MacCatalystWebViewCore method Initialize (line 18) | async Task IPlatformWebView.Initialize() method ExecuteScriptAsync (line 30) | Task IWebViewControl.ExecuteScriptAsync(string javaScript) method GoBack (line 49) | bool IWebViewControl.GoBack() method GoForward (line 60) | bool IWebViewControl.GoForward() method Navigate (line 71) | bool IWebViewControl.Navigate(Uri? uri) method NavigateToString (line 82) | bool IWebViewControl.NavigateToString(string htmlContent) method OpenDevToolsWindow (line 90) | bool IWebViewControl.OpenDevToolsWindow() method PostWebMessageAsJson (line 95) | bool IWebViewControl.PostWebMessageAsJson(string webMessageAsJson, Uri... method PostWebMessageAsString (line 109) | bool IWebViewControl.PostWebMessageAsString(string webMessageAsString,... method Reload (line 123) | bool IWebViewControl.Reload() method Stop (line 132) | bool IWebViewControl.Stop() method Dispose (line 141) | protected virtual void Dispose(bool disposing) method Dispose (line 159) | void IDisposable.Dispose() method DisposeAsync (line 165) | ValueTask IAsyncDisposable.DisposeAsync() FILE: Source/Platform/Mac/Avalonia.WebView.MacCatalyst/Core/MacCatalystWebViewCore.cs class MacCatalystWebViewCore (line 5) | public partial class MacCatalystWebViewCore : IPlatformWebView me... method DidReceiveScriptMessage (line 14) | public void DidReceiveScriptMessage(WKUserContentController userConten... FILE: Source/Platform/Mac/Avalonia.WebView.MacCatalyst/Helpers/BlazorScriptHelper.cs class BlazorScriptHelper (line 2) | internal class BlazorScriptHelper FILE: Source/Platform/Mac/Avalonia.WebView.MacCatalyst/ViewHandlerProvider.cs class ViewHandlerProvider (line 3) | internal class ViewHandlerProvider : IViewHandlerProvider method ViewHandlerProvider (line 5) | public ViewHandlerProvider() method CreatePlatformWebViewHandler (line 10) | IViewHandler IViewHandlerProvider.CreatePlatformWebViewHandler(IVirtua... FILE: Source/Platform/Mac/Avalonia.WebView.MacCatalyst/WebViewHandler.cs class WebViewHandler (line 3) | public class WebViewHandler : ViewHandler CaptureStillImageTaskAsync(AVCaptu... method JpegStillToNSData (line 214) | [Export("jpegStillImageNSDataRepresentation:")] method Dispose (line 220) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVCaptureTorchMode.cs type AVCaptureTorchMode (line 5) | [Since(4, 0)] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVCaptureVideoDataOutput.cs class AVCaptureVideoDataOutput (line 11) | [Register("AVCaptureVideoDataOutput", true)] method SetSampleBufferDelegateAndQueue (line 217) | [Advice("Use SetSampleBufferDelegate")] method AVCaptureVideoDataOutput (line 223) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCaptureVideoDataOutput (line 238) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCaptureVideoDataOutput (line 253) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCaptureVideoDataOutput (line 259) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SetSampleBufferDelegate (line 265) | [Export("setSampleBufferDelegate:queue:")] method Dispose (line 280) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVCaptureVideoDataOutputSampleBufferDelegate.cs class AVCaptureVideoDataOutputSampleBufferDelegate (line 9) | [Protocol] method AVCaptureVideoDataOutputSampleBufferDelegate (line 14) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCaptureVideoDataOutputSampleBufferDelegate (line 29) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCaptureVideoDataOutputSampleBufferDelegate (line 44) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCaptureVideoDataOutputSampleBufferDelegate (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DidOutputSampleBuffer (line 56) | [Export("captureOutput:didOutputSampleBuffer:fromConnection:")] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVCaptureVideoOrientation.cs type AVCaptureVideoOrientation (line 5) | [Since(4, 0)] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVCaptureVideoPreviewLayer.cs class AVCaptureVideoPreviewLayer (line 9) | [Register("AVCaptureVideoPreviewLayer", true)] method AVCaptureVideoPreviewLayer (line 68) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCaptureVideoPreviewLayer (line 83) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCaptureVideoPreviewLayer (line 98) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCaptureVideoPreviewLayer (line 104) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SetSessionWithNoConnection (line 110) | [Export("setSessionWithNoConnection:")] method FromSession (line 127) | [Export("layerWithSession:")] method AVCaptureVideoPreviewLayer (line 137) | [Export("initWithSession:")] method Dispose (line 155) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVCaptureWhiteBalanceMode.cs type AVCaptureWhiteBalanceMode (line 5) | [Since(4, 0)] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVCategoryEventArgs.cs class AVCategoryEventArgs (line 5) | public class AVCategoryEventArgs : EventArgs method AVCategoryEventArgs (line 9) | public AVCategoryEventArgs(string category) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVChannelsEventArgs.cs class AVChannelsEventArgs (line 5) | public class AVChannelsEventArgs : EventArgs method AVChannelsEventArgs (line 9) | public AVChannelsEventArgs(int numberOfChannels) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVComposition.cs class AVComposition (line 9) | [Register("AVComposition", true)] method AVComposition (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVComposition (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVComposition (line 81) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVComposition (line 87) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 93) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVCompositionTrack.cs class AVCompositionTrack (line 8) | [Register("AVCompositionTrack", true)] method AVCompositionTrack (line 28) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCompositionTrack (line 43) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCompositionTrack (line 49) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 55) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVCompositionTrackSegment.cs class AVCompositionTrackSegment (line 9) | [Register("AVCompositionTrackSegment", true)] method AVCompositionTrackSegment (line 52) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCompositionTrackSegment (line 67) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCompositionTrackSegment (line 82) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVCompositionTrackSegment (line 88) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromUrl (line 94) | [Export("compositionTrackSegmentWithURL:trackID:sourceTimeRange:target... method FromTimeRange (line 104) | [Export("compositionTrackSegmentWithTimeRange:")] method AVCompositionTrackSegment (line 110) | [Export("initWithURL:trackID:sourceTimeRange:targetTimeRange:")] method AVCompositionTrackSegment (line 128) | [Export("initWithTimeRange:")] method Dispose (line 142) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVError.cs type AVError (line 3) | public enum AVError FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVErrorEventArgs.cs class AVErrorEventArgs (line 6) | public class AVErrorEventArgs : EventArgs method AVErrorEventArgs (line 10) | public AVErrorEventArgs(NSError error) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVFileType.cs class AVFileType (line 6) | public static class AVFileType FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVKeyValueStatus.cs type AVKeyValueStatus (line 5) | [Since(4, 0)] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMediaCharacteristic.cs class AVMediaCharacteristic (line 6) | public static class AVMediaCharacteristic FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMediaType.cs class AVMediaType (line 6) | public static class AVMediaType FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMetadata.cs class AVMetadata (line 6) | public static class AVMetadata FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMetadataItem.cs class AVMetadataItem (line 11) | [Register("AVMetadataItem", true)] method AVMetadataItem (line 205) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMetadataItem (line 220) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMetadataItem (line 235) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMetadataItem (line 241) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FilterWithLocale (line 247) | [Export("metadataItemsFromArray:withLocale:")] method FilterWithKey (line 264) | [Export("metadataItemsFromArray:withKey:keySpace:")] method StatusOfValueForKeyerror (line 287) | [Export("statusOfValueForKey:error:")] method LoadValuesAsynchronously (line 305) | [Export("loadValuesAsynchronouslyForKeys:completionHandler:")] method LoadValuesTaskAsync (line 332) | public virtual Task LoadValuesTaskAsync(string[] keys) method FilterFromPreferredLanguages (line 342) | [Export("metadataItemsFromArray:filteredAndSortedAccordingToPreferredL... method Dispose (line 361) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMutableAudioMix.cs class AVMutableAudioMix (line 8) | [Register("AVMutableAudioMix", true)] method AVMutableAudioMix (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableAudioMix (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableAudioMix (line 81) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableAudioMix (line 87) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 93) | [Export("audioMix")] method Dispose (line 99) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMutableAudioMixInputParameters.cs class AVMutableAudioMixInputParameters (line 9) | [Register("AVMutableAudioMixInputParameters", true)] method AVMutableAudioMixInputParameters (line 53) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableAudioMixInputParameters (line 68) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableAudioMixInputParameters (line 83) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableAudioMixInputParameters (line 89) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromTrack (line 95) | [Export("audioMixInputParametersWithTrack:")] method Create (line 105) | [Export("audioMixInputParameters")] method SetVolumeRamp (line 111) | [Export("setVolumeRampFromStartVolume:toEndVolume:timeRange:")] method SetVolume (line 124) | [Export("setVolume:atTime:")] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMutableComposition.cs class AVMutableComposition (line 11) | [Register("AVMutableComposition", true)] method AVMutableComposition (line 64) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableComposition (line 79) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableComposition (line 94) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableComposition (line 100) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 106) | [Export("composition")] method Insert (line 112) | [Export("insertTimeRange:ofAsset:atTime:error:")] method InserEmptyTimeRange (line 128) | [Export("insertEmptyTimeRange:")] method RemoveTimeRange (line 141) | [Export("removeTimeRange:")] method ScaleTimeRange (line 154) | [Export("scaleTimeRange:toDuration:")] method AddMutableTrack (line 167) | [Export("addMutableTrackWithMediaType:preferredTrackID:")] method RemoveTrack (line 180) | [Export("removeTrack:")] method CreateMutableTrack (line 197) | [Export("mutableTrackCompatibleWithTrack:")] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMutableCompositionTrack.cs class AVMutableCompositionTrack (line 11) | [Register("AVMutableCompositionTrack", true)] method AVMutableCompositionTrack (line 226) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableCompositionTrack (line 241) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableCompositionTrack (line 247) | [EditorBrowsable(EditorBrowsableState.Advanced)] method InsertTimeRange (line 253) | [Export("insertTimeRange:ofTrack:atTime:error:")] method InsertEmptyTimeRange (line 269) | [Export("insertEmptyTimeRange:")] method RemoveTimeRange (line 282) | [Export("removeTimeRange:")] method ScaleTimeRange (line 295) | [Export("scaleTimeRange:toDuration:")] method ValidateTrackSegments (line 308) | [Export("validateTrackSegments:error:")] method InsertTimeRanges (line 326) | [Export("insertTimeRanges:ofTracks:atTime:error:")] method Dispose (line 348) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMutableMetadataItem.cs class AVMutableMetadataItem (line 9) | [Register("AVMutableMetadataItem", true)] method AVMutableMetadataItem (line 250) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableMetadataItem (line 265) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableMetadataItem (line 280) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableMetadataItem (line 286) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 292) | [Export("metadataItem")] method Dispose (line 298) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMutableTimedMetadataGroup.cs class AVMutableTimedMetadataGroup (line 9) | [Register("AVMutableTimedMetadataGroup", true)] method AVMutableTimedMetadataGroup (line 84) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableTimedMetadataGroup (line 99) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableTimedMetadataGroup (line 114) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableTimedMetadataGroup (line 120) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 126) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMutableVideoComposition.cs class AVMutableVideoComposition (line 10) | [Register("AVMutableVideoComposition", true)] method AVMutableVideoComposition (line 148) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableVideoComposition (line 163) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableVideoComposition (line 178) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableVideoComposition (line 184) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 190) | [Export("videoComposition")] method Dispose (line 196) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMutableVideoCompositionInstruction.cs class AVMutableVideoCompositionInstruction (line 10) | [Register("AVMutableVideoCompositionInstruction", true)] method AVMutableVideoCompositionInstruction (line 145) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableVideoCompositionInstruction (line 160) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableVideoCompositionInstruction (line 175) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableVideoCompositionInstruction (line 181) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 187) | [Export("videoCompositionInstruction")] method Dispose (line 193) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVMutableVideoCompositionLayerInstruction.cs class AVMutableVideoCompositionLayerInstruction (line 10) | [Register("AVMutableVideoCompositionLayerInstruction", true)] method AVMutableVideoCompositionLayerInstruction (line 58) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableVideoCompositionLayerInstruction (line 73) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableVideoCompositionLayerInstruction (line 88) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVMutableVideoCompositionLayerInstruction (line 94) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromAssetTrack (line 100) | [Export("videoCompositionLayerInstructionWithAssetTrack:")] method Create (line 110) | [Export("videoCompositionLayerInstruction")] method SetTransformRamp (line 116) | [Export("setTransformRampFromStartTransform:toEndTransform:timeRange:")] method SetTransform (line 129) | [Export("setTransform:atTime:")] method SetOpacityRamp (line 142) | [Export("setOpacityRampFromStartOpacity:toEndOpacity:timeRange:")] method SetOpacity (line 155) | [Export("setOpacity:atTime:")] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayer.cs class AVPlayer (line 11) | [Register("AVPlayer", true)] method AVPlayer (line 230) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayer (line 245) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayer (line 260) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayer (line 266) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromUrl (line 272) | [Export("playerWithURL:")] method FromPlayerItem (line 282) | [Export("playerWithPlayerItem:")] method AVPlayer (line 292) | [Export("initWithURL:")] method AVPlayer (line 310) | [Export("initWithPlayerItem:")] method Play (line 328) | [Export("play")] method Pause (line 341) | [Export("pause")] method ReplaceCurrentItemWithPlayerItem (line 354) | [Export("replaceCurrentItemWithPlayerItem:")] method AddPeriodicTimeObserver (line 371) | [Export("addPeriodicTimeObserverForInterval:queue:usingBlock:")] method AddBoundaryTimeObserver (line 386) | [Export("addBoundaryTimeObserverForTimes:queue:usingBlock:")] method RemoveTimeObserver (line 407) | [Export("removeTimeObserver:")] method Seek (line 424) | [Export("seekToTime:")] method Seek (line 437) | [Export("seekToTime:toleranceBefore:toleranceAfter:")] method Seek (line 450) | [Export("seekToTime:completionHandler:")] method SeekAsync (line 471) | public virtual Task SeekAsync(CMTime time) method Seek (line 481) | [Export("seekToTime:toleranceBefore:toleranceAfter:completionHandler:")] method SeekAsync (line 502) | public virtual Task SeekAsync(CMTime time, CMTime toleranceBefor... method SetRate (line 512) | [Export("setRate:time:atHostTime:")] method Preroll (line 525) | [Export("prerollAtRate:completionHandler:")] method PrerollAsync (line 546) | public virtual Task PrerollAsync(float rate) method CancelPendingPrerolls (line 556) | [Export("cancelPendingPrerolls")] method Dispose (line 569) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerActionAtItemEnd.cs type AVPlayerActionAtItemEnd (line 5) | [Since(4, 0)] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerItem.cs class AVPlayerItem (line 11) | [Register("AVPlayerItem", true)] class Notifications (line 14) | public static class Notifications method ObserveDidPlayToEndTime (line 16) | public static NSObject ObserveDidPlayToEndTime(EventHandler SeekAsync(CMTime time) method CancelPendingSeeks (line 808) | [Export("cancelPendingSeeks")] method Seek (line 821) | [Export("seekToTime:toleranceBefore:toleranceAfter:completionHandler:")] method SeekAsync (line 842) | public virtual Task SeekAsync(CMTime time, CMTime toleranceBefor... method AddOutput (line 852) | [Export("addOutput:")] method RemoveOutput (line 870) | [Export("removeOutput:")] method Dispose (line 888) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerItemAccessLog.cs class AVPlayerItemAccessLog (line 8) | [Register("AVPlayerItemAccessLog", true)] method AVPlayerItemAccessLog (line 56) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemAccessLog (line 71) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemAccessLog (line 86) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemAccessLog (line 92) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 98) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerItemAccessLogEvent.cs class AVPlayerItemAccessLogEvent (line 8) | [Register("AVPlayerItemAccessLogEvent", true)] method AVPlayerItemAccessLogEvent (line 223) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemAccessLogEvent (line 238) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemAccessLogEvent (line 253) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemAccessLogEvent (line 259) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 265) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerItemErrorEventArgs.cs class AVPlayerItemErrorEventArgs (line 7) | public class AVPlayerItemErrorEventArgs : NSNotificationEventArgs method AVPlayerItemErrorEventArgs (line 28) | public AVPlayerItemErrorEventArgs(NSNotification notification) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerItemErrorLog.cs class AVPlayerItemErrorLog (line 8) | [Register("AVPlayerItemErrorLog", true)] method AVPlayerItemErrorLog (line 56) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemErrorLog (line 71) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemErrorLog (line 86) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemErrorLog (line 92) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 98) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerItemErrorLogEvent.cs class AVPlayerItemErrorLogEvent (line 8) | [Register("AVPlayerItemErrorLogEvent", true)] method AVPlayerItemErrorLogEvent (line 118) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemErrorLogEvent (line 133) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemErrorLogEvent (line 148) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemErrorLogEvent (line 154) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 160) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerItemOutput.cs class AVPlayerItemOutput (line 9) | [Register("AVPlayerItemOutput", true)] method AVPlayerItemOutput (line 49) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemOutput (line 64) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemOutput (line 70) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetItemTime (line 76) | [Export("itemTimeForHostTime:")] method GetItemTime (line 91) | [Export("itemTimeForMachAbsoluteTime:")] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerItemOutputPullDelegate.cs class AVPlayerItemOutputPullDelegate (line 8) | [Protocol] method AVPlayerItemOutputPullDelegate (line 13) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemOutputPullDelegate (line 28) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemOutputPullDelegate (line 43) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemOutputPullDelegate (line 49) | [EditorBrowsable(EditorBrowsableState.Advanced)] method OutputMediaDataWillChange (line 55) | [Export("outputMediaDataWillChange:")] method OutputSequenceWasFlushed (line 61) | [Export("outputSequenceWasFlushed:")] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerItemStatus.cs type AVPlayerItemStatus (line 5) | [Since(4, 0)] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerItemTrack.cs class AVPlayerItemTrack (line 8) | [Register("AVPlayerItemTrack", true)] method AVPlayerItemTrack (line 57) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemTrack (line 72) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemTrack (line 87) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemTrack (line 93) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 99) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerItemVideoOutput.cs class AVPlayerItemVideoOutput (line 11) | [Register("AVPlayerItemVideoOutput", true)] method AVPlayerItemVideoOutput (line 58) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemVideoOutput (line 73) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemVideoOutput (line 88) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemVideoOutput (line 94) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerItemVideoOutput (line 100) | [Export("initWithPixelBufferAttributes:")] method AVPlayerItemVideoOutput (line 118) | public AVPlayerItemVideoOutput(CVPixelBufferAttributes attributes) method HasNewPixelBufferForItemTime (line 123) | [Export("hasNewPixelBufferForItemTime:")] method WeakCopyPixelBuffer (line 133) | [Export("copyPixelBufferForItemTime:itemTimeForDisplay:")] method SetDelegate (line 143) | [Export("setDelegate:queue:")] method RequestNotificationOfMediaDataChange (line 160) | [Export("requestNotificationOfMediaDataChangeWithAdvanceInterval:")] method Dispose (line 173) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerLayer.cs class AVPlayerLayer (line 9) | [Register("AVPlayerLayer", true)] method AVPlayerLayer (line 171) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerLayer (line 186) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerLayer (line 201) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVPlayerLayer (line 207) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromPlayer (line 213) | [Export("playerLayerWithPlayer:")] method Dispose (line 223) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVPlayerStatus.cs type AVPlayerStatus (line 5) | [Since(4, 0)] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVQueuePlayer.cs class AVQueuePlayer (line 8) | [Register("AVQueuePlayer", true)] method AVQueuePlayer (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVQueuePlayer (line 57) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVQueuePlayer (line 72) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVQueuePlayer (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromItems (line 84) | [Export("queuePlayerWithItems:")] method AVQueuePlayer (line 97) | [Export("initWithItems:")] method AdvanceToNextItem (line 117) | [Export("advanceToNextItem")] method CanInsert (line 130) | [Export("canInsertItem:afterItem:")] method InsertItem (line 148) | [Export("insertItem:afterItem:")] method RemoveItem (line 169) | [Export("removeItem:")] method RemoveAllItems (line 186) | [Export("removeAllItems")] method Dispose (line 199) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVSampleRateEventArgs.cs class AVSampleRateEventArgs (line 5) | public class AVSampleRateEventArgs : EventArgs method AVSampleRateEventArgs (line 9) | public AVSampleRateEventArgs(double sampleRate) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVStatusEventArgs.cs class AVStatusEventArgs (line 5) | public class AVStatusEventArgs : EventArgs method AVStatusEventArgs (line 9) | public AVStatusEventArgs(bool status) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVTimedMetadataGroup.cs class AVTimedMetadataGroup (line 9) | [Register("AVTimedMetadataGroup", true)] method AVTimedMetadataGroup (line 63) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVTimedMetadataGroup (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVTimedMetadataGroup (line 93) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVTimedMetadataGroup (line 99) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVTimedMetadataGroup (line 105) | [Export("initWithItems:timeRange:")] method Dispose (line 125) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVUrlAsset.cs class AVUrlAsset (line 8) | [Register("AVURLAsset", true)] method AVUrlAsset (line 90) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVUrlAsset (line 105) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVUrlAsset (line 111) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromUrl (line 117) | [Export("URLAssetWithURL:options:")] method Create (line 127) | public static AVUrlAsset Create(NSUrl url, AVUrlAssetOptions options) method AVUrlAsset (line 132) | [Export("initWithURL:options:")] method AVUrlAsset (line 150) | public AVUrlAsset(NSUrl url, AVUrlAssetOptions options) method CompatibleTrack (line 155) | [Export("compatibleTrackForCompositionTrack:")] method IsPlayable (line 169) | [Export("isPlayableExtendedMIMEType:")] method Dispose (line 182) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVUrlAssetOptions.cs class AVUrlAssetOptions (line 6) | public class AVUrlAssetOptions : DictionaryContainer method AVUrlAssetOptions (line 33) | public AVUrlAssetOptions() method AVUrlAssetOptions (line 38) | public AVUrlAssetOptions(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideo.cs class AVVideo (line 6) | public static class AVVideo FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoCleanApertureSettings.cs class AVVideoCleanApertureSettings (line 5) | public class AVVideoCleanApertureSettings : DictionaryContainer method AVVideoCleanApertureSettings (line 55) | public AVVideoCleanApertureSettings() method AVVideoCleanApertureSettings (line 60) | public AVVideoCleanApertureSettings(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoCodec.cs type AVVideoCodec (line 3) | public enum AVVideoCodec FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoCodecSettings.cs class AVVideoCodecSettings (line 6) | public class AVVideoCodecSettings : DictionaryContainer method AVVideoCodecSettings (line 87) | public AVVideoCodecSettings() method AVVideoCodecSettings (line 92) | public AVVideoCodecSettings(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoComposition.cs class AVVideoComposition (line 10) | [Register("AVVideoComposition", true)] method AVVideoComposition (line 80) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoComposition (line 95) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoComposition (line 110) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoComposition (line 116) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IsValidForAsset (line 122) | [Export("isValidForAsset:timeRange:validationDelegate:")] method Dispose (line 140) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoCompositionCoreAnimationTool.cs class AVVideoCompositionCoreAnimationTool (line 9) | [Register("AVVideoCompositionCoreAnimationTool", true)] method AVVideoCompositionCoreAnimationTool (line 20) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoCompositionCoreAnimationTool (line 35) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoCompositionCoreAnimationTool (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoCompositionCoreAnimationTool (line 56) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromLayer (line 62) | [Export("videoCompositionCoreAnimationToolWithAdditionalLayer:asTrackI... method FromLayer (line 72) | [Export("videoCompositionCoreAnimationToolWithPostProcessingAsVideoLay... FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoCompositionInstruction.cs class AVVideoCompositionInstruction (line 10) | [Register("AVVideoCompositionInstruction", true)] method AVVideoCompositionInstruction (line 94) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoCompositionInstruction (line 109) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoCompositionInstruction (line 124) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoCompositionInstruction (line 130) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 136) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoCompositionLayerInstruction.cs class AVVideoCompositionLayerInstruction (line 10) | [Register("AVVideoCompositionLayerInstruction", true)] method AVVideoCompositionLayerInstruction (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoCompositionLayerInstruction (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoCompositionLayerInstruction (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoCompositionLayerInstruction (line 72) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetTransformRamp (line 78) | [Export("getTransformRampForTime:startTransform:endTransform:timeRange... method GetOpacityRamp (line 88) | [Export("getOpacityRampForTime:startOpacity:endOpacity:timeRange:")] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoCompositionValidationHandling.cs class AVVideoCompositionValidationHandling (line 9) | [Protocol] method AVVideoCompositionValidationHandling (line 14) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoCompositionValidationHandling (line 29) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AVVideoCompositionValidationHandling (line 35) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ShouldContinueValidatingAfterFindingInvalidValueForKey (line 41) | [Export("videoComposition:shouldContinueValidatingAfterFindingInvalidV... method ShouldContinueValidatingAfterFindingEmptyTimeRange (line 47) | [Export("videoComposition:shouldContinueValidatingAfterFindingEmptyTim... method ShouldContinueValidatingAfterFindingInvalidTimeRangeInInstruction (line 53) | [Export("videoComposition:shouldContinueValidatingAfterFindingInvalidT... method ShouldContinueValidatingAfterFindingInvalidTrackIDInInstruction (line 59) | [Export("videoComposition:shouldContinueValidatingAfterFindingInvalidT... FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoFieldMode.cs type AVVideoFieldMode (line 3) | public enum AVVideoFieldMode FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoPixelAspectRatioSettings.cs class AVVideoPixelAspectRatioSettings (line 5) | public class AVVideoPixelAspectRatioSettings : DictionaryContainer method AVVideoPixelAspectRatioSettings (line 31) | public AVVideoPixelAspectRatioSettings() method AVVideoPixelAspectRatioSettings (line 36) | public AVVideoPixelAspectRatioSettings(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoProfileLevelH264.cs type AVVideoProfileLevelH264 (line 3) | public enum AVVideoProfileLevelH264 FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoScalingMode.cs type AVVideoScalingMode (line 3) | public enum AVVideoScalingMode FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoScalingModeKey.cs class AVVideoScalingModeKey (line 6) | public static class AVVideoScalingModeKey FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoSettings.cs class AVVideoSettings (line 6) | public class AVVideoSettings method AVVideoSettings (line 11) | public AVVideoSettings() method AVVideoSettings (line 15) | [Advice("Use PixelBufferAttributes")] method ToDictionary (line 21) | [Advice("Use PixelBufferAttributes")] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoSettingsCompressed.cs class AVVideoSettingsCompressed (line 6) | public class AVVideoSettingsCompressed : DictionaryContainer method AVVideoSettingsCompressed (line 86) | public AVVideoSettingsCompressed() method AVVideoSettingsCompressed (line 91) | public AVVideoSettingsCompressed(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AVVideoSettingsUncompressed.cs class AVVideoSettingsUncompressed (line 7) | public class AVVideoSettingsUncompressed : CVPixelBufferAttributes method AVVideoSettingsUncompressed (line 33) | public AVVideoSettingsUncompressed() method AVVideoSettingsUncompressed (line 37) | public AVVideoSettingsUncompressed(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/AudioSettings.cs class AudioSettings (line 8) | [Since(6, 0)] method AudioSettings (line 171) | public AudioSettings() method AudioSettings (line 176) | public AudioSettings(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/InternalAVAudioPlayerDelegate.cs class InternalAVAudioPlayerDelegate (line 6) | internal sealed class InternalAVAudioPlayerDelegate : AVAudioPlayerDelegate method FinishedPlaying (line 16) | [Preserve(Conditional = true)] method DecoderError (line 29) | [Preserve(Conditional = true)] FILE: Source/Platform/Mac/Xamarin.Mac/AVFoundation/InternalAVAudioRecorderDelegate.cs class InternalAVAudioRecorderDelegate (line 6) | internal class InternalAVAudioRecorderDelegate : AVAudioRecorderDelegate method FinishedRecording (line 16) | [Preserve(Conditional = true)] method EncoderError (line 25) | [Preserve(Conditional = true)] FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABAddressBook.cs class ABAddressBook (line 11) | public class ABAddressBook : INativeObject, IDisposable, IEnumerable GetEnumerator() method ABAddressBookGetGroupWithRecordID (line 398) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetGroup (line 401) | public ABGroup GetGroup(int recordId) method ABAddressBookGetPersonWithRecordID (line 411) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetPerson (line 414) | public ABPerson GetPerson(int recordId) method ABAddressBookCopyPeopleWithName (line 424) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetPeopleWithName (line 427) | public ABPerson[] GetPeopleWithName(string name) method ABAddressBookCopyArrayOfAllSources (line 437) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetAllSources (line 440) | public ABSource[] GetAllSources() method ABAddressBookCopyDefaultSource (line 446) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetDefaultSource (line 449) | public ABSource GetDefaultSource() method ABAddressBookGetSourceWithRecordID (line 460) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetSource (line 463) | public ABSource GetSource(int sourceID) FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABAddressBookError.cs type ABAddressBookError (line 3) | public enum ABAddressBookError FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABAuthorizationStatus.cs type ABAuthorizationStatus (line 3) | public enum ABAuthorizationStatus FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABGroup.cs class ABGroup (line 11) | public class ABGroup : ABRecord, IEnumerable, IEnumerable method ABGroupCreate (line 39) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ABGroup (line 42) | public ABGroup() method ABGroupCreateInSource (line 48) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ABGroup (line 51) | [Since(4, 0)] method ABGroup (line 62) | internal ABGroup(IntPtr handle, bool owns) method ABGroup (line 67) | internal ABGroup(IntPtr handle, ABAddressBook addressbook) method ABGroupCopySource (line 73) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ABGroupAddMember (line 76) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method Add (line 79) | public void Add(ABRecord person) method ABGroupCopyArrayOfAllMembers (line 91) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetEnumerator (line 94) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 99) | public IEnumerator GetEnumerator() method ABGroupCopyArrayOfAllMembersWithSortOrdering (line 107) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetMembers (line 110) | public ABRecord[] GetMembers(ABPersonSortBy sortOrdering) method ABGroupRemoveMember (line 120) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method Remove (line 123) | public void Remove(ABRecord member) FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABGroupProperty.cs class ABGroupProperty (line 6) | internal static class ABGroupProperty method ABGroupProperty (line 10) | static ABGroupProperty() method Init (line 15) | internal static void Init() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABLabel.cs class ABLabel (line 7) | public static class ABLabel method ABLabel (line 15) | static ABLabel() method Init (line 20) | internal static void Init() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABMultiValue.cs class ABMultiValue (line 11) | internal static class ABMultiValue method CopyValueAtIndex (line 15) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method CopyLabelAtIndex (line 18) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetIdentifierAtIndex (line 21) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method CopyArrayOfAllValues (line 24) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetCount (line 27) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetFirstIndexOfValue (line 30) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetIndexForIdentifier (line 33) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetPropertyType (line 36) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method CreateMutable (line 39) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method CreateMutableCopy (line 42) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method AddValueAndLabel (line 45) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ReplaceValueAtIndex (line 48) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ReplaceLabelAtIndex (line 51) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method InsertValueAndLabelAtIndex (line 54) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method RemoveValueAndLabelAtIndex (line 57) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ToIntPtr (line 60) | public static IntPtr ToIntPtr(NSObject value) method ABMultiValue (line 107) | internal ABMultiValue(IntPtr handle) method ABMultiValue (line 116) | internal ABMultiValue(IntPtr handle, Converter toManaged, C... method Dispose (line 140) | public void Dispose() method Dispose (line 146) | protected virtual void Dispose(bool disposing) method AssertValid (line 155) | internal void AssertValid() method GetValues (line 163) | public T[] GetValues() method GetEnumerator (line 168) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 173) | public IEnumerator> GetEnumerator() method GetFirstIndexOfValue (line 185) | public int GetFirstIndexOfValue(NSObject value) method GetIndexForIdentifier (line 190) | public int GetIndexForIdentifier(int identifier) method ToMutableMultiValue (line 195) | public ABMutableMultiValue ToMutableMultiValue() class ABMultiValue (line 65) | public class ABMultiValue : INativeObject, IDisposable, IEnumerable toManaged, C... method Dispose (line 140) | public void Dispose() method Dispose (line 146) | protected virtual void Dispose(bool disposing) method AssertValid (line 155) | internal void AssertValid() method GetValues (line 163) | public T[] GetValues() method GetEnumerator (line 168) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 173) | public IEnumerator> GetEnumerator() method GetFirstIndexOfValue (line 185) | public int GetFirstIndexOfValue(NSObject value) method GetIndexForIdentifier (line 190) | public int GetIndexForIdentifier(int identifier) method ToMutableMultiValue (line 195) | public ABMutableMultiValue ToMutableMultiValue() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABMultiValueEntry.cs type ABMultiValueEntry (line 7) | public struct ABMultiValueEntry method ABMultiValueEntry (line 63) | internal ABMultiValueEntry(ABMultiValue self, int index) method AssertValid (line 69) | internal void AssertValid() method ToIntPtr (line 77) | private IntPtr ToIntPtr(T value) method CreateNotSupportedException (line 82) | private static Exception CreateNotSupportedException() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABMutableDateMultiValue.cs class ABMutableDateMultiValue (line 5) | public class ABMutableDateMultiValue : ABMutableMultiValue method ABMutableDateMultiValue (line 7) | public ABMutableDateMultiValue() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABMutableDictionaryMultiValue.cs class ABMutableDictionaryMultiValue (line 5) | public class ABMutableDictionaryMultiValue : ABMutableMultiValue : ABMultiValue method ABMutableMultiValue (line 17) | internal ABMutableMultiValue(IntPtr handle) method ABMutableMultiValue (line 22) | internal ABMutableMultiValue(IntPtr handle, Converter toMan... method Add (line 27) | public bool Add(T value, NSString label) method Insert (line 33) | public bool Insert(int index, T value, NSString label) method RemoveAt (line 39) | public bool RemoveAt(int index) FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABMutableStringMultiValue.cs class ABMutableStringMultiValue (line 5) | public class ABMutableStringMultiValue : ABMutableMultiValue method ABMutableStringMultiValue (line 7) | public ABMutableStringMultiValue() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPerson.cs class ABPerson (line 9) | public class ABPerson : ABRecord, IComparable, IComparable method ABPersonCreate (line 250) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ABPerson (line 253) | public ABPerson() method ABPersonCreateInSource (line 259) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ABPerson (line 262) | [Since(4, 0)] method ABPerson (line 273) | internal ABPerson(IntPtr handle, bool owns) method ABPerson (line 278) | internal ABPerson(IntPtr handle, ABAddressBook addressbook) method CompareTo (line 284) | int IComparable.CompareTo(object o) method CompareTo (line 293) | public int CompareTo(ABPerson other) method ABPersonComparePeopleByName (line 298) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method CompareTo (line 301) | public int CompareTo(ABPerson other, ABPersonSortBy ordering) method ABPersonCopyLocalizedPropertyName (line 314) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method LocalizedPropertyName (line 317) | public static string LocalizedPropertyName(ABPersonProperty property) method ABPersonGetTypeOfProperty (line 322) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetPropertyType (line 325) | public static ABPropertyType GetPropertyType(ABPersonProperty property) method ABPersonSetImageData (line 330) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ABPersonCopyImageData (line 333) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ABPersonHasImageData (line 336) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ABPersonRemoveImageData (line 339) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method RemoveImage (line 342) | public void RemoveImage() method ABPersonGetCompositeNameFormat (line 350) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ABPersonGetSortOrdering (line 353) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ABPersonCopySource (line 356) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ToString (line 359) | internal static string ToString(IntPtr value) method ToIntPtr (line 368) | internal static IntPtr ToIntPtr(string value) method GetEmails (line 377) | public ABMultiValue GetEmails() method CreateStringMultiValue (line 382) | private static ABMultiValue CreateStringMultiValue(IntPtr handle) method SetEmails (line 391) | public void SetEmails(ABMultiValue value) method GetAddresses (line 396) | [Advice("Use GetAllAddresses")] method GetAllAddresses (line 402) | public ABMultiValue GetAllAddresses() method SetAddresses (line 407) | public void SetAddresses(ABMultiValue value) method SetAddresses (line 412) | public void SetAddresses(ABMultiValue addresses) method CreateDictionaryMultiValue (line 417) | private static ABMultiValue CreateDictionaryMultiValue(I... method CreateDictionaryMultiValue (line 426) | private static ABMultiValue CreateDictionaryMultiValue(IntPtr ha... method GetDates (line 435) | public ABMultiValue GetDates() method CreateDateMultiValue (line 440) | private static ABMultiValue CreateDateMultiValue(IntPtr handle) method SetDates (line 449) | public void SetDates(ABMultiValue value) method GetPhones (line 454) | public ABMultiValue GetPhones() method SetPhones (line 459) | public void SetPhones(ABMultiValue value) method GetInstantMessages (line 464) | [Advice("Use GetInstantMessageServices")] method GetInstantMessageServices (line 470) | public ABMultiValue GetInstantMessageServices() method SetInstantMessages (line 475) | public void SetInstantMessages(ABMultiValue value) method SetInstantMessages (line 480) | public void SetInstantMessages(ABMultiValue ser... method GetSocialProfile (line 485) | [Advice("Use GetSocialProfiles")] method GetSocialProfiles (line 491) | public ABMultiValue GetSocialProfiles() method SetSocialProfile (line 496) | public void SetSocialProfile(ABMultiValue value) method SetSocialProfile (line 501) | public void SetSocialProfile(ABMultiValue profiles) method GetUrls (line 506) | public ABMultiValue GetUrls() method SetUrls (line 511) | public void SetUrls(ABMultiValue value) method GetRelatedNames (line 516) | public ABMultiValue GetRelatedNames() method SetRelatedNames (line 521) | public void SetRelatedNames(ABMultiValue value) method GetProperty (line 526) | public object GetProperty(ABPersonProperty property) method ABPersonCopyArrayOfAllLinkedPeople (line 559) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetLinkedPeople (line 562) | [Since(4, 0)] method ABPersonCopyImageDataWithFormat (line 568) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetImage (line 571) | [Since(4, 1)] method ABPersonCreateVCardRepresentationWithPeople (line 577) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method GetVCards (line 580) | [Since(5, 0)] method ABPersonCreatePeopleInSourceWithVCardRepresentation (line 595) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method CreateFromVCard (line 598) | [Since(5, 0)] FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonAddressKey.cs class ABPersonAddressKey (line 7) | public static class ABPersonAddressKey method ABPersonAddressKey (line 21) | static ABPersonAddressKey() method Init (line 26) | internal static void Init() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonCompositeNameFormat.cs type ABPersonCompositeNameFormat (line 3) | public enum ABPersonCompositeNameFormat : uint FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonDateLabel.cs class ABPersonDateLabel (line 7) | public static class ABPersonDateLabel method ABPersonDateLabel (line 11) | static ABPersonDateLabel() method Init (line 16) | internal static void Init() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonImageFormat.cs type ABPersonImageFormat (line 5) | [Since(4, 1)] FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonInstantMessageKey.cs class ABPersonInstantMessageKey (line 7) | public static class ABPersonInstantMessageKey method ABPersonInstantMessageKey (line 13) | static ABPersonInstantMessageKey() method Init (line 18) | internal static void Init() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonInstantMessageService.cs class ABPersonInstantMessageService (line 7) | public static class ABPersonInstantMessageService method ABPersonInstantMessageService (line 29) | static ABPersonInstantMessageService() method Init (line 34) | internal static void Init() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonKind.cs type ABPersonKind (line 3) | public enum ABPersonKind FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonKindId.cs class ABPersonKindId (line 7) | internal static class ABPersonKindId method ABPersonKindId (line 13) | static ABPersonKindId() method Init (line 18) | internal static void Init() method ToPersonKind (line 36) | public static ABPersonKind ToPersonKind(NSNumber value) method FromPersonKind (line 49) | public static NSNumber FromPersonKind(ABPersonKind value) FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonPhoneLabel.cs class ABPersonPhoneLabel (line 7) | public static class ABPersonPhoneLabel method ABPersonPhoneLabel (line 23) | static ABPersonPhoneLabel() method Init (line 28) | internal static void Init() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonProperty.cs type ABPersonProperty (line 3) | public enum ABPersonProperty FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonPropertyId.cs class ABPersonPropertyId (line 6) | internal static class ABPersonPropertyId method ABPersonPropertyId (line 58) | static ABPersonPropertyId() method Init (line 63) | internal static void Init() method ToId (line 104) | public static int ToId(ABPersonProperty property) method ToPersonProperty (line 137) | public static ABPersonProperty ToPersonProperty(int id) FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonRelatedNamesLabel.cs class ABPersonRelatedNamesLabel (line 7) | public static class ABPersonRelatedNamesLabel method ABPersonRelatedNamesLabel (line 31) | static ABPersonRelatedNamesLabel() method Init (line 36) | internal static void Init() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonSocialProfile.cs class ABPersonSocialProfile (line 7) | internal static class ABPersonSocialProfile method ABPersonSocialProfile (line 17) | static ABPersonSocialProfile() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonSocialProfileService.cs class ABPersonSocialProfileService (line 7) | public static class ABPersonSocialProfileService method ABPersonSocialProfileService (line 23) | static ABPersonSocialProfileService() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonSortBy.cs type ABPersonSortBy (line 3) | public enum ABPersonSortBy : uint FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPersonUrlLabel.cs class ABPersonUrlLabel (line 7) | public static class ABPersonUrlLabel method ABPersonUrlLabel (line 11) | static ABPersonUrlLabel() method Init (line 16) | internal static void Init() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABPropertyType.cs type ABPropertyType (line 3) | public enum ABPropertyType : uint FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABRecord.cs class ABRecord (line 9) | public abstract class ABRecord : INativeObject, IDisposable method ABRecord (line 36) | internal ABRecord(IntPtr handle, bool owns) method FromHandle (line 45) | internal static ABRecord FromHandle(IntPtr handle, ABAddressBook addre... method Dispose (line 67) | public void Dispose() method Dispose (line 73) | protected virtual void Dispose(bool disposing) method AssertValid (line 83) | private void AssertValid() method ABRecordGetRecordID (line 91) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ABRecordGetRecordType (line 94) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ABRecordCopyCompositeName (line 97) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method ToString (line 100) | public override string ToString() method ABRecordSetValue (line 106) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method SetValue (line 109) | internal void SetValue(int property, IntPtr value) method SetValue (line 117) | internal void SetValue(int property, NSObject value) method SetValue (line 122) | internal void SetValue(int property, string value) method ABRecordCopyValue (line 128) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method CopyValue (line 131) | internal IntPtr CopyValue(int property) method ABRecordRemoveValue (line 136) | [DllImport("/System/Library/Frameworks/AddressBook.framework/AddressBo... method RemoveValue (line 139) | internal void RemoveValue(int property) method PropertyTo (line 147) | internal T PropertyTo(int id) where T : NSObject method PropertyToString (line 157) | internal string PropertyToString(int id) FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABRecordType.cs type ABRecordType (line 3) | public enum ABRecordType : uint FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABSource.cs class ABSource (line 6) | public class ABSource : ABRecord method ABSource (line 35) | internal ABSource(IntPtr handle, bool owns) method ABSource (line 40) | internal ABSource(IntPtr handle, ABAddressBook addressbook) FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABSourceProperty.cs type ABSourceProperty (line 3) | public enum ABSourceProperty FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABSourcePropertyId.cs class ABSourcePropertyId (line 6) | internal static class ABSourcePropertyId method ABSourcePropertyId (line 12) | static ABSourcePropertyId() method Init (line 17) | internal static void Init() method ToId (line 35) | public static int ToId(ABSourceProperty property) method ToSourceProperty (line 45) | public static ABSourceProperty ToSourceProperty(int id) FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ABSourceType.cs type ABSourceType (line 3) | public enum ABSourceType FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/ExternalChangeEventArgs.cs class ExternalChangeEventArgs (line 6) | public class ExternalChangeEventArgs : EventArgs method ExternalChangeEventArgs (line 12) | public ExternalChangeEventArgs(ABAddressBook addressBook, NSDictionary... FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/InitConstants.cs class InitConstants (line 6) | internal class InitConstants method Init (line 8) | public static void Init() method InitConstants (line 12) | static InitConstants() FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/InstantMessageService.cs class InstantMessageService (line 5) | public class InstantMessageService : DictionaryContainer method InstantMessageService (line 39) | public InstantMessageService() method InstantMessageService (line 43) | public InstantMessageService(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/PersonAddress.cs class PersonAddress (line 5) | public class PersonAddress : DictionaryContainer method PersonAddress (line 79) | public PersonAddress() method PersonAddress (line 83) | public PersonAddress(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/AddressBook/SocialProfile.cs class SocialProfile (line 5) | public class SocialProfile : DictionaryContainer method SocialProfile (line 63) | public SocialProfile() method SocialProfile (line 67) | public SocialProfile(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/ActionDispatcher.cs class ActionDispatcher (line 7) | [Register("__monomac_internal_ActionDispatcher")] method OnActivated (line 22) | [Preserve] method OnActivated2 (line 29) | [Preserve] method ActionDispatcher (line 36) | public ActionDispatcher(EventHandler handler) method ActionDispatcher (line 41) | public ActionDispatcher() method SetupAction (line 45) | public static NSObject SetupAction(NSObject target, EventHandler handler) method RemoveAction (line 57) | public static void RemoveAction(NSObject target, EventHandler handler) method SetupDoubleAction (line 65) | public static NSObject SetupDoubleAction(NSObject target, EventHandler... method RemoveDoubleAction (line 77) | public static void RemoveDoubleAction(NSObject target, EventHandler do... FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/AppKitFramework.cs class AppKitFramework (line 5) | public class AppKitFramework method NSBeep (line 7) | [DllImport("/System/Library/Frameworks/AppKit.framework/AppKit")] FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/AppKitSynchronizationContext.cs class AppKitSynchronizationContext (line 6) | internal class AppKitSynchronizationContext : SynchronizationContext method CreateCopy (line 8) | public override SynchronizationContext CreateCopy() method Post (line 13) | public override void Post(SendOrPostCallback d, object state) method Send (line 21) | public override void Send(SendOrPostCallback d, object state) FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/AppKitThreadAccessException.cs class AppKitThreadAccessException (line 5) | public class AppKitThreadAccessException : Exception method AppKitThreadAccessException (line 7) | public AppKitThreadAccessException() FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/INSValidatedUserInterfaceItem.cs type INSValidatedUserInterfaceItem (line 5) | [Protocol(Name = "NSValidatedUserInterfaceItem", WrapperType = typeof(NS... FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/NSActionCell.cs class NSActionCell (line 8) | [Register("NSActionCell", true)] method NSActionCell (line 124) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSActionCell (line 139) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSActionCell (line 154) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSActionCell (line 160) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSActionCell (line 166) | [Export("initTextCell:")] method NSActionCell (line 187) | [Export("initImageCell:")] method Dispose (line 206) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/NSAlert.cs class NSAlert (line 8) | [Register("NSAlert", true)] class _NSAlertDelegate (line 11) | [Register] method ShowHelp (line 16) | [Preserve(Conditional = true)] method BeginSheet (line 395) | public void BeginSheet(NSWindow window) method BeginSheet (line 400) | public void BeginSheet(NSWindow window, NSAction onEnded) method BeginSheetForResponse (line 411) | public void BeginSheetForResponse(NSWindow window, Action onEnded) method RunSheetModal (line 416) | public long RunSheetModal(NSWindow window) method RunSheetModal (line 421) | public long RunSheetModal(NSWindow window, NSApplication application) method NSAlert (line 441) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAlert (line 456) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAlert (line 471) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAlert (line 477) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WithError (line 483) | [Export("alertWithError:")] method WithMessage (line 494) | [Export("alertWithMessageText:defaultButton:alternateButton:otherButto... method AddButton (line 516) | [Export("addButtonWithTitle:")] method Layout (line 530) | [Export("layout")] method RunModal (line 544) | [Export("runModal")] method BeginSheet (line 555) | [Export("beginSheetModalForWindow:modalDelegate:didEndSelector:context... method EnsureNSAlertDelegate (line 569) | private _NSAlertDelegate EnsureNSAlertDelegate() method Dispose (line 579) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/NSAlertButtonReturn.cs type NSAlertButtonReturn (line 3) | public enum NSAlertButtonReturn FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/NSAlertDelegate.cs class NSAlertDelegate (line 8) | [Register("NSAlertDelegate", true)] method NSAlertDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAlertDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAlertDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAlertDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ShowHelp (line 54) | [Export("alertShowHelp:")] FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/NSAlertDidEndDispatcher.cs class NSAlertDidEndDispatcher (line 8) | [Register("__MonoMac_NSAlertDidEndDispatcher")] method NSAlertDidEndDispatcher (line 19) | public NSAlertDidEndDispatcher(Action action) method OnAlertDidEnd (line 25) | [Export("alertDidEnd:returnCode:contextInfo:")] FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/NSAlertStyle.cs type NSAlertStyle (line 3) | public enum NSAlertStyle : ulong FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/NSAlertType.cs type NSAlertType (line 3) | public enum NSAlertType FILE: Source/Platform/Mac/Xamarin.Mac/AppKit/NSAnimation.cs class NSAnimation (line 8) | [Register("NSAnimation", true)] class _NSAnimationDelegate (line 11) | [Register] method AnimationShouldStart (line 24) | [Preserve(Conditional = true)] method AnimationDidStop (line 30) | [Preserve(Conditional = true)] method AnimationDidEnd (line 36) | [Preserve(Conditional = true)] method ComputeAnimationCurve (line 42) | [Preserve(Conditional = true)] method AnimationDidReachProgressMark (line 48) | [Preserve(Conditional = true)] class Notifications (line 60) | public static class Notifications method ObserveProgressMark (line 62) | public static NSObject ObserveProgressMark(EventHandler(AudioConverterPropertyID prop, int elementSize) method SetProperty (line 480) | private void SetProperty(AudioConverterPropertyID propertyID, uint value) method SetProperty (line 489) | private void SetProperty(AudioConverterPropertyID propertyID, int value) method SetProperty (line 498) | private void SetProperty(AudioConverterPropertyID propertyID, double v... method AudioConverterNew (line 507) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterNewSpecific (line 510) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterDispose (line 513) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterReset (line 516) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterConvertComplexBuffer (line 519) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterGetProperty (line 522) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterGetProperty (line 525) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterGetProperty (line 528) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterGetProperty (line 531) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterGetProperty (line 534) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterGetProperty (line 537) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterGetPropertyInfo (line 540) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterSetProperty (line 543) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterSetProperty (line 546) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterSetProperty (line 549) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterSetProperty (line 552) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterConvertBuffer (line 555) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterFillComplexBuffer (line 558) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioConverterError.cs type AudioConverterError (line 3) | public enum AudioConverterError FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioConverterPrimeInfo.cs type AudioConverterPrimeInfo (line 3) | public struct AudioConverterPrimeInfo FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioConverterPrimeMethod.cs type AudioConverterPrimeMethod (line 3) | public enum AudioConverterPrimeMethod FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioConverterPropertyID.cs type AudioConverterPropertyID (line 3) | internal enum AudioConverterPropertyID FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioConverterQuality.cs type AudioConverterQuality (line 3) | public enum AudioConverterQuality FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioConverterSampleRateConverterComplexity.cs type AudioConverterSampleRateConverterComplexity (line 3) | public enum AudioConverterSampleRateConverterComplexity FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFile.cs class AudioFile (line 9) | public class AudioFile : IDisposable method AudioFile (line 238) | protected internal AudioFile(bool x) method AudioFile (line 242) | internal AudioFile(IntPtr handle) method Dispose (line 252) | public void Dispose() method AudioFileClose (line 258) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Dispose (line 261) | protected virtual void Dispose(bool disposing) method AudioFileCreateWithURL (line 270) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Create (line 273) | public static AudioFile Create(string url, AudioFileType fileType, Aud... method Create (line 283) | public static AudioFile Create(CFUrl url, AudioFileType fileType, Audi... method Create (line 296) | public static AudioFile Create(NSUrl url, AudioFileType fileType, Audi... method AudioFileOpenURL (line 309) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method OpenRead (line 312) | public static AudioFile OpenRead(string url, AudioFileType fileTypeHin... method OpenRead (line 317) | public static AudioFile OpenRead(CFUrl url, AudioFileType fileTypeHint... method OpenRead (line 322) | public static AudioFile OpenRead(NSUrl url, AudioFileType fileTypeHint... method Open (line 327) | public static AudioFile Open(string url, AudioFilePermission permissio... method Open (line 337) | public static AudioFile Open(CFUrl url, AudioFilePermission permission... method Open (line 350) | public static AudioFile Open(NSUrl url, AudioFilePermission permission... method AudioFileOptimize (line 363) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Optimize (line 366) | public bool Optimize() method AudioFileReadBytes (line 371) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Read (line 374) | public unsafe int Read(long startingByte, byte[] buffer, int offset, i... method AudioFileWriteBytes (line 415) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Write (line 418) | public unsafe int Write(long startingByte, byte[] buffer, int offset, ... method Write (line 442) | public unsafe int Write(long startingByte, byte[] buffer, int offset, ... method AudioFileReadPacketData (line 467) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ReadPacketData (line 470) | public AudioStreamPacketDescription[] ReadPacketData(long inStartingPa... method ReadPacketData (line 480) | public AudioStreamPacketDescription[] ReadPacketData(bool useCache, lo... method AudioFileReadPackets (line 485) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ReadPackets (line 488) | public AudioFileError ReadPackets(bool useCache, out int numBytes, Aud... method PacketDescriptionFrom (line 497) | internal static AudioStreamPacketDescription[] PacketDescriptionFrom(i... method ReadPacketData (line 515) | public AudioStreamPacketDescription[] ReadPacketData(bool useCache, lo... method ReadPacketData (line 541) | public AudioStreamPacketDescription[] ReadPacketData(bool useCache, lo... method RealReadPacketData (line 554) | private unsafe AudioStreamPacketDescription[] RealReadPacketData(bool ... method RealReadPacketData (line 562) | private AudioStreamPacketDescription[] RealReadPacketData(bool useCach... method ReadFixedPackets (line 581) | public AudioStreamPacketDescription[] ReadFixedPackets(long inStarting... method ReadFixedPackets (line 590) | public AudioStreamPacketDescription[] ReadFixedPackets(bool useCache, ... method RealReadFixedPackets (line 616) | private unsafe AudioStreamPacketDescription[] RealReadFixedPackets(boo... method AudioFileWritePackets (line 638) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method WritePackets (line 641) | public int WritePackets(bool useCache, long startingPacket, int numPac... method WritePackets (line 654) | public int WritePackets(bool useCache, long startingPacket, AudioStrea... method WritePackets (line 672) | public unsafe int WritePackets(bool useCache, long startingPacket, Aud... method WritePackets (line 705) | public int WritePackets(bool useCache, long startingPacket, AudioStrea... method WritePackets (line 724) | public unsafe int WritePackets(bool useCache, long startingPacket, Aud... method WritePackets (line 758) | public AudioFileError WritePackets(bool useCache, int numBytes, AudioS... method AudioFileCountUserData (line 767) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method CountUserData (line 770) | public int CountUserData(uint userData) method AudioFileGetUserDataSize (line 779) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method GetUserDataSize (line 782) | public int GetUserDataSize(uint userDataId, int index) method AudioFileGetUserData (line 791) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method GetUserData (line 794) | public int GetUserData(int userDataID, int index, ref int size, IntPtr... method AudioFileSetUserData (line 799) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method SetUserData (line 802) | public int SetUserData(int userDataId, int index, int userDataSize, In... method AudioFileRemoveUserData (line 807) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method RemoveUserData (line 810) | public int RemoveUserData(int userDataId, int index) method AudioFileGetPropertyInfo (line 815) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method GetPropertyInfo (line 818) | public bool GetPropertyInfo(AudioFileProperty property, out int size, ... method IsPropertyWritable (line 823) | public bool IsPropertyWritable(AudioFileProperty property) method AudioFileGetProperty (line 832) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method GetProperty (line 835) | public bool GetProperty(AudioFileProperty property, ref int dataSize, ... method GetProperty (line 840) | public IntPtr GetProperty(AudioFileProperty property, out int size) method GetProperty (line 859) | private T? GetProperty(AudioFileProperty property) where T : struct method GetInt (line 884) | private unsafe int GetInt(AudioFileProperty property) method GetIntPtr (line 895) | private unsafe IntPtr GetIntPtr(AudioFileProperty property) method GetDouble (line 906) | private unsafe double GetDouble(AudioFileProperty property) method GetLong (line 917) | private unsafe long GetLong(AudioFileProperty property) method AudioFileSetProperty (line 928) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFileSetProperty (line 931) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method SetProperty (line 934) | public bool SetProperty(AudioFileProperty property, int dataSize, IntP... method SetInt (line 939) | private unsafe void SetInt(AudioFileProperty property, int value) method SetDouble (line 944) | private unsafe AudioFileError SetDouble(AudioFileProperty property, do... method PacketToFrame (line 949) | public unsafe long PacketToFrame(long packet) method FrameToPacket (line 962) | public unsafe long FrameToPacket(long frame, out int frameOffsetInPacket) method PacketToByte (line 977) | public unsafe long PacketToByte(long packet, out bool isEstimate) method ByteToPacket (line 992) | public unsafe long ByteToPacket(long byteval, out int byteOffsetInPack... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileChunkType.cs type AudioFileChunkType (line 3) | public enum AudioFileChunkType : uint FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileError.cs type AudioFileError (line 3) | public enum AudioFileError FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileFlags.cs type AudioFileFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileGlobalInfo.cs class AudioFileGlobalInfo (line 8) | public static class AudioFileGlobalInfo method GetFileTypeName (line 89) | public unsafe static string GetFileTypeName(AudioFileType fileType) method GetAvailableFormats (line 99) | public unsafe static AudioFormatType[] GetAvailableFormats(AudioFileTy... method GetAvailableStreamDescriptions (line 116) | public unsafe static AudioStreamBasicDescription[] GetAvailableStreamD... method GetExtensions (line 136) | public unsafe static string[] GetExtensions(AudioFileType fileType) method GetUTIs (line 146) | public unsafe static string[] GetUTIs(AudioFileType fileType) method GetMIMETypes (line 156) | public unsafe static string[] GetMIMETypes(AudioFileType fileType) method AudioFileGetGlobalInfoSize (line 166) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFileGetGlobalInfoSize (line 169) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFileGetGlobalInfoSize (line 172) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFileGetGlobalInfo (line 175) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFileGetGlobalInfo (line 178) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFileGetGlobalInfo (line 181) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFileGetGlobalInfo (line 184) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFileGetGlobalInfo (line 187) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFileGetGlobalInfo (line 190) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileGlobalProperty.cs type AudioFileGlobalProperty (line 3) | internal enum AudioFileGlobalProperty : uint FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileInfoDictionary.cs class AudioFileInfoDictionary (line 5) | public class AudioFileInfoDictionary : DictionaryContainer method AudioFileInfoDictionary (line 51) | internal AudioFileInfoDictionary(NSDictionary dict) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileLoopDirection.cs type AudioFileLoopDirection (line 3) | public enum AudioFileLoopDirection FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileMarker.cs type AudioFileMarker (line 6) | public struct AudioFileMarker FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileMarkerList.cs class AudioFileMarkerList (line 7) | public class AudioFileMarkerList : IDisposable method AudioFileMarkerList (line 29) | public AudioFileMarkerList(IntPtr ptr, bool owns) method Dispose (line 41) | public void Dispose() method Dispose (line 46) | protected virtual void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileMarkerType.cs type AudioFileMarkerType (line 3) | public enum AudioFileMarkerType : uint FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFilePacketTableInfo.cs type AudioFilePacketTableInfo (line 3) | public struct AudioFilePacketTableInfo FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFilePermission.cs type AudioFilePermission (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileProperty.cs type AudioFileProperty (line 3) | public enum AudioFileProperty FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileRegion.cs type AudioFileRegion (line 7) | public struct AudioFileRegion method AudioFileRegion (line 35) | public AudioFileRegion(IntPtr ptr) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileRegionFlags.cs type AudioFileRegionFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileRegionList.cs class AudioFileRegionList (line 7) | public class AudioFileRegionList : IDisposable method AudioFileRegionList (line 34) | public AudioFileRegionList(IntPtr ptr, bool owns) method Dispose (line 46) | public void Dispose() method Dispose (line 51) | protected virtual void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileSmpteTime.cs type AudioFileSmpteTime (line 3) | public struct AudioFileSmpteTime FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileStream.cs class AudioFileStream (line 7) | public class AudioFileStream : IDisposable method Dispose (line 116) | public void Dispose() method Close (line 122) | public void Close() method Dispose (line 127) | protected virtual void Dispose(bool disposing) method AudioFileStreamOpen (line 140) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method InPackets (line 143) | [MonoPInvokeCallback(typeof(AudioFileStream_PacketsProc))] method OnPacketDecoded (line 151) | protected virtual void OnPacketDecoded(int numberOfBytes, IntPtr input... method OnPropertyFound (line 156) | protected virtual void OnPropertyFound(AudioFileStreamProperty propert... method PropertyListener (line 167) | [MonoPInvokeCallback(typeof(AudioFileStream_PropertyListenerProc))] method AudioFileStream (line 173) | public AudioFileStream(AudioFileType fileTypeHint) method AudioFileStreamParseBytes (line 186) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ParseBytes (line 189) | public AudioFileStreamStatus ParseBytes(int size, IntPtr data, bool di... method ParseBytes (line 194) | public unsafe AudioFileStreamStatus ParseBytes(byte[] bytes, bool disc... method ParseBytes (line 206) | public unsafe AudioFileStreamStatus ParseBytes(byte[] bytes, int offse... method AudioFileStreamSeek (line 230) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Seek (line 233) | public AudioFileStreamStatus Seek(long packetOffset, out long dataByte... method AudioFileStreamGetPropertyInfo (line 248) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFileStreamGetProperty (line 251) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method GetProperty (line 254) | public bool GetProperty(AudioFileStreamProperty property, ref int data... method GetProperty (line 259) | public IntPtr GetProperty(AudioFileStreamProperty property, out int size) method GetInt (line 280) | private unsafe int GetInt(AudioFileStreamProperty property) method GetDouble (line 292) | private unsafe double GetDouble(AudioFileStreamProperty property) method GetLong (line 304) | private unsafe long GetLong(AudioFileStreamProperty property) method GetProperty (line 316) | private T? GetProperty(AudioFileStreamProperty property) where T : ... method AudioFileStreamSetProperty (line 343) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method SetProperty (line 346) | public bool SetProperty(AudioFileStreamProperty property, int dataSize... method AudioFileStreamClose (line 352) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method PacketToFrame (line 355) | public unsafe long PacketToFrame(long packet) method FrameToPacket (line 369) | public unsafe long FrameToPacket(long frame, out int frameOffsetInPacket) method PacketToByte (line 385) | public unsafe long PacketToByte(long packet, out bool isEstimate) method ByteToPacket (line 401) | public unsafe long ByteToPacket(long byteval, out int byteOffsetInPack... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileStreamProperty.cs type AudioFileStreamProperty (line 3) | public enum AudioFileStreamProperty FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileStreamPropertyFlag.cs type AudioFileStreamPropertyFlag (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileStreamStatus.cs type AudioFileStreamStatus (line 3) | public enum AudioFileStreamStatus FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileType.cs type AudioFileType (line 3) | public enum AudioFileType FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFileTypeAndFormatID.cs type AudioFileTypeAndFormatID (line 3) | internal struct AudioFileTypeAndFormatID FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFormat.cs type AudioFormat (line 6) | [StructLayout(LayoutKind.Sequential, Pack = 4)] method GetFirstPlayableFormat (line 13) | public unsafe static AudioFormat? GetFirstPlayableFormat(AudioFormat[]... method ToString (line 35) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFormatAvailability.cs class AudioFormatAvailability (line 6) | public static class AudioFormatAvailability method GetAvailableEncodeBitRates (line 8) | public static AudioValueRange[] GetAvailableEncodeBitRates(AudioFormat... method GetAvailableEncodeSampleRates (line 13) | public static AudioValueRange[] GetAvailableEncodeSampleRates(AudioFor... method GetDecoders (line 18) | public static AudioClassDescription[] GetDecoders(AudioFormatType format) method GetEncoders (line 23) | public static AudioClassDescription[] GetEncoders(AudioFormatType format) method GetAvailable (line 28) | private static T[] GetAvailable(AudioFormatProperty prop, AudioForm... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFormatError.cs type AudioFormatError (line 3) | public enum AudioFormatError FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFormatFlags.cs type AudioFormatFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFormatInfo.cs type AudioFormatInfo (line 3) | internal struct AudioFormatInfo FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFormatProperty.cs type AudioFormatProperty (line 3) | internal enum AudioFormatProperty FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFormatPropertyNative.cs class AudioFormatPropertyNative (line 6) | internal static class AudioFormatPropertyNative method AudioFormatGetPropertyInfo (line 8) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetPropertyInfo (line 11) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetPropertyInfo (line 14) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetPropertyInfo (line 17) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetPropertyInfo (line 20) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 23) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 26) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 29) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 32) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 35) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 38) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 41) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 44) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 47) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 50) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 53) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 56) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 59) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 62) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 65) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 68) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 71) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioFormatGetProperty (line 74) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFormatType.cs type AudioFormatType (line 3) | public enum AudioFormatType FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioFramePacketTranslation.cs type AudioFramePacketTranslation (line 3) | internal struct AudioFramePacketTranslation FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioPanningInfo.cs type Layout (line 8) | private struct Layout method AudioPanningInfo (line 35) | public AudioPanningInfo(AudioChannelLayout outputChannelMap) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueue.cs class AudioQueue (line 9) | public abstract class AudioQueue : IDisposable method AudioQueue (line 243) | internal AudioQueue() method Dispose (line 247) | public void Dispose() method QueueDispose (line 252) | public void QueueDispose() method AudioQueueDispose (line 257) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Dispose (line 260) | public virtual void Dispose(bool disposing, bool immediate) method AudioQueueStart (line 280) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioQueueStart (line 283) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Start (line 286) | public AudioQueueStatus Start(AudioTimeStamp startTime) method Start (line 291) | public AudioQueueStatus Start() method AudioQueuePrime (line 296) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Prime (line 299) | public AudioQueueStatus Prime(int toPrepare, out int prepared) method AudioQueueFlush (line 304) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Flush (line 307) | public AudioQueueStatus Flush() method AudioQueueStop (line 312) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Stop (line 315) | public AudioQueueStatus Stop(bool immediate) method AudioQueuePause (line 320) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Pause (line 323) | public AudioQueueStatus Pause() method AudioQueueReset (line 328) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Reset (line 331) | public AudioQueueStatus Reset() method AudioQueueAllocateBuffer (line 336) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AllocateBuffer (line 339) | public AudioQueueStatus AllocateBuffer(int bufferSize, out IntPtr audi... method AllocateBuffer (line 344) | public unsafe AudioQueueStatus AllocateBuffer(int bufferSize, out Audi... method AudioQueueAllocateBufferWithPacketDescriptions (line 352) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AllocateBufferWithPacketDescriptors (line 355) | public AudioQueueStatus AllocateBufferWithPacketDescriptors(int buffer... method AudioQueueFreeBuffer (line 360) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method FreeBuffer (line 363) | public void FreeBuffer(IntPtr audioQueueBuffer) method memcpy (line 372) | [DllImport("/usr/lib/libSystem.dylib")] method FillAudioData (line 375) | public unsafe static void FillAudioData(IntPtr audioQueueBuffer, int o... method AudioQueueEnqueueBuffer (line 382) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method EnqueueBuffer (line 385) | public unsafe AudioQueueStatus EnqueueBuffer(IntPtr audioQueueBuffer, ... method EnqueueBuffer (line 396) | public unsafe AudioQueueStatus EnqueueBuffer(AudioQueueBuffer* audioQu... method AudioQueueEnqueueBufferWithParameters (line 405) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioQueueEnqueueBufferWithParameters (line 408) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method EnqueueBuffer (line 411) | public unsafe AudioQueueStatus EnqueueBuffer(IntPtr audioQueueBuffer, ... method EnqueueBuffer (line 422) | public unsafe AudioQueueStatus EnqueueBuffer(IntPtr audioQueueBuffer, ... method EnqueueBuffer (line 433) | public unsafe AudioQueueStatus EnqueueBuffer(AudioQueueBuffer* audioQu... method EnqueueBuffer (line 442) | public unsafe AudioQueueStatus EnqueueBuffer(AudioQueueBuffer* audioQu... method AudioQueueCreateTimeline (line 451) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method CreateTimeline (line 454) | public AudioQueueTimeline CreateTimeline() method AudioQueueGetCurrentTime (line 463) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method GetCurrentTime (line 466) | public AudioQueueStatus GetCurrentTime(AudioQueueTimeline timeline, re... method AudioQueueDeviceGetCurrentTime (line 484) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioQueueDeviceGetNearestStartTime (line 487) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method GetNearestStartTime (line 490) | public AudioTimeStamp GetNearestStartTime(AudioTimeStamp requestedStar... method AudioQueueDeviceTranslateTime (line 500) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method TranslateTime (line 503) | public AudioTimeStamp TranslateTime(AudioTimeStamp timeToTranslate) method AudioQueueGetParameter (line 509) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioQueueSetParameter (line 512) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method property_changed (line 515) | [MonoPInvokeCallback(typeof(AudioQueuePropertyListenerProc))] method AddListener (line 532) | public AudioQueueStatus AddListener(AudioQueueProperty property, Audio... method RemoveListener (line 559) | public void RemoveListener(AudioQueueProperty property, AudioQueueProp... method AudioQueueAddPropertyListener (line 582) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioQueueRemovePropertyListener (line 585) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioQueueGetProperty (line 588) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioQueueGetPropertySize (line 591) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioQueueSetProperty (line 594) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method GetProperty (line 597) | public bool GetProperty(AudioQueueProperty property, ref int dataSize,... method SetProperty (line 602) | public bool SetProperty(AudioQueueProperty property, int dataSize, Int... method GetProperty (line 607) | public IntPtr GetProperty(AudioQueueProperty property, out int size) method GetProperty (line 627) | public T GetProperty(AudioQueueProperty property) where T : struct method GetInt (line 654) | private unsafe int GetInt(AudioQueueProperty property) method SetInt (line 666) | private unsafe int SetInt(AudioQueueProperty property, int val) method GetDouble (line 677) | private unsafe double GetDouble(AudioQueueProperty property) method AudioQueueProcessingTapNew (line 689) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method CreateProcessingTap (line 692) | [Obsolete("Use CreateProcessingTap (AudioQueueProcessingTapDelegate, A... method CreateProcessingTap (line 699) | [Since(6, 0)] FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueBuffer.cs type AudioQueueBuffer (line 5) | public struct AudioQueueBuffer method CopyToAudioData (line 23) | public unsafe void CopyToAudioData(IntPtr source, int size) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueChannelAssignment.cs type AudioQueueChannelAssignment (line 6) | public struct AudioQueueChannelAssignment method AudioQueueChannelAssignment (line 12) | public AudioQueueChannelAssignment(CFString deviceUID, uint channelNum... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueDeviceProperty.cs type AudioQueueDeviceProperty (line 3) | public enum AudioQueueDeviceProperty FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueException.cs class AudioQueueException (line 5) | public class AudioQueueException : Exception method Lookup (line 9) | private static string Lookup(int k) method AudioQueueException (line 39) | internal AudioQueueException(AudioQueueStatus k) method AudioQueueException (line 45) | internal AudioQueueException(int k) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueHardwareCodecPolicy.cs type AudioQueueHardwareCodecPolicy (line 3) | public enum AudioQueueHardwareCodecPolicy FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueLevelMeterState.cs type AudioQueueLevelMeterState (line 3) | public struct AudioQueueLevelMeterState FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueParameter.cs type AudioQueueParameter (line 3) | public enum AudioQueueParameter : uint FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueParameterEvent.cs type AudioQueueParameterEvent (line 6) | [StructLayout(LayoutKind.Explicit)] method AudioQueueParameterEvent (line 19) | public AudioQueueParameterEvent(AudioQueueParameter parameter, float v... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueProcessingTap.cs class AudioQueueProcessingTap (line 6) | public class AudioQueueProcessingTap : IDisposable method AudioQueueProcessingTap (line 22) | internal AudioQueueProcessingTap(AudioQueueProcessingTapDelegate callb... method Dispose (line 33) | public void Dispose() method Dispose (line 39) | protected virtual void Dispose(bool disposing) method AudioQueueProcessingTapDispose (line 52) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioQueueProcessingTapGetSourceAudio (line 55) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method GetSourceAudio (line 59) | [Obsolete("Use overload with AudioBuffers")] method AudioQueueProcessingTapGetSourceAudio (line 69) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method GetSourceAudio (line 72) | public AudioQueueStatus GetSourceAudio(uint numberOfFrames, ref AudioT... method AudioQueueProcessingTapGetQueueTime (line 81) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method GetQueueTime (line 84) | public AudioQueueStatus GetQueueTime(out double sampleTime, out uint f... method TapCallback (line 89) | [MonoPInvokeCallback(typeof(AudioQueueProcessingTapCallbackShared))] FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueProcessingTapFlags.cs type AudioQueueProcessingTapFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueProperty.cs type AudioQueueProperty (line 3) | public enum AudioQueueProperty : uint FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueStatus.cs type AudioQueueStatus (line 3) | public enum AudioQueueStatus FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioQueueTimeline.cs class AudioQueueTimeline (line 6) | public class AudioQueueTimeline : IDisposable method AudioQueueTimeline (line 12) | internal AudioQueueTimeline(IntPtr queueHandle, IntPtr timelineHandle) method AudioQueueDisposeTimeline (line 18) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Dispose (line 21) | public void Dispose() method Dispose (line 26) | public virtual void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioServices.cs class AudioServices (line 5) | internal static class AudioServices method AudioServicesGetProperty (line 7) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioServicesSetProperty (line 10) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioServicesError.cs type AudioServicesError (line 3) | public enum AudioServicesError FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioServicesPropertyKey.cs type AudioServicesPropertyKey (line 3) | internal enum AudioServicesPropertyKey : uint FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSession.cs class AudioSession (line 11) | public static class AudioSession method AudioSessionInitialize (line 362) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Initialize (line 365) | public static void Initialize() method Initialize (line 370) | public static void Initialize(CFRunLoop runLoop, string runMode) method Interruption (line 407) | [MonoPInvokeCallback(typeof(InterruptionListener))] method AudioSessionSetActive (line 413) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method SetActive (line 416) | public static void SetActive(bool active) method AudioSessionSetActive (line 425) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method SetActive (line 428) | [Since(4, 0)] method AudioSessionGetProperty (line 434) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioSessionSetProperty (line 437) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioSessionGetPropertySize (line 440) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method GetDouble (line 443) | private unsafe static double GetDouble(AudioSessionProperty property) method GetFloat (line 455) | private unsafe static float GetFloat(AudioSessionProperty property) method GetInt (line 467) | private unsafe static int GetInt(AudioSessionProperty property) method GetIntPtr (line 479) | private unsafe static IntPtr GetIntPtr(AudioSessionProperty property) method SetDouble (line 491) | private unsafe static void SetDouble(AudioSessionProperty property, do... method SetInt (line 500) | private unsafe static void SetInt(AudioSessionProperty property, int val) method SetFloat (line 509) | private unsafe static void SetFloat(AudioSessionProperty property, flo... method ExtractAccessoryInfo (line 518) | private static AccessoryInfo[] ExtractAccessoryInfo(IntPtr ptr, NSStri... method GetInputRoute (line 533) | internal static AudioSessionInputRouteKind GetInputRoute(NSArray arr) method GetOutputRoutes (line 572) | internal static AudioSessionOutputRouteKind[] GetOutputRoutes(NSArray ... method Listener (line 635) | [MonoPInvokeCallback(typeof(_PropertyListener))] method AudioSessionAddPropertyListener (line 648) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AddListener (line 651) | public static AudioSessionErrors AddListener(AudioSessionProperty prop... method RemoveListener (line 671) | public static void RemoveListener(AudioSessionProperty property, Prope... method AddListenerEvent (line 680) | private static void AddListenerEvent(AudioSessionProperty property, ob... method RemoveListenerEvent (line 693) | private static void RemoveListenerEvent(AudioSessionProperty property,... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionActiveFlags.cs type AudioSessionActiveFlags (line 3) | public enum AudioSessionActiveFlags : uint FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionCategory.cs type AudioSessionCategory (line 3) | public enum AudioSessionCategory FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionErrors.cs type AudioSessionErrors (line 3) | public enum AudioSessionErrors FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionException.cs class AudioSessionException (line 5) | public class AudioSessionException : Exception method Lookup (line 9) | private static string Lookup(int k) method AudioSessionException (line 26) | internal AudioSessionException(int k) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionInputRouteKind.cs type AudioSessionInputRouteKind (line 3) | public enum AudioSessionInputRouteKind FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionInterruptionState.cs type AudioSessionInterruptionState (line 3) | public enum AudioSessionInterruptionState FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionInterruptionType.cs type AudioSessionInterruptionType (line 3) | public enum AudioSessionInterruptionType FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionMode.cs type AudioSessionMode (line 3) | public enum AudioSessionMode FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionOutputRouteKind.cs type AudioSessionOutputRouteKind (line 3) | public enum AudioSessionOutputRouteKind FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionProperty.cs type AudioSessionProperty (line 5) | public enum AudioSessionProperty FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionPropertyEventArgs.cs class AudioSessionPropertyEventArgs (line 5) | public class AudioSessionPropertyEventArgs : EventArgs method AudioSessionPropertyEventArgs (line 13) | public AudioSessionPropertyEventArgs(AudioSessionProperty prop, int si... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionRouteChangeEventArgs.cs class AudioSessionRouteChangeEventArgs (line 7) | public class AudioSessionRouteChangeEventArgs : EventArgs method AudioSessionRouteChangeEventArgs (line 62) | static AudioSessionRouteChangeEventArgs() method AudioSessionRouteChangeEventArgs (line 71) | public AudioSessionRouteChangeEventArgs(IntPtr dictHandle) method Extract (line 76) | private NSArray Extract(IntPtr key, NSString secondKey) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionRouteChangeReason.cs type AudioSessionRouteChangeReason (line 3) | public enum AudioSessionRouteChangeReason FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSessionRoutingOverride.cs type AudioSessionRoutingOverride (line 3) | public enum AudioSessionRoutingOverride FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioSource.cs class AudioSource (line 6) | public abstract class AudioSource : AudioFile method AudioSource (line 20) | static AudioSource() method SourceRead (line 28) | [MonoPInvokeCallback(typeof(ReadProc))] method Read (line 38) | public abstract bool Read(long position, int requestCount, IntPtr buff... method SourceWrite (line 40) | [MonoPInvokeCallback(typeof(WriteProc))] method Write (line 50) | public abstract bool Write(long position, int requestCount, IntPtr buf... method SourceGetSize (line 52) | [MonoPInvokeCallback(typeof(GetSizeProc))] method SourceSetSize (line 58) | [MonoPInvokeCallback(typeof(SetSizeProc))] method Dispose (line 65) | protected override void Dispose(bool disposing) method AudioFileInitializeWithCallbacks (line 74) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioSource (line 77) | public AudioSource(AudioFileType inFileType, AudioStreamBasicDescripti... method AudioSource (line 83) | public AudioSource() method Initialize (line 88) | protected void Initialize(AudioFileType inFileType, AudioStreamBasicDe... method AudioFileOpenWithCallbacks (line 101) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioSource (line 104) | public AudioSource(AudioFileType fileTypeHint) method Open (line 110) | protected void Open(AudioFileType fileTypeHint) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioStreamBasicDescription.cs type AudioStreamBasicDescription (line 7) | [DebuggerDisplay("{FormatName}")] method AudioStreamBasicDescription (line 88) | public AudioStreamBasicDescription(AudioFormatType formatType) method CreateLinearPCM (line 94) | public static AudioStreamBasicDescription CreateLinearPCM(double sampl... method GetAvailableEncodeChannelLayoutTags (line 110) | public unsafe static AudioChannelLayoutTag[] GetAvailableEncodeChannel... method GetAvailableEncodeNumberChannels (line 128) | public unsafe static int[] GetAvailableEncodeNumberChannels(AudioStrea... method GetOutputFormatList (line 145) | public unsafe AudioFormat[] GetOutputFormatList(byte[] magicCookie = n... method GetFormatList (line 166) | public unsafe AudioFormat[] GetFormatList(byte[] magicCookie) method GetFormatInfo (line 196) | public unsafe static AudioFormatError GetFormatInfo(ref AudioStreamBas... method ToString (line 202) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioStreamPacketDescription.cs type AudioStreamPacketDescription (line 3) | public struct AudioStreamPacketDescription method ToString (line 11) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioTimeStamp.cs type AudioTimeStamp (line 6) | public struct AudioTimeStamp type AtsFlags (line 8) | [Flags] method ToString (line 33) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/AudioValueRange.cs type AudioValueRange (line 3) | public struct AudioValueRange FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/BytePacketTranslationFlags.cs type BytePacketTranslationFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/InputAudioQueue.cs class InputAudioQueue (line 7) | public class InputAudioQueue : AudioQueue method input_callback (line 13) | [MonoPInvokeCallback(typeof(AudioQueueInputCallback))] method OnInputCompleted (line 19) | protected virtual void OnInputCompleted(IntPtr audioQueueBuffer, Audio... method AudioQueueNewInput (line 24) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method InputAudioQueue (line 27) | public InputAudioQueue(AudioStreamBasicDescription desc) method InputAudioQueue (line 32) | public InputAudioQueue(AudioStreamBasicDescription desc, CFRunLoop run... method EnqueueBuffer (line 49) | public unsafe AudioQueueStatus EnqueueBuffer(AudioQueueBuffer* buffer) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/InputCompletedEventArgs.cs class InputCompletedEventArgs (line 5) | public class InputCompletedEventArgs : EventArgs method InputCompletedEventArgs (line 25) | public InputCompletedEventArgs(IntPtr audioQueueBuffer, AudioTimeStamp... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/InputSourceInfo.cs class InputSourceInfo (line 3) | public class InputSourceInfo FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/MutableAudioBufferList.cs class MutableAudioBufferList (line 6) | [Obsolete("Use AudioBuffers")] method MutableAudioBufferList (line 9) | public MutableAudioBufferList(int nubuffers, int bufferSize) method Dispose (line 20) | public void Dispose() method Dispose (line 26) | public virtual void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/OutputAudioQueue.cs class OutputAudioQueue (line 7) | public class OutputAudioQueue : AudioQueue method AudioQueueNewOutput (line 13) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method output_callback (line 16) | [MonoPInvokeCallback(typeof(AudioQueueOutputCallback))] method OnOutputCompleted (line 22) | protected virtual void OnOutputCompleted(IntPtr audioQueueBuffer) method OutputAudioQueue (line 27) | public OutputAudioQueue(AudioStreamBasicDescription desc) method OutputAudioQueue (line 32) | public OutputAudioQueue(AudioStreamBasicDescription desc, CFRunLoop ru... method OutputAudioQueue (line 37) | public OutputAudioQueue(AudioStreamBasicDescription desc, CFRunLoop ru... method AudioQueueSetOfflineRenderFormat2 (line 51) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioQueueSetOfflineRenderFormat (line 54) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method SetOfflineRenderFormat (line 57) | public AudioQueueStatus SetOfflineRenderFormat(AudioStreamBasicDescrip... method DisableOfflineRender (line 71) | public AudioQueueStatus DisableOfflineRender() method AudioQueueOfflineRender (line 76) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method RenderOffline (line 79) | public unsafe AudioQueueStatus RenderOffline(double timeStamp, AudioQu... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/OutputCompletedEventArgs.cs class OutputCompletedEventArgs (line 5) | public class OutputCompletedEventArgs : EventArgs method OutputCompletedEventArgs (line 21) | public OutputCompletedEventArgs(IntPtr audioQueueBuffer) method OutputCompletedEventArgs (line 26) | public unsafe OutputCompletedEventArgs(AudioQueueBuffer* audioQueueBuf... FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/PacketReceivedEventArgs.cs class PacketReceivedEventArgs (line 5) | public class PacketReceivedEventArgs : EventArgs method PacketReceivedEventArgs (line 13) | public PacketReceivedEventArgs(int numberOfBytes, IntPtr inputData, Au... method ToString (line 20) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/PanningMode.cs type PanningMode (line 3) | public enum PanningMode FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/PropertyFoundEventArgs.cs class PropertyFoundEventArgs (line 5) | public class PropertyFoundEventArgs : EventArgs method PropertyFoundEventArgs (line 11) | public PropertyFoundEventArgs(AudioFileStreamProperty propertyID, Audi... method ToString (line 17) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/SmpteTime.cs type SmpteTime (line 3) | public struct SmpteTime method ToString (line 23) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/SmpteTimeType.cs type SmpteTimeType (line 3) | public enum SmpteTimeType FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/SystemSound.cs class SystemSound (line 9) | public class SystemSound : INativeObject, IDisposable method SystemSound (line 78) | internal SystemSound(uint soundId, bool ownsHandle) method AssertNotDisposed (line 89) | private void AssertNotDisposed() method Dispose (line 97) | void IDisposable.Dispose() method Dispose (line 103) | protected virtual void Dispose(bool disposing) method AudioServicesDisposeSystemSoundID (line 108) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method Cleanup (line 111) | private void Cleanup(bool checkForError) method Close (line 133) | public void Close() method AudioServicesPlayAlertSound (line 138) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method PlayAlertSound (line 141) | public void PlayAlertSound() method AudioServicesPlaySystemSound (line 147) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method PlaySystemSound (line 150) | public void PlaySystemSound() method AudioServicesCreateSystemSoundID (line 156) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method SystemSound (line 159) | public SystemSound(NSUrl fileUrl) method FromFile (line 169) | public static SystemSound FromFile(NSUrl fileUrl) method FromFile (line 178) | public static SystemSound FromFile(string filename) method AudioServicesAddSystemSoundCompletion (line 188) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method SoundCompletionShared (line 191) | [MonoPInvokeCallback(typeof(Action))] method AddSystemSoundCompletion (line 197) | public AudioServicesError AddSystemSoundCompletion(Action routine, CFR... method AudioServicesRemoveSystemSoundCompletion (line 208) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method RemoveSystemSoundCompletion (line 211) | public void RemoveSystemSoundCompletion() FILE: Source/Platform/Mac/Xamarin.Mac/AudioToolbox/SystemSoundId.cs type SystemSoundId (line 3) | internal enum SystemSoundId : uint FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AUGraph.cs class AUGraph (line 8) | public class AUGraph : IDisposable method AUGraph (line 48) | internal AUGraph(IntPtr ptr) method AUGraph (line 59) | public AUGraph() method renderCallback (line 68) | [MonoPInvokeCallback(typeof(AudioUnit.AURenderCallback))] method Open (line 80) | public void Open() method TryOpen (line 89) | public int TryOpen() method AddNode (line 94) | public int AddNode(AudioComponentDescription description) method RemoveNode (line 105) | public AUGraphError RemoveNode(int node) method GetCPULoad (line 110) | public AUGraphError GetCPULoad(out float averageCPULoad) method GetMaxCPULoad (line 115) | public AUGraphError GetMaxCPULoad(out float maxCPULoad) method GetNode (line 120) | public AUGraphError GetNode(uint index, out int node) method GetNodeCount (line 125) | public AUGraphError GetNodeCount(out int count) method GetNodeInfo (line 130) | public AudioUnit GetNodeInfo(int node) method GetNumberOfInteractions (line 145) | public AUGraphError GetNumberOfInteractions(out uint interactionsCount) method GetNumberOfInteractions (line 150) | public AUGraphError GetNumberOfInteractions(int node, out uint interac... method ConnnectNodeInput (line 155) | public AUGraphError ConnnectNodeInput(int sourceNode, uint sourceOutpu... method DisconnectNodeInput (line 160) | public AUGraphError DisconnectNodeInput(int destNode, uint destInputNu... method ClearConnections (line 165) | public AUGraphError ClearConnections() method Start (line 170) | public AUGraphError Start() method Stop (line 175) | public AUGraphError Stop() method Initialize (line 180) | public AUGraphError Initialize() method Update (line 185) | public bool Update() method Dispose (line 191) | public void Dispose() method Dispose (line 197) | public virtual void Dispose(bool disposing) method NewAUGraph (line 214) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphOpen (line 217) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphAddNode (line 220) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphRemoveNode (line 223) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphGetNodeCount (line 226) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphGetIndNode (line 229) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphNodeInfo (line 232) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphNodeInfo (line 235) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphClearConnections (line 238) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphConnectNodeInput (line 241) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphDisconnectNodeInput (line 244) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphGetNumberOfInteractions (line 247) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphCountNodeInteractions (line 250) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphInitialize (line 253) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphAddRenderNotify (line 256) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphStart (line 259) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphStop (line 262) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphUninitialize (line 265) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphClose (line 268) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method DisposeAUGraph (line 271) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphIsOpen (line 274) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphIsInitialized (line 277) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphIsRunning (line 280) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphGetCPULoad (line 283) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphGetMaxCPULoad (line 286) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphSetNodeInputCallback (line 289) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AUGraphUpdate (line 292) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AUGraphError.cs type AUGraphError (line 3) | public enum AUGraphError FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AURenderCallbackStruct.cs type AURenderCallbackStruct (line 5) | internal struct AURenderCallbackStruct FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioCodecManufacturer.cs type AudioCodecManufacturer (line 3) | public enum AudioCodecManufacturer : uint FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioComponent.cs class AudioComponent (line 8) | public class AudioComponent : INativeObject method AudioComponent (line 50) | internal AudioComponent(IntPtr handle) method CreateAudioUnit (line 55) | public AudioUnit CreateAudioUnit() method FindNextComponent (line 60) | public static AudioComponent FindNextComponent(AudioComponent cmp, Aud... method FindComponent (line 70) | public static AudioComponent FindComponent(AudioComponentDescription cd) method FindComponent (line 75) | public static AudioComponent FindComponent(AudioTypeOutput output) method FindComponent (line 80) | public static AudioComponent FindComponent(AudioTypeMusicDevice musicD... method FindComponent (line 85) | public static AudioComponent FindComponent(AudioTypeConverter conveter) method FindComponent (line 90) | public static AudioComponent FindComponent(AudioTypeEffect effect) method FindComponent (line 95) | public static AudioComponent FindComponent(AudioTypeMixer mixer) method FindComponent (line 100) | public static AudioComponent FindComponent(AudioTypePanner panner) method FindComponent (line 105) | public static AudioComponent FindComponent(AudioTypeGenerator generator) method AudioComponentFindNext (line 110) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioComponentCopyName (line 113) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioComponentGetDescription (line 116) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioComponentCount (line 119) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method CountMatches (line 122) | private static int CountMatches(AudioComponentDescription desc) method AudioComponentGetVersion (line 131) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioComponentDescription.cs class AudioComponentDescription (line 5) | [StructLayout(LayoutKind.Sequential)] method AudioComponentDescription (line 21) | public AudioComponentDescription() method AudioComponentDescription (line 25) | internal AudioComponentDescription(AudioComponentType type, int subType) method CreateGeneric (line 32) | public static AudioComponentDescription CreateGeneric(AudioComponentTy... method CreateOutput (line 37) | public static AudioComponentDescription CreateOutput(AudioTypeOutput o... method CreateMusicDevice (line 42) | public static AudioComponentDescription CreateMusicDevice(AudioTypeMus... method CreateConverter (line 47) | public static AudioComponentDescription CreateConverter(AudioTypeConve... method CreateEffect (line 52) | public static AudioComponentDescription CreateEffect(AudioTypeEffect e... method CreateMixer (line 57) | public static AudioComponentDescription CreateMixer(AudioTypeMixer mixer) method CreatePanner (line 62) | public static AudioComponentDescription CreatePanner(AudioTypePanner p... method CreateGenerator (line 67) | public static AudioComponentDescription CreateGenerator(AudioTypeGener... method ToString (line 72) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioComponentFlag.cs type AudioComponentFlag (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioComponentManufacturerType.cs type AudioComponentManufacturerType (line 3) | public enum AudioComponentManufacturerType : uint FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioComponentType.cs type AudioComponentType (line 3) | public enum AudioComponentType : uint FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioGraphEventArgs.cs class AudioGraphEventArgs (line 6) | [Obsolete] method AudioGraphEventArgs (line 9) | public AudioGraphEventArgs(AudioUnitRenderActionFlags actionFlags, Aud... FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioTypeConverter.cs type AudioTypeConverter (line 3) | public enum AudioTypeConverter FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioTypeEffect.cs type AudioTypeEffect (line 3) | public enum AudioTypeEffect FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioTypeGenerator.cs type AudioTypeGenerator (line 3) | public enum AudioTypeGenerator FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioTypeMixer.cs type AudioTypeMixer (line 3) | public enum AudioTypeMixer FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioTypeMusicDevice.cs type AudioTypeMusicDevice (line 5) | public enum AudioTypeMusicDevice FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioTypeOutput.cs type AudioTypeOutput (line 3) | public enum AudioTypeOutput FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioTypePanner.cs type AudioTypePanner (line 3) | public enum AudioTypePanner FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioUnit.cs class AudioUnit (line 8) | public class AudioUnit : IDisposable, INativeObject class AURenderCallbackStrct (line 13) | [StructLayout(LayoutKind.Sequential)] method AudioUnit (line 41) | internal AudioUnit(IntPtr ptr) method AudioUnit (line 47) | public AudioUnit(AudioComponent component) method BrokenSetRender (line 66) | [Obsolete] method renderCallback (line 79) | [Obsolete] method SetAudioFormat (line 92) | public void SetAudioFormat(AudioStreamBasicDescription audioFormat, Au... method GetAudioFormat (line 101) | public AudioStreamBasicDescription GetAudioFormat(AudioUnitScopeType s... method SetEnableIO (line 113) | public AudioUnitStatus SetEnableIO(bool enableIO, AudioUnitScopeType s... method SetMaximumFramesPerSlice (line 119) | public AudioUnitStatus SetMaximumFramesPerSlice(uint value, AudioUnitS... method SetRenderCallback (line 124) | public AudioUnitStatus SetRenderCallback(RenderDelegate renderDelegate... method RenderCallbackImpl (line 133) | [MonoPInvokeCallback(typeof(RenderCallbackShared))] method Initialize (line 139) | public int Initialize() method Uninitialize (line 144) | public int Uninitialize() method Start (line 149) | public void Start() method Stop (line 158) | public void Stop() method Render (line 167) | public AudioUnitStatus Render(ref AudioUnitRenderActionFlags actionFla... method Render (line 172) | [Obsolete] method TryRender (line 182) | [Obsolete] method SetParameter (line 188) | public AudioUnitStatus SetParameter(AudioUnitParameterType type, float... method Dispose (line 193) | public void Dispose() method AudioComponentInstanceDispose (line 199) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method Dispose (line 202) | public void Dispose(bool disposing) method AudioComponentInstanceNew (line 214) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioComponentInstanceGetComponent (line 217) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioUnitInitialize (line 220) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioUnitUninitialize (line 223) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioOutputUnitStart (line 226) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioOutputUnitStop (line 229) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioUnitRender (line 232) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioUnitRender (line 236) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioUnitSetProperty (line 239) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioUnitSetProperty (line 243) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioUnitSetProperty (line 246) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioUnitSetProperty (line 249) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioUnitGetProperty (line 252) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioUnitGetProperty (line 255) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] method AudioUnitSetParameter (line 258) | [DllImport("/System/Library/Frameworks/AudioUnit.framework/AudioUnit")] FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioUnitEventArgs.cs class AudioUnitEventArgs (line 6) | [Obsolete] method AudioUnitEventArgs (line 19) | public AudioUnitEventArgs(AudioUnitRenderActionFlags actionFlags, Audi... FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioUnitException.cs class AudioUnitException (line 5) | public class AudioUnitException : Exception method Lookup (line 7) | private static string Lookup(int k) method AudioUnitException (line 32) | internal AudioUnitException(int k) FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioUnitParameterType.cs type AudioUnitParameterType (line 3) | public enum AudioUnitParameterType FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioUnitPropertyIDType.cs type AudioUnitPropertyIDType (line 3) | public enum AudioUnitPropertyIDType FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioUnitRenderActionFlags.cs type AudioUnitRenderActionFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioUnitScopeType.cs type AudioUnitScopeType (line 3) | public enum AudioUnitScopeType FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioUnitStatus.cs type AudioUnitStatus (line 3) | public enum AudioUnitStatus FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/AudioUnitUtils.cs class AudioUnitUtils (line 8) | public static class AudioUnitUtils method AUCanonicalASBD (line 12) | [Advice("Use AudioStreamBasicDescription::CreateLinearPCM instead")] method SetOverrideCategoryDefaultToSpeaker (line 29) | [Advice("Use AudioSession::OverrideCategoryDefaultToSpeaker instead")] method AudioSessionSetProperty (line 39) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/ExtAudioFile.cs class ExtAudioFile (line 8) | public class ExtAudioFile : IDisposable type PropertyIDType (line 10) | private enum PropertyIDType method ExtAudioFile (line 119) | private ExtAudioFile(IntPtr ptr) method OpenUrl (line 129) | public unsafe static ExtAudioFile OpenUrl(CFUrl url) method CreateWithUrl (line 148) | public unsafe static ExtAudioFile CreateWithUrl(CFUrl url, AudioFileTy... method WrapAudioFileID (line 167) | public unsafe static ExtAudioFileError WrapAudioFileID(IntPtr audioFil... method Seek (line 180) | public void Seek(long frameOffset) method FileTell (line 189) | public long FileTell() method Read (line 200) | [Obsolete("Use overload with AudioBuffers")] method Read (line 215) | public uint Read(uint numberFrames, AudioBuffers audioBufferList, out ... method WriteAsync (line 225) | [Obsolete("Use overload with AudioBuffers")] method WriteAsync (line 235) | public ExtAudioFileError WriteAsync(uint numberFrames, AudioBuffers au... method Write (line 244) | public ExtAudioFileError Write(uint numberFrames, AudioBuffers audioBu... method SynchronizeAudioConverter (line 253) | public ExtAudioFileError SynchronizeAudioConverter() method Dispose (line 259) | public void Dispose() method Dispose (line 265) | protected virtual void Dispose(bool disposing) method ExtAudioFileOpenUrl (line 274) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileWrapAudioFileID (line 277) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileRead (line 280) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileRead (line 284) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileWrite (line 287) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileWriteAsync (line 290) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileWriteAsync (line 294) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileDispose (line 297) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileSeek (line 300) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileTell (line 303) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileCreateWithUrl (line 306) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileGetProperty (line 309) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileGetProperty (line 312) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileGetProperty (line 315) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileGetProperty (line 318) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileGetProperty (line 321) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileSetProperty (line 324) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method ExtAudioFileSetProperty (line 327) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnit/ExtAudioFileError.cs type ExtAudioFileError (line 3) | public enum ExtAudioFileError FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnitWrapper/_AudioConverter.cs class _AudioConverter (line 7) | [Obsolete("Use AudioConverter")] type AudioConverterPropertyIDType (line 12) | private enum AudioConverterPropertyIDType method _AudioConverter (line 34) | private _AudioConverter() method complexInputDataProc (line 40) | [MonoPInvokeCallback(typeof(AudioConverterComplexInputDataProc))] method CreateInstance (line 52) | public unsafe static _AudioConverter CreateInstance(AudioStreamBasicDe... method FillBuffer (line 65) | public void FillBuffer(AudioBufferList data, uint numberFrames, AudioS... method Dispose (line 75) | public void Dispose() method AudioConverterFillComplexBuffer (line 80) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterNew (line 83) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterSetProperty (line 86) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... method AudioConverterSetProperty (line 89) | [DllImport("/System/Library/Frameworks/AudioToolbox.framework/AudioToo... FILE: Source/Platform/Mac/Xamarin.Mac/AudioUnitWrapper/_AudioConverterEventArgs.cs class _AudioConverterEventArgs (line 6) | [Obsolete("Use AudioConverter")] method _AudioConverterEventArgs (line 15) | public _AudioConverterEventArgs(uint _NumberDataPackets, AudioBufferLi... FILE: Source/Platform/Mac/Xamarin.Mac/Builder/ActionMarshaler.cs class ActionMarshaler (line 5) | internal class ActionMarshaler : ICustomMarshaler... method CleanUpManagedData (line 9) | public void CleanUpManagedData(object ManagedObj) method CleanUpNativeData (line 14) | public void CleanUpNativeData(IntPtr pNativeData) method GetNativeDataSize (line 19) | public int GetNativeDataSize() method MarshalManagedToNative (line 24) | public IntPtr MarshalManagedToNative(object ManagedObj) method MarshalNativeToManaged (line 35) | public object MarshalNativeToManaged(IntPtr pNativeData) method GetInstance (line 48) | public static ICustomMarshaler GetInstance(string cookie) FILE: Source/Platform/Mac/Xamarin.Mac/Builder/InterfaceMarshaler.cs class InterfaceMarshaler (line 6) | public class InterfaceMarshaler : ICustom... method CleanUpManagedData (line 10) | void ICustomMarshaler.CleanUpManagedData(object ManagedObj) method CleanUpNativeData (line 14) | void ICustomMarshaler.CleanUpNativeData(IntPtr pNativeData) method GetNativeDataSize (line 18) | int ICustomMarshaler.GetNativeDataSize() method MarshalManagedToNative (line 23) | IntPtr ICustomMarshaler.MarshalManagedToNative(object ManagedObj) method MarshalNativeToManaged (line 34) | object ICustomMarshaler.MarshalNativeToManaged(IntPtr pNativeData) method GetInstance (line 40) | public static ICustomMarshaler GetInstance(string cookie) FILE: Source/Platform/Mac/Xamarin.Mac/Builder/NSObjectMarshaler.cs class NSObjectMarshaler (line 7) | public class NSObjectMarshaler : ICustomMarshaler where T : NSObject method MarshalNativeToManaged (line 11) | public object MarshalNativeToManaged(IntPtr handle) method MarshalManagedToNative (line 16) | public IntPtr MarshalManagedToNative(object obj) method CleanUpNativeData (line 29) | public void CleanUpNativeData(IntPtr handle) method CleanUpManagedData (line 33) | public void CleanUpManagedData(object obj) method GetNativeDataSize (line 37) | public int GetNativeDataSize() method GetInstance (line 42) | public static ICustomMarshaler GetInstance(string cookie) FILE: Source/Platform/Mac/Xamarin.Mac/Builder/NativeConstructorBuilder.cs class NativeConstructorBuilder (line 9) | internal class NativeConstructorBuilder : NativeImplementationBuilder method NativeConstructorBuilder (line 25) | internal NativeConstructorBuilder(ConstructorInfo cinfo) method CreateDelegate (line 45) | internal override Delegate CreateDelegate() FILE: Source/Platform/Mac/Xamarin.Mac/Builder/NativeImplementationBuilder.cs class NativeImplementationBuilder (line 10) | internal abstract class NativeImplementationBuilder method NativeImplementationBuilder (line 12) | static NativeImplementationBuilder() method CreateDelegate (line 60) | internal abstract Delegate CreateDelegate(); method CreateDelegateType (line 62) | protected Type CreateDelegateType(Type return_type, Type[] argument_ty... method CreateDelegateTypeWithProxy (line 106) | protected Type CreateDelegateTypeWithProxy(Type return_type, Type[] ar... method NeedsCustomMarshaler (line 145) | private bool NeedsCustomMarshaler(Type t) method NeedsCustomMarshalerWithProxy (line 156) | private bool NeedsCustomMarshalerWithProxy(Type t, Type? rawType, Type... method MarshalerForType (line 176) | private Type MarshalerForType(Type t) method MarshalerForTypeWithProxy (line 187) | private Type MarshalerForTypeWithProxy(Type t, Type? rawType , Type? p... method SetupParameter (line 204) | private void SetupParameter(MethodBuilder builder, int index, Type t) method SetupParameterWithProxy (line 213) | private void SetupParameterWithProxy(MethodBuilder builder, int index,... method IsWrappedType (line 222) | protected bool IsWrappedType(Type type) method ConvertParameters (line 230) | protected void ConvertParameters(ParameterInfo[] parms, bool isstatic,... method DeclareLocals (line 274) | protected void DeclareLocals(ILGenerator il) method ConvertArguments (line 296) | protected void ConvertArguments(ILGenerator il, int locoffset) method LoadArguments (line 364) | protected void LoadArguments(ILGenerator il, int locoffset) method UpdateByRefArguments (line 418) | protected void UpdateByRefArguments(ILGenerator il, int locoffset) FILE: Source/Platform/Mac/Xamarin.Mac/Builder/NativeMethodBuilder.cs class NativeMethodBuilder (line 9) | internal class NativeMethodBuilder : NativeImplementationBuilder method NativeMethodBuilder (line 21) | internal NativeMethodBuilder(MethodInfo minfo) method NativeMethodBuilder (line 26) | internal NativeMethodBuilder(MethodInfo minfo, Type type, ExportAttrib... method NativeMethodBuilder (line 45) | internal NativeMethodBuilder(Type type, MethodInfo methodInfo, Protoco... method ConvertReturnType (line 76) | private Type ConvertReturnType(Type type) method CreateDelegate (line 96) | internal override Delegate CreateDelegate() FILE: Source/Platform/Mac/Xamarin.Mac/Builder/SelectorMarshaler.cs class SelectorMarshaler (line 7) | public class SelectorMarshaler : ICustomMarshaler method MarshalNativeToManaged (line 11) | public object MarshalNativeToManaged(IntPtr handle) method MarshalManagedToNative (line 16) | public IntPtr MarshalManagedToNative(object obj) method CleanUpNativeData (line 29) | public void CleanUpNativeData(IntPtr handle) method CleanUpManagedData (line 33) | public void CleanUpManagedData(object obj) method GetNativeDataSize (line 37) | public int GetNativeDataSize() method GetInstance (line 42) | public static ICustomMarshaler GetInstance(string cookie) FILE: Source/Platform/Mac/Xamarin.Mac/Builder/TypeConverter.cs class TypeConverter (line 8) | public static class TypeConverter method ToManaged (line 10) | public static Type ToManaged(string type) method ToNative (line 83) | public static string ToNative(Type type) FILE: Source/Platform/Mac/Xamarin.Mac/Constants.cs class Constants (line 1) | public static class Constants FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAAction.cs class CAAction (line 8) | [Protocol] method CAAction (line 13) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAAction (line 28) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAAction (line 34) | [EditorBrowsable(EditorBrowsableState.Advanced)] method RunAction (line 40) | [Export("runActionForKey:object:arguments:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAAnimation.cs class CAAnimation (line 9) | [Register("CAAnimation", true)] class _CAAnimationDelegate (line 12) | [Register] method AnimationStarted (line 19) | [Preserve(Conditional = true)] method AnimationStopped (line 25) | [Preserve(Conditional = true)] method CurrentMediaTime (line 670) | [DllImport("/System/Library/Frameworks/QuartzCore.framework/QuartzCore... method CAAnimation (line 673) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAAnimation (line 688) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAAnimation (line 703) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAAnimation (line 709) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CreateAnimation (line 715) | [Export("animation")] method DefaultValue (line 721) | [Export("defaultValueForKey:")] method WillChangeValueForKey (line 734) | [Export("willChangeValueForKey:")] method DidChangeValueForKey (line 753) | [Export("didChangeValueForKey:")] method ShouldArchiveValueForKey (line 772) | [Export("shouldArchiveValueForKey:")] method EnsureCAAnimationDelegate (line 785) | private _CAAnimationDelegate EnsureCAAnimationDelegate() method Dispose (line 795) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAAnimationDelegate.cs class CAAnimationDelegate (line 8) | [Register("CAAnimationDelegate", false)] method CAAnimationDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAAnimationDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAAnimationDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAAnimationDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AnimationStarted (line 54) | [Export("animationDidStart:")] method AnimationStopped (line 60) | [Export("animationDidStop:finished:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAAnimationGroup.cs class CAAnimationGroup (line 8) | [Register("CAAnimationGroup", true)] method CAAnimationGroup (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAAnimationGroup (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAAnimationGroup (line 81) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAAnimationGroup (line 87) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CreateAnimation (line 93) | [Export("animation")] method Dispose (line 99) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAAnimationStateEventArgs.cs class CAAnimationStateEventArgs (line 5) | public class CAAnimationStateEventArgs : EventArgs method CAAnimationStateEventArgs (line 9) | public CAAnimationStateEventArgs(bool finished) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAAutoresizingMask.cs type CAAutoresizingMask (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CABarBeatTime.cs type CABarBeatTime (line 3) | public struct CABarBeatTime FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CABasicAnimation.cs class CABasicAnimation (line 8) | [Register("CABasicAnimation", true)] method CABasicAnimation (line 101) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CABasicAnimation (line 116) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CABasicAnimation (line 131) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CABasicAnimation (line 137) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromKeyPath (line 143) | [Export("animationWithKeyPath:")] method Dispose (line 156) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAConstraint.cs class CAConstraint (line 8) | [Register("CAConstraint", true)] method CAConstraint (line 83) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAConstraint (line 98) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAConstraint (line 113) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAConstraint (line 119) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 125) | [Export("constraintWithAttribute:relativeTo:attribute:scale:offset:")] method Create (line 138) | [Export("constraintWithAttribute:relativeTo:attribute:offset:")] method Create (line 151) | [Export("constraintWithAttribute:relativeTo:attribute:")] method CAConstraint (line 164) | [Export("initWithAttribute:relativeTo:attribute:scale:offset:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAConstraintAttribute.cs type CAConstraintAttribute (line 3) | public enum CAConstraintAttribute FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAConstraintLayoutManager.cs class CAConstraintLayoutManager (line 8) | [Register("CAConstraintLayoutManager", true)] method CAConstraintLayoutManager (line 28) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAConstraintLayoutManager (line 43) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAConstraintLayoutManager (line 58) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAConstraintLayoutManager (line 64) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAEdgeAntialiasingMask.cs type CAEdgeAntialiasingMask (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAEmitterCell.cs class CAEmitterCell (line 9) | [Register("CAEmitterCell", true)] method CAEmitterCell (line 973) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAEmitterCell (line 988) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAEmitterCell (line 1003) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAEmitterCell (line 1009) | [EditorBrowsable(EditorBrowsableState.Advanced)] method EmitterCell (line 1015) | [Export("emitterCell")] method DefaultValueForKey (line 1021) | [Export("defaultValueForKey:")] method ShouldArchiveValueForKey (line 1034) | [Export("shouldArchiveValueForKey:")] method Dispose (line 1047) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAEmitterLayer.cs class CAEmitterLayer (line 9) | [Register("CAEmitterLayer", true)] method CAEmitterLayer (line 701) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAEmitterLayer (line 716) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAEmitterLayer (line 731) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAEmitterLayer (line 737) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 743) | [Export("layer")] method Dispose (line 749) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAFillMode.cs class CAFillMode (line 3) | public class CAFillMode FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAGradientLayer.cs class CAGradientLayer (line 9) | [Register("CAGradientLayer", true)] method CreateColor (line 211) | public CGColor CreateColor(IntPtr p) method CAGradientLayer (line 216) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAGradientLayer (line 231) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAGradientLayer (line 246) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAGradientLayer (line 252) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 258) | [Export("layer")] method Dispose (line 264) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAKeyFrameAnimation.cs class CAKeyFrameAnimation (line 9) | [Register("CAKeyframeAnimation", true)] method FromKeyPath (line 256) | [Obsolete("This method in the future will return a CAKeyFrameAnimation... method CAKeyFrameAnimation (line 262) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAKeyFrameAnimation (line 277) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAKeyFrameAnimation (line 292) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAKeyFrameAnimation (line 298) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetFromKeyPath (line 304) | [Export("animationWithKeyPath:")] method Dispose (line 317) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CALayer.cs class CALayer (line 10) | [Register("CALayer", true)] method CALayer (line 2005) | [Export("initWithLayer:")] method Clone (line 2017) | public virtual void Clone(CALayer other) method ConvertRectfromLayer (line 2021) | [Obsolete("Use ConvertRectFromLayer instead")] method CALayer (line 2027) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CALayer (line 2042) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CALayer (line 2057) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CALayer (line 2063) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 2069) | [Export("layer")] method DefaultValue (line 2075) | [Export("defaultValueForKey:")] method NeedsDisplayForKey (line 2088) | [Export("needsDisplayForKey:")] method RemoveFromSuperLayer (line 2101) | [Export("removeFromSuperlayer")] method AddSublayer (line 2114) | [Export("addSublayer:")] method InsertSublayer (line 2132) | [Export("insertSublayer:atIndex:")] method InsertSublayerBelow (line 2150) | [Export("insertSublayer:below:")] method InsertSublayerAbove (line 2172) | [Export("insertSublayer:above:")] method ReplaceSublayer (line 2194) | [Export("replaceSublayer:with:")] method ConvertPointFromLayer (line 2216) | [Export("convertPoint:fromLayer:")] method ConvertPointToLayer (line 2226) | [Export("convertPoint:toLayer:")] method ConvertRectFromLayer (line 2236) | [Export("convertRect:fromLayer:")] method ConvertRectToLayer (line 2251) | [Export("convertRect:toLayer:")] method ConvertTimeFromLayer (line 2266) | [Export("convertTime:fromLayer:")] method ConvertTimeToLayer (line 2276) | [Export("convertTime:toLayer:")] method HitTest (line 2286) | [Export("hitTest:")] method Contains (line 2296) | [Export("containsPoint:")] method Display (line 2306) | [Export("display")] method SetNeedsDisplay (line 2319) | [Export("setNeedsDisplay")] method SetNeedsDisplayInRect (line 2332) | [Export("setNeedsDisplayInRect:")] method DisplayIfNeeded (line 2345) | [Export("displayIfNeeded")] method DrawInContext (line 2358) | [Export("drawInContext:")] method RenderInContext (line 2371) | [Export("renderInContext:")] method PreferredFrameSize (line 2384) | [Export("preferredFrameSize")] method SetNeedsLayout (line 2394) | [Export("setNeedsLayout")] method NeedsLayout (line 2407) | [Export("needsLayout")] method LayoutIfNeeded (line 2417) | [Export("layoutIfNeeded")] method LayoutSublayers (line 2430) | [Export("layoutSublayers")] method DefaultActionForKey (line 2443) | [Export("defaultActionForKey:")] method ActionForKey (line 2456) | [Export("actionForKey:")] method AddAnimation (line 2469) | [Export("addAnimation:forKey:")] method RemoveAllAnimations (line 2488) | [Export("removeAllAnimations")] method RemoveAnimation (line 2501) | [Export("removeAnimationForKey:")] method AnimationForKey (line 2520) | [Export("animationForKey:")] method ScrollPoint (line 2533) | [Export("scrollPoint:")] method ScrollRectToVisible (line 2546) | [Export("scrollRectToVisible:")] method ResizeSublayers (line 2559) | [Export("resizeSublayersWithOldSize:")] method Resize (line 2572) | [Export("resizeWithOldSuperlayerSize:")] method AddConstraint (line 2585) | [Export("addConstraint:")] method Dispose (line 2602) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CALayerDelegate.cs class CALayerDelegate (line 9) | [Protocol] method CALayerDelegate (line 14) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CALayerDelegate (line 29) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CALayerDelegate (line 44) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CALayerDelegate (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DisplayLayer (line 56) | [Export("displayLayer:")] method DrawLayer (line 62) | [Export("drawLayer:inContext:")] method LayoutSublayersOfLayer (line 68) | [Export("layoutSublayersOfLayer:")] method ActionForLayer (line 74) | [Export("actionForLayer:forKey:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAMediaTimingFunction.cs class CAMediaTimingFunction (line 9) | [Register("CAMediaTimingFunction", true)] method FromName (line 99) | [Advice("Use FromName(NSString) with one of the CAMediaTimingFunction ... method GetControlPoint (line 106) | public unsafe CGPoint GetControlPoint(int index) method CAMediaTimingFunction (line 120) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAMediaTimingFunction (line 135) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAMediaTimingFunction (line 141) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromName (line 147) | [Export("functionWithName:")] method FromControlPoints (line 157) | [Export("functionWithControlPoints::::")] method CAMediaTimingFunction (line 163) | [Export("initWithControlPoints::::")] method GetControlPointAtIndex (line 177) | [Export("getControlPointAtIndex:values:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAOpenGLLayer.cs class CAOpenGLLayer (line 10) | [Register("CAOpenGLLayer", true)] method CAOpenGLLayer (line 60) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAOpenGLLayer (line 75) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAOpenGLLayer (line 90) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAOpenGLLayer (line 96) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 102) | [Export("layer")] method CanDrawInCGLContext (line 108) | [Export("canDrawInCGLContext:pixelFormat:forLayerTime:displayTime:")] method DrawInCGLContext (line 118) | [Export("drawInCGLContext:pixelFormat:forLayerTime:displayTime:")] method CopyCGLPixelFormatForDisplayMask (line 131) | [Export("copyCGLPixelFormatForDisplayMask:")] method Release (line 141) | [Export("releaseCGLPixelFormat:")] method CopyContext (line 154) | [Export("copyCGLContextForPixelFormat:")] method Release (line 164) | [Export("releaseCGLContext:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAPropertyAnimation.cs class CAPropertyAnimation (line 8) | [Register("CAPropertyAnimation", true)] method CAPropertyAnimation (line 142) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAPropertyAnimation (line 157) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAPropertyAnimation (line 172) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAPropertyAnimation (line 178) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromKeyPath (line 184) | [Export("animationWithKeyPath:")] method Dispose (line 197) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAReplicatorLayer.cs class CAReplicatorLayer (line 9) | [Register("CAReplicatorLayer", true)] method CAReplicatorLayer (line 284) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAReplicatorLayer (line 299) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAReplicatorLayer (line 314) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAReplicatorLayer (line 320) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 326) | [Export("layer")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAScrollLayer.cs class CAScrollLayer (line 9) | [Register("CAScrollLayer", true)] method CAScrollLayer (line 114) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAScrollLayer (line 129) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAScrollLayer (line 144) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAScrollLayer (line 150) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 156) | [Export("layer")] method ScrollToPoint (line 162) | [Export("scrollToPoint:")] method ScrollToRect (line 175) | [Export("scrollToRect:")] method Dispose (line 188) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAShapeLayer.cs class CAShapeLayer (line 9) | [Register("CAShapeLayer", true)] method CAShapeLayer (line 498) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAShapeLayer (line 513) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAShapeLayer (line 528) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAShapeLayer (line 534) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 540) | [Export("layer")] method Dispose (line 546) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CATextLayer.cs class CATextLayer (line 12) | [Register("CATextLayer", true)] method SetFont (line 451) | public void SetFont(string fontName) method SetFont (line 461) | public void SetFont(CGFont font) method SetFont (line 470) | public void SetFont(CTFont font) method SetFont (line 479) | public void SetFont(NSFont font) method CATextLayer (line 488) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATextLayer (line 503) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATextLayer (line 518) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATextLayer (line 524) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 530) | [Export("layer")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CATiledLayer.cs class CATiledLayer (line 9) | [Register("CATiledLayer", true)] method CATiledLayer (line 116) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATiledLayer (line 131) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATiledLayer (line 146) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATiledLayer (line 152) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 158) | [Export("layer")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CATransaction.cs class CATransaction (line 9) | [Register("CATransaction", true)] method CATransaction (line 174) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATransaction (line 189) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATransaction (line 204) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATransaction (line 210) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Begin (line 216) | [Export("begin")] method Commit (line 222) | [Export("commit")] method Flush (line 228) | [Export("flush")] method Lock (line 234) | [Export("lock")] method Unlock (line 240) | [Export("unlock")] method ValueForKey (line 246) | [Export("valueForKey:")] method SetValueForKey (line 256) | [Export("setValue:forKey:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CATransform3D.cs type CATransform3D (line 6) | public struct CATransform3D method CATransform3D (line 46) | static CATransform3D() method CATransform3DIsIdentity (line 55) | [DllImport("/System/Library/Frameworks/QuartzCore.framework/QuartzCore")] method CATransform3DEqualToTransform (line 58) | [DllImport("/System/Library/Frameworks/QuartzCore.framework/QuartzCore")] method Equals (line 61) | public bool Equals(CATransform3D other) method Equals (line 66) | public override bool Equals(object other) method GetHashCode (line 75) | public unsafe override int GetHashCode() method MakeTranslation (line 89) | public static CATransform3D MakeTranslation(float tx, float ty, float tz) method MakeScale (line 98) | public static CATransform3D MakeScale(float sx, float sy, float sz) method MakeRotation (line 107) | [DllImport("/System/Library/Frameworks/QuartzCore.framework/QuartzCore... method CATransform3DTranslate (line 110) | [DllImport("/System/Library/Frameworks/QuartzCore.framework/QuartzCore")] method Translate (line 113) | public CATransform3D Translate(float tx, float ty, float tz) method CATransform3DScale (line 118) | [DllImport("/System/Library/Frameworks/QuartzCore.framework/QuartzCore")] method Scale (line 121) | public CATransform3D Scale(float sx, float sy, float sz) method Scale (line 126) | public CATransform3D Scale(float s) method CATransform3DRotate (line 131) | [DllImport("/System/Library/Frameworks/QuartzCore.framework/QuartzCore")] method Rotate (line 134) | public CATransform3D Rotate(float angle, float x, float y, float z) method CATransform3DConcat (line 139) | [DllImport("/System/Library/Frameworks/QuartzCore.framework/QuartzCore")] method Concat (line 142) | public CATransform3D Concat(CATransform3D b) method CATransform3DInvert (line 147) | [DllImport("/System/Library/Frameworks/QuartzCore.framework/QuartzCore")] method Invert (line 150) | public CATransform3D Invert(CATransform3D t) method MakeFromAffine (line 155) | [DllImport("/System/Library/Frameworks/QuartzCore.framework/QuartzCore... method CATransform3DIsAffine (line 158) | [DllImport("/System/Library/Frameworks/QuartzCore.framework/QuartzCore")] method GetAffine (line 161) | [DllImport("/System/Library/Frameworks/QuartzCore.framework/QuartzCore... method ToString (line 164) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CATransformLayer.cs class CATransformLayer (line 9) | [Register("CATransformLayer", true)] method CATransformLayer (line 20) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATransformLayer (line 35) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATransformLayer (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATransformLayer (line 56) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 62) | [Export("layer")] method HitTest (line 68) | [Export("hitTest:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CATransition.cs class CATransition (line 8) | [Register("CATransition", true)] method CATransition (line 189) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATransition (line 204) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATransition (line 219) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CATransition (line 225) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CreateAnimation (line 231) | [Export("animation")] method Dispose (line 237) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreAnimation/CAValueFunction.cs class CAValueFunction (line 8) | [Register("CAValueFunction", true)] method CAValueFunction (line 197) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAValueFunction (line 212) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAValueFunction (line 227) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CAValueFunction (line 233) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromName (line 239) | [Export("functionWithName:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSAtomicStore.cs class NSAtomicStore (line 9) | [Register("NSAtomicStore", true)] method NSAtomicStore (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAtomicStore (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAtomicStore (line 72) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAtomicStore (line 78) | [Export("initWithPersistentStoreCoordinator:configurationName:URL:opti... method Load (line 106) | [Export("load:")] method Save (line 118) | [Export("save:")] method NewCacheNodeForManagedObject (line 130) | [Export("newCacheNodeForManagedObject:")] method UpdateCacheNode (line 144) | [Export("updateCacheNode:fromManagedObject:")] method AddCacheNodes (line 165) | [Export("addCacheNodes:")] method WillRemoveCacheNodes (line 182) | [Export("willRemoveCacheNodes:")] method CacheNodeForObjectID (line 199) | [Export("cacheNodeForObjectID:")] method ObjectIDForEntity (line 213) | [Export("objectIDForEntity:referenceObject:")] method NewReferenceObjectForManagedObject (line 231) | [Export("newReferenceObjectForManagedObject:")] method ReferenceObjectForObjectID (line 245) | [Export("referenceObjectForObjectID:")] method Dispose (line 259) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSAtomicStoreCacheNode.cs class NSAtomicStoreCacheNode (line 8) | [Register("NSAtomicStoreCacheNode", true)] method NSAtomicStoreCacheNode (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAtomicStoreCacheNode (line 81) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAtomicStoreCacheNode (line 87) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAtomicStoreCacheNode (line 93) | [Export("initWithObjectID:")] method ValueForKey (line 111) | [Export("valueForKey:")] method SetValue (line 124) | [Export("setValue:forKey:")] method Dispose (line 147) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSAttributeDescription.cs class NSAttributeDescription (line 8) | [Register("NSAttributeDescription", true)] method NSAttributeDescription (line 189) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAttributeDescription (line 204) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAttributeDescription (line 219) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAttributeDescription (line 225) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 231) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSAttributeType.cs type NSAttributeType (line 3) | public enum NSAttributeType : ulong FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSDeleteRule.cs type NSDeleteRule (line 3) | public enum NSDeleteRule : ulong FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSEntityDescription.cs class NSEntityDescription (line 8) | [Register("NSEntityDescription", true)] method NSEntityDescription (line 383) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSEntityDescription (line 398) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSEntityDescription (line 413) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSEntityDescription (line 419) | [EditorBrowsable(EditorBrowsableState.Advanced)] method EntityForName (line 425) | [Export("entityForName:inManagedObjectContext:")] method InsertNewObjectForEntityForName (line 442) | [Export("insertNewObjectForEntityForName:inManagedObjectContext:")] method RelationshipsWithDestinationEntity (line 459) | [Export("relationshipsWithDestinationEntity:")] method IsKindOfEntity (line 473) | [Export("isKindOfEntity:")] method Dispose (line 487) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSEntityMapping.cs class NSEntityMapping (line 8) | [Register("NSEntityMapping", true)] method NSEntityMapping (line 380) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSEntityMapping (line 395) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSEntityMapping (line 410) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSEntityMapping (line 416) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 422) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSEntityMappingType.cs type NSEntityMappingType (line 3) | public enum NSEntityMappingType : ulong FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSEntityMigrationPolicy.cs class NSEntityMigrationPolicy (line 9) | [Register("NSEntityMigrationPolicy", true)] method NSEntityMigrationPolicy (line 30) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSEntityMigrationPolicy (line 45) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSEntityMigrationPolicy (line 60) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSEntityMigrationPolicy (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method BeginEntityMapping (line 72) | [Export("beginEntityMapping:manager:error:")] method CreateDestinationInstancesForSourceInstance (line 92) | [Export("createDestinationInstancesForSourceInstance:entityMapping:man... method EndInstanceCreationForEntityMapping (line 116) | [Export("endInstanceCreationForEntityMapping:manager:error:")] method CreateRelationshipsForDestinationInstance (line 136) | [Export("createRelationshipsForDestinationInstance:entityMapping:manag... method EndRelationshipCreationForEntityMapping (line 160) | [Export("endRelationshipCreationForEntityMapping:manager:error:")] method PerformCustomValidationForEntityMapping (line 180) | [Export("performCustomValidationForEntityMapping:manager:error:")] method EndEntityMapping (line 200) | [Export("endEntityMapping:manager:error:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSFetchRequest.cs class NSFetchRequest (line 8) | [Register("NSFetchRequest", true)] method NSFetchRequest (line 475) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSFetchRequest (line 490) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSFetchRequest (line 505) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSFetchRequest (line 511) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromEntityName (line 517) | [Export("fetchRequestWithEntityName:")] method NSFetchRequest (line 530) | [Export("initWithEntityName:")] method Dispose (line 550) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSFetchRequestResultType.cs type NSFetchRequestResultType (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSFetchedPropertyDescription.cs class NSFetchedPropertyDescription (line 8) | [Register("NSFetchedPropertyDescription", true)] method NSFetchedPropertyDescription (line 47) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSFetchedPropertyDescription (line 62) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSFetchedPropertyDescription (line 77) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSFetchedPropertyDescription (line 83) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 89) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSIncrementalStore.cs class NSIncrementalStore (line 9) | [Register("NSIncrementalStore", true)] method NSIncrementalStore (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSIncrementalStore (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSIncrementalStore (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSIncrementalStore (line 72) | [EditorBrowsable(EditorBrowsableState.Advanced)] method LoadMetadata (line 78) | [Export("loadMetadata:")] method ExecuteRequest (line 90) | [Export("executeRequest:withContext:error:")] method NewValues (line 110) | [Export("newValuesForObjectWithID:withContext:error:")] method NewValue (line 130) | [Export("newValueForRelationship:forObjectWithID:withContext:error:")] method IdentifierForNewStoreAtURL (line 154) | [Export("identifierForNewStoreAtURL:")] method ObtainPermanentIds (line 164) | [Export("obtainPermanentIDsForObjects:error:")] method ManagedObjectContextDidRegisterObjectsWithIds (line 182) | [Export("managedObjectContextDidRegisterObjectsWithIDs:")] method ManagedObjectContextDidUnregisterObjectsWithIds (line 201) | [Export("managedObjectContextDidUnregisterObjectsWithIDs:")] method NewObjectIdFor (line 220) | [Export("newObjectIDForEntity:referenceObject:")] method ReferenceObjectForObject (line 238) | [Export("referenceObjectForObjectID:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSIncrementalStoreNode.cs class NSIncrementalStoreNode (line 8) | [Register("NSIncrementalStoreNode", true)] method NSIncrementalStoreNode (line 49) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSIncrementalStoreNode (line 64) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSIncrementalStoreNode (line 79) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSIncrementalStoreNode (line 85) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSIncrementalStoreNode (line 91) | [Export("initWithObjectID:withValues:version:")] method Update (line 113) | [Export("updateWithValues:version:")] method ValueForPropertyDescription (line 130) | [Export("valueForPropertyDescription:")] method Dispose (line 144) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSKeyValueSetMutationKind.cs type NSKeyValueSetMutationKind (line 3) | public enum NSKeyValueSetMutationKind : ulong FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSManagedObject.cs class NSManagedObject (line 9) | [Register("NSManagedObject", true)] method NSManagedObject (line 232) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSManagedObject (line 247) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSManagedObject (line 253) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSManagedObject (line 259) | [Export("initWithEntity:insertIntoManagedObjectContext:")] method HasFaultForRelationshipNamed (line 281) | [Export("hasFaultForRelationshipNamed:")] method WillAccessValueForKey (line 294) | [Export("willAccessValueForKey:")] method DidAccessValueForKey (line 313) | [Export("didAccessValueForKey:")] method WillChangeValueForKey (line 332) | [Export("willChangeValueForKey:")] method DidChangeValueForKey (line 351) | [Export("didChangeValueForKey:")] method WillChangeValueForKey (line 370) | [Export("willChangeValueForKey:withSetMutation:usingObjects:")] method DidChangeValueForKey (line 393) | [Export("didChangeValueForKey:withSetMutation:usingObjects:")] method AwakeFromFetch (line 416) | [Export("awakeFromFetch")] method AwakeFromInsert (line 429) | [Export("awakeFromInsert")] method WillSave (line 442) | [Export("willSave")] method DidSave (line 455) | [Export("didSave")] method WillTurnIntoFault (line 468) | [Export("willTurnIntoFault")] method DidTurnIntoFault (line 481) | [Export("didTurnIntoFault")] method ValueForKey (line 494) | [Export("valueForKey:")] method SetValue (line 507) | [Export("setValue:forKey:")] method PrimitiveValueForKey (line 526) | [Export("primitiveValueForKey:")] method SetPrimitiveValue (line 539) | [Export("setPrimitiveValue:forKey:")] method CommittedValuesForKeys (line 558) | [Export("committedValuesForKeys:")] method ValidateValue (line 571) | [Export("validateValue:forKey:error:")] method ValidateForDelete (line 593) | [Export("validateForDelete:")] method ValidateForInsert (line 605) | [Export("validateForInsert:")] method ValidateForUpdate (line 617) | [Export("validateForUpdate:")] method Dispose (line 629) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSManagedObjectContext.cs class NSManagedObjectContext (line 9) | [Register("NSManagedObjectContext", true)] method NSManagedObjectContext (line 384) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSManagedObjectContext (line 399) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSManagedObjectContext (line 414) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSManagedObjectContext (line 420) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ObjectRegisteredForID (line 426) | [Export("objectRegisteredForID:")] method ObjectWithID (line 440) | [Export("objectWithID:")] method ExecuteFetchRequest (line 454) | [Export("executeFetchRequest:error:")] method CountForFetchRequest (line 470) | [Export("countForFetchRequest:error:")] method InsertObject (line 486) | [Export("insertObject:")] method DeleteObject (line 503) | [Export("deleteObject:")] method RefreshObject (line 520) | [Export("refreshObject:mergeChanges:")] method DetectConflictsForObject (line 537) | [Export("detectConflictsForObject:")] method ObserveValueForKeyPath (line 554) | [Export("observeValueForKeyPath:ofObject:change:context:")] method ProcessPendingChanges (line 577) | [Export("processPendingChanges")] method AssignObject (line 590) | [Export("assignObject:toPersistentStore:")] method Undo (line 607) | [Export("undo")] method Redo (line 620) | [Export("redo")] method Reset (line 633) | [Export("reset")] method Rollback (line 646) | [Export("rollback")] method Save (line 659) | [Export("save:")] method Lock (line 671) | [Export("lock")] method Unlock (line 684) | [Export("unlock")] method ObtainPermanentIDsForObjects (line 697) | [Export("obtainPermanentIDsForObjects:error:")] method MergeChangesFromContextDidSaveNotification (line 715) | [Export("mergeChangesFromContextDidSaveNotification:")] method NSManagedObjectContext (line 732) | [Export("initWithConcurrencyType:")] method Perform (line 746) | [Export("performBlock:")] method PerformAndWait (line 767) | [Export("performBlockAndWait:")] method Dispose (line 788) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSManagedObjectContextConcurrencyType.cs type NSManagedObjectContextConcurrencyType (line 3) | public enum NSManagedObjectContextConcurrencyType : ulong FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSManagedObjectID.cs class NSManagedObjectID (line 8) | [Register("NSManagedObjectID", true)] method NSManagedObjectID (line 69) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSManagedObjectID (line 84) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSManagedObjectID (line 90) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 96) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSManagedObjectModel.cs class NSManagedObjectModel (line 8) | [Register("NSManagedObjectModel", true)] method NSManagedObjectModel (line 189) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSManagedObjectModel (line 204) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSManagedObjectModel (line 219) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSManagedObjectModel (line 225) | [EditorBrowsable(EditorBrowsableState.Advanced)] method MergedModelFromBundles (line 231) | [Export("mergedModelFromBundles:")] method ModelByMergingModels (line 244) | [Export("modelByMergingModels:")] method NSManagedObjectModel (line 257) | [Export("initWithContentsOfURL:")] method EntitiesForConfiguration (line 275) | [Export("entitiesForConfiguration:")] method SetEntities (line 288) | [Export("setEntities:forConfiguration:")] method SetFetchRequestTemplate (line 313) | [Export("setFetchRequestTemplate:forName:")] method FetchRequestTemplateForName (line 336) | [Export("fetchRequestTemplateForName:")] method FetchRequestFromTemplateWithName (line 349) | [Export("fetchRequestFromTemplateWithName:substitutionVariables:")] method MergedModelFromBundles (line 366) | [Export("mergedModelFromBundles:forStoreMetadata:")] method ModelByMergingModels (line 383) | [Export("modelByMergingModels:forStoreMetadata:")] method IsConfiguration (line 400) | [Export("isConfiguration:compatibleWithStoreMetadata:")] method Dispose (line 417) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSMappingModel.cs class NSMappingModel (line 8) | [Register("NSMappingModel", true)] method NSMappingModel (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMappingModel (line 81) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMappingModel (line 96) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMappingModel (line 102) | [EditorBrowsable(EditorBrowsableState.Advanced)] method MappingModelFromBundles (line 108) | [Export("mappingModelFromBundles:forSourceModel:destinationModel:")] method NSMappingModel (line 129) | [Export("initWithContentsOfURL:")] method Dispose (line 147) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSMergeConflict.cs class NSMergeConflict (line 8) | [Register("NSMergeConflict", true)] method NSMergeConflict (line 99) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMergeConflict (line 114) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMergeConflict (line 129) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMergeConflict (line 135) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMergeConflict (line 141) | [Export("initWithSource:newVersion:oldVersion:cachedSnapshot:persisted... method Dispose (line 167) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSMergePolicy.cs class NSMergePolicy (line 9) | [Register("NSMergePolicy", true)] method NSMergePolicy (line 35) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMergePolicy (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMergePolicy (line 65) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMergePolicy (line 71) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMergePolicy (line 77) | [Export("initWithMergeType:")] method ResolveConflictserror (line 91) | [Export("resolveConflicts:error:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSMergePolicyType.cs type NSMergePolicyType (line 3) | public enum NSMergePolicyType : ulong FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSMigrationManager.cs class NSMigrationManager (line 9) | [Register("NSMigrationManager", true)] method NSMigrationManager (line 189) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMigrationManager (line 204) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMigrationManager (line 219) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMigrationManager (line 225) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMigrationManager (line 231) | [Export("initWithSourceModel:destinationModel:")] method MigrateStoreFromUrl (line 253) | [Export("migrateStoreFromURL:type:options:withMappingModel:toDestinati... method Reset (line 297) | [Export("reset")] method SourceEntityForEntityMapping (line 310) | [Export("sourceEntityForEntityMapping:")] method DestinationEntityForEntityMapping (line 324) | [Export("destinationEntityForEntityMapping:")] method AssociateSourceInstance (line 338) | [Export("associateSourceInstance:withDestinationInstance:forEntityMapp... method DestinationInstancesForEntityMappingNamed (line 363) | [Export("destinationInstancesForEntityMappingNamed:sourceInstances:")] method SourceInstancesForEntityMappingNamed (line 382) | [Export("sourceInstancesForEntityMappingNamed:destinationInstances:")] method CancelMigrationWithError (line 401) | [Export("cancelMigrationWithError:")] method Dispose (line 418) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSPersistentStore.cs class NSPersistentStore (line 9) | [Register("NSPersistentStore", true)] method NSPersistentStore (line 225) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPersistentStore (line 240) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPersistentStore (line 255) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPersistentStore (line 261) | [EditorBrowsable(EditorBrowsableState.Advanced)] method MetadataForPersistentStoreWithUrl (line 267) | [Export("metadataForPersistentStoreWithURL:error:")] method SetMetadata (line 283) | [Export("setMetadata:forPersistentStoreWithURL:error:")] method NSPersistentStore (line 303) | [Export("initWithPersistentStoreCoordinator:configurationName:URL:opti... method DidAddToPersistentStoreCoordinator (line 335) | [Export("didAddToPersistentStoreCoordinator:")] method WillRemoveFromPersistentStoreCoordinator (line 352) | [Export("willRemoveFromPersistentStoreCoordinator:")] method Dispose (line 369) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSPersistentStoreCoordinator.cs class NSPersistentStoreCoordinator (line 9) | [Register("NSPersistentStoreCoordinator", true)] method NSPersistentStoreCoordinator (line 494) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPersistentStoreCoordinator (line 509) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPersistentStoreCoordinator (line 524) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPersistentStoreCoordinator (line 530) | [EditorBrowsable(EditorBrowsableState.Advanced)] method RegisterStoreClass (line 536) | [Export("registerStoreClass:forStoreType:")] method MetadataForPersistentStoreOfType (line 550) | [Export("metadataForPersistentStoreOfType:URL:error:")] method SetMetadata (line 570) | [Export("setMetadata:forPersistentStoreOfType:URL:error:")] method SetMetadata (line 594) | [Export("setMetadata:forPersistentStore:")] method MetadataForPersistentStore (line 615) | [Export("metadataForPersistentStore:")] method NSPersistentStoreCoordinator (line 629) | [Export("initWithManagedObjectModel:")] method PersistentStoreForUrl (line 647) | [Export("persistentStoreForURL:")] method UrlForPersistentStore (line 661) | [Export("URLForPersistentStore:")] method SetUrl (line 675) | [Export("setURL:forPersistentStore:")] method AddPersistentStoreWithType (line 693) | [Export("addPersistentStoreWithType:configuration:URL:options:error:")] method RemovePersistentStore (line 715) | [Export("removePersistentStore:error:")] method MigratePersistentStore (line 731) | [Export("migratePersistentStore:toURL:options:withType:error:")] method ManagedObjectIDForURIRepresentation (line 759) | [Export("managedObjectIDForURIRepresentation:")] method Lock (line 773) | [Export("lock")] method Unlock (line 786) | [Export("unlock")] method MetadataForPersistentStoreWithUrl (line 799) | [Export("metadataForPersistentStoreWithURL:error:")] method ExecuteRequestwithContexterror (line 816) | [Export("executeRequest:withContext:error:")] method Dispose (line 836) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSPersistentStoreRequest.cs class NSPersistentStoreRequest (line 8) | [Register("NSPersistentStoreRequest", true)] method NSPersistentStoreRequest (line 64) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPersistentStoreRequest (line 79) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPersistentStoreRequest (line 94) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPersistentStoreRequest (line 100) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 106) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSPersistentStoreRequestType.cs type NSPersistentStoreRequestType (line 3) | public enum NSPersistentStoreRequestType : ulong FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSPropertyDescription.cs class NSPropertyDescription (line 8) | [Register("NSPropertyDescription", true)] method NSPropertyDescription (line 320) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPropertyDescription (line 335) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPropertyDescription (line 350) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPropertyDescription (line 356) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SetValidationPredicates (line 362) | [Export("setValidationPredicates:withValidationWarnings:")] method Dispose (line 387) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSPropertyMapping.cs class NSPropertyMapping (line 8) | [Register("NSPropertyMapping", true)] method NSPropertyMapping (line 114) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPropertyMapping (line 129) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPropertyMapping (line 144) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPropertyMapping (line 150) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 156) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSRelationshipDescription.cs class NSRelationshipDescription (line 8) | [Register("NSRelationshipDescription", true)] method NSRelationshipDescription (line 224) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSRelationshipDescription (line 239) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSRelationshipDescription (line 254) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSRelationshipDescription (line 260) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 266) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreData/NSSaveChangesRequest.cs class NSSaveChangesRequest (line 8) | [Register("NSSaveChangesRequest", true)] method NSSaveChangesRequest (line 69) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSaveChangesRequest (line 84) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSaveChangesRequest (line 99) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSaveChangesRequest (line 105) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSaveChangesRequest (line 111) | [Export("initWithInsertedObjects:updatedObjects:deletedObjects:lockedO... method Dispose (line 141) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreFoundation/CFAllocator.cs class CFAllocator (line 7) | public class CFAllocator : INativeObject, IDisposable method CFAllocator (line 43) | static CFAllocator() method CFAllocator (line 60) | public CFAllocator(IntPtr handle) method CFAllocator (line 65) | public CFAllocator(IntPtr handle, bool owns) method Dispose (line 79) | public void Dispose() method Dispose (line 85) | protected virtual void Dispose(bool disposing) method CFAllocatorAllocate (line 94) | [DllImport("/System/Library/Frameworks/CoreFoundation.framework/CoreFo... method Allocate (line 97) | public IntPtr Allocate(long size, CFAllocatorFlags hint = (CFAllocator... method CFAllocatorDeallocate (line 102) | [DllImport("/System/Library/Frameworks/CoreFoundation.framework/CoreFo... method Deallocate (line 105) | public void Deallocate(IntPtr ptr) FILE: Source/Platform/Mac/Xamarin.Mac/CoreFoundation/CFAllocatorFlags.cs type CFAllocatorFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreFoundation/CFArray.cs class CFArray (line 8) | internal class CFArray : NativeObject method CFArray (line 10) | [Preserve(Conditional = true)] method CFArray (line 16) | [Preserve(Conditional = true)] method GetTypeID (line 50) | [DllImport("/System/Library/Frameworks/CoreFoundation.framework/CoreFo... method FromIntPtrs (line 53) | internal static CFArray FromIntPtrs(params IntPtr[] values) method FromNativeObjects (line 58) | internal static CFArray FromNativeObjects(params INativeObject[] values) method CFArrayCreate (line 63) | [DllImport("/System/Library/Frameworks/CoreFoundation.framework/CoreFo... method CFArrayGetValueAtIndex (line 66) | [DllImport("/System/Library/Frameworks/CoreFoundation.framework/CoreFo... method CFArrayGetValueAtIndex (line 69) | [DllImport("/System/Library/Frameworks/CoreFoundation.framework/CoreFo... method GetValue (line 72) | public IntPtr GetValue(IntPtr index) method GetValue (line 77) | public IntPtr GetValue(int index) method Create (line 82) | internal unsafe static IntPtr Create(params IntPtr[] values) method Create (line 94) | public unsafe static IntPtr Create(params INativeObject[] values) method Create (line 113) | public unsafe static IntPtr Create(params string[] values) method FromStrings (line 132) | public static CFArray FromStrings(params string[] items) method GetCountPtr (line 137) | [DllImport("/System/Library/Frameworks/CoreFoundation.framework/CoreFo... method GetCount (line 140) | [DllImport("/System/Library/Frameworks/CoreFoundation.framework/CoreFo... method CFArrayCreateCopy (line 143) | [DllImport("/System/Library/Frameworks/CoreFoundation.framework/CoreFo... method CFArrayGetValues (line 146) | [DllImport("/System/Library/Frameworks/CoreFoundation.framework/CoreFo... method Clone (line 149) | internal CFArray Clone() method StringArrayFromHandle (line 156) | public static string?[]? StringArrayFromHandle(IntPtr handle) method StringArrayFromHandle (line 161) | public static string?[]? StringArrayFromHandle(IntPtr handle, bool rel... method ArrayFromHandle (line 171) | public static T?[]? ArrayFromHandle(IntPtr handle) where T : class,... method ArrayFromHandle (line 176) | public static T?[]? ArrayFromHandle(IntPtr handle, bool releaseHand... method DefaultConvert (line 186) | private static T DefaultConvert(IntPtr handle) where T : class, INa... method ArrayFromHandleFunc (line 195) | public unsafe static T[]? ArrayFromHandleFunc(IntPtr handle, Func(IntPtr handle, Func Create(T1 item1, T2 item2) method Tuple (line 20) | public Tuple(T1 item1, T2 item2) class Tuple (line 10) | internal class Tuple method Create (line 5) | public static Tuple Create(T1 item1, T2 item2) method Tuple (line 20) | public Tuple(T1 item1, T2 item2) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGAffineTransform.cs type CGAffineTransform (line 6) | public struct CGAffineTransform method CGAffineTransform (line 32) | public CGAffineTransform(double xx, double yx, double xy, double yy, d... method MakeIdentity (line 42) | public static CGAffineTransform MakeIdentity() method MakeRotation (line 47) | public static CGAffineTransform MakeRotation(double angle) method MakeScale (line 52) | public static CGAffineTransform MakeScale(double sx, double sy) method MakeTranslation (line 57) | public static CGAffineTransform MakeTranslation(double tx, double ty) method Multiply (line 62) | public static CGAffineTransform Multiply(CGAffineTransform a, CGAffine... method Multiply (line 67) | public void Multiply(CGAffineTransform b) method Scale (line 78) | public void Scale(double sx, double sy) method Translate (line 83) | public void Translate(double tx, double ty) method Rotate (line 88) | public void Rotate(double angle) method ToString (line 93) | public override string ToString() method Equals (line 117) | public override bool Equals(object o) method GetHashCode (line 126) | public override int GetHashCode() method TransformPoint (line 131) | public CGPoint TransformPoint(CGPoint point) method CGRectApplyAffineTransform (line 136) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method TransformRect (line 139) | public CGRect TransformRect(CGRect rect) method CGAffineTransformInvert (line 144) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Invert (line 147) | public CGAffineTransform Invert() FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGBitmapContext.cs class CGBitmapContext (line 7) | public class CGBitmapContext : CGContext method CGBitmapContext (line 27) | [Preserve(Conditional = true)] method CGBitmapContextCreate (line 33) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGBitmapContext (line 36) | public CGBitmapContext(IntPtr data, int width, int height, int bitsPer... method CGBitmapContext (line 41) | public CGBitmapContext(IntPtr data, int width, int height, int bitsPer... method CGBitmapContextCreate (line 46) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGBitmapContext (line 49) | public CGBitmapContext(byte[] data, int width, int height, int bitsPer... method CGBitmapContext (line 54) | public CGBitmapContext(byte[] data, int width, int height, int bitsPer... method CGBitmapContextGetData (line 59) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGBitmapContextGetWidth (line 62) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGBitmapContextGetHeight (line 65) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGBitmapContextGetBitsPerComponent (line 68) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGBitmapContextGetBitsPerPixel (line 71) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGBitmapContextGetBytesPerRow (line 74) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGBitmapContextGetColorSpace (line 77) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGBitmapContextGetAlphaInfo (line 80) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGBitmapContextGetBitmapInfo (line 83) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGBitmapContextCreateImage (line 86) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ToImage (line 89) | public CGImage ToImage() FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGBitmapFlags.cs type CGBitmapFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGBlendMode.cs type CGBlendMode (line 3) | public enum CGBlendMode FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGColor.cs class CGColor (line 9) | public class CGColor : INativeObject, IDisposable method CGColor (line 43) | public CGColor(IntPtr handle) method CGColor (line 49) | [Preserve(Conditional = true)] method Dispose (line 59) | public void Dispose() method CGColorCreate (line 65) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColor (line 68) | public CGColor(CGColorSpace colorspace, double[] components) method CGColorCreateGenericGray (line 85) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColor (line 88) | public CGColor(double gray, double alpha) method CGColorCreateGenericRGB (line 93) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColor (line 96) | public CGColor(double red, double green, double blue, double alpha) method CGColor (line 101) | public CGColor(double red, double green, double blue) method CGColorGetConstantColor (line 106) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColor (line 109) | public CGColor(string name) method CGColorCreateWithPattern (line 123) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColor (line 126) | public CGColor(CGColorSpace colorspace, CGPattern pattern, double[] co... method CGColorCreateCopyWithAlpha (line 151) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColor (line 154) | public CGColor(CGColor source, double alpha) method CGColorEqualToColor (line 167) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetHashCode (line 180) | public override int GetHashCode() method Equals (line 185) | public override bool Equals(object o) method CGColorGetNumberOfComponents (line 195) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColorGetComponents (line 198) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColorGetAlpha (line 201) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColorGetColorSpace (line 204) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColorGetPattern (line 207) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColorRetain (line 210) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColorRelease (line 213) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 216) | protected virtual void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGColorRenderingIntent.cs type CGColorRenderingIntent (line 3) | public enum CGColorRenderingIntent FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGColorSpace.cs class CGColorSpace (line 8) | public class CGColorSpace : INativeObject, IDisposable method CGColorSpace (line 22) | public CGColorSpace(IntPtr handle) method CGColorSpace (line 28) | [Preserve(Conditional = true)] method Dispose (line 43) | public void Dispose() method CGColorSpaceRelease (line 49) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColorSpaceRetain (line 52) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 55) | protected virtual void Dispose(bool disposing) method CGColorSpaceCreateDeviceGray (line 64) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreateDeviceGray (line 67) | public static CGColorSpace CreateDeviceGray() method CGColorSpaceCreateDeviceRGB (line 72) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreateDeviceRGB (line 75) | public static CGColorSpace CreateDeviceRGB() method CGColorSpaceCreateDeviceCMYK (line 80) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreateDeviceCMYK (line 83) | public static CGColorSpace CreateDeviceCMYK() method CGColorSpaceCreateCalibratedGray (line 88) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreateCalibratedGray (line 91) | public static CGColorSpace CreateCalibratedGray(double[] whitepoint, d... method CGColorSpaceCreateCalibratedRGB (line 104) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreateCalibratedRGB (line 107) | public static CGColorSpace CreateCalibratedRGB(double[] whitepoint, do... method CGColorSpaceCreateIndexed (line 128) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreateIndexed (line 131) | public static CGColorSpace CreateIndexed(CGColorSpace baseSpace, int l... method CGColorSpaceCreatePattern (line 136) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreatePattern (line 139) | public static CGColorSpace CreatePattern(CGColorSpace baseSpace) method CGColorSpaceCreateWithName (line 144) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreateWithName (line 147) | public static CGColorSpace CreateWithName(string name) method CGColorSpaceGetBaseColorSpace (line 156) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetBaseColorSpace (line 159) | public CGColorSpace GetBaseColorSpace() method CGColorSpaceGetModel (line 164) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColorSpaceGetNumberOfComponents (line 167) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColorSpaceGetColorTableCount (line 170) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGColorSpaceGetColorTable (line 173) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetColorTable (line 176) | public byte[] GetColorTable() FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGColorSpaceModel.cs type CGColorSpaceModel (line 3) | public enum CGColorSpaceModel FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGContext.cs class CGContext (line 8) | public class CGContext : INativeObject, IDisposable method CGContext (line 50) | public CGContext(IntPtr handle) method CGContext (line 60) | internal CGContext() method CGContext (line 64) | [Preserve(Conditional = true)] method Dispose (line 83) | public void Dispose() method CGContextRelease (line 89) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGContextRetain (line 92) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 95) | protected virtual void Dispose(bool disposing) method CGContextSaveGState (line 104) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGContextRestoreGState (line 107) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SaveState (line 110) | public void SaveState() method RestoreState (line 115) | public void RestoreState() method CGContextScaleCTM (line 120) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ScaleCTM (line 123) | public void ScaleCTM(double sx, double sy) method CGContextTranslateCTM (line 128) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method TranslateCTM (line 131) | public void TranslateCTM(double tx, double ty) method CGContextRotateCTM (line 136) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method RotateCTM (line 139) | public void RotateCTM(double angle) method CGContextConcatCTM (line 144) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ConcatCTM (line 147) | public void ConcatCTM(CGAffineTransform transform) method CGContextSetLineWidth (line 152) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetLineWidth (line 155) | public void SetLineWidth(double w) method CGContextSetLineCap (line 160) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetLineCap (line 163) | public void SetLineCap(CGLineCap cap) method CGContextSetLineJoin (line 168) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetLineJoin (line 171) | public void SetLineJoin(CGLineJoin join) method CGContextSetMiterLimit (line 176) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetMiterLimit (line 179) | public void SetMiterLimit(double limit) method CGContextSetLineDash (line 184) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetLineDash (line 187) | public void SetLineDash(double phase, double[] lengths) method SetLineDash (line 192) | public void SetLineDash(double phase, double[] lengths, int n) method CGContextSetFlatness (line 205) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetFlatness (line 208) | public void SetFlatness(double flatness) method CGContextSetAlpha (line 213) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetAlpha (line 216) | public void SetAlpha(double alpha) method CGContextSetBlendMode (line 221) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetBlendMode (line 224) | public void SetBlendMode(CGBlendMode mode) method CGContextGetCTM (line 229) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetCTM (line 232) | public CGAffineTransform GetCTM() method CGContextBeginPath (line 237) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method BeginPath (line 240) | public void BeginPath() method CGContextMoveToPoint (line 245) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method MoveTo (line 248) | public void MoveTo(double x, double y) method CGContextAddLineToPoint (line 253) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddLineToPoint (line 256) | public void AddLineToPoint(double x, double y) method CGContextAddCurveToPoint (line 261) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddCurveToPoint (line 264) | public void AddCurveToPoint(double cp1x, double cp1y, double cp2x, dou... method CGContextAddQuadCurveToPoint (line 269) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddQuadCurveToPoint (line 272) | public void AddQuadCurveToPoint(double cpx, double cpy, double x, doub... method CGContextClosePath (line 277) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ClosePath (line 280) | public void ClosePath() method CGContextAddRect (line 285) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddRect (line 288) | public void AddRect(CGRect rect) method CGContextAddRects (line 293) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddRects (line 296) | public void AddRects(CGRect[] rects) method CGContextAddLines (line 301) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddLines (line 304) | public void AddLines(CGPoint[] points) method CGContextAddEllipseInRect (line 309) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddEllipseInRect (line 312) | public void AddEllipseInRect(CGRect rect) method CGContextAddArc (line 317) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddArc (line 320) | public void AddArc(double x, double y, double radius, double startAngl... method CGContextAddArcToPoint (line 325) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddArcToPoint (line 328) | public void AddArcToPoint(double x1, double y1, double x2, double y2, ... method CGContextAddPath (line 333) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddPath (line 336) | public void AddPath(CGPath path) method CGContextReplacePathWithStrokedPath (line 341) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ReplacePathWithStrokedPath (line 344) | public void ReplacePathWithStrokedPath() method CGContextIsPathEmpty (line 349) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method IsPathEmpty (line 352) | public bool IsPathEmpty() method CGContextGetPathCurrentPoint (line 357) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetPathCurrentPoint (line 360) | public CGPoint GetPathCurrentPoint() method CGContextGetPathBoundingBox (line 365) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetPathBoundingBox (line 368) | public CGRect GetPathBoundingBox() method CGContextPathContainsPoint (line 373) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method PathContainsPoint (line 376) | public bool PathContainsPoint(CGPoint point, CGPathDrawingMode mode) method CGContextDrawPath (line 381) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method DrawPath (line 384) | public void DrawPath(CGPathDrawingMode mode) method CGContextFillPath (line 389) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method FillPath (line 392) | public void FillPath() method CGContextEOFillPath (line 397) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method EOFillPath (line 400) | public void EOFillPath() method CGContextStrokePath (line 405) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method StrokePath (line 408) | public void StrokePath() method CGContextFillRect (line 413) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method FillRect (line 416) | public void FillRect(CGRect rect) method CGContextFillRects (line 421) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ContextFillRects (line 424) | public void ContextFillRects(CGRect[] rects) method CGContextStrokeRect (line 429) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method StrokeRect (line 432) | public void StrokeRect(CGRect rect) method CGContextStrokeRectWithWidth (line 437) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method StrokeRectWithWidth (line 440) | public void StrokeRectWithWidth(CGRect rect, double width) method CGContextClearRect (line 445) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ClearRect (line 448) | public void ClearRect(CGRect rect) method CGContextFillEllipseInRect (line 453) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method FillEllipseInRect (line 456) | public void FillEllipseInRect(CGRect rect) method CGContextStrokeEllipseInRect (line 461) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method StrokeEllipseInRect (line 464) | public void StrokeEllipseInRect(CGRect rect) method CGContextStrokeLineSegments (line 469) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method StrokeLineSegments (line 472) | public void StrokeLineSegments(CGPoint[] points) method CGContextClip (line 477) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Clip (line 480) | public void Clip() method CGContextEOClip (line 485) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method EOClip (line 488) | public void EOClip() method CGContextClipToMask (line 493) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ClipToMask (line 496) | public void ClipToMask(CGRect rect, CGImage mask) method CGContextGetClipBoundingBox (line 501) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetClipBoundingBox (line 504) | public CGRect GetClipBoundingBox() method CGContextClipToRect (line 509) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ClipToRect (line 512) | public void ClipToRect(CGRect rect) method CGContextClipToRects (line 517) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ClipToRects (line 520) | public void ClipToRects(CGRect[] rects) method CGContextSetFillColorWithColor (line 525) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetFillColor (line 528) | public void SetFillColor(CGColor color) method SetFillColorWithColor (line 533) | [Advice("Use SetFillColor() instead.")] method CGContextSetStrokeColorWithColor (line 539) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetStrokeColor (line 542) | public void SetStrokeColor(CGColor color) method SetStrokeColorWithColor (line 547) | [Advice("Use SetStrokeColor() instead.")] method CGContextSetFillColorSpace (line 553) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetFillColorSpace (line 556) | public void SetFillColorSpace(CGColorSpace space) method CGContextSetStrokeColorSpace (line 561) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetStrokeColorSpace (line 564) | public void SetStrokeColorSpace(CGColorSpace space) method CGContextSetFillColor (line 569) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetFillColor (line 572) | public void SetFillColor(double[] components) method CGContextSetStrokeColor (line 581) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetStrokeColor (line 584) | public void SetStrokeColor(double[] components) method CGContextSetFillPattern (line 593) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetFillPattern (line 596) | public void SetFillPattern(CGPattern pattern, double[] components) method CGContextSetStrokePattern (line 605) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetStrokePattern (line 608) | public void SetStrokePattern(CGPattern pattern, double[] components) method CGContextSetPatternPhase (line 617) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetPatternPhase (line 620) | public void SetPatternPhase(CGSize phase) method CGContextSetGrayFillColor (line 625) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetFillColor (line 628) | public void SetFillColor(double gray, double alpha) method SetGrayFillColor (line 633) | [Advice("Use SetFillColor() instead.")] method CGContextSetGrayStrokeColor (line 639) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetStrokeColor (line 642) | public void SetStrokeColor(double gray, double alpha) method SetGrayStrokeColor (line 647) | [Advice("Use SetStrokeColor() instead.")] method CGContextSetRGBFillColor (line 653) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetFillColor (line 656) | public void SetFillColor(double red, double green, double blue, double... method SetRGBFillColor (line 661) | [Advice("Use SetFillColor() instead.")] method CGContextSetRGBStrokeColor (line 667) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetStrokeColor (line 670) | public void SetStrokeColor(double red, double green, double blue, doub... method SetRGBStrokeColor (line 675) | [Advice("Use SetStrokeColor() instead.")] method CGContextSetCMYKFillColor (line 681) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetFillColor (line 684) | public void SetFillColor(double cyan, double magenta, double yellow, d... method SetCMYKFillColor (line 689) | [Advice("Use SetFillColor() instead.")] method CGContextSetCMYKStrokeColor (line 695) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetStrokeColor (line 698) | public void SetStrokeColor(double cyan, double magenta, double yellow,... method SetCMYKStrokeColor (line 703) | [Advice("Use SetStrokeColor() instead.")] method CGContextSetRenderingIntent (line 709) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetRenderingIntent (line 712) | public void SetRenderingIntent(CGColorRenderingIntent intent) method CGContextDrawImage (line 717) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method DrawImage (line 720) | public void DrawImage(CGRect rect, CGImage image) method CGContextDrawTiledImage (line 725) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method DrawTiledImage (line 728) | public void DrawTiledImage(CGRect rect, CGImage image) method CGContextGetInterpolationQuality (line 733) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGContextSetInterpolationQuality (line 736) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGContextSetShadowWithColor (line 739) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetShadowWithColor (line 742) | public void SetShadowWithColor(CGSize offset, double blur, CGColor color) method CGContextSetShadow (line 747) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetShadow (line 750) | public void SetShadow(CGSize offset, double blur) method CGContextDrawLinearGradient (line 755) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method DrawLinearGradient (line 758) | public void DrawLinearGradient(CGGradient gradient, CGPoint startPoint... method CGContextDrawRadialGradient (line 763) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method DrawRadialGradient (line 766) | public void DrawRadialGradient(CGGradient gradient, CGPoint startCente... method CGContextDrawShading (line 771) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method DrawShading (line 774) | public void DrawShading(CGShading shading) method CGContextSetCharacterSpacing (line 779) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetCharacterSpacing (line 782) | public void SetCharacterSpacing(double spacing) method CGContextSetTextPosition (line 787) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGContextGetTextPosition (line 790) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGContextSetTextMatrix (line 793) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGContextGetTextMatrix (line 796) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGContextSetTextDrawingMode (line 799) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetTextDrawingMode (line 802) | public void SetTextDrawingMode(CGTextDrawingMode mode) method CGContextSetFont (line 807) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetFont (line 810) | public void SetFont(CGFont font) method CGContextSetFontSize (line 815) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetFontSize (line 818) | public void SetFontSize(double size) method CGContextSelectFont (line 823) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SelectFont (line 826) | public void SelectFont(string name, double size, CGTextEncoding textEn... method CGContextShowGlyphsAtPositions (line 835) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ShowGlyphsAtPositions (line 838) | public void ShowGlyphsAtPositions(ushort[] glyphs, CGPoint[] positions... method CGContextShowText (line 851) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ShowText (line 854) | public void ShowText(string str, int count) method ShowText (line 867) | public void ShowText(string str) method CGContextShowText (line 876) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ShowText (line 879) | public void ShowText(byte[] bytes, int count) method ShowText (line 892) | public void ShowText(byte[] bytes) method CGContextShowTextAtPoint (line 901) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ShowTextAtPoint (line 904) | public void ShowTextAtPoint(double x, double y, string str, int length) method ShowTextAtPoint (line 913) | public void ShowTextAtPoint(double x, double y, string str) method CGContextShowTextAtPoint (line 922) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ShowTextAtPoint (line 925) | public void ShowTextAtPoint(double x, double y, byte[] bytes, int length) method ShowTextAtPoint (line 934) | public void ShowTextAtPoint(double x, double y, byte[] bytes) method CGContextShowGlyphs (line 943) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ShowGlyphs (line 946) | public void ShowGlyphs(ushort[] glyphs) method ShowGlyphs (line 955) | public void ShowGlyphs(ushort[] glyphs, int count) method CGContextShowGlyphsAtPoint (line 968) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ShowGlyphsAtPoint (line 971) | public void ShowGlyphsAtPoint(double x, double y, ushort[] glyphs, int... method ShowGlyphsAtPoint (line 984) | public void ShowGlyphsAtPoint(double x, double y, ushort[] glyphs) method CGContextShowGlyphsWithAdvances (line 993) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ShowGlyphsWithAdvances (line 996) | public void ShowGlyphsWithAdvances(ushort[] glyphs, CGSize[] advances,... method CGContextDrawPDFPage (line 1013) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method DrawPDFPage (line 1016) | public void DrawPDFPage(CGPDFPage page) method CGContextBeginPage (line 1021) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGContextBeginPage (line 1024) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method BeginPage (line 1027) | public void BeginPage(CGRect? rect) method CGContextEndPage (line 1040) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method EndPage (line 1043) | public void EndPage() method CGContextFlush (line 1048) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Flush (line 1051) | public void Flush() method CGContextSynchronize (line 1056) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Synchronize (line 1059) | public void Synchronize() method CGContextSetShouldAntialias (line 1064) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetShouldAntialias (line 1067) | public void SetShouldAntialias(bool shouldAntialias) method CGContextSetAllowsAntialiasing (line 1072) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetAllowsAntialiasing (line 1075) | public void SetAllowsAntialiasing(bool allowsAntialiasing) method CGContextSetShouldSmoothFonts (line 1080) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetShouldSmoothFonts (line 1083) | public void SetShouldSmoothFonts(bool shouldSmoothFonts) method CGContextGetUserSpaceToDeviceSpaceTransform (line 1088) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetUserSpaceToDeviceSpaceTransform (line 1091) | public CGAffineTransform GetUserSpaceToDeviceSpaceTransform() method CGContextConvertPointToDeviceSpace (line 1096) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method PointToDeviceSpace (line 1099) | public CGPoint PointToDeviceSpace(CGPoint point) method CGContextConvertPointToUserSpace (line 1104) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ConvertPointToUserSpace (line 1107) | public CGPoint ConvertPointToUserSpace(CGPoint point) method CGContextConvertSizeToDeviceSpace (line 1112) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ConvertSizeToDeviceSpace (line 1115) | public CGSize ConvertSizeToDeviceSpace(CGSize size) method CGContextConvertSizeToUserSpace (line 1120) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ConvertSizeToUserSpace (line 1123) | public CGSize ConvertSizeToUserSpace(CGSize size) method CGContextConvertRectToDeviceSpace (line 1128) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ConvertRectToDeviceSpace (line 1131) | public CGRect ConvertRectToDeviceSpace(CGRect rect) method CGContextConvertRectToUserSpace (line 1136) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ConvertRectToUserSpace (line 1139) | public CGRect ConvertRectToUserSpace(CGRect rect) method CGContextDrawLayerInRect (line 1144) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method DrawLayer (line 1147) | public void DrawLayer(CGLayer layer, CGRect rect) method CGContextDrawLayerAtPoint (line 1156) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method DrawLayer (line 1159) | public void DrawLayer(CGLayer layer, CGPoint point) method CGContextCopyPath (line 1168) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CopyPath (line 1171) | [Since(4, 0)] method CGContextSetAllowsFontSmoothing (line 1177) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetAllowsFontSmoothing (line 1180) | [Since(4, 0)] method CGContextSetAllowsFontSubpixelPositioning (line 1186) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetAllowsSubpixelPositioning (line 1189) | [Since(4, 0)] method CGContextSetAllowsFontSubpixelQuantization (line 1195) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetAllowsFontSubpixelQuantization (line 1198) | [Since(4, 0)] method CGContextSetShouldSubpixelPositionFonts (line 1204) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetShouldSubpixelPositionFonts (line 1207) | [Since(4, 0)] method CGContextSetShouldSubpixelQuantizeFonts (line 1213) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ShouldSubpixelQuantizeFonts (line 1216) | [Since(4, 0)] method CGContextBeginTransparencyLayer (line 1222) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method BeginTransparencyLayer (line 1225) | public void BeginTransparencyLayer() method BeginTransparencyLayer (line 1230) | public void BeginTransparencyLayer(NSDictionary auxiliaryInfo = null) method CGContextBeginTransparencyLayerWithRect (line 1235) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method BeginTransparencyLayer (line 1238) | public void BeginTransparencyLayer(CGRect rectangle, NSDictionary auxi... method BeginTransparencyLayer (line 1243) | public void BeginTransparencyLayer(CGRect rectangle) method CGContextEndTransparencyLayer (line 1248) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method EndTransparencyLayer (line 1251) | public void EndTransparencyLayer() FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGContextPDF.cs class CGContextPDF (line 7) | public class CGContextPDF : CGContext method CGPDFContextCreateWithURL (line 11) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFContextCreateWithURL (line 14) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFContextCreate (line 17) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGContextPDF (line 20) | public CGContextPDF(CGDataConsumer dataConsumer, CGRect mediaBox, CGPD... method CGContextPDF (line 29) | public CGContextPDF(NSUrl url, CGRect mediaBox, CGPDFInfo info) method CGContextPDF (line 38) | public CGContextPDF(NSUrl url, CGRect mediaBox) method CGContextPDF (line 47) | public CGContextPDF(NSUrl url, CGPDFInfo info) method CGContextPDF (line 56) | public CGContextPDF(NSUrl url) method CGPDFContextClose (line 65) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Close (line 68) | public void Close() method CGPDFContextBeginPage (line 77) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method BeginPage (line 80) | public void BeginPage(CGPDFPageInfo info) method CGPDFContextEndPage (line 85) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method EndPage (line 88) | public new void EndPage() method CGPDFContextAddDocumentMetadata (line 93) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddDocumentMetadata (line 96) | public void AddDocumentMetadata(NSData data) method CGPDFContextSetURLForRect (line 104) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetUrl (line 107) | public void SetUrl(NSUrl url, CGRect region) method CGPDFContextAddDestinationAtPoint (line 116) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddDestination (line 119) | public void AddDestination(string name, CGPoint point) method CGPDFContextSetDestinationForRect (line 128) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method SetDestination (line 131) | public void SetDestination(string name, CGRect rect) method Dispose (line 140) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGDataConsumer.cs class CGDataConsumer (line 8) | public class CGDataConsumer : INativeObject, IDisposable method CGDataConsumer (line 18) | public CGDataConsumer(IntPtr handle) method CGDataConsumer (line 24) | [Preserve(Conditional = true)] method Dispose (line 39) | public void Dispose() method CGDataConsumerRelease (line 45) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGDataConsumerRetain (line 48) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 51) | protected virtual void Dispose(bool disposing) method CGDataConsumerCreateWithCFData (line 66) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGDataConsumer (line 69) | public CGDataConsumer(NSMutableData data) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGDataProvider.cs class CGDataProvider (line 8) | public class CGDataProvider : INativeObject, IDisposable method CGDataProviderCopyData (line 18) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CopyData (line 21) | public NSData CopyData() method CGDataProvider (line 29) | public CGDataProvider(IntPtr handle) method CGDataProvider (line 35) | [Preserve(Conditional = true)] method Dispose (line 50) | public void Dispose() method CGDataProviderRelease (line 56) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGDataProviderRetain (line 59) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 62) | protected virtual void Dispose(bool disposing) method CGDataProviderCreateWithFilename (line 77) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method FromFile (line 80) | public static CGDataProvider FromFile(string file) method CGDataProvider (line 94) | public CGDataProvider(string file) method CGDataProviderCreateWithData (line 107) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGDataProvider (line 110) | public CGDataProvider(IntPtr memoryBlock, int size) method CGDataProvider (line 115) | public CGDataProvider(IntPtr memoryBlock, int size, bool ownBuffer) method CGDataProvider (line 124) | public unsafe CGDataProvider(byte[] buffer, int offset, int count) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGFont.cs class CGFont (line 9) | public class CGFont : INativeObject, IDisposable method CGFont (line 53) | [Preserve(Conditional = true)] method Dispose (line 72) | public void Dispose() method CGFontRetain (line 78) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontRelease (line 81) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 84) | protected virtual void Dispose(bool disposing) method CGFontCreateWithDataProvider (line 93) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreateFromProvider (line 96) | public static CGFont CreateFromProvider(CGDataProvider provider) method CGFontCreateWithFontName (line 105) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreateWithFontName (line 108) | public static CGFont CreateWithFontName(string name) method CGFontGetNumberOfGlyphs (line 114) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontGetUnitsPerEm (line 117) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontCopyPostScriptName (line 120) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontCopyFullName (line 123) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontGetAscent (line 126) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontGetDescent (line 129) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontGetLeading (line 132) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontGetCapHeight (line 135) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontGetXHeight (line 138) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontGetFontBBox (line 141) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontGetItalicAngle (line 144) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontGetStemV (line 147) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFontGetGlyphWithGlyphName (line 150) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetGlyphWithGlyphName (line 153) | public ushort GetGlyphWithGlyphName(string s) method CGFontCopyGlyphNameForGlyph (line 159) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GlyphNameForGlyph (line 162) | public string GlyphNameForGlyph(ushort glyph) method GetTypeID (line 168) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGFunction.cs class CGFunction (line 8) | public class CGFunction : INativeObject, IDisposable type CGFunctionCallbacks (line 12) | private struct CGFunctionCallbacks method CGFunction (line 31) | internal CGFunction(IntPtr handle) method CGFunction (line 37) | [Preserve(Conditional = true)] method Dispose (line 52) | public void Dispose() method CGFunctionRelease (line 58) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFunctionRetain (line 61) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 64) | protected virtual void Dispose(bool disposing) method CGFunctionCreate (line 75) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGFunction (line 78) | public unsafe CGFunction(double[] domain, double[] range, CGFunctionEv... method EvaluateCallback (line 101) | private unsafe static void EvaluateCallback(IntPtr info, double* input... FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGGradient.cs class CGGradient (line 9) | public class CGGradient : INativeObject, IDisposable method CGGradient (line 15) | [Preserve(Conditional = true)] method Dispose (line 30) | public void Dispose() method CGGradientRetain (line 36) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGGradientRelease (line 39) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 42) | protected virtual void Dispose(bool disposing) method CGGradientCreateWithColorComponents (line 51) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGGradient (line 54) | public CGGradient(CGColorSpace colorspace, double[] components, double... method CGGradient (line 67) | public CGGradient(CGColorSpace colorspace, double[] components) method CGGradientCreateWithColors (line 80) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGGradient (line 83) | public CGGradient(CGColorSpace colorspace, CGColor[] colors, double[] ... method CGGradient (line 94) | public CGGradient(CGColorSpace colorspace, CGColor[] colors) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGGradientDrawingOptions.cs type CGGradientDrawingOptions (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGImage.cs class CGImage (line 8) | public class CGImage : INativeObject, IDisposable method CGImage (line 40) | public CGImage(IntPtr handle) method CGImage (line 46) | [Preserve(Conditional = true)] method Dispose (line 61) | public void Dispose() method CGImageRelease (line 67) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageRetain (line 70) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 73) | protected virtual void Dispose(bool disposing) method CGImageCreate (line 82) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImage (line 85) | public CGImage(long width, long height, long bitsPerComponent, long bi... method CGImage (line 114) | public CGImage(long width, long height, long bitsPerComponent, long bi... method CGWindowListCreateImage (line 143) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ScreenImage (line 146) | public static CGImage ScreenImage(int windownumber, CGRect bounds) method CGImageCreateWithJPEGDataProvider (line 151) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method FromJPEG (line 154) | public static CGImage FromJPEG(CGDataProvider provider, double[] decod... method CGImageCreateWithPNGDataProvider (line 168) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method FromPNG (line 171) | public static CGImage FromPNG(CGDataProvider provider, double[] decode... method CGImageMaskCreate (line 185) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreateMask (line 188) | public static CGImage CreateMask(long width, long height, long bitsPer... method CGImageCreateWithMaskingColors (line 218) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method WithMaskingColors (line 221) | public CGImage WithMaskingColors(double[] components) method CGImageCreateCopy (line 235) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Clone (line 238) | public CGImage Clone() method CGImageCreateCopyWithColorSpace (line 243) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method WithColorSpace (line 246) | public CGImage WithColorSpace(CGColorSpace cs) method CGImageCreateWithImageInRect (line 251) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method WithImageInRect (line 254) | public CGImage WithImageInRect(CGRect rect) method CGImageCreateWithMask (line 259) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method WithMask (line 262) | public CGImage WithMask(CGImage mask) method CGImageIsMask (line 267) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageGetWidth (line 270) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageGetHeight (line 273) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageGetBitsPerComponent (line 276) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageGetBitsPerPixel (line 279) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageGetBytesPerRow (line 282) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageGetColorSpace (line 285) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageGetAlphaInfo (line 288) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageGetDataProvider (line 291) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageGetDecode (line 294) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageGetShouldInterpolate (line 297) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageGetRenderingIntent (line 300) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGImageGetBitmapInfo (line 303) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGImageAlphaInfo.cs type CGImageAlphaInfo (line 3) | public enum CGImageAlphaInfo FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGImageColorModel.cs type CGImageColorModel (line 3) | public enum CGImageColorModel FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGImageProperties.cs class CGImageProperties (line 8) | public class CGImageProperties : DictionaryContainer method CGImageProperties (line 282) | public CGImageProperties() method CGImageProperties (line 287) | public CGImageProperties(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGImagePropertiesExif.cs class CGImagePropertiesExif (line 7) | public class CGImagePropertiesExif : DictionaryContainer method CGImagePropertiesExif (line 227) | public CGImagePropertiesExif() method CGImagePropertiesExif (line 232) | public CGImagePropertiesExif(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGImagePropertiesGps.cs class CGImagePropertiesGps (line 6) | public class CGImagePropertiesGps : DictionaryContainer method CGImagePropertiesGps (line 44) | public CGImagePropertiesGps() method CGImagePropertiesGps (line 49) | public CGImagePropertiesGps(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGImagePropertiesIptc.cs class CGImagePropertiesIptc (line 6) | public class CGImagePropertiesIptc : DictionaryContainer method CGImagePropertiesIptc (line 128) | public CGImagePropertiesIptc() method CGImagePropertiesIptc (line 133) | public CGImagePropertiesIptc(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGImagePropertiesJfif.cs class CGImagePropertiesJfif (line 6) | public class CGImagePropertiesJfif : DictionaryContainer method CGImagePropertiesJfif (line 32) | public CGImagePropertiesJfif() method CGImagePropertiesJfif (line 37) | public CGImagePropertiesJfif(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGImagePropertiesPng.cs class CGImagePropertiesPng (line 7) | public class CGImagePropertiesPng : DictionaryContainer method CGImagePropertiesPng (line 97) | public CGImagePropertiesPng() method CGImagePropertiesPng (line 102) | public CGImagePropertiesPng(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGImagePropertiesTiff.cs class CGImagePropertiesTiff (line 7) | public class CGImagePropertiesTiff : DictionaryContainer method CGImagePropertiesTiff (line 57) | public CGImagePropertiesTiff() method CGImagePropertiesTiff (line 62) | public CGImagePropertiesTiff(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGInterpolationQuality.cs type CGInterpolationQuality (line 3) | public enum CGInterpolationQuality FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGLayer.cs class CGLayer (line 8) | public class CGLayer : INativeObject, IDisposable method CGLayer (line 18) | internal CGLayer(IntPtr handle) method CGLayer (line 28) | [Preserve(Conditional = true)] method Dispose (line 43) | public void Dispose() method CGLayerRelease (line 49) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGLayerRetain (line 52) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 55) | protected virtual void Dispose(bool disposing) method CGLayerGetSize (line 64) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGLayerGetContext (line 67) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGLayerCreateWithContext (line 70) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Create (line 73) | public static CGLayer Create(CGContext context, CGSize size) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGLineCap.cs type CGLineCap (line 3) | public enum CGLineCap FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGLineJoin.cs type CGLineJoin (line 3) | public enum CGLineJoin FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPDFArray.cs class CGPDFArray (line 7) | public class CGPDFArray : INativeObject method CGPDFArray (line 15) | public CGPDFArray(IntPtr handle) method CGPDFArrayGetCount (line 20) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFArrayGetBoolean (line 23) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetBoolean (line 26) | public bool GetBoolean(int idx, out bool result) method CGPDFArrayGetInteger (line 31) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetInt (line 34) | public bool GetInt(int idx, out int result) method CGPDFArrayGetNumber (line 39) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetFloat (line 42) | public bool GetFloat(int idx, out double result) method CGPDFArrayGetName (line 47) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetName (line 50) | public bool GetName(int idx, out string result) method CGPDFArrayGetDictionary (line 61) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetDictionary (line 64) | public bool GetDictionary(int idx, out CGPDFDictionary result) method CGPDFArrayGetStream (line 75) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetStream (line 78) | public bool GetStream(int idx, out CGPDFStream result) method CGPDFArrayGetArray (line 89) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetArray (line 92) | public bool GetArray(int idx, out CGPDFArray array) method CGPDFArrayGetString (line 103) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetString (line 106) | public bool GetString(int idx, out string result) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPDFBox.cs type CGPDFBox (line 3) | public enum CGPDFBox FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPDFDictionary.cs class CGPDFDictionary (line 7) | public class CGPDFDictionary : INativeObject method CGPDFDictionary (line 17) | public CGPDFDictionary(IntPtr handle) method CGPDFDictionaryGetCount (line 22) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFDictionaryGetBoolean (line 25) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetBoolean (line 28) | public bool GetBoolean(string key, out bool result) method CGPDFDictionaryGetInteger (line 37) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetInt (line 40) | public bool GetInt(string key, out int result) method CGPDFDictionaryGetNumber (line 49) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetFloat (line 52) | public bool GetFloat(string key, out double result) method CGPDFDictionaryGetName (line 61) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetName (line 64) | public bool GetName(string key, out string result) method CGPDFDictionaryGetDictionary (line 79) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetDictionary (line 82) | public bool GetDictionary(string key, out CGPDFDictionary result) method CGPDFDictionaryGetStream (line 97) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetStream (line 100) | public bool GetStream(string key, out CGPDFStream result) method CGPDFDictionaryGetArray (line 115) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetArray (line 118) | public bool GetArray(string key, out CGPDFArray array) method CGPDFDictionaryApplyFunction (line 133) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFObjectGetType (line 136) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFObjectGetValue (line 139) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFObjectGetValue (line 142) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFObjectGetValue (line 145) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFObjectGetValue (line 148) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method MapFromCGPdfObject (line 151) | private static object MapFromCGPdfObject(IntPtr pdfObj) method ApplyBridge (line 217) | private static void ApplyBridge(string key, IntPtr pdfObject, IntPtr i... method Apply (line 222) | public void Apply(Action callback) method CGPDFDictionaryGetString (line 229) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetString (line 232) | public bool GetString(string key, out string result) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPDFDocument.cs class CGPDFDocument (line 9) | public class CGPDFDocument : INativeObject, IDisposable method Dispose (line 30) | public void Dispose() method CGPDFDocumentRelease (line 36) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFDocumentRetain (line 39) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 42) | protected virtual void Dispose(bool disposing) method CGPDFDocument (line 51) | public CGPDFDocument(IntPtr handle) method CGPDFDocument (line 57) | [Preserve(Conditional = true)] method CGPDFDocumentCreateWithProvider (line 67) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFDocument (line 70) | public CGPDFDocument(CGDataProvider provider) method CGPDFDocumentCreateWithURL (line 79) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method FromFile (line 82) | public static CGPDFDocument FromFile(string str) method FromUrl (line 97) | public static CGPDFDocument FromUrl(string str) method CGPDFDocumentGetNumberOfPages (line 112) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFDocumentGetPage (line 115) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetPage (line 118) | public CGPDFPage GetPage(int page) method CGPDFDocumentGetVersion (line 123) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetVersion (line 126) | public void GetVersion(out int major, out int minor) method CGPDFDocumentIsEncrypted (line 131) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFDocumentUnlockWithPassword (line 134) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method UnlockWithPassword (line 137) | public bool UnlockWithPassword(string pass) method CGPDFDocumentIsUnlocked (line 142) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFDocumentAllowsPrinting (line 145) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFDocumentAllowsCopying (line 148) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFDocumentGetMediaBox (line 151) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetMediaBox (line 154) | public CGRect GetMediaBox(int page) method CGPDFDocumentGetCropBox (line 159) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetCropBox (line 162) | public CGRect GetCropBox(int page) method CGPDFDocumentGetBleedBox (line 167) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetBleedBox (line 170) | public CGRect GetBleedBox(int page) method CGPDFDocumentGetTrimBox (line 175) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetTrimBox (line 178) | public CGRect GetTrimBox(int page) method CGPDFDocumentGetArtBox (line 183) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetArtBox (line 186) | public CGRect GetArtBox(int page) method CGPDFDocumentGetCatalog (line 191) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetCatalog (line 194) | public CGPDFDictionary GetCatalog() method CGPDFDocumentGetInfo (line 199) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetInfo (line 202) | public CGPDFDictionary GetInfo() FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPDFInfo.cs class CGPDFInfo (line 8) | public class CGPDFInfo : CGPDFPageInfo method CGPDFInfo (line 50) | static CGPDFInfo() method ToDictionary (line 72) | internal override NSMutableDictionary ToDictionary() FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPDFPage.cs class CGPDFPage (line 7) | public class CGPDFPage : INativeObject, IDisposable method CGPDFPage (line 23) | public CGPDFPage(IntPtr handle) method CGPDFPage (line 33) | internal CGPDFPage(CGPDFDocument doc, IntPtr handle) method CGPDFPageGetPageNumber (line 40) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFPageGetBoxRect (line 43) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetBoxRect (line 46) | public CGRect GetBoxRect(CGPDFBox box) method CGPDFPageGetRotationAngle (line 51) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFPageGetDrawingTransform (line 54) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetDrawingTransform (line 57) | public CGAffineTransform GetDrawingTransform(CGPDFBox box, CGRect rect... method CGPDFPageGetDictionary (line 62) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 70) | public void Dispose() method CGPDFPageRetain (line 76) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFPageRelease (line 79) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 82) | protected virtual void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPDFPageInfo.cs class CGPDFPageInfo (line 7) | public class CGPDFPageInfo method CGPDFPageInfo (line 29) | static CGPDFPageInfo() method Add (line 46) | private unsafe static void Add(NSMutableDictionary dict, IntPtr key, C... method ToDictionary (line 56) | internal virtual NSMutableDictionary ToDictionary() FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPDFStream.cs class CGPDFStream (line 9) | public class CGPDFStream : INativeObject method CGPDFStream (line 29) | internal CGPDFStream(IntPtr handle) method CGPDFStreamGetDictionary (line 34) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPDFStreamCopyData (line 37) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPDFString.cs class CGPDFString (line 7) | internal static class CGPDFString method CGPDFStringCopyTextString (line 9) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ToString (line 12) | public static string ToString(IntPtr pdfString) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPath.cs class CGPath (line 8) | public class CGPath : INativeObject, IDisposable method CGPathCreateMutable (line 26) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPath (line 29) | public CGPath() method CGPathCreateMutableCopy (line 34) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPath (line 37) | public CGPath(CGPath basePath) method CGPath (line 46) | public CGPath(IntPtr handle) method CGPath (line 52) | [Preserve(Conditional = true)] method Dispose (line 67) | public void Dispose() method CGPathRelease (line 73) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPathRetain (line 76) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 79) | protected virtual void Dispose(bool disposing) method CGPathEqualToPath (line 88) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetHashCode (line 101) | public override int GetHashCode() method Equals (line 106) | public override bool Equals(object o) method CGPathMoveToPoint (line 116) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPathMoveToPoint (line 119) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method MoveToPoint (line 122) | public void MoveToPoint(double x, double y) method MoveToPoint (line 127) | public void MoveToPoint(CGPoint point) method MoveToPoint (line 132) | public void MoveToPoint(CGAffineTransform transform, double x, double y) method MoveToPoint (line 137) | public void MoveToPoint(CGAffineTransform transform, CGPoint point) method CGPathAddLineToPoint (line 142) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPathAddLineToPoint (line 145) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPathAddLineToPoint (line 148) | [Advice("Use AddLineToPoint instead")] method AddLineToPoint (line 154) | public void AddLineToPoint(double x, double y) method AddLineToPoint (line 159) | public void AddLineToPoint(CGPoint point) method CGPathAddLineToPoint (line 164) | [Advice("Use AddLineToPoint instead")] method AddLineToPoint (line 170) | public void AddLineToPoint(CGAffineTransform transform, double x, doub... method AddLineToPoint (line 175) | public void AddLineToPoint(CGAffineTransform transform, CGPoint point) method CGPathAddQuadCurveToPoint (line 180) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPathAddQuadCurveToPoint (line 183) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddQuadCurveToPoint (line 186) | public void AddQuadCurveToPoint(double cpx, double cpy, double x, doub... method AddQuadCurveToPoint (line 191) | public void AddQuadCurveToPoint(CGAffineTransform transform, double cp... method CGPathAddCurveToPoint (line 196) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddCurveToPoint (line 199) | public void AddCurveToPoint(CGAffineTransform transform, double cp1x, ... method AddCurveToPoint (line 204) | public void AddCurveToPoint(CGAffineTransform transform, CGPoint cp1, ... method CGPathAddCurveToPoint (line 209) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddCurveToPoint (line 212) | public void AddCurveToPoint(double cp1x, double cp1y, double cp2x, dou... method AddCurveToPoint (line 217) | public void AddCurveToPoint(CGPoint cp1, CGPoint cp2, CGPoint point) method CGPathCloseSubpath (line 222) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CloseSubpath (line 225) | public void CloseSubpath() method CGPathAddRect (line 230) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddRect (line 233) | public void AddRect(CGAffineTransform transform, CGRect rect) method CGPathAddRect (line 238) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddRect (line 241) | public void AddRect(CGRect rect) method CGPathAddRects (line 246) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddRects (line 249) | public void AddRects(CGAffineTransform m, CGRect[] rects) method AddRects (line 254) | public void AddRects(CGAffineTransform m, CGRect[] rects, long count) method CGPathAddRects (line 263) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddRects (line 266) | public void AddRects(CGRect[] rects) method AddRects (line 271) | public void AddRects(CGRect[] rects, long count) method CGPathAddLines (line 280) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddLines (line 283) | public void AddLines(CGAffineTransform m, CGPoint[] points) method AddLines (line 288) | public void AddLines(CGAffineTransform m, CGPoint[] points, long count) method CGPathAddLines (line 297) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddLines (line 300) | public void AddLines(CGPoint[] points) method AddLines (line 305) | public void AddLines(CGPoint[] points, long count) method CGPathAddEllipseInRect (line 314) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddEllipseInRect (line 317) | public void AddEllipseInRect(CGAffineTransform m, CGRect rect) method AddElipseInRect (line 322) | [Obsolete("Use AddEllipseInRect instead")] method CGPathAddEllipseInRect (line 328) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddElipseInRect (line 331) | public void AddElipseInRect(CGRect rect) method CGPathAddArc (line 336) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddArc (line 339) | public void AddArc(CGAffineTransform m, double x, double y, double rad... method CGPathAddArc (line 344) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddArc (line 347) | public void AddArc(double x, double y, double radius, double startAngl... method CGPathAddArcToPoint (line 352) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddArcToPoint (line 355) | public void AddArcToPoint(CGAffineTransform m, double x1, double y1, d... method CGPathAddArcToPoint (line 360) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddArcToPoint (line 363) | public void AddArcToPoint(double x1, double y1, double x2, double y2, ... method CGPathAddRelativeArc (line 368) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddRelativeArc (line 371) | public void AddRelativeArc(CGAffineTransform m, double x, double y, do... method CGPathAddRelativeArc (line 376) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddRelativeArc (line 379) | public void AddRelativeArc(double x, double y, double radius, double s... method CGPathAddPath (line 384) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddPath (line 387) | public void AddPath(CGAffineTransform t, CGPath path2) method CGPathAddPath (line 396) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method AddPath (line 399) | public void AddPath(CGPath path2) method CGPathIsEmpty (line 408) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPathIsRect (line 411) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method IsRect (line 414) | public bool IsRect(out CGRect rect) method CGPathGetCurrentPoint (line 419) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPathGetBoundingBox (line 422) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPathGetPathBoundingBox (line 425) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPathContainsPoint (line 428) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ContainsPoint (line 431) | public bool ContainsPoint(CGAffineTransform m, CGPoint point, bool eoF... method CGPathContainsPoint (line 436) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method ContainsPoint (line 439) | public bool ContainsPoint(CGPoint point, bool eoFill) method ApplierCallback (line 444) | private unsafe static void ApplierCallback(IntPtr info, IntPtr element... method CGPathApply (line 470) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Apply (line 473) | public void Apply(ApplierFunction func) method MakeMutable (line 480) | private static CGPath MakeMutable(IntPtr source) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPathDrawingMode.cs type CGPathDrawingMode (line 3) | public enum CGPathDrawingMode FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPathElement.cs type CGPathElement (line 3) | public struct CGPathElement method CGPathElement (line 13) | public CGPathElement(int t) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPathElementType.cs type CGPathElementType (line 3) | public enum CGPathElementType FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPattern.cs class CGPattern (line 8) | public class CGPattern : INativeObject, IDisposable method CGPattern (line 26) | public CGPattern(IntPtr handle) method CGPattern (line 32) | [Preserve(Conditional = true)] method CGPatternCreate (line 42) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPattern (line 45) | public CGPattern(CGRect bounds, CGAffineTransform matrix, double xStep... method DrawCallback (line 59) | private static void DrawCallback(IntPtr voidptr, IntPtr cgcontextptr) method ReleaseCallback (line 76) | private static void ReleaseCallback(IntPtr voidptr) method Dispose (line 86) | public void Dispose() method CGPatternRelease (line 92) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGPatternRetain (line 95) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 98) | protected virtual void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPatternCallbacks.cs type CGPatternCallbacks (line 3) | internal struct CGPatternCallbacks FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPatternTiling.cs type CGPatternTiling (line 3) | public enum CGPatternTiling FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGPoint.cs type CGPoint (line 6) | [StructLayout(LayoutKind.Sequential, Pack = 8)] method GetHashCode (line 15) | public override int GetHashCode() method ToString (line 48) | public override string ToString() method CGPoint (line 53) | public CGPoint(int x, int y) method CGPoint (line 59) | public CGPoint(double x, double y) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGRect.cs type CGRect (line 5) | public struct CGRect method CGRect (line 71) | public CGRect(CGPoint location, CGSize size) method CGRect (line 79) | public CGRect(double x, double y, double width, double height) method Equals (line 87) | public override bool Equals(object obj) method GetHashCode (line 96) | public override int GetHashCode() method ToString (line 119) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGShading.cs class CGShading (line 8) | public class CGShading : INativeObject, IDisposable method CGShading (line 14) | public CGShading(IntPtr handle) method CGShading (line 20) | [Preserve(Conditional = true)] method CGShadingCreateAxial (line 30) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreateAxial (line 33) | public static CGShading CreateAxial(CGColorSpace colorspace, CGPoint s... method CGShadingCreateRadial (line 54) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CreateRadial (line 57) | public static CGShading CreateRadial(CGColorSpace colorspace, CGPoint ... method Dispose (line 83) | public void Dispose() method CGShadingRelease (line 89) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method CGShadingRetain (line 92) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Dispose (line 95) | protected virtual void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGSize.cs type CGSize (line 6) | [StructLayout(LayoutKind.Sequential, Pack = 1)] method CGSize (line 15) | public CGSize(double width, double height) method GetHashCode (line 21) | public override int GetHashCode() method ToString (line 54) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGTextDrawingMode.cs type CGTextDrawingMode (line 3) | public enum CGTextDrawingMode FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGTextEncoding.cs type CGTextEncoding (line 3) | public enum CGTextEncoding FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGWindowImageOption.cs type CGWindowImageOption (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/CGWindowListOption.cs type CGWindowListOption (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/NSRectEdge.cs type NSRectEdge (line 5) | [Since(3, 2)] FILE: Source/Platform/Mac/Xamarin.Mac/CoreGraphics/RectangleFExtensions.cs class RectangleFExtensions (line 6) | [Since(3, 2)] method CGRectGetMinX (line 9) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetMinX (line 12) | public static double GetMinX(this CGRect self) method CGRectGetMidX (line 17) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetMidX (line 20) | public static double GetMidX(this CGRect self) method CGRectGetMaxX (line 25) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetMaxX (line 28) | public static double GetMaxX(this CGRect self) method CGRectGetMinY (line 33) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetMinY (line 36) | public static double GetMinY(this CGRect self) method CGRectGetMidY (line 41) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetMidY (line 44) | public static double GetMidY(this CGRect self) method CGRectGetMaxY (line 49) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method GetMaxY (line 52) | public static double GetMaxY(this CGRect self) method CGRectStandardize (line 57) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Standardize (line 60) | public static CGRect Standardize(this CGRect self) method CGRectIsNull (line 65) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method IsNull (line 68) | public static bool IsNull(this CGRect self) method CGRectIsInfinite (line 73) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method IsInfinite (line 76) | public static bool IsInfinite(this CGRect self) method CGRectInset (line 81) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Inset (line 84) | public static CGRect Inset(this CGRect self, double dx, double dy) method CGRectIntegral (line 89) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Integral (line 92) | public static CGRect Integral(this CGRect self) method CGRectUnion (line 97) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method UnionWith (line 100) | public static CGRect UnionWith(this CGRect self, CGRect other) method CGRectDivide (line 105) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/V... method Divide (line 108) | public static void Divide(this CGRect self, double amount, NSRectEdge ... FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIAdditionCompositing.cs class CIAdditionCompositing (line 6) | [Since(6, 0)] method CIAdditionCompositing (line 9) | public CIAdditionCompositing() method CIAdditionCompositing (line 14) | public CIAdditionCompositing(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIAffineClamp.cs class CIAffineClamp (line 6) | [Since(6, 0)] method CIAffineClamp (line 9) | public CIAffineClamp() method CIAffineClamp (line 14) | public CIAffineClamp(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIAffineFilter.cs class CIAffineFilter (line 5) | public abstract class CIAffineFilter : CIFilter method CIAffineFilter (line 19) | protected CIAffineFilter(string name) method CIAffineFilter (line 24) | protected CIAffineFilter(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIAffineTile.cs class CIAffineTile (line 6) | [Since(6, 0)] method CIAffineTile (line 9) | public CIAffineTile() method CIAffineTile (line 14) | public CIAffineTile(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIAffineTransform.cs class CIAffineTransform (line 5) | public class CIAffineTransform : CIAffineFilter method CIAffineTransform (line 7) | public CIAffineTransform() method CIAffineTransform (line 12) | public CIAffineTransform(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIAutoAdjustmentFilterOptions.cs class CIAutoAdjustmentFilterOptions (line 6) | public class CIAutoAdjustmentFilterOptions method ToDictionary (line 16) | internal NSDictionary ToDictionary() FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIBarsSwipeTransition.cs class CIBarsSwipeTransition (line 6) | [Since(6, 0)] method CIBarsSwipeTransition (line 45) | public CIBarsSwipeTransition() method CIBarsSwipeTransition (line 50) | public CIBarsSwipeTransition(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIBlendFilter.cs class CIBlendFilter (line 5) | public abstract class CIBlendFilter : CIFilter method CIBlendFilter (line 31) | protected CIBlendFilter(string name) method CIBlendFilter (line 36) | protected CIBlendFilter(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIBlendWithMask.cs class CIBlendWithMask (line 6) | [Since(6, 0)] method CIBlendWithMask (line 21) | public CIBlendWithMask() method CIBlendWithMask (line 26) | public CIBlendWithMask(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIBloom.cs class CIBloom (line 6) | [Since(6, 0)] method CIBloom (line 45) | public CIBloom() method CIBloom (line 50) | public CIBloom(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CICheckerboardGenerator.cs class CICheckerboardGenerator (line 5) | public class CICheckerboardGenerator : CIFilter method CICheckerboardGenerator (line 67) | public CICheckerboardGenerator() method CICheckerboardGenerator (line 72) | public CICheckerboardGenerator(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CICircleSplashDistortion.cs class CICircleSplashDistortion (line 6) | [Since(6, 0)] method CICircleSplashDistortion (line 9) | public CICircleSplashDistortion() method CICircleSplashDistortion (line 14) | public CICircleSplashDistortion(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CICircularScreen.cs class CICircularScreen (line 6) | [Since(6, 0)] method CICircularScreen (line 9) | public CICircularScreen() method CICircularScreen (line 14) | public CICircularScreen(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIColor.cs class CIColor (line 9) | [Register("CIColor", true)] method CIColor (line 118) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIColor (line 133) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIColor (line 139) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromCGColor (line 145) | [Export("colorWithCGColor:")] method FromRgba (line 151) | [Export("colorWithRed:green:blue:alpha:")] method FromRgb (line 157) | [Export("colorWithRed:green:blue:")] method FromString (line 163) | [Export("colorWithString:")] method CIColor (line 176) | [Export("initWithCGColor:")] method StringRepresentation (line 190) | [Export("stringRepresentation")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIColorBlendMode.cs class CIColorBlendMode (line 5) | public class CIColorBlendMode : CIBlendFilter method CIColorBlendMode (line 7) | public CIColorBlendMode() method CIColorBlendMode (line 12) | public CIColorBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIColorBurnBlendMode.cs class CIColorBurnBlendMode (line 5) | public class CIColorBurnBlendMode : CIBlendFilter method CIColorBurnBlendMode (line 7) | public CIColorBurnBlendMode() method CIColorBurnBlendMode (line 12) | public CIColorBurnBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIColorControls.cs class CIColorControls (line 5) | public class CIColorControls : CIFilter method CIColorControls (line 55) | public CIColorControls() method CIColorControls (line 60) | public CIColorControls(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIColorCube.cs class CIColorCube (line 6) | public class CIColorCube : CIFilter method CIColorCube (line 44) | public CIColorCube() method CIColorCube (line 49) | public CIColorCube(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIColorDodgeBlendMode.cs class CIColorDodgeBlendMode (line 5) | public class CIColorDodgeBlendMode : CIBlendFilter method CIColorDodgeBlendMode (line 7) | public CIColorDodgeBlendMode() method CIColorDodgeBlendMode (line 12) | public CIColorDodgeBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIColorInvert.cs class CIColorInvert (line 5) | public class CIColorInvert : CIFilter method CIColorInvert (line 19) | public CIColorInvert() method CIColorInvert (line 24) | public CIColorInvert(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIColorMap.cs class CIColorMap (line 6) | [Since(6, 0)] method CIColorMap (line 33) | public CIColorMap() method CIColorMap (line 38) | public CIColorMap(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIColorMatrix.cs class CIColorMatrix (line 5) | public class CIColorMatrix : CIFilter method CIColorMatrix (line 79) | public CIColorMatrix() method CIColorMatrix (line 84) | public CIColorMatrix(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIColorMonochrome.cs class CIColorMonochrome (line 5) | public class CIColorMonochrome : CIFilter method CIColorMonochrome (line 43) | public CIColorMonochrome() method CIColorMonochrome (line 48) | public CIColorMonochrome(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIColorPosterize.cs class CIColorPosterize (line 6) | [Since(6, 0)] method CIColorPosterize (line 33) | public CIColorPosterize() method CIColorPosterize (line 38) | public CIColorPosterize(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CICompositingFilter.cs class CICompositingFilter (line 5) | public abstract class CICompositingFilter : CIFilter method CICompositingFilter (line 31) | protected CICompositingFilter(string name) method CICompositingFilter (line 36) | protected CICompositingFilter(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIConstantColorGenerator.cs class CIConstantColorGenerator (line 5) | public class CIConstantColorGenerator : CIFilter method CIConstantColorGenerator (line 19) | public CIConstantColorGenerator() method CIConstantColorGenerator (line 24) | public CIConstantColorGenerator(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIContext.cs class CIContext (line 9) | [Register("CIContext", true)] method FromContext (line 79) | public static CIContext FromContext(CGContext ctx, CIContextOptions op... method FromContext (line 85) | public static CIContext FromContext(CGContext ctx) method CreateCGLayer (line 90) | public CGLayer CreateCGLayer(CGSize size) method CIContext (line 95) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIContext (line 110) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIContext (line 116) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromContext (line 122) | [Export("contextWithCGContext:options:")] method DrawImage (line 128) | [Export("drawImage:atPoint:fromRect:")] method DrawImage (line 146) | [Export("drawImage:inRect:fromRect:")] method CreateCGImage (line 163) | [Export("createCGImage:fromRect:")] method CreateCGImage (line 175) | [Export("createCGImage:fromRect:format:colorSpace:")] method CreateCGLayer (line 187) | [Export("createCGLayerWithSize:info:")] method RenderToBitmap (line 197) | [Export("render:toBitmap:rowBytes:bounds:format:colorSpace:")] method ReclaimResources (line 214) | [Export("reclaimResources")] method ClearCaches (line 227) | [Export("clearCaches")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIContextOptions.cs class CIContextOptions (line 7) | public class CIContextOptions method ToDictionary (line 15) | internal NSDictionary ToDictionary() FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CICopyMachineTransition.cs class CICopyMachineTransition (line 6) | [Since(6, 0)] method CICopyMachineTransition (line 69) | public CICopyMachineTransition() method CICopyMachineTransition (line 74) | public CICopyMachineTransition(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CICrop.cs class CICrop (line 5) | public class CICrop : CIFilter method CICrop (line 31) | public CICrop() method CICrop (line 36) | public CICrop(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIDarkenBlendMode.cs class CIDarkenBlendMode (line 5) | public class CIDarkenBlendMode : CIBlendFilter method CIDarkenBlendMode (line 7) | public CIDarkenBlendMode() method CIDarkenBlendMode (line 12) | public CIDarkenBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIDepthOfField.cs class CIDepthOfField (line 6) | [Since(6, 0)] method CIDepthOfField (line 93) | public CIDepthOfField() method CIDepthOfField (line 98) | public CIDepthOfField(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIDetector.cs class CIDetector (line 9) | [Register("CIDetector", true)] method CreateFaceDetector (line 129) | public static CIDetector CreateFaceDetector(CIContext context, bool hi... method CreateFaceDetector (line 135) | public static CIDetector CreateFaceDetector(CIContext context, bool hi... method CreateFaceDetector (line 149) | public static CIDetector CreateFaceDetector(CIContext context, FaceDet... method FeaturesInImage (line 172) | public CIFeature[] FeaturesInImage(CIImage image, CIImageOrientation o... method CIDetector (line 181) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIDetector (line 196) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIDetector (line 202) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromType (line 208) | [Export("detectorOfType:context:options:")] method FeaturesInImage (line 214) | [Export("featuresInImage:")] method FeaturesInImage (line 228) | [Export("featuresInImage:options:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIDifferenceBlendMode.cs class CIDifferenceBlendMode (line 5) | public class CIDifferenceBlendMode : CIBlendFilter method CIDifferenceBlendMode (line 7) | public CIDifferenceBlendMode() method CIDifferenceBlendMode (line 12) | public CIDifferenceBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIDisintegrateWithMaskTransition.cs class CIDisintegrateWithMaskTransition (line 6) | [Since(6, 0)] method CIDisintegrateWithMaskTransition (line 57) | public CIDisintegrateWithMaskTransition() method CIDisintegrateWithMaskTransition (line 62) | public CIDisintegrateWithMaskTransition(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIDissolveTransition.cs class CIDissolveTransition (line 6) | [Since(6, 0)] method CIDissolveTransition (line 9) | public CIDissolveTransition() method CIDissolveTransition (line 14) | public CIDissolveTransition(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIDistortionFilter.cs class CIDistortionFilter (line 5) | public abstract class CIDistortionFilter : CIFilter method CIDistortionFilter (line 43) | protected CIDistortionFilter(string name) method CIDistortionFilter (line 48) | protected CIDistortionFilter(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIDotScreen.cs class CIDotScreen (line 6) | [Since(6, 0)] method CIDotScreen (line 21) | public CIDotScreen() method CIDotScreen (line 26) | public CIDotScreen(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIEightfoldReflectedTile.cs class CIEightfoldReflectedTile (line 6) | [Since(6, 0)] method CIEightfoldReflectedTile (line 9) | public CIEightfoldReflectedTile() method CIEightfoldReflectedTile (line 14) | public CIEightfoldReflectedTile(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIExclusionBlendMode.cs class CIExclusionBlendMode (line 5) | public class CIExclusionBlendMode : CIBlendFilter method CIExclusionBlendMode (line 7) | public CIExclusionBlendMode() method CIExclusionBlendMode (line 12) | public CIExclusionBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIExposureAdjust.cs class CIExposureAdjust (line 5) | public class CIExposureAdjust : CIFilter method CIExposureAdjust (line 31) | public CIExposureAdjust() method CIExposureAdjust (line 36) | public CIExposureAdjust(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFaceBalance.cs class CIFaceBalance (line 5) | public class CIFaceBalance : CIFilter method CIFaceBalance (line 7) | public CIFaceBalance(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFaceFeature.cs class CIFaceFeature (line 9) | [Register("CIFaceFeature", true)] method CIFaceFeature (line 170) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIFaceFeature (line 185) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIFaceFeature (line 191) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFalseColor.cs class CIFalseColor (line 5) | public class CIFalseColor : CIFilter method CIFalseColor (line 43) | public CIFalseColor() method CIFalseColor (line 48) | public CIFalseColor(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFeature.cs class CIFeature (line 9) | [Register("CIFeature", true)] method CIFeature (line 64) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIFeature (line 79) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIFeature (line 85) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 91) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFilter.cs class CIFilter (line 8) | [Register("CIFilter", true)] method CIFilter (line 109) | internal CIFilter(string name) method FilterNamesInCategories (line 114) | public static string[] FilterNamesInCategories(params string[] categor... method ValueForKey (line 119) | internal NSObject ValueForKey(string key) method SetValue (line 125) | internal void SetValue(string key, NSObject value) method CreateFilter (line 131) | internal static IntPtr CreateFilter(string name) method SetFloat (line 137) | internal void SetFloat(string key, float value) method GetFloat (line 143) | internal float GetFloat(string key) method GetVector (line 154) | internal CIVector GetVector(string key) method GetColor (line 159) | internal CIColor GetColor(string key) method GetInputImage (line 164) | internal CIImage GetInputImage() method SetInputImage (line 169) | internal void SetInputImage(CIImage value) method GetBackgroundImage (line 174) | internal CIImage GetBackgroundImage() method GetImage (line 179) | internal CIImage GetImage(string key) method SetBackgroundImage (line 185) | internal void SetBackgroundImage(CIImage value) method SetImage (line 190) | internal void SetImage(string key, CIImage value) method GetFilterName (line 196) | internal static string GetFilterName(IntPtr filterHandle) method FromName (line 201) | internal static CIFilter FromName(string filterName, IntPtr handle) method CIFilter (line 302) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIFilter (line 317) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIFilter (line 323) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SetDefaults (line 329) | [Export("setDefaults")] method FromName (line 342) | [Export("filterWithName:")] method FilterNamesInCategory (line 355) | [Export("filterNamesInCategory:")] method _FilterNamesInCategories (line 368) | [Export("filterNamesInCategories:")] method Apply (line 381) | [Export("apply:arguments:options:")] method RegisterFilterName (line 403) | [Export("registerFilterName:constructor:classAttributes:")] method FilterLocalizedName (line 423) | [Export("localizedNameForFilterName:")] method CategoryLocalizedName (line 436) | [Export("localizedNameForCategory:")] method FilterLocalizedDescription (line 449) | [Export("localizedDescriptionForFilterName:")] method FilterLocalizedReferenceDocumentation (line 462) | [Export("localizedReferenceDocumentationForFilterName:")] method SetValueForKey (line 475) | [Export("setValue:forKey:")] method ValueForKey (line 492) | [Export("valueForKey:")] method Dispose (line 506) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFilterApply.cs class CIFilterApply (line 6) | public static class CIFilterApply FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFilterAttributes.cs class CIFilterAttributes (line 6) | public static class CIFilterAttributes FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFilterCategory.cs class CIFilterCategory (line 6) | public static class CIFilterCategory FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFilterGenerator.cs class CIFilterGenerator (line 8) | [Register("CIFilterGenerator", true)] method CIFilterGenerator (line 127) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIFilterGenerator (line 142) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIFilterGenerator (line 148) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 154) | [Export("filterGenerator")] method FromUrl (line 160) | [Export("filterGeneratorWithContentsOfURL:")] method CIFilterGenerator (line 170) | [Export("initWithContentsOfURL:")] method ConnectObject (line 188) | [Export("connectObject:withKey:toObject:withKey:")] method DisconnectObject (line 221) | [Export("disconnectObject:withKey:toObject:withKey:")] method ExportKey (line 254) | [Export("exportKey:fromObject:withName:")] method RemoveExportedKey (line 283) | [Export("removeExportedKey:")] method SetAttributesforExportedKey (line 302) | [Export("setAttributes:forExportedKey:")] method CreateFilter (line 323) | [Export("filter")] method RegisterFilterName (line 333) | [Export("registerFilterName:")] method Save (line 352) | [Export("writeToURL:atomically:")] method Dispose (line 366) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFilterInputKey.cs class CIFilterInputKey (line 6) | public static class CIFilterInputKey FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFilterMode.cs type CIFilterMode (line 3) | public enum CIFilterMode FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFilterOutputKey.cs class CIFilterOutputKey (line 6) | public static class CIFilterOutputKey FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFilterShape.cs class CIFilterShape (line 9) | [Register("CIFilterShape", true)] method CIFilterShape (line 32) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIFilterShape (line 47) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIFilterShape (line 53) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromRect (line 59) | [Export("shapeWithRect:")] method CIFilterShape (line 65) | [Export("initWithRect:")] method Transform (line 79) | [Export("transformBy:interior:")] method Inset (line 89) | [Export("insetByX:Y:")] method Union (line 99) | [Export("unionWith:")] method Union (line 113) | [Export("unionWithRect:")] method Intersect (line 123) | [Export("intersectWith:")] method IntersectWithRect (line 137) | [Export("intersectWithRect:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFlashTransition.cs class CIFlashTransition (line 6) | [Since(6, 0)] method CIFlashTransition (line 93) | public CIFlashTransition() method CIFlashTransition (line 98) | public CIFlashTransition(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFormat.cs type CIFormat (line 3) | public enum CIFormat FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFourfoldReflectedTile.cs class CIFourfoldReflectedTile (line 6) | [Since(6, 0)] method CIFourfoldReflectedTile (line 21) | public CIFourfoldReflectedTile() method CIFourfoldReflectedTile (line 26) | public CIFourfoldReflectedTile(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFourfoldRotatedTile.cs class CIFourfoldRotatedTile (line 6) | [Since(6, 0)] method CIFourfoldRotatedTile (line 9) | public CIFourfoldRotatedTile() method CIFourfoldRotatedTile (line 14) | public CIFourfoldRotatedTile(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIFourfoldTranslatedTile.cs class CIFourfoldTranslatedTile (line 6) | [Since(6, 0)] method CIFourfoldTranslatedTile (line 21) | public CIFourfoldTranslatedTile() method CIFourfoldTranslatedTile (line 26) | public CIFourfoldTranslatedTile(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIGammaAdjust.cs class CIGammaAdjust (line 5) | public class CIGammaAdjust : CIFilter method CIGammaAdjust (line 31) | public CIGammaAdjust() method CIGammaAdjust (line 36) | public CIGammaAdjust(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIGaussianBlur.cs class CIGaussianBlur (line 6) | [Since(6, 0)] method CIGaussianBlur (line 33) | public CIGaussianBlur() method CIGaussianBlur (line 38) | public CIGaussianBlur(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIGaussianGradient.cs class CIGaussianGradient (line 5) | public class CIGaussianGradient : CIFilter method CIGaussianGradient (line 55) | public CIGaussianGradient() method CIGaussianGradient (line 60) | public CIGaussianGradient(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIGlideReflectedTile.cs class CIGlideReflectedTile (line 6) | [Since(6, 0)] method CIGlideReflectedTile (line 9) | public CIGlideReflectedTile() method CIGlideReflectedTile (line 14) | public CIGlideReflectedTile(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIGloom.cs class CIGloom (line 6) | [Since(6, 0)] method CIGloom (line 45) | public CIGloom() method CIGloom (line 50) | public CIGloom(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIHardLightBlendMode.cs class CIHardLightBlendMode (line 5) | public class CIHardLightBlendMode : CIBlendFilter method CIHardLightBlendMode (line 7) | public CIHardLightBlendMode() method CIHardLightBlendMode (line 12) | public CIHardLightBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIHatchedScreen.cs class CIHatchedScreen (line 6) | [Since(6, 0)] method CIHatchedScreen (line 21) | public CIHatchedScreen() method CIHatchedScreen (line 26) | public CIHatchedScreen(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIHighlightShadowAdjust.cs class CIHighlightShadowAdjust (line 5) | public class CIHighlightShadowAdjust : CIFilter method CIHighlightShadowAdjust (line 43) | public CIHighlightShadowAdjust() method CIHighlightShadowAdjust (line 48) | public CIHighlightShadowAdjust(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIHoleDistortion.cs class CIHoleDistortion (line 6) | [Since(6, 0)] method CIHoleDistortion (line 9) | public CIHoleDistortion() method CIHoleDistortion (line 14) | public CIHoleDistortion(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIHueAdjust.cs class CIHueAdjust (line 5) | public class CIHueAdjust : CIFilter method CIHueAdjust (line 31) | public CIHueAdjust() method CIHueAdjust (line 36) | public CIHueAdjust(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIHueBlendMode.cs class CIHueBlendMode (line 5) | public class CIHueBlendMode : CIBlendFilter method CIHueBlendMode (line 7) | public CIHueBlendMode() method CIHueBlendMode (line 12) | public CIHueBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIImage.cs class CIImage (line 11) | [Register("CIImage", true)] method WrapFilters (line 255) | private static CIFilter[] WrapFilters(NSArray filters) method FromCGImage (line 276) | public static CIImage FromCGImage(CGImage image, CGColorSpace colorSpace) method GetAutoAdjustmentFilters (line 288) | public CIFilter[] GetAutoAdjustmentFilters() method GetAutoAdjustmentFilters (line 293) | public CIFilter[] GetAutoAdjustmentFilters(CIAutoAdjustmentFilterOptio... method CIFormatToInt (line 312) | internal static long CIFormatToInt(CIFormat format) method CIImage (line 324) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIImage (line 339) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIImage (line 345) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromCGImage (line 351) | [Export("imageWithCGImage:")] method FromCGImage (line 357) | [Export("imageWithCGImage:options:")] method FromCGImage (line 363) | public static CIImage FromCGImage(CGImage image, CIImageInitialization... method FromLayer (line 368) | [Export("imageWithCGLayer:")] method FromLayer (line 374) | [Export("imageWithCGLayer:options:")] method FromData (line 384) | [Export("imageWithBitmapData:bytesPerRow:size:format:colorSpace:")] method ImageWithTexture (line 394) | [Export("imageWithTexture:size:flipped:colorSpace:")] method FromUrl (line 400) | [Export("imageWithContentsOfURL:")] method FromUrl (line 410) | [Export("imageWithContentsOfURL:options:")] method FromUrl (line 420) | public static CIImage FromUrl(NSUrl url, CIImageInitializationOptions ... method FromData (line 425) | [Export("imageWithData:")] method FromData (line 435) | [Export("imageWithData:options:")] method FromData (line 445) | public static CIImage FromData(NSData data, CIImageInitializationOptio... method FromImageBuffer (line 450) | [Export("imageWithCVImageBuffer:")] method FromImageBuffer (line 456) | [Export("imageWithCVImageBuffer:options:")] method ImageWithColor (line 466) | [Export("imageWithColor:")] method CIImage (line 476) | [Export("initWithCGImage:")] method CIImage (line 490) | [Export("initWithCGImage:options:")] method CIImage (line 504) | public CIImage(CGImage image, CIImageInitializationOptionsWithMetadata... method CIImage (line 509) | [Export("initWithCGLayer:")] method CIImage (line 523) | [Export("initWithCGLayer:options:")] method CIImage (line 537) | public CIImage(CGLayer layer, CIImageInitializationOptions options) method CIImage (line 542) | [Export("initWithData:")] method CIImage (line 560) | [Export("initWithData:options:")] method CIImage (line 578) | public CIImage(NSData data, CIImageInitializationOptionsWithMetadata o... method CIImage (line 583) | [Export("initWithBitmapData:bytesPerRow:size:format:colorSpace:")] method CIImage (line 601) | [Export("initWithTexture:size:flipped:colorSpace:")] method CIImage (line 615) | [Export("initWithContentsOfURL:")] method CIImage (line 633) | [Export("initWithContentsOfURL:options:")] method CIImage (line 651) | public CIImage(NSUrl url, CIImageInitializationOptions options) method CIImage (line 656) | [Export("initWithCVImageBuffer:")] method CIImage (line 670) | [Export("initWithCVImageBuffer:options:")] method CIImage (line 684) | public CIImage(CVImageBuffer imageBuffer, CIImageInitializationOptions... method CIImage (line 689) | [Export("initWithColor:")] method CIImage (line 707) | [Export("initWithBitmapImageRep:")] method Draw (line 725) | [Export("drawAtPoint:fromRect:operation:fraction:")] method Draw (line 738) | [Export("drawInRect:fromRect:operation:fraction:")] method ImageByApplyingTransform (line 751) | [Export("imageByApplyingTransform:")] method ImageByCroppingToRect (line 761) | [Export("imageByCroppingToRect:")] method _GetAutoAdjustmentFilters (line 771) | [Export("autoAdjustmentFilters")] method _GetAutoAdjustmentFilters (line 781) | [Export("autoAdjustmentFiltersWithOptions:")] method Dispose (line 795) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIImageAccumulator.cs class CIImageAccumulator (line 9) | [Register("CIImageAccumulator", true)] method CIImageAccumulator (line 91) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIImageAccumulator (line 106) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIImageAccumulator (line 121) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIImageAccumulator (line 127) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromRectangle (line 133) | [Export("imageAccumulatorWithExtent:format:")] method CIImageAccumulator (line 139) | [Export("initWithExtent:format:")] method SetImageDirty (line 153) | [Export("setImage:dirtyRect:")] method Clear (line 170) | [Export("clear")] method Dispose (line 183) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIImageInitializationOptions.cs class CIImageInitializationOptions (line 6) | public class CIImageInitializationOptions : DictionaryContainer method CIImageInitializationOptions (line 16) | public CIImageInitializationOptions() method CIImageInitializationOptions (line 21) | public CIImageInitializationOptions(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIImageInitializationOptionsWithMetadata.cs class CIImageInitializationOptionsWithMetadata (line 6) | public class CIImageInitializationOptionsWithMetadata : CIImageInitializ... method CIImageInitializationOptionsWithMetadata (line 16) | public CIImageInitializationOptionsWithMetadata() method CIImageInitializationOptionsWithMetadata (line 20) | public CIImageInitializationOptionsWithMetadata(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIImageOrientation.cs type CIImageOrientation (line 3) | public enum CIImageOrientation FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIKernel.cs class CIKernel (line 8) | [Register("CIKernel", true)] method CIKernel (line 34) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIKernel (line 49) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIKernel (line 55) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromProgram (line 61) | [Export("kernelsWithString:")] method SetRegionOfInterestSelector (line 74) | [Export("setROISelector:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CILanczosScaleTransform.cs class CILanczosScaleTransform (line 6) | [Since(6, 0)] method CILanczosScaleTransform (line 45) | public CILanczosScaleTransform() method CILanczosScaleTransform (line 50) | public CILanczosScaleTransform(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CILightenBlendMode.cs class CILightenBlendMode (line 5) | public class CILightenBlendMode : CIBlendFilter method CILightenBlendMode (line 7) | public CILightenBlendMode() method CILightenBlendMode (line 12) | public CILightenBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CILineScreen.cs class CILineScreen (line 6) | [Since(6, 0)] method CILineScreen (line 21) | public CILineScreen() method CILineScreen (line 26) | public CILineScreen(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CILinearGradient.cs class CILinearGradient (line 5) | public class CILinearGradient : CIFilter method CILinearGradient (line 55) | public CILinearGradient() method CILinearGradient (line 60) | public CILinearGradient(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CILuminosityBlendMode.cs class CILuminosityBlendMode (line 5) | public class CILuminosityBlendMode : CIBlendFilter method CILuminosityBlendMode (line 7) | public CILuminosityBlendMode() method CILuminosityBlendMode (line 12) | public CILuminosityBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIMaskToAlpha.cs class CIMaskToAlpha (line 6) | [Since(6, 0)] method CIMaskToAlpha (line 21) | public CIMaskToAlpha() method CIMaskToAlpha (line 26) | public CIMaskToAlpha(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIMaximumComponent.cs class CIMaximumComponent (line 6) | [Since(6, 0)] method CIMaximumComponent (line 21) | public CIMaximumComponent() method CIMaximumComponent (line 26) | public CIMaximumComponent(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIMaximumCompositing.cs class CIMaximumCompositing (line 6) | [Since(6, 0)] method CIMaximumCompositing (line 9) | public CIMaximumCompositing() method CIMaximumCompositing (line 14) | public CIMaximumCompositing(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIMinimumComponent.cs class CIMinimumComponent (line 6) | [Since(6, 0)] method CIMinimumComponent (line 21) | public CIMinimumComponent() method CIMinimumComponent (line 26) | public CIMinimumComponent(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIMinimumCompositing.cs class CIMinimumCompositing (line 6) | [Since(6, 0)] method CIMinimumCompositing (line 9) | public CIMinimumCompositing() method CIMinimumCompositing (line 14) | public CIMinimumCompositing(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIModTransition.cs class CIModTransition (line 6) | [Since(6, 0)] method CIModTransition (line 57) | public CIModTransition() method CIModTransition (line 62) | public CIModTransition(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIMultiplyBlendMode.cs class CIMultiplyBlendMode (line 5) | public class CIMultiplyBlendMode : CIBlendFilter method CIMultiplyBlendMode (line 7) | public CIMultiplyBlendMode() method CIMultiplyBlendMode (line 12) | public CIMultiplyBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIMultiplyCompositing.cs class CIMultiplyCompositing (line 6) | [Since(6, 0)] method CIMultiplyCompositing (line 9) | public CIMultiplyCompositing() method CIMultiplyCompositing (line 14) | public CIMultiplyCompositing(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIOverlayBlendMode.cs class CIOverlayBlendMode (line 5) | public class CIOverlayBlendMode : CIBlendFilter method CIOverlayBlendMode (line 7) | public CIOverlayBlendMode() method CIOverlayBlendMode (line 12) | public CIOverlayBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIPageCurlTransition.cs class CIPageCurlTransition (line 5) | public class CIPageCurlTransition : CITransitionFilter method CIPageCurlTransition (line 67) | public CIPageCurlTransition() method CIPageCurlTransition (line 72) | public CIPageCurlTransition(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIPerspectiveTile.cs class CIPerspectiveTile (line 6) | [Since(6, 0)] method CIPerspectiveTile (line 69) | public CIPerspectiveTile() method CIPerspectiveTile (line 74) | public CIPerspectiveTile(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIPerspectiveTransform.cs class CIPerspectiveTransform (line 6) | [Since(6, 0)] method CIPerspectiveTransform (line 69) | public CIPerspectiveTransform() method CIPerspectiveTransform (line 74) | public CIPerspectiveTransform(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIPinchDistortion.cs class CIPinchDistortion (line 6) | [Since(6, 0)] method CIPinchDistortion (line 21) | public CIPinchDistortion() method CIPinchDistortion (line 26) | public CIPinchDistortion(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIPixellate.cs class CIPixellate (line 6) | [Since(6, 0)] method CIPixellate (line 45) | public CIPixellate() method CIPixellate (line 50) | public CIPixellate(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIPlugIn.cs class CIPlugIn (line 8) | [Register("CIPlugIn", true)] method CIPlugIn (line 21) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIPlugIn (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIPlugIn (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIPlugIn (line 57) | [EditorBrowsable(EditorBrowsableState.Advanced)] method LoadAllPlugIns (line 63) | [Export("loadAllPlugIns")] method LoadNonExecutablePlugIns (line 69) | [Export("loadNonExecutablePlugIns")] method LoadPlugIn (line 75) | [Export("loadPlugIn:allowNonExecutable:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIRadialGradient.cs class CIRadialGradient (line 5) | public class CIRadialGradient : CIFilter method CIRadialGradient (line 67) | public CIRadialGradient() method CIRadialGradient (line 72) | public CIRadialGradient(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIRandomGenerator.cs class CIRandomGenerator (line 6) | [Since(6, 0)] method CIRandomGenerator (line 9) | public CIRandomGenerator() method CIRandomGenerator (line 14) | public CIRandomGenerator(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIRippleTransition.cs class CIRippleTransition (line 6) | [Since(6, 0)] method CIRippleTransition (line 69) | public CIRippleTransition() method CIRippleTransition (line 74) | public CIRippleTransition(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISampler.cs class CISampler (line 9) | [Register("CISampler", true)] method FromImage (line 162) | public CISampler FromImage(CIImage sourceImage, CISamplerOptions options) method CISampler (line 171) | public CISampler(CIImage sourceImage, CISamplerOptions options) method CISampler (line 176) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CISampler (line 191) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CISampler (line 206) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CISampler (line 212) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromImage (line 218) | [Export("samplerWithImage:")] method FromImage (line 228) | [Export("samplerWithImage:options:")] method CISampler (line 242) | [Export("initWithImage:")] method CISampler (line 260) | [Export("initWithImage:options:")] method Dispose (line 282) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISamplerOptions.cs class CISamplerOptions (line 6) | public class CISamplerOptions method ToDictionary (line 14) | internal NSDictionary ToDictionary() FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISaturationBlendMode.cs class CISaturationBlendMode (line 5) | public class CISaturationBlendMode : CIBlendFilter method CISaturationBlendMode (line 7) | public CISaturationBlendMode() method CISaturationBlendMode (line 12) | public CISaturationBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIScreenBlendMode.cs class CIScreenBlendMode (line 5) | public class CIScreenBlendMode : CIBlendFilter method CIScreenBlendMode (line 7) | public CIScreenBlendMode() method CIScreenBlendMode (line 12) | public CIScreenBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIScreenFilter.cs class CIScreenFilter (line 5) | public class CIScreenFilter : CIFilter method CIScreenFilter (line 55) | protected CIScreenFilter(string name) method CIScreenFilter (line 60) | protected CIScreenFilter(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISepiaTone.cs class CISepiaTone (line 5) | public class CISepiaTone : CIFilter method CISepiaTone (line 31) | public CISepiaTone() method CISepiaTone (line 36) | public CISepiaTone(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISharpenLuminance.cs class CISharpenLuminance (line 6) | [Since(6, 0)] method CISharpenLuminance (line 33) | public CISharpenLuminance() method CISharpenLuminance (line 38) | public CISharpenLuminance(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISixfoldReflectedTile.cs class CISixfoldReflectedTile (line 6) | [Since(6, 0)] method CISixfoldReflectedTile (line 9) | public CISixfoldReflectedTile() method CISixfoldReflectedTile (line 14) | public CISixfoldReflectedTile(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISixfoldRotatedTile.cs class CISixfoldRotatedTile (line 6) | [Since(6, 0)] method CISixfoldRotatedTile (line 9) | public CISixfoldRotatedTile() method CISixfoldRotatedTile (line 14) | public CISixfoldRotatedTile(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISoftLightBlendMode.cs class CISoftLightBlendMode (line 5) | public class CISoftLightBlendMode : CIBlendFilter method CISoftLightBlendMode (line 7) | public CISoftLightBlendMode() method CISoftLightBlendMode (line 12) | public CISoftLightBlendMode(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISourceAtopCompositing.cs class CISourceAtopCompositing (line 6) | [Since(6, 0)] method CISourceAtopCompositing (line 9) | public CISourceAtopCompositing() method CISourceAtopCompositing (line 14) | public CISourceAtopCompositing(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISourceInCompositing.cs class CISourceInCompositing (line 6) | [Since(6, 0)] method CISourceInCompositing (line 9) | public CISourceInCompositing() method CISourceInCompositing (line 14) | public CISourceInCompositing(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISourceOutCompositing.cs class CISourceOutCompositing (line 6) | [Since(6, 0)] method CISourceOutCompositing (line 9) | public CISourceOutCompositing() method CISourceOutCompositing (line 14) | public CISourceOutCompositing(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISourceOverCompositing.cs class CISourceOverCompositing (line 6) | [Since(6, 0)] method CISourceOverCompositing (line 9) | public CISourceOverCompositing() method CISourceOverCompositing (line 14) | public CISourceOverCompositing(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIStarShineGenerator.cs class CIStarShineGenerator (line 6) | [Since(6, 0)] method CIStarShineGenerator (line 105) | public CIStarShineGenerator() method CIStarShineGenerator (line 110) | public CIStarShineGenerator(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIStraightenFilter.cs class CIStraightenFilter (line 5) | public class CIStraightenFilter : CIFilter method CIStraightenFilter (line 31) | public CIStraightenFilter() method CIStraightenFilter (line 36) | public CIStraightenFilter(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIStripesGenerator.cs class CIStripesGenerator (line 5) | public class CIStripesGenerator : CIFilter method CIStripesGenerator (line 67) | public CIStripesGenerator() method CIStripesGenerator (line 72) | public CIStripesGenerator(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CISwipeTransition.cs class CISwipeTransition (line 6) | [Since(6, 0)] method CISwipeTransition (line 69) | public CISwipeTransition() method CISwipeTransition (line 74) | public CISwipeTransition(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CITemperatureAndTint.cs class CITemperatureAndTint (line 5) | public class CITemperatureAndTint : CIFilter method CITemperatureAndTint (line 43) | public CITemperatureAndTint() method CITemperatureAndTint (line 48) | public CITemperatureAndTint(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CITileFilter.cs class CITileFilter (line 5) | public class CITileFilter : CIFilter method CITileFilter (line 55) | protected CITileFilter(string name) method CITileFilter (line 60) | protected CITileFilter(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIToneCurve.cs class CIToneCurve (line 5) | public class CIToneCurve : CIFilter method CIToneCurve (line 79) | public CIToneCurve() method CIToneCurve (line 84) | public CIToneCurve(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CITransitionFilter.cs class CITransitionFilter (line 5) | public abstract class CITransitionFilter : CIFilter method CITransitionFilter (line 43) | protected CITransitionFilter(string name) method CITransitionFilter (line 48) | protected CITransitionFilter(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CITwelvefoldReflectedTile.cs class CITwelvefoldReflectedTile (line 6) | [Since(6, 0)] method CITwelvefoldReflectedTile (line 9) | public CITwelvefoldReflectedTile() method CITwelvefoldReflectedTile (line 14) | public CITwelvefoldReflectedTile(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CITwirlDistortion.cs class CITwirlDistortion (line 6) | [Since(6, 0)] method CITwirlDistortion (line 9) | public CITwirlDistortion() method CITwirlDistortion (line 14) | public CITwirlDistortion(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIUIParameterSet.cs class CIUIParameterSet (line 6) | public static class CIUIParameterSet FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIUnsharpMask.cs class CIUnsharpMask (line 6) | [Since(6, 0)] method CIUnsharpMask (line 45) | public CIUnsharpMask() method CIUnsharpMask (line 50) | public CIUnsharpMask(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIVector.cs class CIVector (line 8) | [Register("CIVector", true)] method GetPtr (line 120) | private unsafe static IntPtr GetPtr(double[] values) method CIVector (line 132) | public CIVector(double[] values) method FromValues (line 137) | public unsafe static CIVector FromValues(double[] values) method ToString (line 149) | public override string ToString() method CIVector (line 154) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIVector (line 169) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CIVector (line 175) | [EditorBrowsable(EditorBrowsableState.Advanced)] method _FromValues (line 181) | [Export("vectorWithValues:count:")] method Create (line 187) | [Export("vectorWithX:")] method Create (line 193) | [Export("vectorWithX:Y:")] method Create (line 199) | [Export("vectorWithX:Y:Z:")] method Create (line 205) | [Export("vectorWithX:Y:Z:W:")] method FromString (line 211) | [Export("vectorWithString:")] method CIVector (line 224) | [Export("initWithValues:count:")] method CIVector (line 238) | [Export("initWithX:")] method CIVector (line 252) | [Export("initWithX:Y:")] method CIVector (line 266) | [Export("initWithX:Y:Z:")] method CIVector (line 280) | [Export("initWithX:Y:Z:W:")] method CIVector (line 294) | [Export("initWithString:")] method ValueAtIndex (line 314) | [Export("valueAtIndex:")] method StringRepresentation (line 324) | [Export("stringRepresentation")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIVibrance.cs class CIVibrance (line 5) | public class CIVibrance : CIFilter method CIVibrance (line 31) | public CIVibrance() method CIVibrance (line 36) | public CIVibrance(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIVortexDistortion.cs class CIVortexDistortion (line 6) | [Since(6, 0)] method CIVortexDistortion (line 21) | public CIVortexDistortion() method CIVortexDistortion (line 26) | public CIVortexDistortion(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIWhitePointAdjust.cs class CIWhitePointAdjust (line 5) | public class CIWhitePointAdjust : CIFilter method CIWhitePointAdjust (line 31) | public CIWhitePointAdjust() method CIWhitePointAdjust (line 36) | public CIWhitePointAdjust(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/CIWrapMode.cs type CIWrapMode (line 3) | public enum CIWrapMode FILE: Source/Platform/Mac/Xamarin.Mac/CoreImage/FaceDetectorAccuracy.cs type FaceDetectorAccuracy (line 3) | public enum FaceDetectorAccuracy FILE: Source/Platform/Mac/Xamarin.Mac/CoreLocation/CLActivityType.cs type CLActivityType (line 3) | public enum CLActivityType FILE: Source/Platform/Mac/Xamarin.Mac/CoreLocation/CLAuthorizationChangedEventArgs.cs class CLAuthorizationChangedEventArgs (line 5) | public class CLAuthorizationChangedEventArgs : EventArgs method CLAuthorizationChangedEventArgs (line 9) | public CLAuthorizationChangedEventArgs(CLAuthorizationStatus status) FILE: Source/Platform/Mac/Xamarin.Mac/CoreLocation/CLAuthorizationStatus.cs type CLAuthorizationStatus (line 3) | public enum CLAuthorizationStatus FILE: Source/Platform/Mac/Xamarin.Mac/CoreLocation/CLAuthroziationChangedEventArgs.cs class CLAuthroziationChangedEventArgs (line 5) | [Obsolete("Use CLAuthorizationChangedEventArgs")] method CLAuthroziationChangedEventArgs (line 8) | public CLAuthroziationChangedEventArgs(CLAuthorizationStatus status) FILE: Source/Platform/Mac/Xamarin.Mac/CoreLocation/CLDeviceOrientation.cs type CLDeviceOrientation (line 3) | public enum CLDeviceOrientation FILE: Source/Platform/Mac/Xamarin.Mac/CoreLocation/CLError.cs type CLError (line 5) | public enum CLError FILE: Source/Platform/Mac/Xamarin.Mac/CoreLocation/CLLocation.cs class CLLocation (line 8) | [Register("CLLocation", true)] method CLLocation (line 159) | static CLLocation() method CLLocation (line 187) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CLLocation (line 202) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CLLocation (line 217) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CLLocation (line 223) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CLLocation (line 229) | [Export("initWithLatitude:longitude:")] method CLLocation (line 243) | [Export("initWithCoordinate:altitude:horizontalAccuracy:verticalAccura... method Description (line 261) | [Export("description")] method Distancefrom (line 271) | [Export("getDistanceFrom:")] method DistanceFrom (line 286) | [Export("distanceFromLocation:")] method CLLocation (line 300) | [Export("initWithCoordinate:altitude:horizontalAccuracy:verticalAccura... method Dispose (line 318) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreLocation/CLLocationCoordinate2D.cs type CLLocationCoordinate2D (line 5) | public struct CLLocationCoordinate2D method CLLocationCoordinate2D (line 11) | public CLLocationCoordinate2D(double latitude, double longitude) method CLLocationCoordinate2DIsValid (line 17) | [DllImport("/System/Library/Frameworks/CoreLocation.framework/CoreLoca... method IsValid (line 20) | public bool IsValid() FILE: Source/Platform/Mac/Xamarin.Mac/CoreLocation/CLLocationManager.cs class CLLocationManager (line 8) | [Register("CLLocationManager", true)] class _CLLocationManagerDelegate (line 11) | [Register] method UpdatedLocation (line 30) | [Preserve(Conditional = true)] method ShouldDisplayHeadingCalibration (line 41) | [Preserve(Conditional = true)] method Failed (line 47) | [Preserve(Conditional = true)] method AuthorizationChanged (line 58) | [Preserve(Conditional = true)] method LocationsUpdated (line 69) | [Preserve(Conditional = true)] method LocationUpdatesPaused (line 80) | [Preserve(Conditional = true)] method LocationUpdatesResumed (line 86) | [Preserve(Conditional = true)] method DeferredUpdatesFinished (line 92) | [Preserve(Conditional = true)] method CLLocationManager (line 363) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CLLocationManager (line 378) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CLLocationManager (line 393) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CLLocationManager (line 399) | [EditorBrowsable(EditorBrowsableState.Advanced)] method StartUpdatingLocation (line 405) | [Export("startUpdatingLocation")] method StopUpdatingLocation (line 418) | [Export("stopUpdatingLocation")] method EnsureCLLocationManagerDelegate (line 431) | private _CLLocationManagerDelegate EnsureCLLocationManagerDelegate() method Dispose (line 441) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreLocation/CLLocationManagerDelegate.cs class CLLocationManagerDelegate (line 8) | [Register("CLLocationManagerDelegate", false)] method CLLocationManagerDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CLLocationManagerDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CLLocationManagerDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CLLocationManagerDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method UpdatedLocation (line 54) | [Export("locationManager:didUpdateToLocation:fromLocation:")] method ShouldDisplayHeadingCalibration (line 61) | [Export("locationManagerShouldDisplayHeadingCalibration:")] method Failed (line 67) | [Export("locationManager:didFailWithError:")] method AuthorizationChanged (line 73) | [Export("locationManager:didChangeAuthorizationStatus:")] method LocationsUpdated (line 79) | [Export("locationManager:didUpdateLocations:")] method LocationUpdatesPaused (line 85) | [Export("locationManagerDidPauseLocationUpdates:")] method LocationUpdatesResumed (line 91) | [Export("locationManagerDidResumeLocationUpdates:")] method DeferredUpdatesFinished (line 97) | [Export("locationManager:didFinishDeferredUpdatesWithError:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreLocation/CLLocationUpdatedEventArgs.cs class CLLocationUpdatedEventArgs (line 5) | public class CLLocationUpdatedEventArgs : EventArgs method CLLocationUpdatedEventArgs (line 11) | public CLLocationUpdatedEventArgs(CLLocation newLocation, CLLocation o... FILE: Source/Platform/Mac/Xamarin.Mac/CoreLocation/CLLocationsUpdatedEventArgs.cs class CLLocationsUpdatedEventArgs (line 5) | public class CLLocationsUpdatedEventArgs : EventArgs method CLLocationsUpdatedEventArgs (line 9) | public CLLocationsUpdatedEventArgs(CLLocation[] locations) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMAudioFormatDescription.cs class CMAudioFormatDescription (line 6) | [Since(4, 0)] method CMAudioFormatDescription (line 9) | internal CMAudioFormatDescription(IntPtr handle) method CMAudioFormatDescription (line 14) | internal CMAudioFormatDescription(IntPtr handle, bool owns) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMBlockBuffer.cs class CMBlockBuffer (line 9) | [Since(4, 0)] method CMBlockBuffer (line 18) | internal CMBlockBuffer(IntPtr handle) method CMBlockBuffer (line 23) | [Preserve(Conditional = true)] method Dispose (line 38) | public void Dispose() method Dispose (line 44) | protected virtual void Dispose(bool disposing) method CMBlockBufferCreateEmpty (line 53) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CreateEmpty (line 56) | public static CMBlockBuffer CreateEmpty(uint subBlockCapacity, CMBlock... method CMBlockBufferCopyDataBytes (line 66) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CopyDataBytes (line 69) | public CMBlockBufferError CopyDataBytes(uint offsetToData, uint dataLe... method CMBlockBufferGetDataLength (line 74) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMBlockBufferError.cs type CMBlockBufferError (line 3) | public enum CMBlockBufferError FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMBlockBufferFlags.cs type CMBlockBufferFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMClock.cs class CMClock (line 7) | [Since(6, 0)] method CMClock (line 14) | public CMClock(IntPtr handle) method CMClock (line 19) | internal CMClock(IntPtr handle, bool owns) method CMClockGetHostTimeClock (line 24) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMClockGetTime (line 27) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMAudioClockCreate (line 30) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CreateAudioClock (line 33) | public static CMClock CreateAudioClock(out CMClockError clockError) method CMClockGetAnchorTime (line 43) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetAnchorTime (line 46) | public CMClockError GetAnchorTime(out CMTime clockTime, out CMTime ref... method CMClockMightDrift (line 51) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method MightDrift (line 54) | public bool MightDrift(CMClock otherClock) method CMClockInvalidate (line 63) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method Invalidate (line 66) | public void Invalidate() method ConvertHostTimeToSystemUnits (line 71) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CreateHostTimeFromSystemUnits (line 74) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMClockError.cs type CMClockError (line 3) | public enum CMClockError FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMClockOrTimebase.cs class CMClockOrTimebase (line 8) | public class CMClockOrTimebase : IDisposable, INativeObject method CMClockOrTimebase (line 16) | internal CMClockOrTimebase() method CMClockOrTimebase (line 20) | public CMClockOrTimebase(IntPtr handle) method CMClockOrTimebase (line 25) | internal CMClockOrTimebase(IntPtr handle, bool owns) method Dispose (line 39) | public void Dispose() method Dispose (line 45) | protected virtual void Dispose(bool disposing) method CMSyncGetTime (line 54) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMSyncGetRelativeRate (line 57) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetRelativeRate (line 60) | public static double GetRelativeRate(CMClockOrTimebase clockOrTimebase... method CMSyncGetRelativeRateAndAnchorTime (line 73) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetRelativeRateAndAnchorTime (line 76) | public static CMSyncError GetRelativeRateAndAnchorTime(CMClockOrTimeba... method CMSyncConvertTime (line 89) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method ConvertTime (line 92) | public static CMTime ConvertTime(CMTime time, CMClockOrTimebase from, ... method CMSyncMightDrift (line 105) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method MightDrift (line 108) | public static bool MightDrift(CMClockOrTimebase clockOrTimebaseA, CMCl... FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMClosedCaptionFormatType.cs type CMClosedCaptionFormatType (line 3) | public enum CMClosedCaptionFormatType : uint FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMFormatDescriptionError.cs type CMFormatDescriptionError (line 3) | public enum CMFormatDescriptionError FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMMediaType.cs type CMMediaType (line 3) | public enum CMMediaType : uint FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMMemoryPool.cs class CMMemoryPool (line 9) | [Since(6, 0)] method CMMemoryPool (line 18) | static CMMemoryPool() method CMMemoryPoolCreate (line 31) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMMemoryPool (line 34) | public CMMemoryPool() method CMMemoryPool (line 39) | public CMMemoryPool(TimeSpan ageOutPeriod) method Dispose (line 51) | public void Dispose() method Dispose (line 57) | protected virtual void Dispose(bool disposing) method CMMemoryPoolGetAllocator (line 66) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetAllocator (line 69) | public CFAllocator GetAllocator() method CMMemoryPoolFlush (line 74) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method Flush (line 77) | public void Flush() method CMMemoryPoolInvalidate (line 82) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method Invalidate (line 85) | public void Invalidate() FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMMetadataFormatType.cs type CMMetadataFormatType (line 3) | public enum CMMetadataFormatType : uint FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMMuxedStreamType.cs type CMMuxedStreamType (line 3) | public enum CMMuxedStreamType : uint FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMSampleBuffer.cs class CMSampleBuffer (line 11) | [Since(4, 0)] method CMSampleBuffer (line 38) | internal CMSampleBuffer(IntPtr handle) method CMSampleBuffer (line 43) | [Preserve(Conditional = true)] method Dispose (line 58) | public void Dispose() method Dispose (line 64) | protected virtual void Dispose(bool disposing) method CMAudioSampleBufferCreateWithPacketDescriptions (line 73) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CreateWithPacketDescriptions (line 76) | public static CMSampleBuffer CreateWithPacketDescriptions(CMBlockBuffe... method CMSampleBufferCreateCopyWithNewTiming (line 94) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CreateWithNewTiming (line 97) | public static CMSampleBuffer CreateWithNewTiming(CMSampleBuffer origin... method CreateWithNewTiming (line 103) | public unsafe static CMSampleBuffer CreateWithNewTiming(CMSampleBuffer... method CMSampleBufferCreateForImageBuffer (line 116) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CreateForImageBuffer (line 119) | public static CMSampleBuffer CreateForImageBuffer(CVImageBuffer imageB... method CMSampleBufferDataIsReady (line 137) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMSampleBufferGetDataBuffer (line 140) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetDataBuffer (line 143) | public CMBlockBuffer GetDataBuffer() method CMSampleBufferGetDecodeTimeStamp (line 153) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMSampleBufferGetDuration (line 156) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMSampleBufferGetFormatDescription (line 159) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetFormatDescription (line 162) | [Advice("Use GetAudioFormatDescription or GetVideoFormatDescription")] method GetAudioFormatDescription (line 174) | public CMAudioFormatDescription GetAudioFormatDescription() method GetVideoFormatDescription (line 184) | public CMVideoFormatDescription GetVideoFormatDescription() method CMSampleBufferGetImageBuffer (line 194) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetImageBuffer (line 197) | public CVImageBuffer GetImageBuffer() method CMSampleBufferGetNumSamples (line 211) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMSampleBufferGetOutputDecodeTimeStamp (line 214) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMSampleBufferGetOutputDuration (line 217) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMSampleBufferGetOutputPresentationTimeStamp (line 220) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMSampleBufferSetOutputPresentationTimeStamp (line 223) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method SetOutputPresentationTimeStamp (line 226) | public int SetOutputPresentationTimeStamp(CMTime outputPresentationTim... method CMSampleBufferGetPresentationTimeStamp (line 231) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMSampleBufferGetSampleAttachmentsArray (line 234) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetSampleAttachments (line 237) | public CMSampleBufferAttachmentSettings[] GetSampleAttachments(bool cr... method CMSampleBufferGetSampleSize (line 247) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetSampleSize (line 250) | public uint GetSampleSize(int sampleIndex) method CMSampleBufferGetSampleTimingInfoArray (line 255) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetSampleTimingInfo (line 258) | public CMSampleTimingInfo[] GetSampleTimingInfo() method GetSampleTimingInfo (line 264) | public unsafe CMSampleTimingInfo[] GetSampleTimingInfo(out int status) method OSStatusToString (line 290) | private static string OSStatusToString(int status) method CMSampleBufferGetTotalSampleSize (line 295) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMSampleBufferGetTypeID (line 298) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetTypeID (line 301) | public static int GetTypeID() method CMSampleBufferInvalidate (line 306) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method Invalidate (line 309) | public int Invalidate() method CMSampleBufferIsValid (line 314) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMSampleBufferMakeDataReady (line 317) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method MakeDataReady (line 320) | public int MakeDataReady() method CMSampleBufferSetDataBuffer (line 325) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method SetDataBuffer (line 328) | public int SetDataBuffer(CMBlockBuffer dataBuffer) method CMSampleBufferSetDataReady (line 338) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method SetDataReady (line 341) | public int SetDataReady() method CMSampleBufferTrackDataReadiness (line 346) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method TrackDataReadiness (line 349) | public int TrackDataReadiness(CMSampleBuffer bufferToTrack) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMSampleBufferAttachmentSettings.cs class CMSampleBufferAttachmentSettings (line 7) | public class CMSampleBufferAttachmentSettings : DictionaryContainer class Selectors (line 9) | private static class Selectors method Selectors (line 61) | static Selectors() method CMSampleBufferAttachmentSettings (line 295) | internal CMSampleBufferAttachmentSettings(NSMutableDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMSampleBufferError.cs type CMSampleBufferError (line 3) | public enum CMSampleBufferError FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMSampleTimingInfo.cs type CMSampleTimingInfo (line 3) | public struct CMSampleTimingInfo FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMSubtitleFormatType.cs type CMSubtitleFormatType (line 3) | public enum CMSubtitleFormatType : uint FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMSyncError.cs type CMSyncError (line 3) | public enum CMSyncError FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMTextMarkupAttributes.cs class CMTextMarkupAttributes (line 7) | [Since(6, 0)] class Keys (line 10) | private static class Keys method Keys (line 26) | static Keys() method CMTextMarkupAttributes (line 176) | public CMTextMarkupAttributes() method CMTextMarkupAttributes (line 180) | public CMTextMarkupAttributes(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMTime.cs type CMTime (line 8) | public struct CMTime type Flags (line 10) | [Flags] method CMTime (line 71) | private CMTime(Flags f) method CMTime (line 79) | private CMTime(Flags f, int timescale) method CMTime (line 87) | public CMTime(long value, int timescale) method CMTime (line 95) | public CMTime(long value, int timescale, long epoch) method CMTimeAbsoluteValue (line 103) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMTimeCompare (line 106) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method Compare (line 109) | public static int Compare(CMTime time1, CMTime time2) method Equals (line 124) | public override bool Equals(object obj) method GetHashCode (line 133) | public override int GetHashCode() method CMTimeAdd (line 138) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method Add (line 141) | public static CMTime Add(CMTime time1, CMTime time2) method CMTimeSubtract (line 146) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method Subtract (line 149) | public static CMTime Subtract(CMTime minuend, CMTime subtraend) method CMTimeMultiply (line 154) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method Multiply (line 157) | public static CMTime Multiply(CMTime time, int multiplier) method CMTimeMultiplyByFloat64 (line 162) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method Multiply (line 165) | public static CMTime Multiply(CMTime time, double multiplier) method CMTimeConvertScale (line 190) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method ConvertScale (line 193) | public CMTime ConvertScale(int newScale, CMTimeRoundingMethod method) method CMTimeGetSeconds (line 198) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMTimeMakeWithSeconds (line 201) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method FromSeconds (line 204) | public static CMTime FromSeconds(double seconds, int preferredTimeScale) method CMTimeMaximum (line 209) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetMaximum (line 212) | public static CMTime GetMaximum(CMTime time1, CMTime time2) method CMTimeMinimum (line 217) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetMinimum (line 220) | public static CMTime GetMinimum(CMTime time1, CMTime time2) method CMTime (line 225) | static CMTime() method CMTimeCopyAsDictionary (line 249) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMTimeCopyDescription (line 252) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method ToString (line 255) | public override string ToString() method CMTimeMakeFromDictionary (line 260) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method FromDictionary (line 263) | public static CMTime FromDictionary(IntPtr dict) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMTimeCodeFormatType.cs type CMTimeCodeFormatType (line 3) | public enum CMTimeCodeFormatType : uint FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMTimeMapping.cs type CMTimeMapping (line 3) | public struct CMTimeMapping FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMTimeRange.cs type CMTimeRange (line 3) | public struct CMTimeRange FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMTimeRoundingMethod.cs type CMTimeRoundingMethod (line 3) | public enum CMTimeRoundingMethod FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMTimeScale.cs type CMTimeScale (line 5) | public struct CMTimeScale method CMTimeScale (line 11) | public CMTimeScale(int value) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMTimebase.cs class CMTimebase (line 9) | [Since(6, 0)] method CMTimebase (line 48) | public CMTimebase(IntPtr handle) method CMTimebase (line 53) | private CMTimebase(IntPtr handle, bool owns) method CMTimebaseCreateWithMasterClock (line 58) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMTimebase (line 61) | public CMTimebase(CMClock masterClock) method CMTimebaseCreateWithMasterTimebase (line 75) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMTimebase (line 78) | public CMTimebase(CMTimebase masterTimebase) method CMTimebaseGetEffectiveRate (line 92) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMTimebaseGetRate (line 95) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMTimebaseSetRate (line 98) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMTimebaseGetTime (line 101) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMTimebaseSetTime (line 104) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMTimebaseGetMasterTimebase (line 107) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetMasterTimebase (line 110) | public CMTimebase GetMasterTimebase() method CMTimebaseGetMasterClock (line 120) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetMasterClock (line 123) | public CMClock GetMasterClock() method CMTimebaseGetMaster (line 133) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetMaster (line 136) | public CMClockOrTimebase GetMaster() method CMTimebaseGetUltimateMasterClock (line 146) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetUltimateMasterClock (line 149) | public CMClock GetUltimateMasterClock() method CMTimebaseGetTimeWithTimeScale (line 159) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetTime (line 162) | public CMTime GetTime(CMTimeScale timeScale, CMTimeRoundingMethod roun... method CMTimebaseSetAnchorTime (line 167) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method SetAnchorTime (line 170) | public CMTimebaseError SetAnchorTime(CMTime timebaseTime, CMTime immed... method CMTimebaseGetTimeAndRate (line 175) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetTimeAndRate (line 178) | public CMTimebaseError GetTimeAndRate(out CMTime time, out double rate) method CMTimebaseSetRateAndAnchorTime (line 183) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method SetRateAndAnchorTime (line 186) | public CMTimebaseError SetRateAndAnchorTime(double rate, CMTime timeba... method CMTimebaseNotificationBarrier (line 191) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method NotificationBarrier (line 194) | public CMTimebaseError NotificationBarrier() method CMTimebaseAddTimer (line 199) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method AddTimer (line 202) | public CMTimebaseError AddTimer(NSTimer timer, NSRunLoop runloop) method CMTimebaseRemoveTimer (line 215) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method RemoveTimer (line 218) | public CMTimebaseError RemoveTimer(NSTimer timer) method CMTimebaseSetTimerNextFireTime (line 227) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method SetTimerNextFireTime (line 230) | public CMTimebaseError SetTimerNextFireTime(NSTimer timer, CMTime fire... method CMTimebaseSetTimerToFireImmediately (line 239) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method SetTimerToFireImmediately (line 242) | public CMTimebaseError SetTimerToFireImmediately(NSTimer timer) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMTimebaseError.cs type CMTimebaseError (line 3) | public enum CMTimebaseError FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMVideoCodecType.cs type CMVideoCodecType (line 3) | public enum CMVideoCodecType FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMVideoDimensions.cs type CMVideoDimensions (line 3) | public struct CMVideoDimensions FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/CMVideoFormatDescription.cs class CMVideoFormatDescription (line 9) | [Since(4, 0)] method CMVideoFormatDescription (line 14) | internal CMVideoFormatDescription(IntPtr handle) method CMVideoFormatDescription (line 19) | internal CMVideoFormatDescription(IntPtr handle, bool owns) method CMVideoFormatDescriptionCreate (line 24) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CMVideoFormatDescription (line 27) | public CMVideoFormatDescription(CMVideoCodecType codecType, CMVideoDim... method CMVideoFormatDescriptionCreateForImageBuffer (line 37) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method CreateForImageBuffer (line 40) | public static CMVideoFormatDescription CreateForImageBuffer(CVImageBuf... method CMVideoFormatDescriptionGetCleanAperture (line 54) | [DllImport("/System/Library/PrivateFrameworks/CoreMedia.framework/Vers... method GetCleanAperture (line 57) | public CGRect GetCleanAperture(bool originIsAtTopLeft) method GetPresentationDimensions (line 62) | public CGSize GetPresentationDimensions(bool usePixelAspectRatio, bool... FILE: Source/Platform/Mac/Xamarin.Mac/CoreMedia/TextMarkupColor.cs type TextMarkupColor (line 5) | public struct TextMarkupColor method TextMarkupColor (line 15) | public TextMarkupColor(float red, float green, float blue, float alpha) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/IOErrorEventArgs.cs class IOErrorEventArgs (line 5) | public class IOErrorEventArgs : EventArgs method IOErrorEventArgs (line 11) | public IOErrorEventArgs(MidiDevice device, int errorCode) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/Midi.cs class Midi (line 6) | public static class Midi method MIDIRestart (line 16) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method memcpy (line 19) | [DllImport("/usr/lib/libSystem.dylib")] method Restart (line 22) | public static void Restart() method EncodePackets (line 27) | internal static IntPtr EncodePackets(MidiPacket[] packets) method MIDIGetNumberOfDestinations (line 51) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIGetNumberOfSources (line 54) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIGetNumberOfExternalDevices (line 57) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIGetNumberOfDevices (line 60) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIGetExternalDevice (line 63) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIGetDevice (line 66) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method GetDevice (line 69) | public static MidiDevice GetDevice(int deviceIndex) method GetExternalDevice (line 79) | public static MidiDevice GetExternalDevice(int deviceIndex) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiClient.cs class MidiClient (line 7) | public class MidiClient : MidiObject type MidiObjectAddRemoveNotification (line 9) | private struct MidiObjectAddRemoveNotification type MidiObjectPropertyChangeNotification (line 24) | private struct MidiObjectPropertyChangeNotification type MidiIOErrorNotification (line 37) | private struct MidiIOErrorNotification method MIDIClientCreate (line 66) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIClientDispose (line 69) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDISourceCreate (line 72) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method DisposeHandle (line 75) | internal override void DisposeHandle() method MidiClient (line 88) | public MidiClient(string name) method ToString (line 102) | public override string ToString() method CreateVirtualSource (line 107) | public MidiEndpoint CreateVirtualSource(string name) method CreateInputPort (line 117) | public MidiPort CreateInputPort(string name) method CreateOutputPort (line 122) | public MidiPort CreateOutputPort(string name) method ClientCallback (line 127) | private static void ClientCallback(IntPtr message, IntPtr context) method Dispose (line 184) | public override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiDevice.cs class MidiDevice (line 7) | public class MidiDevice : MidiObject method MIDIDeviceGetNumberOfEntities (line 462) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIDeviceGetEntity (line 465) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method GetEntity (line 468) | public MidiEntity GetEntity(int entityIndex) method MidiDevice (line 482) | internal MidiDevice(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiEndpoint.cs class MidiEndpoint (line 7) | public class MidiEndpoint : MidiObject method MIDIEndpointDispose (line 228) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIDestinationCreate (line 231) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIFlushOutput (line 234) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIReceived (line 237) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIGetSource (line 240) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIGetDestination (line 243) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method DisposeHandle (line 246) | internal override void DisposeHandle() method MidiEndpoint (line 259) | internal MidiEndpoint(IntPtr handle) method MidiEndpoint (line 265) | internal MidiEndpoint(IntPtr handle, bool owns) method MidiEndpoint (line 271) | internal MidiEndpoint(IntPtr handle, string endpointName, bool owns) method GetSource (line 277) | public static MidiEndpoint GetSource(int sourceIndex) method GetDestination (line 287) | public static MidiEndpoint GetDestination(int destinationIndex) method MidiEndpoint (line 297) | internal MidiEndpoint(MidiClient client, string name) method Dispose (line 311) | public override void Dispose(bool disposing) method Read (line 317) | private static void Read(IntPtr packetList, IntPtr context, IntPtr src... method FlushOutput (line 323) | public void FlushOutput() method Received (line 328) | public MidiError Received(MidiPacket[] packets) method MIDIEndpointGetEntity (line 340) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiEntity.cs class MidiEntity (line 7) | public class MidiEntity : MidiObject method MidiEntity (line 428) | internal MidiEntity(IntPtr handle) method MIDIEntityGetDestination (line 433) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIEntityGetSource (line 436) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method GetDestination (line 439) | public MidiEndpoint GetDestination(int idx) method GetSource (line 448) | public MidiEndpoint GetSource(int idx) method MIDIEntityGetNumberOfDestinations (line 457) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIEntityGetNumberOfSources (line 460) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIEntityGetDevice (line 463) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiError.cs type MidiError (line 3) | public enum MidiError FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiException.cs class MidiException (line 5) | public class MidiException : Exception method MidiException (line 9) | internal MidiException(MidiError code) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiNetworkConnectionPolicy.cs type MidiNetworkConnectionPolicy (line 3) | public enum MidiNetworkConnectionPolicy FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiNotificationMessageId.cs type MidiNotificationMessageId (line 3) | internal enum MidiNotificationMessageId FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiObject.cs class MidiObject (line 9) | public class MidiObject : INativeObject, IDisposable method MidiObject (line 105) | static MidiObject() method MidiObject (line 154) | internal MidiObject() method MIDIObjectGetIntegerProperty (line 159) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method GetInt (line 162) | internal int GetInt(IntPtr property) method MIDIObjectSetIntegerProperty (line 173) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method SetInt (line 176) | internal void SetInt(IntPtr property, int value) method MIDIObjectGetDictionaryProperty (line 181) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method GetDictionary (line 184) | internal NSDictionary GetDictionary(IntPtr property) method MIDIObjectSetDictionaryProperty (line 195) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method SetDictionary (line 198) | internal void SetDictionary(IntPtr property, NSDictionary dict) method MIDIObjectGetDataProperty (line 203) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method GetData (line 206) | public NSData GetData(IntPtr property) method MIDIObjectSetDataProperty (line 217) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method SetData (line 220) | public void SetData(IntPtr property, NSData data) method MIDIObjectGetStringProperty (line 229) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method GetString (line 232) | public string GetString(IntPtr property) method MIDIObjectSetStringProperty (line 243) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method SetString (line 246) | public void SetString(IntPtr property, string value) method MIDIObjectRemoveProperty (line 256) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method RemoveProperty (line 259) | public MidiError RemoveProperty(string property) method MIDIObjectGetProperties (line 265) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method GetDictionaryProperties (line 268) | public NSDictionary GetDictionaryProperties(bool deep) method MidiObject (line 277) | public MidiObject(IntPtr handle) method MidiObject (line 282) | internal MidiObject(IntPtr handle, bool owns) method DisposeHandle (line 297) | internal virtual void DisposeHandle() method Dispose (line 302) | public void Dispose() method Dispose (line 308) | public virtual void Dispose(bool disposing) method MIDIObjectFindByUniqueID (line 313) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MidiObjectFromType (line 316) | internal static MidiObject MidiObjectFromType(MidiObjectType type, Int... method FindByUniqueId (line 329) | private static MidiError FindByUniqueId(int uniqueId, out MidiObject r... FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiObjectType.cs type MidiObjectType (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiPacket.cs class MidiPacket (line 5) | public class MidiPacket method MidiPacket (line 32) | public MidiPacket(long timestamp, ushort length, IntPtr bytes) method MidiPacket (line 39) | public MidiPacket(long timestamp, byte[] bytes) method MidiPacket (line 44) | public MidiPacket(long timestamp, byte[] bytes, int start, int len) method MidiPacket (line 49) | private MidiPacket(long timestamp, byte[] bytes, int start, int length... FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiPacketsEventArgs.cs class MidiPacketsEventArgs (line 5) | public class MidiPacketsEventArgs : EventArgs method MidiPacketsEventArgs (line 13) | internal MidiPacketsEventArgs(IntPtr packetList) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/MidiPort.cs class MidiPort (line 7) | public class MidiPort : MidiObject method MIDIInputPortCreate (line 19) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIOutputPortCreate (line 22) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIPortDispose (line 25) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MidiPort (line 28) | internal MidiPort(MidiClient client, string portName, bool input) method DisposeHandle (line 44) | internal override void DisposeHandle() method ToPackets (line 57) | internal static MidiPacket[] ToPackets(IntPtr packetList) method Dispose (line 71) | public override void Dispose(bool disposing) method Read (line 77) | private static void Read(IntPtr packetList, IntPtr context, IntPtr src... method MIDIPortConnectSource (line 83) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method MIDIPortDisconnectSource (line 86) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method ConnectSource (line 89) | public MidiError ConnectSource(MidiEndpoint endpoint) method Disconnect (line 98) | public MidiError Disconnect(MidiEndpoint endpoint) method ToString (line 107) | public override string ToString() method MIDISend (line 112) | [DllImport("/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI")] method Send (line 115) | public MidiError Send(MidiEndpoint endpoint, MidiPacket[] packets) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/ObjectAddedOrRemovedEventArgs.cs class ObjectAddedOrRemovedEventArgs (line 5) | public class ObjectAddedOrRemovedEventArgs : EventArgs method ObjectAddedOrRemovedEventArgs (line 11) | public ObjectAddedOrRemovedEventArgs(MidiObject parent, MidiObject child) FILE: Source/Platform/Mac/Xamarin.Mac/CoreMidi/ObjectPropertyChangedEventArgs.cs class ObjectPropertyChangedEventArgs (line 5) | public class ObjectPropertyChangedEventArgs : EventArgs method ObjectPropertyChangedEventArgs (line 11) | public ObjectPropertyChangedEventArgs(MidiObject midiObject, string pr... FILE: Source/Platform/Mac/Xamarin.Mac/CoreServices/CFHTTPAuthentication.cs class CFHTTPAuthentication (line 8) | public class CFHTTPAuthentication : CFType, INativeObject, IDisposable method CFHTTPAuthentication (line 29) | internal CFHTTPAuthentication(IntPtr handle) method CFHTTPAuthentication (line 34) | internal CFHTTPAuthentication(IntPtr handle, bool owns) method GetTypeID (line 43) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CheckHandle (line 51) | protected void CheckHandle() method Dispose (line 59) | public void Dispose() method Dispose (line 65) | protected virtual void Dispose(bool disposing) method CFHTTPAuthenticationCreateFromResponse (line 74) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CreateFromResponse (line 77) | public static CFHTTPAuthentication CreateFromResponse(CFHTTPMessage re... method CFHTTPAuthenticationIsValid (line 91) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CFHTTPAuthenticationAppliesToRequest (line 94) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method AppliesToRequest (line 97) | public bool AppliesToRequest(CFHTTPMessage request) method CFHTTPAuthenticationRequiresAccountDomain (line 106) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CFHTTPAuthenticationRequiresOrderedRequests (line 109) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CFHTTPAuthenticationRequiresUserNameAndPassword (line 112) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CFHTTPAuthenticationCopyMethod (line 115) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method GetMethod (line 118) | public string GetMethod() FILE: Source/Platform/Mac/Xamarin.Mac/CoreServices/CFHTTPMessage.cs class CFHTTPMessage (line 9) | public class CFHTTPMessage : CFType, INativeObject, IDisposable type CFStreamError (line 11) | private struct CFStreamError type ErrorHTTPAuthentication (line 18) | private enum ErrorHTTPAuthentication type AuthenticationScheme (line 25) | public enum AuthenticationScheme method CFHTTPMessage (line 135) | internal CFHTTPMessage(IntPtr handle) method CFHTTPMessage (line 140) | internal CFHTTPMessage(IntPtr handle, bool owns) method CFHTTPMessage (line 149) | static CFHTTPMessage() method GetStringConstant (line 174) | private static NSString GetStringConstant(IntPtr handle, string name) method GetTypeID (line 184) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CheckHandle (line 192) | protected void CheckHandle() method Dispose (line 200) | public void Dispose() method Dispose (line 206) | protected virtual void Dispose(bool disposing) method GetVersion (line 215) | private static IntPtr GetVersion(Version version) method CFHTTPMessageCreateEmpty (line 228) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CreateEmpty (line 231) | public static CFHTTPMessage CreateEmpty(bool request) method CFHTTPMessageCreateRequest (line 241) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CreateRequest (line 244) | public static CFHTTPMessage CreateRequest(CFUrl url, NSString method, ... method CFHTTPMessageIsRequest (line 254) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CFHTTPMessageGetResponseStatusCode (line 257) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CFHTTPMessageCopyResponseStatusLine (line 260) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CFHTTPMessageCopyVersion (line 263) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CFHTTPMessageIsHeaderComplete (line 266) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method CFHTTPMessageAppendBytes (line 269) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method AppendBytes (line 272) | public bool AppendBytes(byte[] bytes) method AppendBytes (line 281) | public bool AppendBytes(byte[] bytes, int count) method CFHTTPMessageCopyAllHeaderFields (line 290) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method GetAllHeaderFields (line 293) | public NSDictionary GetAllHeaderFields() method GetException (line 304) | private InvalidOperationException GetException(ErrorHTTPAuthentication... method CFHTTPMessageApplyCredentials (line 319) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method ApplyCredentials (line 322) | public void ApplyCredentials(CFHTTPAuthentication auth, string userNam... method GetAuthScheme (line 345) | internal static IntPtr GetAuthScheme(AuthenticationScheme scheme) method CFHTTPMessageAddAuthentication (line 358) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method AddAuthentication (line 361) | public bool AddAuthentication(CFHTTPMessage failureResponse, NSString ... method CFHTTPMessageApplyCredentialDictionary (line 366) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method ApplyCredentialDictionary (line 369) | public void ApplyCredentialDictionary(CFHTTPAuthentication auth, strin... method CFHTTPMessageSetHeaderFieldValue (line 400) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method SetHeaderFieldValue (line 403) | public void SetHeaderFieldValue(string name, string value) method CFHTTPMessageSetBody (line 416) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method SetBody (line 419) | internal void SetBody(CFData data) method SetBody (line 424) | public void SetBody(byte[] buffer) FILE: Source/Platform/Mac/Xamarin.Mac/CoreServices/CFHTTPStream.cs class CFHTTPStream (line 8) | public class CFHTTPStream : CFReadStream method CFHTTPStream (line 114) | static CFHTTPStream() method GetStringConstant (line 137) | private static NSString GetStringConstant(IntPtr handle, string name) method CFHTTPStream (line 147) | internal CFHTTPStream(IntPtr handle) method GetFinalRequest (line 152) | public CFHTTPMessage GetFinalRequest() method GetResponseHeader (line 167) | public CFHTTPMessage GetResponseHeader() FILE: Source/Platform/Mac/Xamarin.Mac/CoreServices/CFHost.cs class CFHost (line 8) | internal class CFHost : INativeObject, IDisposable method CFHost (line 14) | private CFHost(IntPtr handle) method Dispose (line 24) | public void Dispose() method Dispose (line 30) | protected virtual void Dispose(bool disposing) method CFHostCreateWithName (line 39) | [DllImport("/System/Library/Frameworks/CoreServices.framework/Framewor... method Create (line 42) | public static CFHost Create(string name) FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/Adapter.cs class Adapter (line 9) | internal static class Adapter method AssertWritable (line 11) | public static void AssertWritable(NSDictionary dictionary) method BitwiseOr (line 19) | public static int? BitwiseOr(int? a, int? b) method BitwiseOr (line 28) | public static uint? BitwiseOr(uint? a, uint? b) method GetInt32Value (line 37) | public static int? GetInt32Value(IDictionary dicti... method GetNativeArray (line 47) | public static T[] GetNativeArray(NSDictionary dictionary, NSObject ... method GetSingleValue (line 57) | public static float? GetSingleValue(IDictionary di... method GetStringArray (line 67) | public static string[] GetStringArray(IDictionary ... method GetStringValue (line 77) | public static string GetStringValue(IDictionary di... method GetUInt32Value (line 87) | public static uint? GetUInt32Value(IDictionary dic... method SetValue (line 97) | public static void SetValue(IDictionary dictionary... method SetValue (line 109) | public static void SetValue(IDictionary dictionary... method SetValue (line 121) | public static void SetValue(IDictionary dictionary... method SetValue (line 133) | public static void SetValue(IDictionary dictionary... method SetValue (line 145) | public static void SetValue(IDictionary dictionary... method SetValue (line 157) | public static void SetValue(IDictionary dictionary... method SetNativeValue (line 168) | public static void SetNativeValue(NSDictionary dictionary, NSObject... method GetHandles (line 180) | private static List GetHandles(IEnumerable value) where ... method SetNativeValue (line 190) | public static void SetNativeValue(NSDictionary dictionary, NSObject ke... FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTBaselineClass.cs type CTBaselineClass (line 3) | public enum CTBaselineClass FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTBaselineClassID.cs class CTBaselineClassID (line 7) | internal static class CTBaselineClassID method CTBaselineClassID (line 21) | static CTBaselineClassID() method ToNSString (line 43) | public static NSString ToNSString(CTBaselineClass key) method FromHandle (line 57) | public static CTBaselineClass FromHandle(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTBaselineFondID.cs class CTBaselineFondID (line 7) | internal static class CTBaselineFondID method CTBaselineFondID (line 13) | static CTBaselineFondID() method ToNSString (line 31) | public static NSString ToNSString(CTBaselineFont key) FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTBaselineFont.cs type CTBaselineFont (line 3) | public enum CTBaselineFont FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTCharacterCollection.cs type CTCharacterCollection (line 5) | [Since(3, 2)] FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTFont.cs class CTFont (line 10) | [Since(3, 2)] method CTFont (line 69) | internal CTFont(IntPtr handle) method CTFont (line 74) | internal CTFont(IntPtr handle, bool owns) method Dispose (line 93) | public void Dispose() method Dispose (line 99) | protected virtual void Dispose(bool disposing) method CTFontCreateWithName (line 108) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFont (line 111) | public CTFont(string name, double size) method CTFontCreateWithName (line 127) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFont (line 130) | public CTFont(string name, double size, ref CGAffineTransform matrix) method CTFontCreateWithFontDescriptor (line 146) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFont (line 149) | public CTFont(CTFontDescriptor descriptor, double size) method CTFontCreateWithFontDescriptor (line 162) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFont (line 165) | public CTFont(CTFontDescriptor descriptor, double size, ref CGAffineTr... method CTFontCreateWithNameAndOptions (line 178) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFont (line 181) | public CTFont(string name, double size, CTFontOptions options) method CTFontCreateWithNameAndOptions (line 197) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFont (line 200) | public CTFont(string name, double size, ref CGAffineTransform matrix, ... method CTFontCreateWithFontDescriptorAndOptions (line 216) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFont (line 219) | public CTFont(CTFontDescriptor descriptor, double size, CTFontOptions ... method CTFontCreateWithFontDescriptorAndOptions (line 232) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFont (line 235) | public CTFont(CTFontDescriptor descriptor, double size, CTFontOptions ... method CTFontCreateWithGraphicsFont (line 248) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontCreateWithGraphicsFont2 (line 251) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFont (line 254) | public CTFont(CGFont font, double size, CGAffineTransform transform, C... method CTFont (line 267) | public CTFont(CGFont font, double size, CTFontDescriptor descriptor) method CTFont (line 280) | public CTFont(CGFont font, double size, CGAffineTransform transform) method CTFontCreateUIFontForLanguage (line 293) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFont (line 296) | public CTFont(CTFontUIFontType uiType, double size, string language) method CTFontCreateCopyWithAttributes (line 312) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method WithAttributes (line 315) | public CTFont WithAttributes(double size, CTFontDescriptor attributes) method CreateFont (line 324) | private static CTFont CreateFont(IntPtr h) method CTFontCreateCopyWithAttributes (line 333) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method WithAttributes (line 336) | public CTFont WithAttributes(double size, CTFontDescriptor attributes,... method CTFontCreateCopyWithSymbolicTraits (line 345) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method WithSymbolicTraits (line 348) | public CTFont WithSymbolicTraits(double size, CTFontSymbolicTraits sym... method CTFontCreateCopyWithSymbolicTraits (line 353) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method WithSymbolicTraits (line 356) | public CTFont WithSymbolicTraits(double size, CTFontSymbolicTraits sym... method CTFontCreateCopyWithFamily (line 361) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method WithFamily (line 364) | public CTFont WithFamily(double size, string family) method CTFontCreateCopyWithFamily (line 374) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method WithFamily (line 377) | public CTFont WithFamily(double size, string family, ref CGAffineTrans... method CTFontCreateForString (line 387) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method ForString (line 390) | public CTFont ForString(string value, NSRange range) method CTFontCopyFontDescriptor (line 400) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetFontDescriptor (line 403) | public CTFontDescriptor GetFontDescriptor() method CTFontCopyAttribute (line 413) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetAttribute (line 416) | public NSObject GetAttribute(NSString attribute) method CTFontGetSize (line 425) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetMatrix (line 428) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetSymbolicTraits (line 431) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontCopyTraits (line 434) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetTraits (line 437) | public CTFontTraits GetTraits() method GetStringAndRelease (line 448) | private static string GetStringAndRelease(IntPtr cfStringRef) method CTFontCopyPostScriptName (line 458) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontCopyFamilyName (line 461) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontCopyFullName (line 464) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontCopyDisplayName (line 467) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontCopyName (line 470) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetName (line 473) | public string GetName(CTFontNameKey nameKey) method CTFontCopyLocalizedName (line 478) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetLocalizedName (line 481) | public string GetLocalizedName(CTFontNameKey nameKey) method CTFontCopyCharacterSet (line 486) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetStringEncoding (line 489) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontCopySupportedLanguages (line 492) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetSupportedLanguages (line 495) | public string[] GetSupportedLanguages() method CTFontGetGlyphsForCharacters (line 507) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetGlyphsForCharacters (line 510) | public bool GetGlyphsForCharacters(char[] characters, ushort[] glyphs,... method GetGlyphsForCharacters (line 518) | public bool GetGlyphsForCharacters(char[] characters, ushort[] glyphs) method AssertCount (line 523) | private static void AssertCount(int count) method AssertLength (line 531) | private static void AssertLength(string name, T[] array, int count) method AssertLength (line 536) | private static void AssertLength(string name, T[] array, int count,... method CTFontGetAscent (line 551) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetDescent (line 554) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetLeading (line 557) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetUnitsPerEm (line 560) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetGlyphCount (line 563) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetBoundingBox (line 566) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetUnderlinePosition (line 569) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetUnderlineThickness (line 572) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetSlantAngle (line 575) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetCapHeight (line 578) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetXHeight (line 581) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontGetGlyphWithName (line 584) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetGlyphWithName (line 587) | public ushort GetGlyphWithName(string glyphName) method CTFontGetBoundingRectsForGlyphs (line 597) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetBoundingRects (line 600) | public CGRect GetBoundingRects(CTFontOrientation orientation, ushort[]... method CTFontGetOpticalBoundsForGlyphs (line 608) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetOpticalBounds (line 611) | [Since(6, 0)] method GetBoundingRects (line 620) | public CGRect GetBoundingRects(CTFontOrientation orientation, ushort[]... method CTFontGetAdvancesForGlyphs (line 629) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetAdvancesForGlyphs (line 632) | public double GetAdvancesForGlyphs(CTFontOrientation orientation, usho... method GetAdvancesForGlyphs (line 640) | public double GetAdvancesForGlyphs(CTFontOrientation orientation, usho... method CTFontGetVerticalTranslationsForGlyphs (line 649) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetVerticalTranslationsForGlyphs (line 652) | public void GetVerticalTranslationsForGlyphs(ushort[] glyphs, CGSize[]... method CTFontCreatePathForGlyph (line 660) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetPathForGlyph (line 663) | public CGPath GetPathForGlyph(ushort glyph) method CTFontCreatePathForGlyph (line 673) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetPathForGlyph (line 676) | public CGPath GetPathForGlyph(ushort glyph, ref CGAffineTransform tran... method CTFontDrawGlyphs (line 686) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method DrawGlyphs (line 689) | [Since(4, 2)] method CTFontGetLigatureCaretPositions (line 712) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetLigatureCaretPositions (line 715) | [Since(4, 2)] method CTFontCopyVariationAxes (line 725) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetVariationAxes (line 728) | public CTFontVariationAxes[] GetVariationAxes() method CTFontCopyVariation (line 740) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetVariation (line 743) | public CTFontVariation GetVariation() method CTFontCopyFeatures (line 753) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetFeatures (line 756) | public CTFontFeatures[] GetFeatures() method CTFontCopyFeatureSettings (line 768) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetFeatureSettings (line 771) | public CTFontFeatureSettings[] GetFeatureSettings() method CTFontCopyGraphicsFont (line 783) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method ToCGFont (line 786) | public CGFont ToCGFont(CTFontDescriptor attributes) method ToCGFont (line 796) | public CGFont ToCGFont() method CTFontCopyAvailableTables (line 801) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetAvailableTables (line 804) | public CTFontTable[] GetAvailableTables(CTFontTableOptions options) method CTFontCopyTable (line 816) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetFontTableData (line 819) | public NSData GetFontTableData(CTFontTable table, CTFontTableOptions o... method CTFontCopyDefaultCascadeListForLanguages (line 831) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetDefaultCascadeList (line 834) | [Since(6, 0)] method ToString (line 852) | public override string ToString() method GetTypeID (line 857) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTFontCollection.cs class CTFontCollection (line 9) | [Since(3, 2)] method CTFontCollection (line 18) | internal CTFontCollection(IntPtr handle, bool owns) method Dispose (line 36) | public void Dispose() method Dispose (line 42) | protected virtual void Dispose(bool disposing) method CTFontCollectionCreateFromAvailableFonts (line 51) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontCollection (line 54) | public CTFontCollection(CTFontCollectionOptions options) method CTFontCollectionCreateWithFontDescriptors (line 63) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTFontCollection (line 66) | public CTFontCollection(CTFontDescriptor[] queryDescriptors, CTFontCol... method CTFontCollectionCreateCopyWithFontDescriptors (line 78) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method WithFontDescriptors (line 81) | public CTFontCollection WithFontDescriptors(CTFontDescriptor[] queryDe... method CTFontCollectionCreateMatchingFontDescriptors (line 95) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetMatchingFontDescriptors (line 98) | public CTFontDescriptor[] GetMatchingFontDescriptors() method CTFontCollectionCreateMatchingFontDescriptorsSortedWithCallback (line 110) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CompareDescriptors (line 113) | [MonoPInvokeCallback(typeof(CTFontCollectionSortDescriptorsCallback))] method GetMatchingFontDescriptors (line 123) | public CTFontDescriptor[] GetMatchingFontDescriptors(Comparison GetSpecifiers() method CreateValue (line 118) | private static CTParagraphStyleSpecifierValue CreateValue(CTParagraphS... method CreateValue (line 128) | private static CTParagraphStyleSpecifierValue CreateValue(CTParagraphS... method CreateValue (line 133) | private static CTParagraphStyleSpecifierValue CreateValue(CTParagraphS... FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTParagraphStyleSpecifier.cs type CTParagraphStyleSpecifier (line 3) | internal enum CTParagraphStyleSpecifier : uint FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTParagraphStyleSpecifierByteValue.cs class CTParagraphStyleSpecifierByteValue (line 3) | internal class CTParagraphStyleSpecifierByteValue : CTParagraphStyleSpec... method CTParagraphStyleSpecifierByteValue (line 9) | public CTParagraphStyleSpecifierByteValue(CTParagraphStyleSpecifier sp... method WriteValue (line 15) | internal override void WriteValue(CTParagraphStyleSettingValue[] value... FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTParagraphStyleSpecifierIntPtrsValue.cs class CTParagraphStyleSpecifierIntPtrsValue (line 6) | internal class CTParagraphStyleSpecifierIntPtrsValue : CTParagraphStyleS... method CTParagraphStyleSpecifierIntPtrsValue (line 12) | public CTParagraphStyleSpecifierIntPtrsValue(CTParagraphStyleSpecifier... method WriteValue (line 18) | internal override void WriteValue(CTParagraphStyleSettingValue[] value... method Dispose (line 23) | public override void Dispose(CTParagraphStyleSettingValue[] values, in... FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTParagraphStyleSpecifierSingleValue.cs class CTParagraphStyleSpecifierSingleValue (line 3) | internal class CTParagraphStyleSpecifierSingleValue : CTParagraphStyleSp... method CTParagraphStyleSpecifierSingleValue (line 9) | public CTParagraphStyleSpecifierSingleValue(CTParagraphStyleSpecifier ... method WriteValue (line 15) | internal override void WriteValue(CTParagraphStyleSettingValue[] value... FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTParagraphStyleSpecifierValue.cs class CTParagraphStyleSpecifierValue (line 3) | internal abstract class CTParagraphStyleSpecifierValue method CTParagraphStyleSpecifierValue (line 9) | protected CTParagraphStyleSpecifierValue(CTParagraphStyleSpecifier spec) method WriteValue (line 14) | internal abstract void WriteValue(CTParagraphStyleSettingValue[] value... method Dispose (line 16) | public virtual void Dispose(CTParagraphStyleSettingValue[] values, int... FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTRun.cs class CTRun (line 10) | [Since(3, 2)] method CTRun (line 25) | internal CTRun(IntPtr handle) method CTRun (line 30) | internal CTRun(IntPtr handle, bool owns) method Dispose (line 48) | public void Dispose() method Dispose (line 54) | protected virtual void Dispose(bool disposing) method CTRunDraw (line 63) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method Draw (line 66) | public void Draw(CGContext context, NSRange range) method CTRunGetAdvances (line 71) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetAdvances (line 74) | public CGSize[] GetAdvances(NSRange range, CGSize[] buffer) method GetBuffer (line 81) | private T[] GetBuffer(NSRange range, T[] buffer) method GetAdvances (line 95) | public CGSize[] GetAdvances(NSRange range) method GetAdvances (line 100) | public CGSize[] GetAdvances() method CTRunGetAttributes (line 105) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetAttributes (line 108) | public CTStringAttributes GetAttributes() method CTRunGetGlyphCount (line 118) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTRunGetGlyphs (line 121) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetGlyphs (line 124) | public ushort[] GetGlyphs(NSRange range, ushort[] buffer) method GetGlyphs (line 131) | public ushort[] GetGlyphs(NSRange range) method GetGlyphs (line 136) | public ushort[] GetGlyphs() method CTRunGetImageBounds (line 141) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetImageBounds (line 144) | public CGRect GetImageBounds(CGContext context, NSRange range) method CTRunGetPositions (line 149) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetPositions (line 152) | public CGPoint[] GetPositions(NSRange range, CGPoint[] buffer) method GetPositions (line 159) | public CGPoint[] GetPositions(NSRange range) method GetPositions (line 164) | public CGPoint[] GetPositions() method CTRunGetStatus (line 169) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTRunGetStringIndices (line 172) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetStringIndices (line 175) | public int[] GetStringIndices(NSRange range, int[] buffer) method GetStringIndices (line 182) | public int[] GetStringIndices(NSRange range) method GetStringIndices (line 187) | public int[] GetStringIndices() method CTRunGetStringRange (line 192) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTRunGetTextMatrix (line 195) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTRunGetTypographicBounds (line 198) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTRunGetTypographicBounds (line 201) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetTypographicBounds (line 204) | public double GetTypographicBounds(NSRange range, out double ascent, o... method GetTypographicBounds (line 209) | public double GetTypographicBounds() FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTRunDelegate.cs class CTRunDelegate (line 8) | [Since(3, 2)] method CTRunDelegate (line 17) | internal CTRunDelegate(IntPtr handle, bool owns) method Dispose (line 35) | public void Dispose() method Dispose (line 41) | protected virtual void Dispose(bool disposing) method CTRunDelegateCreate (line 50) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTRunDelegate (line 53) | public CTRunDelegate(CTRunDelegateOperations operations) method CTRunDelegateGetRefCon (line 66) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTRunDelegateCallbacks.cs class CTRunDelegateCallbacks (line 5) | [StructLayout(LayoutKind.Sequential)] FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTRunDelegateOperations.cs class CTRunDelegateOperations (line 8) | [Since(3, 2)] method CTRunDelegateOperations (line 13) | protected CTRunDelegateOperations() method Dispose (line 18) | public virtual void Dispose() method GetAscent (line 22) | public virtual float GetAscent() method GetDescent (line 27) | public virtual float GetDescent() method GetWidth (line 32) | public virtual float GetWidth() method GetCallbacks (line 37) | internal CTRunDelegateCallbacks GetCallbacks() method Deallocate (line 61) | [MonoPInvokeCallback(typeof(CTRunDelegateDeallocateCallback))] method GetOperations (line 76) | internal static CTRunDelegateOperations GetOperations(IntPtr refCon) method GetAscent (line 81) | [MonoPInvokeCallback(typeof(CTRunDelegateGetAscentCallback))] method GetDescent (line 87) | [MonoPInvokeCallback(typeof(CTRunDelegateGetDescentCallback))] method GetWidth (line 93) | [MonoPInvokeCallback(typeof(CTRunDelegateGetWidthCallback))] FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTRunDelegateVersion.cs type CTRunDelegateVersion (line 3) | internal enum CTRunDelegateVersion FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTRunStatus.cs type CTRunStatus (line 5) | [Since(3, 2)] FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTStringAttributeKey.cs class CTStringAttributeKey (line 7) | [Since(3, 2)] method CTStringAttributeKey (line 48) | static CTStringAttributeKey() FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTStringAttributes.cs class CTStringAttributes (line 9) | [Since(3, 2)] method CTStringAttributes (line 300) | public CTStringAttributes() method CTStringAttributes (line 305) | public CTStringAttributes(NSDictionary dictionary) method SetBaselineInfo (line 314) | [Since(6, 0)] method SetBaselineReferenceInfo (line 320) | [Since(6, 0)] method SetBaseline (line 326) | private void SetBaseline(CTBaselineClass baselineClass, double offset,... method SetWritingDirection (line 338) | [Since(6, 0)] FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTSuperscriptStyle.cs type CTSuperscriptStyle (line 5) | [Since(3, 2)] FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTTextAlignment.cs type CTTextAlignment (line 5) | [Since(3, 2)] FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTTextTab.cs class CTTextTab (line 9) | [Since(3, 2)] method CTTextTab (line 20) | internal CTTextTab(IntPtr handle, bool owns) method Dispose (line 38) | public void Dispose() method Dispose (line 44) | protected virtual void Dispose(bool disposing) method CTTextTabCreate (line 53) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTTextTab (line 56) | public CTTextTab(CTTextAlignment alignment, double location) method CTTextTab (line 61) | public CTTextTab(CTTextAlignment alignment, double location, CTTextTab... method CTTextTabGetAlignment (line 70) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTTextTabGetLocation (line 73) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTTextTabGetOptions (line 76) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetOptions (line 79) | public CTTextTabOptions GetOptions() FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTTextTabOptionKey.cs class CTTextTabOptionKey (line 7) | [Since(3, 2)] method CTTextTabOptionKey (line 12) | static CTTextTabOptionKey() FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTTextTabOptions.cs class CTTextTabOptions (line 7) | [Since(3, 2)] method CTTextTabOptions (line 24) | public CTTextTabOptions() method CTTextTabOptions (line 29) | public CTTextTabOptions(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTTypesetter.cs class CTTypesetter (line 9) | [Since(3, 2)] method CTTypesetter (line 16) | internal CTTypesetter(IntPtr handle, bool owns) method Dispose (line 34) | public void Dispose() method Dispose (line 40) | protected virtual void Dispose(bool disposing) method CTTypesetterCreateWithAttributedString (line 49) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTTypesetter (line 52) | public CTTypesetter(NSAttributedString value) method CTTypesetterCreateWithAttributedStringAndOptions (line 65) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CTTypesetter (line 68) | public CTTypesetter(NSAttributedString value, CTTypesetterOptions opti... method CTTypesetterCreateLineWithOffset (line 81) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetLine (line 84) | public CTLine GetLine(NSRange stringRange, double offset) method CTTypesetterCreateLine (line 94) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetLine (line 97) | public CTLine GetLine(NSRange stringRange) method CTTypesetterSuggestLineBreakWithOffset (line 107) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method SuggestLineBreak (line 110) | public int SuggestLineBreak(int startIndex, double width, double offset) method CTTypesetterSuggestLineBreak (line 115) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method SuggestLineBreak (line 118) | public int SuggestLineBreak(int startIndex, double width) method CTTypesetterSuggestClusterBreakWithOffset (line 123) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method SuggestClusterBreak (line 126) | public int SuggestClusterBreak(int startIndex, double width, double of... method CTTypesetterSuggestClusterBreak (line 131) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method SuggestClusterBreak (line 134) | public int SuggestClusterBreak(int startIndex, double width) FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTTypesetterOptionKey.cs class CTTypesetterOptionKey (line 7) | [Since(3, 2)] method CTTypesetterOptionKey (line 15) | static CTTypesetterOptionKey() FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTTypesetterOptions.cs class CTTypesetterOptions (line 8) | [Since(3, 2)] method CTTypesetterOptions (line 39) | public CTTypesetterOptions() method CTTypesetterOptions (line 44) | public CTTypesetterOptions(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTUnderlineStyle.cs type CTUnderlineStyle (line 5) | [Since(3, 2)] FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTUnderlineStyleModifiers.cs type CTUnderlineStyleModifiers (line 5) | [Since(3, 2)] FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/CTWritingDirection.cs type CTWritingDirection (line 6) | [Since(3, 2)] FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/ConstructorError.cs class ConstructorError (line 5) | internal static class ConstructorError method ArgumentNull (line 7) | public static Exception ArgumentNull(object self, string argument) method Unknown (line 13) | public static Exception Unknown(object self) FILE: Source/Platform/Mac/Xamarin.Mac/CoreText/FontFeatureGroup.cs type FontFeatureGroup (line 5) | public enum FontFeatureGroup FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVAttachmentMode.cs type CVAttachmentMode (line 3) | public enum CVAttachmentMode : uint FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVBuffer.cs class CVBuffer (line 8) | [Since(4, 0)] method CVBuffer (line 25) | static CVBuffer() method CVBuffer (line 46) | internal CVBuffer() method CVBuffer (line 50) | internal CVBuffer(IntPtr handle) method CVBuffer (line 60) | [Preserve(Conditional = true)] method Dispose (line 75) | public void Dispose() method CVBufferRelease (line 81) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVBufferRetain (line 84) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method Dispose (line 87) | protected virtual void Dispose(bool disposing) method CVBufferRemoveAllAttachments (line 96) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method RemoveAllAttachments (line 99) | public void RemoveAllAttachments() method CVBufferRemoveAttachment (line 104) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method RemoveAttachment (line 107) | public void RemoveAttachment(NSString key) method CVBufferGetAttachment (line 112) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method GetAttachment (line 115) | public NSObject GetAttachment(NSString key, out CVAttachmentMode attac... method CVBufferGetAttachments (line 120) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method GetAttachments (line 123) | public NSDictionary GetAttachments(CVAttachmentMode attachmentMode) method CVBufferPropagateAttachments (line 128) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method PropogateAttachments (line 131) | public void PropogateAttachments(CVBuffer destinationBuffer) method CVBufferSetAttachment (line 136) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method SetAttachment (line 139) | public void SetAttachment(NSString key, NSObject value, CVAttachmentMo... method CVBufferSetAttachments (line 144) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method SetAttachments (line 147) | public void SetAttachments(NSDictionary theAttachments, CVAttachmentMo... FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVDisplayLink.cs class CVDisplayLink (line 9) | public class CVDisplayLink : INativeObject, IDisposable method CVDisplayLink (line 31) | public CVDisplayLink(IntPtr handle) method CVDisplayLink (line 41) | [Preserve(Conditional = true)] method Dispose (line 56) | public void Dispose() method CVDisplayLinkRetain (line 62) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVDisplayLinkRelease (line 65) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method Dispose (line 68) | protected virtual void Dispose(bool disposing) method CVDisplayLinkCreateWithActiveCGDisplays (line 81) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVDisplayLink (line 84) | public CVDisplayLink() method CVDisplayLinkSetCurrentCGDisplay (line 102) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method SetCurrentDisplay (line 105) | public CVReturn SetCurrentDisplay(int displayId) method CVDisplayLinkSetCurrentCGDisplayFromOpenGLContext (line 110) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method SetCurrentDisplay (line 113) | public CVReturn SetCurrentDisplay(CGLContext cglContext, CGLPixelForma... method CVDisplayLinkGetCurrentCGDisplay (line 118) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method GetCurrentDisplay (line 121) | public int GetCurrentDisplay() method CVDisplayLinkStart (line 126) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method Start (line 129) | public CVReturn Start() method CVDisplayLinkStop (line 134) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method Stop (line 137) | public CVReturn Stop() method CVDisplayLinkGetNominalOutputVideoRefreshPeriod (line 142) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVDisplayLinkGetOutputVideoLatency (line 145) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVDisplayLinkGetActualOutputVideoRefreshPeriod (line 148) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVDisplayLinkIsRunning (line 151) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVDisplayLinkGetCurrentTime (line 154) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method GetCurrentTime (line 157) | public CVReturn GetCurrentTime(out CVTimeStamp outTime) method OutputCallback (line 162) | private static CVReturn OutputCallback(IntPtr displayLink, ref CVTimeS... method CVDisplayLinkSetOutputCallback (line 169) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method SetOutputCallback (line 172) | public CVReturn SetOutputCallback(DisplayLinkOutputCallback callback) FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVFillExtendedPixelsCallBackData.cs type CVFillExtendedPixelsCallBackData (line 5) | public struct CVFillExtendedPixelsCallBackData FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVImageBuffer.cs class CVImageBuffer (line 9) | [Since(4, 0)] method CVImageBuffer (line 104) | static CVImageBuffer() method CVImageBuffer (line 161) | internal CVImageBuffer(IntPtr handle) method CVImageBuffer (line 166) | internal CVImageBuffer() method CVImageBuffer (line 170) | [Preserve(Conditional = true)] method CVImageBufferGetCleanRect (line 176) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVImageBufferGetDisplaySize (line 179) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVImageBufferGetEncodedSize (line 182) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVImageBufferIsFlipped (line 185) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVImageBufferGetColorSpace (line 188) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVOptionFlags.cs type CVOptionFlags (line 3) | public enum CVOptionFlags : long FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVPixelBuffer.cs class CVPixelBuffer (line 8) | [Since(4, 0)] method CVPixelBufferGetTypeID (line 59) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBuffer (line 62) | static CVPixelBuffer() method CVPixelBuffer (line 94) | internal CVPixelBuffer(IntPtr handle) method CVPixelBuffer (line 99) | [Preserve(Conditional = true)] method CVPixelBufferCreate (line 105) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBuffer (line 108) | public CVPixelBuffer(int width, int height, CVPixelFormatType pixelFor... method CVPixelBuffer (line 113) | [Advice("Use constructor with CVPixelBufferAttributes")] method CVPixelBufferCreateResolvedAttributesDictionary (line 135) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method GetAttributes (line 138) | public NSDictionary GetAttributes(NSDictionary[] attributes) method CVPixelBufferFillExtendedPixels (line 153) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method FillExtendedPixels (line 156) | public CVReturn FillExtendedPixels() method CVPixelBufferGetBaseAddress (line 161) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferGetBytesPerRow (line 164) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferGetDataSize (line 167) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferGetHeight (line 170) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferGetWidth (line 173) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferGetPlaneCount (line 176) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferIsPlanar (line 179) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferGetPixelFormatType (line 182) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferGetBaseAddressOfPlane (line 185) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method GetBaseAddress (line 188) | public IntPtr GetBaseAddress(int planeIndex) method CVPixelBufferGetBytesPerRowOfPlane (line 193) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method GetBytesPerRowOfPlane (line 196) | public int GetBytesPerRowOfPlane(int planeIndex) method CVPixelBufferGetHeightOfPlane (line 201) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method GetHeightOfPlane (line 204) | public int GetHeightOfPlane(int planeIndex) method CVPixelBufferGetWidthtOfPlane (line 209) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method GetWidthtOfPlane (line 212) | public int GetWidthtOfPlane(int planeIndex) method CVPixelBufferLockBaseAddress (line 217) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method Lock (line 220) | public CVReturn Lock(CVOptionFlags lockFlags) method CVPixelBufferUnlockBaseAddress (line 225) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method Unlock (line 228) | public CVReturn Unlock(CVOptionFlags unlockFlags) FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVPixelBufferAttributes.cs class CVPixelBufferAttributes (line 7) | [Since(6, 0)] method CVPixelBufferAttributes (line 175) | public CVPixelBufferAttributes() method CVPixelBufferAttributes (line 180) | public CVPixelBufferAttributes(NSDictionary dictionary) method CVPixelBufferAttributes (line 185) | public CVPixelBufferAttributes(CVPixelFormatType pixelFormatType, int ... FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVPixelBufferLock.cs type CVPixelBufferLock (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVPixelBufferPool.cs class CVPixelBufferPool (line 8) | [Since(4, 0)] method CVPixelBufferPool (line 38) | static CVPixelBufferPool() method CVPixelBufferPool (line 56) | internal CVPixelBufferPool(IntPtr handle) method CVPixelBufferPool (line 66) | [Preserve(Conditional = true)] method Dispose (line 81) | public void Dispose() method CVPixelBufferPoolRelease (line 87) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferPoolRetain (line 90) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method Dispose (line 93) | protected virtual void Dispose(bool disposing) method CVPixelBufferPoolGetTypeID (line 102) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferPoolGetPixelBufferAttributes (line 105) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferPoolGetAttributes (line 108) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferPoolCreatePixelBuffer (line 111) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CreatePixelBuffer (line 114) | public CVPixelBuffer CreatePixelBuffer() method CVPixelBufferPoolCreatePixelBufferWithAuxAttributes (line 128) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CreatePixelBuffer (line 131) | public CVPixelBuffer CreatePixelBuffer(CVPixelBufferPoolAllocationSett... method CVPixelBufferPoolCreate (line 141) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelBufferPool (line 144) | [Advice("Use overload with CVPixelBufferPoolSettings")] method CVPixelBufferPool (line 162) | public CVPixelBufferPool(CVPixelBufferPoolSettings settings, CVPixelBu... FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVPixelBufferPoolAllocationSettings.cs class CVPixelBufferPoolAllocationSettings (line 7) | public class CVPixelBufferPoolAllocationSettings : DictionaryContainer method CVPixelBufferPoolAllocationSettings (line 23) | static CVPixelBufferPoolAllocationSettings() method CVPixelBufferPoolAllocationSettings (line 40) | public CVPixelBufferPoolAllocationSettings() method CVPixelBufferPoolAllocationSettings (line 45) | public CVPixelBufferPoolAllocationSettings(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVPixelBufferPoolSettings.cs class CVPixelBufferPoolSettings (line 5) | public class CVPixelBufferPoolSettings : DictionaryContainer method CVPixelBufferPoolSettings (line 31) | public CVPixelBufferPoolSettings() method CVPixelBufferPoolSettings (line 36) | public CVPixelBufferPoolSettings(NSDictionary dictionary) FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVPixelFormatDescription.cs class CVPixelFormatDescription (line 8) | [Since(4, 0)] method CVPixelFormatDescription (line 57) | static CVPixelFormatDescription() method CVPixelFormatDescriptionArrayCreateWithAllPixelFormatTypes (line 95) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method CVPixelFormatDescriptionCreateWithPixelFormatType (line 98) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method Create (line 101) | public static NSDictionary Create(int pixelFormat) method CVPixelFormatDescriptionRegisterDescriptionWithPixelFormatType (line 106) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo")] method Register (line 109) | public static void Register(NSDictionary description, int pixelFormat) FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVPixelFormatType.cs type CVPixelFormatType (line 3) | public enum CVPixelFormatType : uint FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVPlanarComponentInfo.cs type CVPlanarComponentInfo (line 3) | public struct CVPlanarComponentInfo FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVPlanarPixelBufferInfo.cs type CVPlanarPixelBufferInfo (line 3) | public struct CVPlanarPixelBufferInfo FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVPlanarPixelBufferInfo_YCbCrPlanar.cs type CVPlanarPixelBufferInfo_YCbCrPlanar (line 3) | public struct CVPlanarPixelBufferInfo_YCbCrPlanar FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVReturn.cs type CVReturn (line 3) | public enum CVReturn FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVSMPTETime.cs type CVSMPTETime (line 3) | public struct CVSMPTETime FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVSMPTETimeFlags.cs type CVSMPTETimeFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVSMPTETimeType.cs type CVSMPTETimeType (line 3) | public enum CVSMPTETimeType FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVTime.cs type CVTime (line 7) | public struct CVTime method Equals (line 33) | public override bool Equals(object other) method GetHashCode (line 46) | public override int GetHashCode() method GetCurrentHostTime (line 51) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo",... method GetHostClockFrequency (line 54) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo",... method GetHostClockMinimumTimeDelta (line 57) | [DllImport("/System/Library/Frameworks/CoreVideo.framework/CoreVideo",... FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVTimeFlags.cs type CVTimeFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVTimeStamp.cs type CVTimeStamp (line 3) | public struct CVTimeStamp FILE: Source/Platform/Mac/Xamarin.Mac/CoreVideo/CVTimeStampFlags.cs type CVTimeStampFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/CoreWlan/CW8021XProfile.cs class CW8021XProfile (line 8) | [Register("CW8021XProfile", true)] method CW8021XProfile (line 212) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CW8021XProfile (line 227) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CW8021XProfile (line 242) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CW8021XProfile (line 248) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IsEqualToProfile (line 254) | [Export("isEqualToProfile:")] FILE: Source/Platform/Mac/Xamarin.Mac/CoreWlan/CWConfiguration.cs class CWConfiguration (line 8) | [Register("CWConfiguration", true)] method CWConfiguration (line 228) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CWConfiguration (line 243) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CWConfiguration (line 258) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CWConfiguration (line 264) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IsEqualToConfiguration (line 270) | [Export("isEqualToConfiguration:")] method Dispose (line 284) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreWlan/CWInterface.cs class CWInterface (line 9) | [Register("CWInterface", true)] method CWInterface (line 529) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CWInterface (line 544) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CWInterface (line 559) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CWInterface (line 565) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromName (line 571) | [Export("interfaceWithName:")] method CWInterface (line 584) | [Export("initWithInterfaceName:")] method IsEqualToInterface (line 604) | [Export("isEqualToInterface:")] method SetPower (line 618) | [Export("setPower:error:")] method SetChannel (line 630) | [Export("setChannel:error:")] method ScanForNetworksWithParameters (line 642) | [Export("scanForNetworksWithParameters:error:")] method AssociateToNetwork (line 654) | [Export("associateToNetwork:parameters:error:")] method Disassociate (line 670) | [Export("disassociate")] method EnableIBSSWithParameters (line 683) | [Export("enableIBSSWithParameters:error:")] method CommitConfiguration (line 695) | [Export("commitConfiguration:error:")] method Dispose (line 711) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreWlan/CWNetwork.cs class CWNetwork (line 8) | [Register("CWNetwork", true)] method CWNetwork (line 166) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CWNetwork (line 181) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CWNetwork (line 196) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CWNetwork (line 202) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IsEqualToNetwork (line 208) | [Export("isEqualToNetwork:")] method Dispose (line 222) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/CoreWlan/CWWirelessProfile.cs class CWWirelessProfile (line 8) | [Register("CWWirelessProfile", true)] method CWWirelessProfile (line 151) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CWWirelessProfile (line 166) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CWWirelessProfile (line 181) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CWWirelessProfile (line 187) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IsEqualToProfile (line 193) | [Export("isEqualToProfile:")] method Dispose (line 207) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Darwin/EventFilter.cs type EventFilter (line 3) | public enum EventFilter : short FILE: Source/Platform/Mac/Xamarin.Mac/Darwin/EventFlags.cs type EventFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Darwin/FilterFlags.cs type FilterFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Darwin/KernelEvent.cs type KernelEvent (line 5) | public struct KernelEvent FILE: Source/Platform/Mac/Xamarin.Mac/Darwin/KernelQueue.cs class KernelQueue (line 7) | public class KernelQueue : IDisposable, INativeObject method kqueue (line 13) | [DllImport("/usr/lib/libSystem.dylib")] method close (line 16) | [DllImport("/usr/lib/libSystem.dylib")] method KernelQueue (line 19) | public KernelQueue() method Dispose (line 24) | public void Dispose() method Dispose (line 35) | protected virtual void Dispose(bool disposing) method kevent (line 44) | [DllImport("/usr/lib/libSystem.dylib")] method kevent (line 47) | [DllImport("/usr/lib/libSystem.dylib")] method KEvent (line 50) | public unsafe int KEvent(KernelEvent[] changeList, int nChanges, Kerne... method KEvent (line 69) | public unsafe int KEvent(KernelEvent[] changeList, int nChanges, Kerne... method KEvent (line 88) | public unsafe int KEvent(KernelEvent[] changeList, KernelEvent[] event... method KEvent (line 99) | public unsafe int KEvent(KernelEvent[] changeList, KernelEvent[] event... FILE: Source/Platform/Mac/Xamarin.Mac/Darwin/Message.cs class Message (line 7) | public class Message : IDisposable, INativeObject type Kind (line 9) | public enum Kind type Op (line 15) | [Flags] method Message (line 165) | internal Message(IntPtr handle) method Message (line 170) | public Message(Kind kind) method Dispose (line 175) | public void Dispose() method asl_free (line 186) | [DllImport("/usr/lib/libSystem.dylib")] method Dispose (line 189) | protected virtual void Dispose(bool disposing) method asl_new (line 198) | [DllImport("/usr/lib/libSystem.dylib")] method asl_get (line 201) | [DllImport("/usr/lib/libSystem.dylib")] method asl_set (line 204) | [DllImport("/usr/lib/libSystem.dylib")] method asl_unset (line 207) | [DllImport("/usr/lib/libSystem.dylib")] method Remove (line 210) | public void Remove(string key) method asl_key (line 219) | [DllImport("/usr/lib/libSystem.dylib")] method asl_set_query (line 222) | [DllImport("/usr/lib/libSystem.dylib")] method SetQuery (line 225) | public bool SetQuery(string key, Op op, string value) FILE: Source/Platform/Mac/Xamarin.Mac/Darwin/SystemLog.cs class SystemLog (line 8) | public class SystemLog : IDisposable, INativeObject type Option (line 10) | [Flags] method Dispose (line 38) | public void Dispose() method Dispose (line 49) | protected virtual void Dispose(bool disposing) method asl_close (line 59) | [DllImport("/usr/lib/libSystem.dylib")] method asl_open (line 62) | [DllImport("/usr/lib/libSystem.dylib")] method SystemLog (line 65) | private SystemLog(IntPtr handle) method SystemLog (line 70) | public SystemLog(string ident, string facility, Option options = Optio... method asl_open_from_file (line 83) | [DllImport("/usr/lib/libSystem.dylib")] method SystemLog (line 86) | public SystemLog(int fileDescriptor, string ident, string facility) method asl_add_log_file (line 99) | [DllImport("/usr/lib/libSystem.dylib")] method asl_remove_log_file (line 102) | [DllImport("/usr/lib/libSystem.dylib")] method AddLogFile (line 105) | public void AddLogFile(int descriptor) method RemoveLogFile (line 110) | public void RemoveLogFile(int descriptor) method asl_log (line 115) | [DllImport("/usr/lib/libSystem.dylib")] method Log (line 118) | public int Log(Message msg, string text, params object[] args) method Log (line 128) | public int Log(string text) method asl_send (line 137) | [DllImport("/usr/lib/libSystem.dylib")] method Log (line 140) | public int Log(Message msg) method asl_set_filter (line 149) | [DllImport("/usr/lib/libSystem.dylib")] method SetFilter (line 152) | public int SetFilter(int level) method asl_search (line 157) | [DllImport("/usr/lib/libSystem.dylib")] method aslresponse_next (line 160) | [DllImport("/usr/lib/libSystem.dylib")] method aslresponse_free (line 163) | [DllImport("/usr/lib/libSystem.dylib")] method Search (line 166) | public IEnumerable Search(Message msg) FILE: Source/Platform/Mac/Xamarin.Mac/Darwin/TimeSpec.cs type TimeSpec (line 3) | public struct TimeSpec FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/AEEventClass.cs type AEEventClass (line 3) | public enum AEEventClass : uint FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/AEEventID.cs type AEEventID (line 3) | public enum AEEventID : uint FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/ActionAttribute.cs class ActionAttribute (line 5) | [AttributeUsage(AttributeTargets.Method)] method ActionAttribute (line 8) | public ActionAttribute() method ActionAttribute (line 12) | public ActionAttribute(string selector) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/AdviceAttribute.cs class AdviceAttribute (line 5) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | Attri... method AdviceAttribute (line 10) | public AdviceAttribute(string message) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/ConnectAttribute.cs class ConnectAttribute (line 5) | [AttributeUsage(AttributeTargets.Property)] method ConnectAttribute (line 22) | public ConnectAttribute() method ConnectAttribute (line 26) | public ConnectAttribute(string name) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/DictionaryContainer.cs class DictionaryContainer (line 7) | public abstract class DictionaryContainer method DictionaryContainer (line 11) | internal DictionaryContainer() method DictionaryContainer (line 16) | internal DictionaryContainer(NSDictionary dictionary) method GetArray (line 25) | protected T[] GetArray(NSString key) where T : NSObject method GetArray (line 39) | protected T[] GetArray(NSString key, Func creator) method GetInt32Value (line 53) | protected int? GetInt32Value(NSString key) method GetLongValue (line 66) | protected long? GetLongValue(NSString key) method GetUIntValue (line 79) | protected uint? GetUIntValue(NSString key) method GetFloatValue (line 92) | protected float? GetFloatValue(NSString key) method GetDoubleValue (line 105) | protected double? GetDoubleValue(NSString key) method GetBoolValue (line 118) | protected bool? GetBoolValue(NSString key) method GetNSDictionary (line 132) | protected NSDictionary GetNSDictionary(NSString key) method GetNSStringValue (line 142) | protected string GetNSStringValue(NSString key) method GetStringValue (line 152) | protected string GetStringValue(NSString key) method GetStringValue (line 165) | protected string GetStringValue(string key) method SetArrayValue (line 175) | protected void SetArrayValue(NSString key, NSNumber[] values) method SetArrayValue (line 191) | protected void SetArrayValue(NSString key, string[] values) method SetArrayValue (line 207) | protected void SetArrayValue(NSString key, INativeObject[] values) method SetBooleanValue (line 223) | protected void SetBooleanValue(NSString key, bool? value) method SetNumberValue (line 239) | protected void SetNumberValue(NSString key, int? value) method SetNumberValue (line 255) | protected void SetNumberValue(NSString key, uint? value) method SetNumberValue (line 271) | protected void SetNumberValue(NSString key, long? value) method SetNumberValue (line 280) | protected void SetNumberValue(NSString key, float? value) method SetNumberValue (line 296) | protected void SetNumberValue(NSString key, double? value) method SetStringValue (line 312) | protected void SetStringValue(NSString key, string value) method SetStringValue (line 317) | protected void SetStringValue(NSString key, NSString value) method SetNativeValue (line 333) | protected void SetNativeValue(NSString key, INativeObject value, bool ... method RemoveValue (line 349) | protected void RemoveValue(NSString key) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/ExportAttribute.cs class ExportAttribute (line 7) | [AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method |... method ExportAttribute (line 40) | public ExportAttribute() method ExportAttribute (line 44) | public ExportAttribute(string selector) method ExportAttribute (line 50) | public ExportAttribute(string selector, ArgumentSemantic semantic) method ToGetter (line 56) | public ExportAttribute ToGetter(PropertyInfo prop) method ToSetter (line 65) | public ExportAttribute ToSetter(PropertyInfo prop) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/FieldAttribute.cs class FieldAttribute (line 3) | [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)] method FieldAttribute (line 10) | public FieldAttribute(string symbolName) method FieldAttribute (line 15) | public FieldAttribute(string symbolName, string libraryName) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/InternalNSNotificationHandler.cs class InternalNSNotificationHandler (line 5) | [Register] method InternalNSNotificationHandler (line 12) | public InternalNSNotificationHandler(NSNotificationCenter notification... method Post (line 18) | [Export("post:")] method Dispose (line 26) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/LinkerSafeAttribute.cs class LinkerSafeAttribute (line 5) | [AttributeUsage(AttributeTargets.Assembly)] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/ModelAttribute.cs class ModelAttribute (line 5) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/ModelNotImplementedException.cs class ModelNotImplementedException (line 5) | public class ModelNotImplementedException : Exception FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSActionDispatcher.cs class NSActionDispatcher (line 6) | [Register("__MonoMac_NSActionDispatcher")] method NSActionDispatcher (line 15) | public NSActionDispatcher(NSAction action) method Apply (line 24) | [Export("xamarinApplySelector")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSAffineTransform.cs class NSAffineTransform (line 9) | [Register("NSAffineTransform", true)] method NSAffineTransform (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAffineTransform (line 93) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAffineTransform (line 108) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAffineTransform (line 114) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAffineTransform (line 120) | [Export("initWithTransform:")] method Translate (line 138) | [Export("translateXBy:yBy:")] method RotateByDegrees (line 151) | [Export("rotateByDegrees:")] method RotateByRadians (line 164) | [Export("rotateByRadians:")] method Scale (line 177) | [Export("scaleBy:")] method Scale (line 190) | [Export("scaleXBy:yBy:")] method Invert (line 203) | [Export("invert")] method AppendTransform (line 216) | [Export("appendTransform:")] method PrependTransform (line 233) | [Export("prependTransform:")] method TransformPoint (line 250) | [Export("transformPoint:")] method TransformSize (line 260) | [Export("transformSize:")] method TransformBezierPath (line 270) | [Export("transformBezierPath:")] method Set (line 284) | [Export("set")] method Concat (line 297) | [Export("concat")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSAlignmentOptions.cs type NSAlignmentOptions (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSAppleEventDescriptor.cs class NSAppleEventDescriptor (line 7) | [Register("NSAppleEventDescriptor", true)] method NSAppleEventDescriptor (line 211) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAppleEventDescriptor (line 226) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAppleEventDescriptor (line 241) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAppleEventDescriptor (line 247) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DescriptorWithBoolean (line 253) | [Export("descriptorWithBoolean:")] method DescriptorWithEnumCode (line 259) | [Export("descriptorWithEnumCode:")] method DescriptorWithInt32 (line 265) | [Export("descriptorWithInt32:")] method DescriptorWithTypeCode (line 271) | [Export("descriptorWithTypeCode:")] method DescriptorWithString (line 277) | [Export("descriptorWithString:")] method InitListDescriptor (line 290) | [Export("initListDescriptor")] method InitRecordDescriptor (line 300) | [Export("initRecordDescriptor")] method EnumCodeValue (line 310) | [Export("enumCodeValue")] method SetParamDescriptorforKeyword (line 320) | [Export("setParamDescriptor:forKeyword:")] method ParamDescriptorForKeyword (line 337) | [Export("paramDescriptorForKeyword:")] method RemoveParamDescriptorWithKeyword (line 347) | [Export("removeParamDescriptorWithKeyword:")] method SetAttributeDescriptorforKeyword (line 360) | [Export("setAttributeDescriptor:forKeyword:")] method AttributeDescriptorForKeyword (line 377) | [Export("attributeDescriptorForKeyword:")] method InsertDescriptoratIndex (line 387) | [Export("insertDescriptor:atIndex:")] method DescriptorAtIndex (line 404) | [Export("descriptorAtIndex:")] method RemoveDescriptorAtIndex (line 414) | [Export("removeDescriptorAtIndex:")] method SetDescriptorforKeyword (line 427) | [Export("setDescriptor:forKeyword:")] method DescriptorForKeyword (line 444) | [Export("descriptorForKeyword:")] method RemoveDescriptorWithKeyword (line 454) | [Export("removeDescriptorWithKeyword:")] method KeywordForDescriptorAtIndex (line 467) | [Export("keywordForDescriptorAtIndex:")] method Dispose (line 477) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSAppleEventManager.cs class NSAppleEventManager (line 7) | [Register("NSAppleEventManager", true)] method NSAppleEventManager (line 67) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAppleEventManager (line 82) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAppleEventManager (line 97) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAppleEventManager (line 103) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SetEventHandler (line 109) | [Export("setEventHandler:andSelector:forEventClass:andEventID:")] method RemoveEventHandlerForEventClassandEventID (line 130) | [Export("removeEventHandlerForEventClass:andEventID:")] method SuspendCurrentAppleEvent (line 143) | [Export("suspendCurrentAppleEvent")] method AppleEventForSuspensionID (line 153) | [Export("appleEventForSuspensionID:")] method ReplyAppleEventForSuspensionID (line 163) | [Export("replyAppleEventForSuspensionID:")] method SetCurrentAppleEventAndReplyEventWithSuspensionID (line 173) | [Export("setCurrentAppleEventAndReplyEventWithSuspensionID:")] method ResumeWithSuspensionID (line 186) | [Export("resumeWithSuspensionID:")] method Dispose (line 199) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSArchiveReplaceEventArgs.cs class NSArchiveReplaceEventArgs (line 5) | public class NSArchiveReplaceEventArgs : EventArgs method NSArchiveReplaceEventArgs (line 11) | public NSArchiveReplaceEventArgs(NSObject oldObject, NSObject newObject) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSArray.cs method NSArray (line 63) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSArray (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSArray (line 93) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSArray (line 99) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSArray (line 118) | internal NSArray(bool empty) method FromNSObjects (line 123) | public static NSArray FromNSObjects(params NSObject[] items) method FromNSObjects (line 128) | public static NSArray FromNSObjects(int count, params NSObject[] items) method FromObjects (line 137) | public static NSArray FromObjects(params object[] items) method FromObjects (line 146) | public static NSArray FromObjects(int count, params object[] items) method FromObjects (line 169) | public static NSArray FromObjects(IntPtr array, int count) method FromNSObjects (line 174) | internal static NSArray FromNSObjects(IList items) method FromNSObjects (line 190) | internal static NSArray FromNSObjects(IList items, int count) method FromStrings (line 206) | public static NSArray FromStrings(params string[] items) method FromIntPtrs (line 240) | public static NSArray FromIntPtrs(IntPtr[] vals) method StringArrayFromHandle (line 257) | public static string[] StringArrayFromHandle(IntPtr handle) method ArrayFromHandle (line 273) | public static T[] ArrayFromHandle(IntPtr handle) where T : NSObject method FromArray (line 290) | public static T[] FromArray(NSArray weakArray) where T : NSObject method ArrayFromHandleFunc (line 312) | public static T[] ArrayFromHandleFunc(IntPtr handle, Func ... method ArrayFromHandle (line 328) | public static T[] ArrayFromHandle(IntPtr handle, Converter... method ValueAt (line 344) | [Export("objectAtIndex:")] method FromObjects (line 354) | [Export("arrayWithObjects:count:")] method ValueForKey (line 360) | [Export("valueForKey:")] method SetValueForKey (line 374) | [Export("setValue:forKey:")] method WriteToFile (line 395) | [Export("writeToFile:atomically:")] method FromFile (line 408) | [Export("arrayWithContentsOfFile:")] method Sort (line 421) | [Export("sortedArrayUsingComparator:")] method Filter (line 436) | [Export("filteredArrayUsingPredicate:")] method GetAtIndex (line 452) | internal static IntPtr GetAtIndex(IntPtr handle, nuint i) method GetCount (line 457) | internal static uint GetCount(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSAsyncActionDispatcher.cs class NSAsyncActionDispatcher (line 6) | [Register("__MonoMac_NSAsyncActionDispatcher")] method NSAsyncActionDispatcher (line 13) | [Obsolete("Do not use, this method is only used internally")] method NSAsyncActionDispatcher (line 19) | public NSAsyncActionDispatcher(NSAction action) method Apply (line 25) | [Export("xamarinApplySelector")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSAttributedString.cs class NSAttributedString (line 10) | [Register("NSAttributedString", true)] method NSAttributedString (line 456) | public NSAttributedString(string str, CTStringAttributes attributes) method GetCoreTextAttributes (line 461) | public CTStringAttributes GetCoreTextAttributes(ulong location, out NS... method GetCoreTextAttributes (line 471) | public CTStringAttributes GetCoreTextAttributes(ulong location, out NS... method Substring (line 481) | public NSAttributedString Substring(int start, int len) method NSAttributedString (line 486) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAttributedString (line 501) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAttributedString (line 516) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSAttributedString (line 522) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetAttributes (line 528) | [Export("attributesAtIndex:effectiveRange:")] method GetAttribute (line 538) | [Export("attribute:atIndex:effectiveRange:")] method Substring (line 551) | [Export("attributedSubstringFromRange:")] method GetAttributes (line 561) | [Export("attributesAtIndex:longestEffectiveRange:inRange:")] method GetAttribute (line 571) | [Export("attribute:atIndex:longestEffectiveRange:inRange:")] method IsEqual (line 584) | [Export("isEqualToAttributedString:")] method NSAttributedString (line 598) | [Export("initWithString:")] method NSAttributedString (line 618) | [Export("initWithString:attributes:")] method NSAttributedString (line 643) | [Export("initWithAttributedString:")] method EnumerateAttributes (line 661) | [Export("enumerateAttributesInRange:options:usingBlock:")] method EnumerateAttribute (line 682) | [Export("enumerateAttribute:inRange:options:usingBlock:")] method NSAttributedString (line 707) | [Export("initWithData:options:documentAttributes:error:")] method NSAttributedString (line 739) | [Export("initWithDocFormat:documentAttributes:")] method NSAttributedString (line 762) | [Export("initWithHTML:baseURL:documentAttributes:")] method DrawString (line 789) | [Export("drawAtPoint:")] method DrawString (line 802) | [Export("drawInRect:")] method DrawString (line 815) | [Export("drawWithRect:options:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSAttributedStringEnumeration.cs type NSAttributedStringEnumeration (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSAutoreleasePool.cs class NSAutoreleasePool (line 6) | [Register("NSAutoreleasePool", true)] method NSAutoreleasePool (line 11) | [Export("init")] method NSAutoreleasePool (line 25) | public NSAutoreleasePool(NSObjectFlag t) method NSAutoreleasePool (line 30) | public NSAutoreleasePool(IntPtr handle) method Dispose (line 35) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSBlockOperation.cs class NSBlockOperation (line 7) | [Register("NSBlockOperation", true)] method NSBlockOperation (line 31) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSBlockOperation (line 46) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSBlockOperation (line 61) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSBlockOperation (line 67) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 73) | [Export("blockOperationWithBlock:")] method AddExecutionBlock (line 88) | [Export("addExecutionBlock:")] method Dispose (line 109) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSBundle.cs class NSBundle (line 7) | [Register("NSBundle", true)] method LocalizedString (line 414) | public string LocalizedString(string key, string comment) method LocalizedString (line 419) | public string LocalizedString(string key, string val, string table, st... method PathsForResources (line 424) | public string[] PathsForResources(string fileExtension) method NSBundle (line 429) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSBundle (line 444) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSBundle (line 450) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromPath (line 456) | [Export("bundleWithPath:")] method NSBundle (line 469) | [Export("initWithPath:")] method FromClass (line 489) | [Export("bundleForClass:")] method FromIdentifier (line 499) | [Export("bundleWithIdentifier:")] method Load (line 512) | [Export("load")] method Unload (line 522) | [Export("unload")] method PathForAuxiliaryExecutable (line 532) | [Export("pathForAuxiliaryExecutable:")] method ClassNamed (line 545) | [Export("classNamed:")] method PathForResourceAbsolute (line 558) | [Export("pathForResource:ofType:inDirectory:")] method PathForResource (line 579) | [Export("pathForResource:ofType:")] method PathForResource (line 594) | [Export("pathForResource:ofType:inDirectory:forLocalization:")] method LocalizedString (line 621) | [Export("localizedStringForKey:value:table:")] method ObjectForInfoDictionary (line 634) | [Export("objectForInfoDictionaryKey:")] method LoadNib (line 647) | [Export("loadNibNamed:owner:")] method PathForImageResource (line 664) | [Export("pathForImageResource:")] method PathForSoundResource (line 677) | [Export("pathForSoundResource:")] method UrlForAuxiliaryExecutable (line 690) | [Export("URLForAuxiliaryExecutable:")] method NSBundle (line 703) | [Export("initWithURL:")] method FromUrl (line 721) | [Export("bundleWithURL:")] method PathsForResources (line 731) | [Export("pathsForResourcesOfType:inDirectory:")] method PathsForResources (line 746) | [Export("pathsForResourcesOfType:inDirectory:forLocalization:")] method GetPathsForResources (line 763) | [Export("pathsForResourcesOfType:inDirectory:")] method Dispose (line 782) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSBundleExecutableArchitecture.cs type NSBundleExecutableArchitecture (line 3) | public enum NSBundleExecutableArchitecture FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSByteCountFormatter.cs class NSByteCountFormatter (line 7) | [Register("NSByteCountFormatter", true)] method NSByteCountFormatter (line 250) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSByteCountFormatter (line 265) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSByteCountFormatter (line 280) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSByteCountFormatter (line 286) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Format (line 292) | [Export("stringFromByteCount:countStyle:")] method Format (line 298) | [Export("stringFromByteCount:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSByteCountFormatterCountStyle.cs type NSByteCountFormatterCountStyle (line 3) | public enum NSByteCountFormatterCountStyle : long FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSByteCountFormatterUnits.cs type NSByteCountFormatterUnits (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSCache.cs class NSCache (line 7) | [Register("NSCache", true)] class _NSCacheDelegate (line 10) | [Register] method WillEvictObject (line 15) | [Preserve(Conditional = true)] method NSCache (line 221) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCache (line 236) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCache (line 251) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCache (line 257) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ObjectForKey (line 263) | [Export("objectForKey:")] method SetObjectforKey (line 277) | [Export("setObject:forKey:")] method SetCost (line 298) | [Export("setObject:forKey:cost:")] method RemoveObjectForKey (line 319) | [Export("removeObjectForKey:")] method RemoveAllObjects (line 336) | [Export("removeAllObjects")] method EnsureNSCacheDelegate (line 349) | private _NSCacheDelegate EnsureNSCacheDelegate() method Dispose (line 359) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSCacheDelegate.cs class NSCacheDelegate (line 7) | [Protocol] method NSCacheDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCacheDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCacheDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCacheDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WillEvictObject (line 54) | [Export("cache:willEvictObject:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSCachedUrlResponse.cs class NSCachedUrlResponse (line 7) | [Register("NSCachedURLResponse", true)] method NSCachedUrlResponse (line 72) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCachedUrlResponse (line 87) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCachedUrlResponse (line 93) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCachedUrlResponse (line 99) | [Export("initWithResponse:data:userInfo:storagePolicy:")] method NSCachedUrlResponse (line 121) | [Export("initWithResponse:data:")] method Dispose (line 143) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSCalculationError.cs type NSCalculationError (line 3) | public enum NSCalculationError : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSCalendar.cs class NSCalendar (line 7) | [Register("NSCalendar", true)] method GetCalendarIdentifier (line 339) | private static NSString GetCalendarIdentifier(NSCalendarType type) method NSCalendar (line 358) | public NSCalendar(NSCalendarType calendarType) method NSCalendar (line 363) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCalendar (line 378) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCalendar (line 384) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCalendar (line 390) | [Export("initWithCalendarIdentifier:")] method Components (line 408) | [Export("components:fromDate:")] method Components (line 422) | [Export("components:fromDate:toDate:options:")] method DateByAddingComponents (line 440) | [Export("dateByAddingComponents:toDate:options:")] method DateFromComponents (line 458) | [Export("dateFromComponents:")] method Dispose (line 472) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSCalendarType.cs type NSCalendarType (line 3) | public enum NSCalendarType FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSCalendarUnit.cs type NSCalendarUnit (line 6) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSCharacterSet.cs class NSCharacterSet (line 7) | [Register("NSCharacterSet", true)] method NSCharacterSet (line 240) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCharacterSet (line 255) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCharacterSet (line 270) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCharacterSet (line 276) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromBitmap (line 282) | [Export("characterSetWithBitmapRepresentation:")] method FromString (line 292) | [Export("characterSetWithCharactersInString:")] method FromFile (line 305) | [Export("characterSetWithContentsOfFile:")] method FromRange (line 318) | [Export("characterSetWithRange:")] method GetBitmapRepresentation (line 324) | [Export("bitmapRepresentation")] method Contains (line 334) | [Export("characterIsMember:")] method HasMemberInPlane (line 344) | [Export("hasMemberInPlane:")] method IsSupersetOf (line 354) | [Export("isSupersetOfSet:")] method Contains (line 368) | [Export("longCharacterIsMember:")] method Dispose (line 378) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSCoder.cs class NSCoder (line 8) | [Register("NSCoder", true)] method Encode (line 69) | public unsafe void Encode(byte[] buffer, string key) method Encode (line 85) | public unsafe void Encode(byte[] buffer, int offset, int count, string... method DecodeBytes (line 113) | public unsafe byte[] DecodeBytes(string key) method NSCoder (line 127) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCoder (line 142) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCoder (line 157) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCoder (line 163) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Encode (line 169) | [Export("encodeObject:")] method EncodeRoot (line 186) | [Export("encodeRootObject:")] method DecodeObject (line 203) | [Export("decodeObject")] method EncodeConditionalObject (line 213) | [Export("encodeConditionalObject:forKey:")] method Encode (line 236) | [Export("encodeObject:forKey:")] method Encode (line 259) | [Export("encodeBool:forKey:")] method Encode (line 278) | [Export("encodeDouble:forKey:")] method Encode (line 297) | [Export("encodeFloat:forKey:")] method Encode (line 316) | [Export("encodeInt32:forKey:")] method Encode (line 335) | [Export("encodeInt64:forKey:")] method EncodeBlock (line 354) | [Export("encodeBytes:length:forKey:")] method ContainsKey (line 373) | [Export("containsValueForKey:")] method DecodeBool (line 386) | [Export("decodeBoolForKey:")] method DecodeDouble (line 399) | [Export("decodeDoubleForKey:")] method DecodeFloat (line 412) | [Export("decodeFloatForKey:")] method DecodeInt (line 425) | [Export("decodeInt32ForKey:")] method DecodeLong (line 438) | [Export("decodeInt64ForKey:")] method DecodeObject (line 451) | [Export("decodeObjectForKey:")] method DecodeBytes (line 464) | [Export("decodeBytesForKey:returnedLength:")] method RequiresSecureCoding (line 477) | [Export("requiresSecureCoding")] method Dispose (line 487) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSComparisonPredicate.cs class NSComparisonPredicate (line 7) | [Register("NSComparisonPredicate", true)] method NSComparisonPredicate (line 108) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSComparisonPredicate (line 123) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSComparisonPredicate (line 138) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSComparisonPredicate (line 144) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 150) | [Export("predicateWithLeftExpression:rightExpression:modifier:type:opt... method FromSelector (line 164) | [Export("predicateWithLeftExpression:rightExpression:customSelector:")] method NSComparisonPredicate (line 182) | [Export("initWithLeftExpression:rightExpression:modifier:type:options:")] method NSComparisonPredicate (line 204) | [Export("initWithLeftExpression:rightExpression:customSelector:")] method Dispose (line 230) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSComparisonPredicateModifier.cs type NSComparisonPredicateModifier (line 3) | public enum NSComparisonPredicateModifier : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSComparisonPredicateOptions.cs type NSComparisonPredicateOptions (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSComparisonResult.cs type NSComparisonResult (line 3) | public enum NSComparisonResult : long FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSCompoundPredicate.cs class NSCompoundPredicate (line 7) | [Register("NSCompoundPredicate", true)] method NSCompoundPredicate (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCompoundPredicate (line 65) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCompoundPredicate (line 71) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSCompoundPredicate (line 77) | [Export("initWithType:subpredicates:")] method CreateAndPredicate (line 97) | [Export("andPredicateWithSubpredicates:")] method CreateOrPredicate (line 110) | [Export("orPredicateWithSubpredicates:")] method CreateNotPredicate (line 123) | [Export("notPredicateWithSubpredicate:")] method Dispose (line 133) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSCompoundPredicateType.cs type NSCompoundPredicateType (line 3) | public enum NSCompoundPredicateType : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSConnection.cs class NSConnection (line 7) | [Register("NSConnection", true)] method GetRootProxy (line 326) | public TProxy GetRootProxy() where TProxy : NSObject method GetRootProxy (line 331) | public static TProxy GetRootProxy(string name, string hostName... method GetRootProxy (line 336) | public static TProxy GetRootProxy(string name, string hostName... method GetRootProxy (line 341) | private static TProxy GetRootProxy(IntPtr handle) where TProxy... method NSConnection (line 351) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSConnection (line 366) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSConnection (line 372) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 378) | [Export("connectionWithReceivePort:sendPort:")] method RunInNewThread (line 384) | [Export("runInNewThread")] method AddRunLoop (line 397) | [Export("addRunLoop:")] method RemoveRunLoop (line 414) | [Export("removeRunLoop:")] method CreateService (line 431) | [Export("serviceConnectionWithName:rootObject:usingNameServer:")] method CreateService (line 452) | [Export("serviceConnectionWithName:rootObject:")] method RegisterName (line 469) | [Export("registerName:")] method RegisterName (line 482) | [Export("registerName:withNameServer:")] method LookupService (line 499) | [Export("connectionWithRegisteredName:host:")] method LookupService (line 514) | [Export("connectionWithRegisteredName:host:usingNameServer:")] method _GetRootProxy (line 533) | [Export("rootProxy")] method _GetRootProxy (line 543) | [Export("rootProxyForConnectionWithRegisteredName:host:")] method _GetRootProxy (line 558) | [Export("rootProxyForConnectionWithRegisteredName:host:usingNameServer... method AddRequestMode (line 577) | [Export("addRequestMode:")] method RemoveRequestMode (line 594) | [Export("removeRequestMode:")] method Invalidate (line 611) | [Export("invalidate")] method Dispatch (line 624) | [Export("dispatchWithComponents:")] method Dispose (line 641) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSConnectionDelegate.cs class NSConnectionDelegate (line 7) | [Register("NSConnectionDelegate", true)] method NSConnectionDelegate (line 11) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSConnectionDelegate (line 26) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSConnectionDelegate (line 41) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSConnectionDelegate (line 47) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AuthenticateComponents (line 53) | [Export("authenticateComponents:withData:")] method GetAuthenticationData (line 59) | [Export("authenticationDataForComponents:")] method ShouldMakeNewConnection (line 65) | [Export("connection:shouldMakeNewConnection:")] method HandleRequest (line 71) | [Export("connection:handleRequest:")] method CreateConversation (line 77) | [Export("createConversationForConnection:")] method AllowNewConnection (line 83) | [Export("makeNewConnection:sender:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSData.cs class NSData (line 11) | [Register("NSData", true)] class UnmanagedMemoryStreamWithRef (line 14) | private class UnmanagedMemoryStreamWithRef : UnmanagedMemoryStream method UnmanagedMemoryStreamWithRef (line 18) | public unsafe UnmanagedMemoryStreamWithRef(NSData source) method Dispose (line 24) | protected override void Dispose(bool disposing) class UnmanagedMemoryStreamWithMutableRef (line 31) | private class UnmanagedMemoryStreamWithMutableRef : UnmanagedMemoryStr... method UnmanagedMemoryStreamWithMutableRef (line 37) | public UnmanagedMemoryStreamWithMutableRef(NSData source) method Dispose (line 44) | protected override void Dispose(bool disposing) method InvalidOperation (line 50) | private static void InvalidOperation() method Read (line 55) | public override int Read([In][Out] byte[] buffer, int offset, int co... method ReadByte (line 64) | public override int ReadByte() method Write (line 73) | public override void Write(byte[] buffer, int offset, int count) method WriteByte (line 82) | public override void WriteByte(byte value) method NSData (line 118) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSData (line 126) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSData (line 134) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSData (line 140) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSData (line 146) | internal NSData(IntPtr handle, bool owns) method GetEnumerator (line 203) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 213) | IEnumerator IEnumerable.GetEnumerator() method FromString (line 223) | public static NSData FromString(string s) method FromArray (line 232) | public unsafe static NSData FromArray(byte[] buffer) method FromStream (line 248) | public unsafe static NSData FromStream(Stream stream) method AsStream (line 294) | public virtual Stream AsStream() method FromString (line 303) | public static NSData FromString(string s, NSStringEncoding encoding) method ToString (line 313) | public NSString ToString(NSStringEncoding encoding) method ToString (line 318) | public override string ToString() method Save (line 323) | public unsafe bool Save(string file, bool auxiliaryFile, out NSError e... method Save (line 332) | public unsafe bool Save(string file, NSDataWritingOptions options, out... method Save (line 341) | public unsafe bool Save(NSUrl url, bool auxiliaryFile, out NSError error) method FromUrl (line 350) | [Export("dataWithContentsOfURL:")] method FromUrl (line 360) | [Export("dataWithContentsOfURL:options:error:")] method FromFile (line 376) | [Export("dataWithContentsOfFile:")] method FromFile (line 389) | [Export("dataWithContentsOfFile:options:error:")] method FromData (line 407) | [Export("dataWithData:")] method FromBytes (line 417) | [Export("dataWithBytes:length:")] method _Save (line 423) | [Export("writeToFile:options:error:")] method _Save (line 436) | [Export("writeToURL:options:error:")] method Find (line 450) | [Export("rangeOfData:options:range:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSDataReadingOptions.cs type NSDataReadingOptions (line 6) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSDataSearchOptions.cs type NSDataSearchOptions (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSDataWritingOptions.cs type NSDataWritingOptions (line 6) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSDate.cs class NSDate (line 7) | [Register("NSDate", true)] method ToString (line 97) | public override string ToString() method NSDate (line 102) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDate (line 117) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDate (line 132) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDate (line 138) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromTimeIntervalSinceReferenceDate (line 144) | [Export("dateWithTimeIntervalSinceReferenceDate:")] method FromTimeIntervalSince1970 (line 150) | [Export("dateWithTimeIntervalSince1970:")] method AddSeconds (line 156) | [Export("dateByAddingTimeInterval:")] method FromTimeIntervalSinceNow (line 166) | [Export("dateWithTimeIntervalSinceNow:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSDateComponents.cs class NSDateComponents (line 7) | [Register("NSDateComponents", true)] method NSDateComponents (line 534) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDateComponents (line 549) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDateComponents (line 564) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDateComponents (line 570) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 576) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSDateComponentsWrappingBehavior.cs type NSDateComponentsWrappingBehavior (line 3) | public enum NSDateComponentsWrappingBehavior : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSDateFormatter.cs class NSDateFormatter (line 7) | [Register("NSDateFormatter", true)] method NSDateFormatter (line 1108) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDateFormatter (line 1123) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDateFormatter (line 1138) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDateFormatter (line 1144) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ToString (line 1150) | [Export("stringFromDate:")] method Parse (line 1164) | [Export("dateFromString:")] method Dispose (line 1177) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSDateFormatterBehavior.cs type NSDateFormatterBehavior (line 3) | public enum NSDateFormatterBehavior : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSDateFormatterStyle.cs type NSDateFormatterStyle (line 3) | public enum NSDateFormatterStyle : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSDecimal.cs type NSDecimal (line 6) | public struct NSDecimal method Compare (line 26) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation... method Round (line 29) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation... method Normalize (line 32) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation... method Add (line 35) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation... method Subtract (line 38) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation... method Multiply (line 41) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation... method Divide (line 44) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation... method Power (line 47) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation... method MultiplyByPowerOf10 (line 50) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation... method NSDecimalString (line 53) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation... method ToString (line 56) | public override string ToString() method Equals (line 105) | public override bool Equals(object obj) method GetHashCode (line 114) | public override int GetHashCode() FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSDecimalNumber.cs class NSDecimalNumber (line 7) | [Register("NSDecimalNumber", true)] method NSDecimalNumber (line 176) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDecimalNumber (line 191) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDecimalNumber (line 206) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDecimalNumber (line 212) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDecimalNumber (line 218) | [Export("initWithMantissa:exponent:isNegative:")] method NSDecimalNumber (line 232) | [Export("initWithDecimal:")] method NSDecimalNumber (line 246) | [Export("initWithString:")] method NSDecimalNumber (line 266) | [Export("initWithString:locale:")] method DescriptionWithLocale (line 290) | [Export("descriptionWithLocale:")] method Add (line 304) | [Export("decimalNumberByAdding:")] method Add (line 318) | [Export("decimalNumberByAdding:withBehavior:")] method Subtract (line 336) | [Export("decimalNumberBySubtracting:")] method Subtract (line 350) | [Export("decimalNumberBySubtracting:withBehavior:")] method Multiply (line 368) | [Export("decimalNumberByMultiplyingBy:")] method Multiply (line 382) | [Export("decimalNumberByMultiplyingBy:withBehavior:")] method Divide (line 400) | [Export("decimalNumberByDividingBy:")] method Divide (line 414) | [Export("decimalNumberByDividingBy:withBehavior:")] method RaiseTo (line 432) | [Export("decimalNumberByRaisingToPower:")] method RaiseTo (line 442) | [Export("decimalNumberByRaisingToPower:withBehavior:")] method MultiplyPowerOf10 (line 456) | [Export("decimalNumberByMultiplyingByPowerOf10:")] method MultiplyPowerOf10 (line 466) | [Export("decimalNumberByMultiplyingByPowerOf10:withBehavior:")] method Rounding (line 480) | [Export("decimalNumberByRoundingAccordingToBehavior:")] method Compare (line 494) | [Export("compare:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSDictionary.cs class NSDictionary (line 9) | [Register("NSDictionary", true)] class ShimEnumerator (line 12) | private class ShimEnumerator : IDictionaryEnumerator, IEnumerator, IDi... method ShimEnumerator (line 33) | public ShimEnumerator(NSDictionary host) method Dispose (line 38) | public void Dispose() method MoveNext (line 43) | public bool MoveNext() method Reset (line 48) | public void Reset() method NSDictionary (line 270) | public NSDictionary(NSObject first, NSObject second, params NSObject[]... method NSDictionary (line 275) | public NSDictionary(object first, object second, params object[] args) method PickEven (line 280) | private static NSArray PickEven(NSObject f, NSObject[] args) method PickOdd (line 298) | private static NSArray PickOdd(NSObject f, NSObject[] args) method PickEven (line 311) | private static NSArray PickEven(object f, object[] args) method PickOdd (line 329) | private static NSArray PickOdd(object f, object[] args) method FromObjectsAndKeys (line 342) | public static NSDictionary FromObjectsAndKeys(NSObject[] objects, NSOb... method FromObjectsAndKeys (line 356) | public static NSDictionary FromObjectsAndKeys(object[] objects, object... method FromObjectsAndKeys (line 370) | public static NSDictionary FromObjectsAndKeys(NSObject[] objects, NSOb... method FromObjectsAndKeys (line 388) | public static NSDictionary FromObjectsAndKeys(object[] objects, object... method ContainsKeyValuePair (line 406) | internal bool ContainsKeyValuePair(KeyValuePair pair) method CopyTo (line 415) | void ICollection.CopyTo(Array array, int arrayIndex) method Add (line 445) | void ICollection>.Add(KeyValuePair>.Clear() method Contains (line 455) | bool ICollection>.Contains(KeyValuePa... method CopyTo (line 460) | void ICollection>.CopyTo(KeyValuePair... method Remove (line 485) | bool ICollection>.Remove(KeyValuePair... method Add (line 490) | void IDictionary.Add(object key, object value) method Clear (line 495) | void IDictionary.Clear() method Contains (line 500) | bool IDictionary.Contains(object key) method GetEnumerator (line 513) | IDictionaryEnumerator IDictionary.GetEnumerator() method Remove (line 518) | void IDictionary.Remove(object key) method Add (line 523) | void IDictionary.Add(NSObject key, NSObject value) method ContainsKey (line 528) | public bool ContainsKey(NSObject key) method Remove (line 537) | bool IDictionary.Remove(NSObject key) method TryGetValue (line 542) | public bool TryGetValue(NSObject key, out NSObject value) method GetEnumerator (line 556) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 561) | public IEnumerator> GetEnumerator() method LowlevelObjectForKey (line 570) | public IntPtr LowlevelObjectForKey(IntPtr key) method NSDictionary (line 575) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDictionary (line 590) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDictionary (line 605) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDictionary (line 611) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromFile (line 617) | [Export("dictionaryWithContentsOfFile:")] method FromUrl (line 630) | [Export("dictionaryWithContentsOfURL:")] method FromObjectAndKey (line 640) | [Export("dictionaryWithObject:forKey:")] method FromDictionary (line 654) | [Export("dictionaryWithDictionary:")] method FromObjectsAndKeysInternal (line 664) | [Export("dictionaryWithObjects:forKeys:count:")] method FromObjectsAndKeysInternal (line 670) | [Export("dictionaryWithObjects:forKeys:")] method NSDictionary (line 676) | [Export("initWithDictionary:")] method NSDictionary (line 694) | [Export("initWithContentsOfFile:")] method NSDictionary (line 714) | [Export("initWithObjects:forKeys:")] method NSDictionary (line 736) | [Export("initWithContentsOfURL:")] method ObjectForKey (line 754) | [Export("objectForKey:")] method KeysForObject (line 768) | [Export("allKeysForObject:")] method IsEqualToDictionary (line 785) | [Export("isEqualToDictionary:")] method ObjectsForKeys (line 799) | [Export("objectsForKeys:notFoundMarker:")] method WriteToFile (line 820) | [Export("writeToFile:atomically:")] method WriteToUrl (line 833) | [Export("writeToURL:atomically:")] method GetSharedKeySetForKeys (line 847) | [Export("sharedKeySetForKeys:")] method _AllKeys (line 862) | internal IntPtr _AllKeys() method _AllKeysForObject (line 867) | internal IntPtr _AllKeysForObject(IntPtr obj) method _AllValues (line 872) | internal IntPtr _AllValues() method _ObjectForKey (line 877) | internal IntPtr _ObjectForKey(IntPtr key) method _ObjectsForKeys (line 882) | internal IntPtr _ObjectsForKeys(IntPtr keys, IntPtr marker) method _FromObjectsAndKeysInternal (line 887) | [Export(selDictionaryWithObjects_ForKeys_)] method _FromObjectsAndKeysInternal (line 893) | [Export(selDictionaryWithObjects_ForKeys_Count_)] method TryGetValueTx (line 899) | internal bool TryGetValueTx(INativeObject key, out T value) where T... method Dispose (line 918) | protected override void Dispose(bool disposing) method NSDictionary (line 977) | public NSDictionary() method NSDictionary (line 981) | public NSDictionary(NSCoder coder) method NSDictionary (line 986) | public NSDictionary(string filename) method NSDictionary (line 991) | public NSDictionary(NSUrl url) method NSDictionary (line 996) | internal NSDictionary(IntPtr handle) method NSDictionary (line 1001) | public NSDictionary(NSDictionary other) method ValidateKeysAndValues (line 1006) | internal static bool ValidateKeysAndValues(TKey[] keys, TValue[] values) method NSDictionary (line 1023) | private NSDictionary(TKey[] keys, TValue[] values, bool validation) method NSDictionary (line 1028) | public NSDictionary(TKey[] keys, TValue[] values) method NSDictionary (line 1033) | public NSDictionary(TKey key, TValue value) method ObjectForKey (line 1038) | public TValue ObjectForKey(TKey key) method KeysForObject (line 1047) | public TKey[] KeysForObject(TValue obj) method ObjectsForKeys (line 1059) | public TValue[] ObjectsForKeys(TKey[] keys, TValue marker) method GenericFromObjectsAndKeysInternal (line 1079) | private static NSDictionary GenericFromObjectsAndKeysInt... method FromObjectsAndKeys (line 1084) | public static NSDictionary FromObjectsAndKeys(TValue[] o... method FromObjectsAndKeys (line 1107) | [Obsolete("'TKey' and 'TValue' are inversed and won't work unless both... method FromObjectsAndKeys (line 1127) | public new static NSDictionary FromObjectsAndKeys(object... method FromObjectsAndKeys (line 1146) | public static NSDictionary FromObjectsAndKeys(NSObject[]... method FromObjectsAndKeys (line 1169) | public static NSDictionary FromObjectsAndKeys(object[] o... method ContainsKey (line 1192) | public bool ContainsKey(TKey key) method TryGetValue (line 1201) | public bool TryGetValue(TKey key, out TValue value) method ContainsKey (line 1206) | bool IDictionary.ContainsKey(TKey key) method Add (line 1211) | void IDictionary.Add(TKey key, TValue value) method Remove (line 1216) | bool IDictionary.Remove(TKey key) method TryGetValue (line 1221) | bool IDictionary.TryGetValue(TKey key, out TValue value) method Add (line 1226) | void ICollection>.Add(KeyValuePair>.Clear() method Contains (line 1236) | bool ICollection>.Contains(KeyValuePair>.CopyTo(KeyValuePair>.Remove(KeyValuePair> IEnumerable pair) method CopyTo (line 415) | void ICollection.CopyTo(Array array, int arrayIndex) method Add (line 445) | void ICollection>.Add(KeyValuePair>.Clear() method Contains (line 455) | bool ICollection>.Contains(KeyValuePa... method CopyTo (line 460) | void ICollection>.CopyTo(KeyValuePair... method Remove (line 485) | bool ICollection>.Remove(KeyValuePair... method Add (line 490) | void IDictionary.Add(object key, object value) method Clear (line 495) | void IDictionary.Clear() method Contains (line 500) | bool IDictionary.Contains(object key) method GetEnumerator (line 513) | IDictionaryEnumerator IDictionary.GetEnumerator() method Remove (line 518) | void IDictionary.Remove(object key) method Add (line 523) | void IDictionary.Add(NSObject key, NSObject value) method ContainsKey (line 528) | public bool ContainsKey(NSObject key) method Remove (line 537) | bool IDictionary.Remove(NSObject key) method TryGetValue (line 542) | public bool TryGetValue(NSObject key, out NSObject value) method GetEnumerator (line 556) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 561) | public IEnumerator> GetEnumerator() method LowlevelObjectForKey (line 570) | public IntPtr LowlevelObjectForKey(IntPtr key) method NSDictionary (line 575) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDictionary (line 590) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDictionary (line 605) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSDictionary (line 611) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromFile (line 617) | [Export("dictionaryWithContentsOfFile:")] method FromUrl (line 630) | [Export("dictionaryWithContentsOfURL:")] method FromObjectAndKey (line 640) | [Export("dictionaryWithObject:forKey:")] method FromDictionary (line 654) | [Export("dictionaryWithDictionary:")] method FromObjectsAndKeysInternal (line 664) | [Export("dictionaryWithObjects:forKeys:count:")] method FromObjectsAndKeysInternal (line 670) | [Export("dictionaryWithObjects:forKeys:")] method NSDictionary (line 676) | [Export("initWithDictionary:")] method NSDictionary (line 694) | [Export("initWithContentsOfFile:")] method NSDictionary (line 714) | [Export("initWithObjects:forKeys:")] method NSDictionary (line 736) | [Export("initWithContentsOfURL:")] method ObjectForKey (line 754) | [Export("objectForKey:")] method KeysForObject (line 768) | [Export("allKeysForObject:")] method IsEqualToDictionary (line 785) | [Export("isEqualToDictionary:")] method ObjectsForKeys (line 799) | [Export("objectsForKeys:notFoundMarker:")] method WriteToFile (line 820) | [Export("writeToFile:atomically:")] method WriteToUrl (line 833) | [Export("writeToURL:atomically:")] method GetSharedKeySetForKeys (line 847) | [Export("sharedKeySetForKeys:")] method _AllKeys (line 862) | internal IntPtr _AllKeys() method _AllKeysForObject (line 867) | internal IntPtr _AllKeysForObject(IntPtr obj) method _AllValues (line 872) | internal IntPtr _AllValues() method _ObjectForKey (line 877) | internal IntPtr _ObjectForKey(IntPtr key) method _ObjectsForKeys (line 882) | internal IntPtr _ObjectsForKeys(IntPtr keys, IntPtr marker) method _FromObjectsAndKeysInternal (line 887) | [Export(selDictionaryWithObjects_ForKeys_)] method _FromObjectsAndKeysInternal (line 893) | [Export(selDictionaryWithObjects_ForKeys_Count_)] method TryGetValueTx (line 899) | internal bool TryGetValueTx(INativeObject key, out T value) where T... method Dispose (line 918) | protected override void Dispose(bool disposing) method NSDictionary (line 977) | public NSDictionary() method NSDictionary (line 981) | public NSDictionary(NSCoder coder) method NSDictionary (line 986) | public NSDictionary(string filename) method NSDictionary (line 991) | public NSDictionary(NSUrl url) method NSDictionary (line 996) | internal NSDictionary(IntPtr handle) method NSDictionary (line 1001) | public NSDictionary(NSDictionary other) method ValidateKeysAndValues (line 1006) | internal static bool ValidateKeysAndValues(TKey[] keys, TValue[] values) method NSDictionary (line 1023) | private NSDictionary(TKey[] keys, TValue[] values, bool validation) method NSDictionary (line 1028) | public NSDictionary(TKey[] keys, TValue[] values) method NSDictionary (line 1033) | public NSDictionary(TKey key, TValue value) method ObjectForKey (line 1038) | public TValue ObjectForKey(TKey key) method KeysForObject (line 1047) | public TKey[] KeysForObject(TValue obj) method ObjectsForKeys (line 1059) | public TValue[] ObjectsForKeys(TKey[] keys, TValue marker) method GenericFromObjectsAndKeysInternal (line 1079) | private static NSDictionary GenericFromObjectsAndKeysInt... method FromObjectsAndKeys (line 1084) | public static NSDictionary FromObjectsAndKeys(TValue[] o... method FromObjectsAndKeys (line 1107) | [Obsolete("'TKey' and 'TValue' are inversed and won't work unless both... method FromObjectsAndKeys (line 1127) | public new static NSDictionary FromObjectsAndKeys(object... method FromObjectsAndKeys (line 1146) | public static NSDictionary FromObjectsAndKeys(NSObject[]... method FromObjectsAndKeys (line 1169) | public static NSDictionary FromObjectsAndKeys(object[] o... method ContainsKey (line 1192) | public bool ContainsKey(TKey key) method TryGetValue (line 1201) | public bool TryGetValue(TKey key, out TValue value) method ContainsKey (line 1206) | bool IDictionary.ContainsKey(TKey key) method Add (line 1211) | void IDictionary.Add(TKey key, TValue value) method Remove (line 1216) | bool IDictionary.Remove(TKey key) method TryGetValue (line 1221) | bool IDictionary.TryGetValue(TKey key, out TValue value) method Add (line 1226) | void ICollection>.Add(KeyValuePair>.Clear() method Contains (line 1236) | bool ICollection>.Contains(KeyValuePair>.CopyTo(KeyValuePair>.Remove(KeyValuePair> IEnumerable : IEnumerator, IDisposable, IEnume... method objc_msgSend (line 8) | [DllImport("/usr/lib/libobjc.dylib")] method NSFastEnumerator (line 39) | public NSFastEnumerator(NSObject collection) method Fetch (line 44) | private void Fetch() method VerifyNonMutated (line 59) | private void VerifyNonMutated() method MoveNext (line 65) | bool IEnumerator.MoveNext() method Reset (line 80) | void IEnumerator.Reset() method Dispose (line 86) | void IDisposable.Dispose() FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSFileAttributes.cs class NSFileAttributes (line 3) | public class NSFileAttributes method ToDictionary (line 37) | internal NSDictionary ToDictionary() method fetch (line 117) | internal static bool fetch(NSDictionary dict, NSString key, ref bool b) method fetch (line 127) | internal static bool fetch(NSDictionary dict, NSString key, ref uint b) method fetch (line 137) | internal static bool fetch(NSDictionary dict, NSString key, ref ulong b) method FromDict (line 147) | public static NSFileAttributes FromDict(NSDictionary dict) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSFileCoordinator.cs class NSFileCoordinator (line 8) | [Register("NSFileCoordinator", true)] method NSFileCoordinator (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSFileCoordinator (line 65) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSFileCoordinator (line 80) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSFileCoordinator (line 86) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddFilePresenter (line 92) | [Export("addFilePresenter:")] method RemoveFilePresenter (line 103) | [Export("removeFilePresenter:")] method NSFileCoordinator (line 114) | [Export("initWithFilePresenter:")] method CoordinateRead (line 128) | [Export("coordinateReadingItemAtURL:options:error:byAccessor:")] method CoordinateWrite (line 158) | [Export("coordinateWritingItemAtURL:options:error:byAccessor:")] method CoordinateReadWrite (line 188) | [Export("coordinateReadingItemAtURL:options:writingItemAtURL:options:e... method CoordinateWriteWrite (line 222) | [Export("coordinateWritingItemAtURL:options:writingItemAtURL:options:e... method CoordinateBatc (line 256) | [Export("prepareForReadingItemsAtURLs:options:writingItemsAtURLs:optio... method ItemMoved (line 294) | [Export("itemAtURL:didMoveToURL:")] method Cancel (line 315) | [Export("cancel")] method WillMove (line 328) | [Export("itemAtURL:willMoveToURL:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSFileCoordinatorReadingOptions.cs type NSFileCoordinatorReadingOptions (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSFileCoordinatorWritingOptions.cs type NSFileCoordinatorWritingOptions (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSFileHandle.cs class NSFileHandle (line 8) | [Register("NSFileHandle", true)] class Notifications (line 11) | public static class Notifications method ObserveReadCompletion (line 13) | public static NSObject ObserveReadCompletion(EventHandler GetEnumerator() method ToArray (line 105) | public ulong[] ToArray() method FromArray (line 116) | public static NSIndexSet FromArray(ulong[] items) method FromArray (line 130) | public static NSIndexSet FromArray(int[] items) method NSIndexSet (line 148) | public NSIndexSet(int value) method NSIndexSet (line 157) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSIndexSet (line 172) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSIndexSet (line 187) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSIndexSet (line 193) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromIndex (line 199) | [Export("indexSetWithIndex:")] method FromNSRange (line 205) | [Export("indexSetWithIndexesInRange:")] method NSIndexSet (line 211) | [Export("initWithIndex:")] method NSIndexSet (line 225) | [Export("initWithIndexSet:")] method IsEqual (line 243) | [Export("isEqualToIndexSet:")] method IndexGreaterThan (line 257) | [Export("indexGreaterThanIndex:")] method IndexLessThan (line 267) | [Export("indexLessThanIndex:")] method IndexGreaterThanOrEqual (line 277) | [Export("indexGreaterThanOrEqualToIndex:")] method IndexLessThanOrEqual (line 287) | [Export("indexLessThanOrEqualToIndex:")] method Contains (line 297) | [Export("containsIndex:")] method Contains (line 307) | [Export("containsIndexes:")] method EnumerateRanges (line 321) | [Export("enumerateRangesUsingBlock:")] method EnumerateRanges (line 342) | [Export("enumerateRangesWithOptions:usingBlock:")] method EnumerateRanges (line 363) | [Export("enumerateRangesInRange:options:usingBlock:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSInputStream.cs class NSInputStream (line 9) | [Register("NSInputStream", true)] method Read (line 38) | public long Read(byte[] buffer, ulong len) method objc_msgSend (line 43) | [DllImport("/usr/lib/libobjc.dylib")] method objc_msgSend (line 46) | [DllImport("/usr/lib/libobjc.dylib")] method Read (line 49) | [Export("read:maxLength:")] method Dispose (line 63) | protected override void Dispose(bool disposing) method SetCFClientFlags (line 70) | [Export("_setCFClientFlags:callback:context:")] method GetBuffer (line 90) | [Export("getBuffer:length:")] method Notify (line 98) | public void Notify(CFStreamEventType eventType) method NSInputStream (line 106) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSInputStream (line 121) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSInputStream (line 136) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSInputStream (line 142) | [EditorBrowsable(EditorBrowsableState.Advanced)] method HasBytesAvailable (line 148) | [Export("hasBytesAvailable")] method NSInputStream (line 158) | [Export("initWithFileAtPath:")] method NSInputStream (line 178) | [Export("initWithData:")] method NSInputStream (line 196) | [Export("initWithURL:")] method FromData (line 214) | [Export("inputStreamWithData:")] method FromFile (line 224) | [Export("inputStreamWithFileAtPath:")] method FromUrl (line 237) | [Export("inputStreamWithURL:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSInvocation.cs class NSInvocation (line 7) | [Register("NSInvocation", true)] method NSInvocation (line 104) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSInvocation (line 119) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSInvocation (line 125) | [EditorBrowsable(EditorBrowsableState.Advanced)] method _SetArgument (line 131) | [Export("setArgument:atIndex:")] method _GetArgument (line 144) | [Export("getArgument:atIndex:")] method _SetReturnValue (line 157) | [Export("setReturnValue:")] method _GetReturnValue (line 170) | [Export("getReturnValue:")] method Invoke (line 183) | [Export("invoke")] method Invoke (line 196) | [Export("invokeWithTarget:")] method Dispose (line 213) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSJsonReadingOptions.cs type NSJsonReadingOptions (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSJsonSerialization.cs class NSJsonSerialization (line 8) | [Register("NSJSONSerialization", true)] method NSJsonSerialization (line 25) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSJsonSerialization (line 40) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSJsonSerialization (line 46) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IsValidJSONObject (line 52) | [Export("isValidJSONObject:")] method Serialize (line 62) | [Export("dataWithJSONObject:options:error:")] method Deserialize (line 78) | [Export("JSONObjectWithData:options:error:")] method Serialize (line 92) | [Export("writeJSONObject:toStream:options:error:")] method Deserialize (line 112) | [Export("JSONObjectWithStream:options:error:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSJsonWritingOptions.cs type NSJsonWritingOptions (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSKeyValueChange.cs type NSKeyValueChange (line 3) | public enum NSKeyValueChange : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSKeyValueObservingOptions.cs type NSKeyValueObservingOptions (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSKeyValueSetMutationKind.cs type NSKeyValueSetMutationKind (line 3) | public enum NSKeyValueSetMutationKind : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSKeyedArchiver.cs class NSKeyedArchiver (line 7) | [Register("NSKeyedArchiver", true)] class _NSKeyedArchiverDelegate (line 10) | [Register] method EncodedObject (line 23) | [Preserve(Conditional = true)] method Finished (line 34) | [Preserve(Conditional = true)] method WillEncode (line 40) | [Preserve(Conditional = true)] method Finishing (line 46) | [Preserve(Conditional = true)] method ReplacingObject (line 52) | [Preserve(Conditional = true)] method GlobalSetClassName (line 217) | public static void GlobalSetClassName(string name, Class kls) method GlobalGetClassName (line 232) | public static string GlobalGetClassName(Class kls) method NSKeyedArchiver (line 241) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSKeyedArchiver (line 256) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSKeyedArchiver (line 262) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSKeyedArchiver (line 268) | [Export("initForWritingWithMutableData:")] method ArchivedDataWithRootObject (line 286) | [Export("archivedDataWithRootObject:")] method ArchiveRootObjectToFile (line 296) | [Export("archiveRootObject:toFile:")] method FinishEncoding (line 313) | [Export("finishEncoding")] method SetClassName (line 326) | [Export("setClassName:forClass:")] method GetClassName (line 349) | [Export("classNameForClass:")] method EnsureNSKeyedArchiverDelegate (line 363) | private _NSKeyedArchiverDelegate EnsureNSKeyedArchiverDelegate() method Dispose (line 373) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSKeyedArchiverDelegate.cs class NSKeyedArchiverDelegate (line 7) | [Protocol] method NSKeyedArchiverDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSKeyedArchiverDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSKeyedArchiverDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSKeyedArchiverDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method EncodedObject (line 54) | [Export("archiver:didEncodeObject:")] method Finished (line 60) | [Export("archiverDidFinish:")] method WillEncode (line 66) | [Export("archiver:willEncodeObject:")] method Finishing (line 72) | [Export("archiverWillFinish:")] method ReplacingObject (line 78) | [Export("archiver:willReplaceObject:withObject:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSKeyedUnarchiver.cs class NSKeyedUnarchiver (line 7) | [Register("NSKeyedUnarchiver", true)] class _NSKeyedUnarchiverDelegate (line 10) | [Register] method DecodedObject (line 23) | [Preserve(Conditional = true)] method Finished (line 29) | [Preserve(Conditional = true)] method CannotDecodeClass (line 35) | [Preserve(Conditional = true)] method Finishing (line 41) | [Preserve(Conditional = true)] method ReplacingObject (line 47) | [Preserve(Conditional = true)] method GlobalSetClass (line 181) | public static void GlobalSetClass(Class kls, string codedName) method GlobalGetClass (line 195) | public static Class GlobalGetClass(string codedName) method NSKeyedUnarchiver (line 205) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSKeyedUnarchiver (line 220) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSKeyedUnarchiver (line 226) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSKeyedUnarchiver (line 232) | [Export("initForReadingWithData:")] method UnarchiveObject (line 250) | [Export("unarchiveObjectWithData:")] method UnarchiveFile (line 260) | [Export("unarchiveObjectWithFile:")] method FinishDecoding (line 273) | [Export("finishDecoding")] method SetClass (line 286) | [Export("setClass:forClassName:")] method GetClass (line 309) | [Export("classForClassName:")] method EnsureNSKeyedUnarchiverDelegate (line 322) | private _NSKeyedUnarchiverDelegate EnsureNSKeyedUnarchiverDelegate() method Dispose (line 332) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSKeyedUnarchiverDelegate.cs class NSKeyedUnarchiverDelegate (line 7) | [Protocol] method NSKeyedUnarchiverDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSKeyedUnarchiverDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSKeyedUnarchiverDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSKeyedUnarchiverDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DecodedObject (line 54) | [Export("unarchiver:didDecodeObject:")] method Finished (line 60) | [Export("unarchiverDidFinish:")] method CannotDecodeClass (line 66) | [Export("unarchiver:cannotDecodeObjectOfClassName:originalClasses:")] method Finishing (line 72) | [Export("unarchiverWillFinish:")] method ReplacingObject (line 78) | [Export("unarchiver:willReplaceObject:withObject:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSLinguisticTag.cs class NSLinguisticTag (line 5) | public static class NSLinguisticTag FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSLinguisticTagger.cs class NSLinguisticTagger (line 8) | [Register("NSLinguisticTagger", true)] method NSLinguisticTagger (line 83) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSLinguisticTagger (line 98) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSLinguisticTagger (line 113) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSLinguisticTagger (line 119) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSLinguisticTagger (line 125) | [Export("initWithTagSchemes:options:")] method GetAvailableTagSchemesForLanguage (line 145) | [Export("availableTagSchemesForLanguage:")] method SetOrthographyrange (line 158) | [Export("setOrthography:range:")] method GetOrthography (line 175) | [Export("orthographyAtIndex:effectiveRange:")] method StringEditedInRange (line 185) | [Export("stringEditedInRange:changeInLength:")] method EnumerateTagsInRange (line 198) | [Export("enumerateTagsInRange:scheme:options:usingBlock:")] method GetSentenceRangeForRange (line 223) | [Export("sentenceRangeForRange:")] method GetTag (line 233) | [Export("tagAtIndex:scheme:tokenRange:sentenceRange:")] method GetTagsInRange (line 247) | [Export("tagsInRange:scheme:options:tokenRanges:")] method GetPossibleTags (line 263) | [Export("possibleTagsAtIndex:scheme:tokenRange:sentenceRange:scores:")] method Dispose (line 279) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSLinguisticTaggerOptions.cs type NSLinguisticTaggerOptions (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSLocale.cs class NSLocale (line 7) | [Register("NSLocale", true)] class Notifications (line 10) | public static class Notifications method ObserveCurrentLocaleDidChange (line 12) | public static NSObject ObserveCurrentLocaleDidChange(EventHandler IEnumerable.GetEnumerator() method NSMutableData (line 149) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableData (line 164) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableData (line 179) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableData (line 185) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromCapacity (line 191) | [Export("dataWithCapacity:")] method FromLength (line 200) | [Export("dataWithLength:")] method Create (line 209) | [Export("data")] method SetLength (line 218) | [Export("setLength:")] method NSMutableData (line 231) | [Export("initWithCapacity:")] method AppendData (line 245) | [Export("appendData:")] method AppendBytes (line 262) | [Export("appendBytes:length:")] method SetData (line 275) | [Export("setData:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSMutableDictionary.cs class NSMutableDictionary (line 9) | [Register("NSMutableDictionary", true)] class ShimEnumerator (line 12) | private class ShimEnumerator : IDictionaryEnumerator, IEnumerator method ShimEnumerator (line 33) | public ShimEnumerator(NSMutableDictionary host) method Dispose (line 38) | public void Dispose() method MoveNext (line 43) | public bool MoveNext() method Reset (line 48) | public void Reset() method NSMutableDictionary (line 95) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableDictionary (line 110) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableDictionary (line 125) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableDictionary (line 131) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableDictionary (line 139) | [Export(selInitWithObjects_ForKeys_)] method NSMutableDictionary (line 292) | internal NSMutableDictionary(IntPtr handle, bool owns) method FromObjectsAndKeys (line 301) | public new static NSMutableDictionary FromObjectsAndKeys(NSObject[] ob... method FromObjectsAndKeys (line 315) | public new static NSMutableDictionary FromObjectsAndKeys(object[] obje... method FromObjectsAndKeys (line 329) | public new static NSMutableDictionary FromObjectsAndKeys(NSObject[] ob... method FromObjectsAndKeys (line 347) | public new static NSMutableDictionary FromObjectsAndKeys(object[] obje... method Add (line 365) | void ICollection>.Add(KeyValuePair>.Contains(KeyValuePa... method CopyTo (line 380) | void ICollection>.CopyTo(KeyValuePair... method Remove (line 405) | bool ICollection>.Remove(KeyValuePair... method Add (line 412) | void IDictionary.Add(object key, object value) method Contains (line 423) | bool IDictionary.Contains(object key) method GetEnumerator (line 436) | IDictionaryEnumerator IDictionary.GetEnumerator() method Remove (line 441) | void IDictionary.Remove(object key) method Add (line 454) | public void Add(NSObject key, NSObject value) method Remove (line 459) | public bool Remove(NSObject key) method TryGetValue (line 470) | public new bool TryGetValue(NSObject key, out NSObject value) method GetEnumerator (line 487) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 492) | public new IEnumerator> GetEnumerator() method LowlevelFromObjectAndKey (line 501) | public static NSMutableDictionary LowlevelFromObjectAndKey(IntPtr obj,... method LowlevelSetObject (line 506) | public void LowlevelSetObject(IntPtr obj, IntPtr key) method LowlevelSetObject (line 511) | public void LowlevelSetObject(NSObject obj, IntPtr key) method FromFile (line 520) | [Export("dictionaryWithContentsOfFile:")] method FromUrl (line 533) | [Export("dictionaryWithContentsOfURL:")] method FromObjectAndKey (line 543) | [Export("dictionaryWithObject:forKey:")] method FromDictionary (line 557) | [Export("dictionaryWithDictionary:")] method FromObjectsAndKeysInternalCount (line 567) | [Export("dictionaryWithObjects:forKeys:count:")] method FromObjectsAndKeysInternal (line 581) | [Export("dictionaryWithObjects:forKeys:")] method NSMutableDictionary (line 595) | [Export("initWithDictionary:")] method NSMutableDictionary (line 613) | [Export("initWithContentsOfFile:")] method NSMutableDictionary (line 633) | [Export("initWithContentsOfURL:")] method RemoveAllObjects (line 651) | [Export("removeAllObjects")] method RemoveObjectForKey (line 664) | [Export("removeObjectForKey:")] method SetObject (line 681) | [Export("setObject:forKey:")] method FromSharedKeySet (line 702) | [Export("dictionaryWithSharedKeySet:")] method _RemoveObjectForKey (line 714) | internal void _RemoveObjectForKey(IntPtr key) method _SetObject (line 719) | internal void _SetObject(IntPtr obj, IntPtr key) method NSMutableDictionary (line 786) | public NSMutableDictionary() method NSMutableDictionary (line 790) | public NSMutableDictionary(NSCoder coder) method NSMutableDictionary (line 795) | internal NSMutableDictionary(IntPtr handle) method NSMutableDictionary (line 800) | public NSMutableDictionary(NSMutableDictionary other) method NSMutableDictionary (line 805) | public NSMutableDictionary(NSDictionary other) method NSMutableDictionary (line 810) | private NSMutableDictionary(TKey[] keys, TValue[] values, bool validat... method NSMutableDictionary (line 815) | public NSMutableDictionary(TKey[] keys, TValue[] values) method NSMutableDictionary (line 820) | public NSMutableDictionary(TKey key, TValue value) method ObjectForKey (line 825) | public TValue ObjectForKey(TKey key) method KeysForObject (line 834) | public TKey[] KeysForObject(TValue obj) method ObjectsForKeys (line 846) | public TValue[] ObjectsForKeys(TKey[] keys, TValue marker) method Add (line 863) | public void Add(TKey key, TValue value) method Remove (line 876) | public bool Remove(TKey key) method TryGetValue (line 887) | public bool TryGetValue(TKey key, out TValue value) method ContainsKey (line 892) | public bool ContainsKey(TKey key) method GenericFromObjectsAndKeysInternal (line 897) | private static NSMutableDictionary GenericFromObjectsAnd... method FromObjectsAndKeys (line 902) | public static NSMutableDictionary FromObjectsAndKeys(TVa... method FromObjectsAndKeys (line 925) | [Obsolete("'TKey' and 'TValue' are inversed and won't work unless both... method FromObjectsAndKeys (line 945) | public new static NSMutableDictionary FromObjectsAndKeys... method FromObjectsAndKeys (line 964) | public new static NSMutableDictionary FromObjectsAndKeys... method FromObjectsAndKeys (line 987) | public new static NSMutableDictionary FromObjectsAndKeys... method Add (line 1010) | void IDictionary.Add(TKey key, TValue value) method Remove (line 1015) | bool IDictionary.Remove(TKey key) method TryGetValue (line 1020) | bool IDictionary.TryGetValue(TKey key, out TValue value) method ContainsKey (line 1025) | bool IDictionary.ContainsKey(TKey key) method Add (line 1030) | void ICollection>.Add(KeyValuePair>.Clear() method Contains (line 1040) | bool ICollection>.Contains(KeyValuePair>.CopyTo(KeyValuePair>.Remove(KeyValuePair> IEnumerable>.Add(KeyValuePair>.Contains(KeyValuePa... method CopyTo (line 380) | void ICollection>.CopyTo(KeyValuePair... method Remove (line 405) | bool ICollection>.Remove(KeyValuePair... method Add (line 412) | void IDictionary.Add(object key, object value) method Contains (line 423) | bool IDictionary.Contains(object key) method GetEnumerator (line 436) | IDictionaryEnumerator IDictionary.GetEnumerator() method Remove (line 441) | void IDictionary.Remove(object key) method Add (line 454) | public void Add(NSObject key, NSObject value) method Remove (line 459) | public bool Remove(NSObject key) method TryGetValue (line 470) | public new bool TryGetValue(NSObject key, out NSObject value) method GetEnumerator (line 487) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 492) | public new IEnumerator> GetEnumerator() method LowlevelFromObjectAndKey (line 501) | public static NSMutableDictionary LowlevelFromObjectAndKey(IntPtr obj,... method LowlevelSetObject (line 506) | public void LowlevelSetObject(IntPtr obj, IntPtr key) method LowlevelSetObject (line 511) | public void LowlevelSetObject(NSObject obj, IntPtr key) method FromFile (line 520) | [Export("dictionaryWithContentsOfFile:")] method FromUrl (line 533) | [Export("dictionaryWithContentsOfURL:")] method FromObjectAndKey (line 543) | [Export("dictionaryWithObject:forKey:")] method FromDictionary (line 557) | [Export("dictionaryWithDictionary:")] method FromObjectsAndKeysInternalCount (line 567) | [Export("dictionaryWithObjects:forKeys:count:")] method FromObjectsAndKeysInternal (line 581) | [Export("dictionaryWithObjects:forKeys:")] method NSMutableDictionary (line 595) | [Export("initWithDictionary:")] method NSMutableDictionary (line 613) | [Export("initWithContentsOfFile:")] method NSMutableDictionary (line 633) | [Export("initWithContentsOfURL:")] method RemoveAllObjects (line 651) | [Export("removeAllObjects")] method RemoveObjectForKey (line 664) | [Export("removeObjectForKey:")] method SetObject (line 681) | [Export("setObject:forKey:")] method FromSharedKeySet (line 702) | [Export("dictionaryWithSharedKeySet:")] method _RemoveObjectForKey (line 714) | internal void _RemoveObjectForKey(IntPtr key) method _SetObject (line 719) | internal void _SetObject(IntPtr obj, IntPtr key) method NSMutableDictionary (line 786) | public NSMutableDictionary() method NSMutableDictionary (line 790) | public NSMutableDictionary(NSCoder coder) method NSMutableDictionary (line 795) | internal NSMutableDictionary(IntPtr handle) method NSMutableDictionary (line 800) | public NSMutableDictionary(NSMutableDictionary other) method NSMutableDictionary (line 805) | public NSMutableDictionary(NSDictionary other) method NSMutableDictionary (line 810) | private NSMutableDictionary(TKey[] keys, TValue[] values, bool validat... method NSMutableDictionary (line 815) | public NSMutableDictionary(TKey[] keys, TValue[] values) method NSMutableDictionary (line 820) | public NSMutableDictionary(TKey key, TValue value) method ObjectForKey (line 825) | public TValue ObjectForKey(TKey key) method KeysForObject (line 834) | public TKey[] KeysForObject(TValue obj) method ObjectsForKeys (line 846) | public TValue[] ObjectsForKeys(TKey[] keys, TValue marker) method Add (line 863) | public void Add(TKey key, TValue value) method Remove (line 876) | public bool Remove(TKey key) method TryGetValue (line 887) | public bool TryGetValue(TKey key, out TValue value) method ContainsKey (line 892) | public bool ContainsKey(TKey key) method GenericFromObjectsAndKeysInternal (line 897) | private static NSMutableDictionary GenericFromObjectsAnd... method FromObjectsAndKeys (line 902) | public static NSMutableDictionary FromObjectsAndKeys(TVa... method FromObjectsAndKeys (line 925) | [Obsolete("'TKey' and 'TValue' are inversed and won't work unless both... method FromObjectsAndKeys (line 945) | public new static NSMutableDictionary FromObjectsAndKeys... method FromObjectsAndKeys (line 964) | public new static NSMutableDictionary FromObjectsAndKeys... method FromObjectsAndKeys (line 987) | public new static NSMutableDictionary FromObjectsAndKeys... method Add (line 1010) | void IDictionary.Add(TKey key, TValue value) method Remove (line 1015) | bool IDictionary.Remove(TKey key) method TryGetValue (line 1020) | bool IDictionary.TryGetValue(TKey key, out TValue value) method ContainsKey (line 1025) | bool IDictionary.ContainsKey(TKey key) method Add (line 1030) | void ICollection>.Add(KeyValuePair>.Clear() method Contains (line 1040) | bool ICollection>.Contains(KeyValuePair>.CopyTo(KeyValuePair>.Remove(KeyValuePair> IEnumerable other) method NSMutableSet (line 275) | public NSMutableSet(NSMutableSet other) method LookupMember (line 280) | public TKey LookupMember(TKey probe) method Contains (line 289) | public bool Contains(TKey obj) method ToArray (line 298) | public TKey[] ToArray() method Add (line 331) | public void Add(TKey obj) method Remove (line 340) | public void Remove(TKey obj) method AddObjects (line 349) | public void AddObjects(params TKey[] objects) method GetEnumerator (line 366) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 371) | IEnumerator IEnumerable.GetEnumerator() class NSMutableSet (line 246) | [Register("NSMutableSet", SkipRegistration = true)] method NSMutableSet (line 32) | public NSMutableSet(NSObject[] objs) method NSMutableSet (line 37) | public NSMutableSet(params string[] strings) method NSMutableSet (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableSet (line 57) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableSet (line 72) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableSet (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableSet (line 84) | [Export("initWithArray:")] method NSMutableSet (line 102) | [Export("initWithSet:")] method NSMutableSet (line 120) | [Export("initWithCapacity:")] method NSMutableSet (line 135) | internal NSMutableSet(params INativeObject[] objs) method Add (line 142) | [Export("addObject:")] method Remove (line 159) | [Export("removeObject:")] method RemoveAll (line 176) | [Export("removeAllObjects")] method AddObjects (line 189) | [Export("addObjectsFromArray:")] method MinusSet (line 208) | [Export("minusSet:")] method _Add (line 227) | internal void _Add(IntPtr obj) method _AddObjects (line 232) | internal void _AddObjects(IntPtr objects) method _Remove (line 237) | internal void _Remove(IntPtr nso) method NSMutableSet (line 251) | public NSMutableSet() method NSMutableSet (line 255) | public NSMutableSet(NSCoder coder) method NSMutableSet (line 260) | internal NSMutableSet(IntPtr handle) method NSMutableSet (line 265) | public NSMutableSet(params TKey[] objs) method NSMutableSet (line 270) | public NSMutableSet(NSSet other) method NSMutableSet (line 275) | public NSMutableSet(NSMutableSet other) method LookupMember (line 280) | public TKey LookupMember(TKey probe) method Contains (line 289) | public bool Contains(TKey obj) method ToArray (line 298) | public TKey[] ToArray() method Add (line 331) | public void Add(TKey obj) method Remove (line 340) | public void Remove(TKey obj) method AddObjects (line 349) | public void AddObjects(params TKey[] objects) method GetEnumerator (line 366) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 371) | IEnumerator IEnumerable.GetEnumerator() FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSMutableUrlRequest.cs class NSMutableUrlRequest (line 7) | [Register("NSMutableURLRequest", true)] method NSMutableUrlRequest (line 372) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableUrlRequest (line 387) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableUrlRequest (line 402) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableUrlRequest (line 408) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSMutableUrlRequest (line 414) | [Export("initWithURL:")] method NSMutableUrlRequest (line 432) | [Export("initWithURL:cachePolicy:timeoutInterval:")] method _SetValue (line 450) | [Export("setValue:forHTTPHeaderField:")] method Dispose (line 475) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNetDomainEventArgs.cs class NSNetDomainEventArgs (line 5) | public class NSNetDomainEventArgs : EventArgs method NSNetDomainEventArgs (line 11) | public NSNetDomainEventArgs(string domain, bool moreComing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNetService.cs class NSNetService (line 7) | [Register("NSNetService", true)] class _NSNetServiceDelegate (line 10) | [Register] method WillPublish (line 29) | [Preserve(Conditional = true)] method Published (line 35) | [Preserve(Conditional = true)] method PublishFailure (line 41) | [Preserve(Conditional = true)] method WillResolve (line 52) | [Preserve(Conditional = true)] method AddressResolved (line 58) | [Preserve(Conditional = true)] method ResolveFailure (line 64) | [Preserve(Conditional = true)] method Stopped (line 75) | [Preserve(Conditional = true)] method UpdatedTxtRecordData (line 81) | [Preserve(Conditional = true)] method NSNetService (line 369) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetService (line 384) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetService (line 399) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetService (line 405) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetService (line 411) | [Export("initWithDomain:type:name:port:")] method NSNetService (line 443) | [Export("initWithDomain:type:name:")] method Schedule (line 475) | [Export("scheduleInRunLoop:forMode:")] method Unschedule (line 498) | [Export("removeFromRunLoop:forMode:")] method Publish (line 521) | [Export("publish")] method Publish (line 534) | [Export("publishWithOptions:")] method Resolve (line 547) | [Export("resolve")] method Resolve (line 561) | [Export("resolveWithTimeout:")] method Stop (line 574) | [Export("stop")] method DictionaryFromTxtRecord (line 587) | [Export("dictionaryFromTXTRecordData:")] method DataFromTxtRecord (line 597) | [Export("dataFromTXTRecordDictionary:")] method GetStreams (line 607) | [Export("getInputStream:outputStream:")] method GetTxtRecordData (line 617) | [Export("TXTRecordData")] method SetTxtRecordData (line 627) | [Export("setTXTRecordData:")] method StartMonitoring (line 641) | [Export("startMonitoring")] method StopMonitoring (line 654) | [Export("stopMonitoring")] method EnsureNSNetServiceDelegate (line 667) | private _NSNetServiceDelegate EnsureNSNetServiceDelegate() method Dispose (line 677) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNetServiceBrowser.cs class NSNetServiceBrowser (line 7) | [Register("NSNetServiceBrowser", true)] class _NSNetServiceBrowserDelegate (line 10) | [Register] method SearchStarted (line 27) | [Preserve(Conditional = true)] method SearchStopped (line 33) | [Preserve(Conditional = true)] method NotSearched (line 39) | [Preserve(Conditional = true)] method FoundDomain (line 50) | [Preserve(Conditional = true)] method FoundService (line 61) | [Preserve(Conditional = true)] method DomainRemoved (line 72) | [Preserve(Conditional = true)] method ServiceRemoved (line 83) | [Preserve(Conditional = true)] method NSNetServiceBrowser (line 249) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetServiceBrowser (line 264) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetServiceBrowser (line 279) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetServiceBrowser (line 285) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Schedule (line 291) | [Export("scheduleInRunLoop:forMode:")] method Unschedule (line 314) | [Export("removeFromRunLoop:forMode:")] method SearchForBrowsableDomains (line 337) | [Export("searchForBrowsableDomains")] method SearchForRegistrationDomains (line 350) | [Export("searchForRegistrationDomains")] method SearchForServices (line 363) | [Export("searchForServicesOfType:inDomain:")] method Stop (line 388) | [Export("stop")] method EnsureNSNetServiceBrowserDelegate (line 401) | private _NSNetServiceBrowserDelegate EnsureNSNetServiceBrowserDelegate() method Dispose (line 411) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNetServiceBrowserDelegate.cs class NSNetServiceBrowserDelegate (line 7) | [Protocol] method NSNetServiceBrowserDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetServiceBrowserDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetServiceBrowserDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetServiceBrowserDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SearchStarted (line 54) | [Export("netServiceBrowserWillSearch:")] method SearchStopped (line 60) | [Export("netServiceBrowserDidStopSearch:")] method NotSearched (line 66) | [Export("netServiceBrowser:didNotSearch:")] method FoundDomain (line 72) | [Export("netServiceBrowser:didFindDomain:moreComing:")] method FoundService (line 78) | [Export("netServiceBrowser:didFindService:moreComing:")] method DomainRemoved (line 84) | [Export("netServiceBrowser:didRemoveDomain:moreComing:")] method ServiceRemoved (line 90) | [Export("netServiceBrowser:didRemoveService:moreComing:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNetServiceDataEventArgs.cs class NSNetServiceDataEventArgs (line 5) | public class NSNetServiceDataEventArgs : EventArgs method NSNetServiceDataEventArgs (line 9) | public NSNetServiceDataEventArgs(NSData data) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNetServiceDelegate.cs class NSNetServiceDelegate (line 7) | [Protocol] method NSNetServiceDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetServiceDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetServiceDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNetServiceDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WillPublish (line 54) | [Export("netServiceWillPublish:")] method Published (line 60) | [Export("netServiceDidPublish:")] method PublishFailure (line 66) | [Export("netService:didNotPublish:")] method WillResolve (line 72) | [Export("netServiceWillResolve:")] method AddressResolved (line 78) | [Export("netServiceDidResolveAddress:")] method ResolveFailure (line 84) | [Export("netService:didNotResolve:")] method Stopped (line 90) | [Export("netServiceDidStop:")] method UpdatedTxtRecordData (line 96) | [Export("netService:didUpdateTXTRecordData:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNetServiceErrorEventArgs.cs class NSNetServiceErrorEventArgs (line 5) | public class NSNetServiceErrorEventArgs : EventArgs method NSNetServiceErrorEventArgs (line 9) | public NSNetServiceErrorEventArgs(NSDictionary errors) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNetServiceEventArgs.cs class NSNetServiceEventArgs (line 5) | public class NSNetServiceEventArgs : EventArgs method NSNetServiceEventArgs (line 11) | public NSNetServiceEventArgs(NSNetService service, bool moreComing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNetServiceOptions.cs type NSNetServiceOptions (line 3) | public enum NSNetServiceOptions : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNetServicesStatus.cs type NSNetServicesStatus (line 3) | public enum NSNetServicesStatus : long FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNotification.cs class NSNotification (line 7) | [Register("NSNotification", true)] method NSNotification (line 59) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNotification (line 74) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNotification (line 80) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromName (line 86) | [Export("notificationWithName:object:")] method FromName (line 103) | [Export("notificationWithName:object:userInfo:")] method Dispose (line 124) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNotificationCenter.cs class NSNotificationCenter (line 8) | [Register("NSNotificationCenter", true)] class ObservedData (line 11) | private class ObservedData method AddObserver (line 55) | [Advice("Use AddObserver(NSString, Action, NSObject)")] method AddObserver (line 61) | public NSObject AddObserver(NSString aName, Action not... method AddObserver (line 72) | public NSObject AddObserver(NSString aName, Action not... method AddObserver (line 77) | [Advice("Use AddObserver(NSString, Action) instead")] method AddObserver (line 83) | [Advice("Use AddObserver(NSObject, Selector, NSString, NSObject) inste... method RemoveObservers (line 89) | public void RemoveObservers(IEnumerable keys) method AddObserverToList (line 101) | private void AddObserverToList(NSObject observer, string aName, NSObje... method RemoveObserversFromList (line 111) | private void RemoveObserversFromList(NSObject observer, string aName, ... method NSNotificationCenter (line 123) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNotificationCenter (line 138) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNotificationCenter (line 153) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNotificationCenter (line 159) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddObserver (line 165) | [Export("addObserver:selector:name:object:")] method PostNotification (line 187) | [Export("postNotification:")] method PostNotificationName (line 204) | [Export("postNotificationName:object:")] method PostNotificationName (line 223) | [Export("postNotificationName:object:userInfo:")] method RemoveObserver (line 242) | [Export("removeObserver:")] method RemoveObserver (line 260) | [Export("removeObserver:name:object:")] method AddObserver (line 280) | [Export("addObserverForName:object:queue:usingBlock:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNotificationCoalescing.cs type NSNotificationCoalescing (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNotificationEventArgs.cs class NSNotificationEventArgs (line 5) | public class NSNotificationEventArgs : EventArgs method NSNotificationEventArgs (line 9) | public NSNotificationEventArgs(NSNotification notification) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNotificationFlags.cs type NSNotificationFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNotificationQueue.cs class NSNotificationQueue (line 7) | [Register("NSNotificationQueue", true)] method NSNotificationQueue (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNotificationQueue (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNotificationQueue (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNotificationQueue (line 72) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNotificationQueue (line 78) | [Export("initWithNotificationCenter:")] method EnqueueNotification (line 96) | [Export("enqueueNotification:postingStyle:")] method EnqueueNotification (line 113) | [Export("enqueueNotification:postingStyle:coalesceMask:forModes:")] method DequeueNotificationsMatchingcoalesceMask (line 136) | [Export("dequeueNotificationsMatching:coalesceMask:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNotificationSuspensionBehavior.cs type NSNotificationSuspensionBehavior (line 3) | public enum NSNotificationSuspensionBehavior : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNull.cs class NSNull (line 7) | [Register("NSNull", true)] method NSNull (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNull (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNull (line 57) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNull (line 63) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNumber.cs class NSNumber (line 7) | [Register("NSNumber", true)] method ToString (line 404) | public override string ToString() method NSNumber (line 409) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNumber (line 424) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNumber (line 430) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Compare (line 436) | [Export("compare:")] method IsEqualToNumber (line 450) | [Export("isEqualToNumber:")] method DescriptionWithLocale (line 464) | [Export("descriptionWithLocale:")] method NSNumber (line 478) | [Export("initWithChar:")] method NSNumber (line 492) | [Export("initWithUnsignedChar:")] method NSNumber (line 506) | [Export("initWithShort:")] method NSNumber (line 520) | [Export("initWithUnsignedShort:")] method NSNumber (line 534) | [Export("initWithInt:")] method NSNumber (line 548) | [Export("initWithUnsignedInt:")] method NSNumber (line 562) | [Export("initWithLongLong:")] method NSNumber (line 576) | [Export("initWithUnsignedLongLong:")] method NSNumber (line 590) | [Export("initWithFloat:")] method NSNumber (line 604) | [Export("initWithDouble:")] method NSNumber (line 618) | [Export("initWithBool:")] method FromSByte (line 632) | [Export("numberWithChar:")] method FromByte (line 638) | [Export("numberWithUnsignedChar:")] method FromInt16 (line 644) | [Export("numberWithShort:")] method FromUInt16 (line 650) | [Export("numberWithUnsignedShort:")] method FromInt32 (line 656) | [Export("numberWithInt:")] method FromUInt32 (line 662) | [Export("numberWithUnsignedInt:")] method FromInt64 (line 668) | [Export("numberWithLongLong:")] method FromUInt64 (line 674) | [Export("numberWithUnsignedLongLong:")] method FromFloat (line 680) | [Export("numberWithFloat:")] method FromDouble (line 686) | [Export("numberWithDouble:")] method FromBoolean (line 692) | [Export("numberWithBool:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNumberFormatter.cs class NSNumberFormatter (line 7) | [Register("NSNumberFormatter", true)] method NSNumberFormatter (line 1842) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNumberFormatter (line 1857) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNumberFormatter (line 1872) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSNumberFormatter (line 1878) | [EditorBrowsable(EditorBrowsableState.Advanced)] method StringFromNumber (line 1884) | [Export("stringFromNumber:")] method NumberFromString (line 1898) | [Export("numberFromString:")] method LocalizedStringFromNumbernumberStyle (line 1911) | [Export("localizedStringFromNumber:numberStyle:")] method Dispose (line 1921) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNumberFormatterBehavior.cs type NSNumberFormatterBehavior (line 3) | public enum NSNumberFormatterBehavior : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNumberFormatterPadPosition.cs type NSNumberFormatterPadPosition (line 3) | public enum NSNumberFormatterPadPosition : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNumberFormatterRoundingMode.cs type NSNumberFormatterRoundingMode (line 3) | public enum NSNumberFormatterRoundingMode : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSNumberFormatterStyle.cs type NSNumberFormatterStyle (line 3) | public enum NSNumberFormatterStyle : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSObject.cs class NSObject (line 9) | [StructLayout(LayoutKind.Sequential)] type Flags (line 13) | [Flags] type objc_super (line 25) | private struct objc_super class NSObject_Disposer (line 32) | [Register("__NSObject_Disposer")] method NSObject_Disposer (line 48) | private NSObject_Disposer() method Add (line 52) | internal static void Add(NSObject handle) method Drain (line 66) | [Export("drain:")] method NSObject (line 400) | [Export("init")] method NSObject (line 407) | public NSObject(NSObjectFlag x) method NSObject (line 413) | public NSObject(IntPtr handle) method NSObject (line 418) | public NSObject(IntPtr handle, bool alloced) method InitializeHandle (line 429) | protected void InitializeHandle(IntPtr selector) method InitializeHandle (line 437) | protected void InitializeHandle(IntPtr selector, NSCoder coder) method InitializeWithHandle (line 445) | protected void InitializeWithHandle(IntPtr handle) method Dispose (line 450) | public void Dispose() method EncodeTo (line 456) | [Export("encodeWithCoder:")] method ConformsToProtocol (line 473) | [Export("conformsToProtocol:")] method RespondsToSelector (line 492) | [Export("respondsToSelector:")] method DoesNotRecognizeSelector (line 502) | [Export("doesNotRecognizeSelector:")] method Release (line 508) | public void Release() method Retain (line 513) | public NSObject Retain() method Autorelease (line 519) | public NSObject Autorelease() method AllocIfNeeded (line 525) | private bool AllocIfNeeded() method GetObjCIvar (line 535) | private IntPtr GetObjCIvar(string name) method GetNativeField (line 541) | public NSObject GetNativeField(string name) method SetObjCIvar (line 551) | private void SetObjCIvar(string name, IntPtr value) method SetNativeField (line 556) | public void SetNativeField(string name, NSObject value) method object_getInstanceVariable (line 568) | [DllImport("/usr/lib/libobjc.dylib")] method object_setInstanceVariable (line 571) | [DllImport("/usr/lib/libobjc.dylib")] method PerformSelector (line 574) | [Export("performSelector:withObject:afterDelay:")] method AwakeFromNib (line 591) | [Export("awakeFromNib")] method InvokeOnMainThread (line 604) | private void InvokeOnMainThread(Selector sel, NSObject obj, bool wait) method BeginInvokeOnMainThread (line 609) | public void BeginInvokeOnMainThread(Selector sel, NSObject obj) method InvokeOnMainThread (line 614) | public void InvokeOnMainThread(Selector sel, NSObject obj) method BeginInvokeOnMainThread (line 619) | public void BeginInvokeOnMainThread(NSAction action) method InvokeOnMainThread (line 625) | public void InvokeOnMainThread(NSAction action) method FromObject (line 631) | public static NSObject FromObject(object obj) method SetValueForKeyPath (line 695) | public void SetValueForKeyPath(IntPtr handle, NSString keyPath) method ToString (line 711) | public override string ToString() method Invoke (line 716) | public virtual void Invoke(NSAction action, double delay) method Invoke (line 722) | public virtual void Invoke(NSAction action, TimeSpan delay) method ClearHandle (line 728) | internal void ClearHandle() method Dispose (line 733) | protected virtual void Dispose(bool disposing) method InitializeObject (line 758) | private void InitializeObject(bool alloced) method GetRetainCount (line 773) | private static int GetRetainCount(IntPtr @this) method UnregisterObject (line 778) | private void UnregisterObject() method FreeGCHandle (line 783) | private void FreeGCHandle() method SwitchGCHandle (line 792) | private void SwitchGCHandle(bool to_weak) method OverrideRetainAndRelease (line 808) | internal static void OverrideRetainAndRelease(IntPtr @class) method IsUserType (line 824) | private static bool IsUserType(IntPtr @this) method CreateGCHandle (line 839) | private void CreateGCHandle(bool force_weak) method CreateManagedRef (line 853) | private void CreateManagedRef(bool retain) method ReleaseManagedRef (line 865) | private void ReleaseManagedRef() method object_getClass (line 879) | [DllImport("/usr/lib/libobjc.dylib")] method objc_msgSendSuper (line 882) | [DllImport("/usr/lib/libobjc.dylib")] method InvokeObjCMethodImplementation (line 885) | private static IntPtr InvokeObjCMethodImplementation(IntPtr @this, Int... method ReleaseTrampoline (line 902) | private static void ReleaseTrampoline(IntPtr @this, IntPtr sel) method RetainTrampoline (line 926) | private static IntPtr RetainTrampoline(IntPtr @this, IntPtr sel) method SetAsProxy (line 942) | internal void SetAsProxy() method ObserveValue (line 947) | [Export("observeValueForKeyPath:ofObject:change:context:")] method AddObserver (line 972) | [Export("addObserver:forKeyPath:options:context:")] method RemoveObserver (line 993) | [Export("removeObserver:forKeyPath:")] method WillChangeValue (line 1014) | [Export("willChangeValueForKey:")] method DidChangeValue (line 1033) | [Export("didChangeValueForKey:")] method WillChange (line 1052) | [Export("willChange:valuesAtIndexes:forKey:")] method DidChange (line 1073) | [Export("didChange:valuesAtIndexes:forKey:")] method WillChange (line 1094) | [Export("willChangeValueForKey:withSetMutation:usingObjects:")] method DidChange (line 1115) | [Export("didChangeValueForKey:withSetMutation:usingObjects:")] method GetKeyPathsForValuesAffecting (line 1136) | [Export("keyPathsForValuesAffectingValueForKey:")] method AutomaticallyNotifiesObserversForKey (line 1146) | [Export("automaticallyNotifiesObserversForKey:")] method ValueForKey (line 1159) | [Export("valueForKey:")] method SetValueForKey (line 1173) | [Export("setValue:forKey:")] method ValueForKeyPath (line 1194) | [Export("valueForKeyPath:")] method SetValueForKeyPath (line 1208) | [Export("setValue:forKeyPath:")] method ValueForUndefinedKey (line 1229) | [Export("valueForUndefinedKey:")] method SetValueForUndefinedKey (line 1243) | [Export("setValue:forUndefinedKey:")] method SetNilValueForKey (line 1264) | [Export("setNilValueForKey:")] method GetDictionaryOfValuesFromKeys (line 1281) | [Export("dictionaryWithValuesForKeys:")] method SetValuesForKeysWithDictionary (line 1294) | [Export("setValuesForKeysWithDictionary:")] method ExposedBindings (line 1311) | [Export("exposedBindings")] method BindingValueClass (line 1321) | [Export("valueClassForBinding:")] method Bind (line 1334) | [Export("bind:toObject:withKeyPath:options:")] method Unbind (line 1363) | [Export("unbind:")] method BindingInfo (line 1382) | [Export("infoForBinding:")] method BindingOptionDescriptions (line 1395) | [Export("optionDescriptionsForBinding:")] method GetDefaultPlaceholder (line 1408) | [Export("defaultPlaceholderForMarker:withBinding:")] method SetDefaultPlaceholder (line 1425) | [Export("setDefaultPlaceholder:forMarker:withBinding:")] method ObjectDidEndEditing (line 1445) | [Export("objectDidEndEditing:")] method CommitEditing (line 1462) | [Export("commitEditing")] method CommitEditing (line 1472) | [Export("commitEditingWithDelegate:didCommitSelector:contextInfo:")] method Copy (line 1493) | [Export("copy")] method MutableCopy (line 1503) | [Export("mutableCopy")] method PerformSelector (line 1513) | [Export("performSelector:withObject:afterDelay:inModes:")] method PerformSelector (line 1540) | [Export("performSelector:onThread:withObject:waitUntilDone:")] method PerformSelector (line 1565) | [Export("performSelector:onThread:withObject:waitUntilDone:modes:")] method CancelPreviousPerformRequest (line 1596) | [Export("cancelPreviousPerformRequestsWithTarget:")] method CancelPreviousPerformRequest (line 1606) | [Export("cancelPreviousPerformRequestsWithTarget:selector:object:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSObjectEventArgs.cs class NSObjectEventArgs (line 5) | public class NSObjectEventArgs : EventArgs method NSObjectEventArgs (line 9) | public NSObjectEventArgs(NSObject obj) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSObjectFlag.cs class NSObjectFlag (line 3) | public class NSObjectFlag method NSObjectFlag (line 7) | private NSObjectFlag() FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSOperation.cs class NSOperation (line 7) | [Register("NSOperation", true)] method NSOperation (line 172) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOperation (line 187) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOperation (line 202) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOperation (line 208) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Start (line 214) | [Export("start")] method Main (line 227) | [Export("main")] method Cancel (line 240) | [Export("cancel")] method AddDependency (line 253) | [Export("addDependency:")] method RemoveDependency (line 271) | [Export("removeDependency:")] method WaitUntilFinishedNS (line 289) | [Export("waitUntilFinished")] method Dispose (line 302) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSOperationQueue.cs class NSOperationQueue (line 7) | [Register("NSOperationQueue", true)] method NSOperationQueue (line 171) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOperationQueue (line 186) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOperationQueue (line 201) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOperationQueue (line 207) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddOperation (line 213) | [Export("addOperation:")] method AddOperations (line 227) | [Export("addOperations:waitUntilFinished:")] method AddOperation (line 243) | [Export("addOperationWithBlock:")] method CancelAllOperations (line 265) | [Export("cancelAllOperations")] method WaitUntilAllOperationsAreFinished (line 279) | [Export("waitUntilAllOperationsAreFinished")] method Dispose (line 292) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSOperationQueuePriority.cs type NSOperationQueuePriority (line 5) | [Since(4, 0)] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSOrderedSet.cs class NSOrderedSet (line 9) | [Register("NSOrderedSet", true)] method NSOrderedSet (line 71) | public NSOrderedSet(params NSObject[] objs) method NSOrderedSet (line 76) | public NSOrderedSet(params object[] objs) method NSOrderedSet (line 81) | public NSOrderedSet(params string[] strings) method ToArray (line 86) | public T[] ToArray() where T : NSObject method MakeNSOrderedSet (line 91) | public static NSOrderedSet MakeNSOrderedSet(T[] values) where T : N... method GetEnumerator (line 97) | public IEnumerator GetEnumerator() method GetEnumerator (line 113) | IEnumerator IEnumerable.GetEnumerator() method Contains (line 184) | public bool Contains(object obj) method NSOrderedSet (line 189) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOrderedSet (line 204) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOrderedSet (line 219) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOrderedSet (line 225) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOrderedSet (line 231) | [Export("initWithObject:")] method NSOrderedSet (line 249) | [Export("initWithArray:")] method NSOrderedSet (line 267) | [Export("initWithSet:")] method NSOrderedSet (line 285) | [Export("initWithOrderedSet:")] method GetObject (line 303) | [Export("objectAtIndex:")] method _ToArray (line 313) | [Export("array")] method IndexOf (line 323) | [Export("indexOfObject:")] method _GetEnumerator (line 337) | [Export("objectEnumerator")] method AsSet (line 347) | [Export("set")] method Contains (line 357) | [Export("containsObject:")] method FirstObject (line 371) | [Export("firstObject")] method LastObject (line 381) | [Export("lastObject")] method IsEqualToOrderedSet (line 391) | [Export("isEqualToOrderedSet:")] method Intersects (line 405) | [Export("intersectsOrderedSet:")] method Intersects (line 419) | [Export("intersectsSet:")] method IsSubset (line 433) | [Export("isSubsetOfOrderedSet:")] method IsSubset (line 447) | [Export("isSubsetOfSet:")] method GetReverseOrderedSet (line 461) | [Export("reversedOrderedSet")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSOrthography.cs class NSOrthography (line 7) | [Register("NSOrthography", true)] method NSOrthography (line 93) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOrthography (line 108) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOrthography (line 114) | [EditorBrowsable(EditorBrowsableState.Advanced)] method LanguagesForScript (line 120) | [Export("languagesForScript:")] method DominantLanguageForScript (line 133) | [Export("dominantLanguageForScript:")] method NSOrthography (line 146) | [Export("initWithDominantScript:languageMap:")] method Dispose (line 166) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSOutputStream.cs class NSOutputStream (line 8) | [Register("NSOutputStream", true)] method Write (line 27) | public int Write(byte[] buffer, uint len) method objc_msgSend (line 32) | [DllImport("/usr/lib/libobjc.dylib")] method NSOutputStream (line 35) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOutputStream (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOutputStream (line 56) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSOutputStream (line 62) | [Export("initToMemory")] method HasSpaceAvailable (line 76) | [Export("hasSpaceAvailable")] method NSOutputStream (line 86) | [Export("initToFileAtPath:append:")] method OutputStreamToMemory (line 106) | [Export("outputStreamToMemory")] method CreateFile (line 112) | [Export("outputStreamToFileAtPath:append:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPipe.cs class NSPipe (line 7) | [Register("NSPipe", true)] method NSPipe (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPipe (line 57) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPipe (line 72) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPipe (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 84) | [Export("pipe")] method Dispose (line 90) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPort.cs class NSPort (line 7) | [Register("NSPort", true)] method NSPort (line 73) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPort (line 88) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPort (line 94) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 100) | [Export("port")] method Invalidate (line 106) | [Export("invalidate")] method Dispose (line 119) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPortDelegate.cs class NSPortDelegate (line 7) | [Register("NSPortDelegate", true)] method NSPortDelegate (line 11) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPortDelegate (line 26) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPortDelegate (line 41) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPortDelegate (line 47) | [EditorBrowsable(EditorBrowsableState.Advanced)] method MessageReceived (line 53) | [Export("handlePortMessage:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPortMessage.cs class NSPortMessage (line 7) | [Register("NSPortMessage", true)] method NSPortMessage (line 86) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPortMessage (line 101) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPortMessage (line 116) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPortMessage (line 122) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPortMessage (line 128) | [Export("initWithSendPort:receivePort:components:")] method SendBefore (line 154) | [Export("sendBeforeDate:")] method Dispose (line 168) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPortNameServer.cs class NSPortNameServer (line 7) | [Register("NSPortNameServer", true)] method NSPortNameServer (line 35) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPortNameServer (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPortNameServer (line 56) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetPort (line 62) | [Export("portForName:")] method GetPort (line 75) | [Export("portForName:host:")] method RegisterPort (line 94) | [Export("registerPort:name:")] method RemovePort (line 111) | [Export("removePortForName:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPostingStyle.cs type NSPostingStyle (line 3) | public enum NSPostingStyle : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPredicate.cs class NSPredicate (line 7) | [Register("NSPredicate", true)] method NSPredicate (line 41) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPredicate (line 56) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPredicate (line 62) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FromFormat (line 68) | [Export("predicateWithFormat:argumentArray:")] method FromValue (line 87) | [Export("predicateWithValue:")] method FromExpression (line 93) | [Export("predicateWithBlock:")] method PredicateWithSubstitutionVariables (line 108) | [Export("predicateWithSubstitutionVariables:")] method EvaluateWithObject (line 122) | [Export("evaluateWithObject:")] method EvaluateWithObject (line 136) | [Export("evaluateWithObject:substitutionVariables:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPredicateOperatorType.cs type NSPredicateOperatorType (line 3) | public enum NSPredicateOperatorType : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSProcessInfo.cs class NSProcessInfo (line 7) | [Register("NSProcessInfo", true)] method NSProcessInfo (line 277) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSProcessInfo (line 292) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSProcessInfo (line 307) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSProcessInfo (line 313) | [EditorBrowsable(EditorBrowsableState.Advanced)] method EnableSuddenTermination (line 319) | [Export("enableSuddenTermination")] method DisableSuddenTermination (line 332) | [Export("disableSuddenTermination")] method EnableAutomaticTermination (line 345) | [Export("enableAutomaticTermination:")] method DisableAutomaticTermination (line 364) | [Export("disableAutomaticTermination:")] method Dispose (line 383) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPropertyListFormat.cs type NSPropertyListFormat (line 3) | public enum NSPropertyListFormat : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPropertyListMutabilityOptions.cs type NSPropertyListMutabilityOptions (line 3) | public enum NSPropertyListMutabilityOptions : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPropertyListReadOptions.cs type NSPropertyListReadOptions (line 3) | public enum NSPropertyListReadOptions : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPropertyListSerialization.cs class NSPropertyListSerialization (line 8) | [Register("NSPropertyListSerialization", true)] method DataWithPropertyList (line 25) | public static NSData DataWithPropertyList(NSObject plist, NSPropertyLi... method WritePropertyList (line 30) | public static int WritePropertyList(NSObject plist, NSOutputStream str... method PropertyListWithData (line 35) | public static NSObject PropertyListWithData(NSData data, ref NSPropert... method PropertyListWithStream (line 40) | public static NSObject PropertyListWithStream(NSInputStream stream, re... method NSPropertyListSerialization (line 45) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPropertyListSerialization (line 60) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPropertyListSerialization (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DataWithPropertyList (line 72) | [Export("dataWithPropertyList:format:options:error:")] method WritePropertyList (line 88) | [Export("writePropertyList:toStream:format:options:error:")] method PropertyListWithData (line 108) | [Export("propertyListWithData:options:format:error:")] method PropertyListWithStream (line 124) | [Export("propertyListWithStream:options:format:error:")] method IsValidForFormat (line 140) | [Export("propertyList:isValidForFormat:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPropertyListWriteOptions.cs type NSPropertyListWriteOptions (line 3) | public enum NSPropertyListWriteOptions : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSProxy.cs class NSProxy (line 5) | [EditorBrowsable(EditorBrowsableState.Never)] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSPurgeableData.cs class NSPurgeableData (line 7) | [Register("NSPurgeableData", true)] method NSPurgeableData (line 14) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPurgeableData (line 29) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPurgeableData (line 44) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSPurgeableData (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSRange.cs type NSRange (line 3) | public struct NSRange method NSRange (line 11) | public NSRange(ulong start, ulong len) method NSRange (line 17) | public NSRange(int start, int len) method ToString (line 23) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSRoundingMode.cs type NSRoundingMode (line 3) | public enum NSRoundingMode : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSRunLoop.cs class NSRunLoop (line 8) | [Register("NSRunLoop", true)] method GetRealMode (line 173) | private static NSString GetRealMode(string mode) method FromEnum (line 186) | private static NSString FromEnum(NSRunLoopMode mode) method AddTimer (line 198) | [Advice("Use AddTimer (NSTimer, NSRunLoopMode)")] method AddTimer (line 204) | public void AddTimer(NSTimer timer, NSRunLoopMode forMode) method LimitDateForMode (line 209) | [Advice("Use LimitDateForMode (NSRunLoopMode) instead")] method LimitDateForMode (line 215) | public NSDate LimitDateForMode(NSRunLoopMode mode) method AcceptInputForMode (line 220) | [Advice("Use AcceptInputForMode (NSRunLoopMode, NSDate)")] method AcceptInputForMode (line 226) | public void AcceptInputForMode(NSRunLoopMode mode, NSDate limitDate) method Stop (line 231) | public void Stop() method WakeUp (line 236) | public void WakeUp() method RunUntil (line 241) | public bool RunUntil(NSRunLoopMode mode, NSDate limitDate) method NSRunLoop (line 246) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSRunLoop (line 261) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSRunLoop (line 267) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCFRunLoop (line 273) | [Export("getCFRunLoop")] method AddTimer (line 283) | [Export("addTimer:forMode:")] method LimitDateForMode (line 304) | [Export("limitDateForMode:")] method AcceptInputForMode (line 318) | [Export("acceptInputForMode:beforeDate:")] method Run (line 339) | [Export("run")] method RunUntil (line 352) | [Export("runUntilDate:")] method RunUntil (line 369) | [Export("runMode:beforeDate:")] method Dispose (line 387) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSRunLoopMode.cs type NSRunLoopMode (line 3) | public enum NSRunLoopMode FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSSearchPath.cs class NSSearchPath (line 6) | public static class NSSearchPath method GetDirectories (line 8) | public static string[] GetDirectories(NSSearchPathDirectory directory,... method NSSearchPathForDirectoriesInDomains (line 13) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSSearchPathDirectory.cs type NSSearchPathDirectory (line 3) | public enum NSSearchPathDirectory : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSSearchPathDomain.cs type NSSearchPathDomain (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSSet.cs class NSSet (line 9) | [Register("NSSet", true)] method NSSet (line 88) | public NSSet(params NSObject[] objs) method NSSet (line 93) | public NSSet(params object[] objs) method NSSet (line 98) | public NSSet(params string[] strings) method ToArray (line 103) | public T[] ToArray() where T : NSObject method MakeNSObjectSet (line 108) | public static NSSet MakeNSObjectSet(T[] values) where T : NSObject method GetEnumerator (line 114) | public IEnumerator GetEnumerator() method GetEnumerator (line 130) | IEnumerator IEnumerable.GetEnumerator() method Contains (line 174) | public bool Contains(object obj) method NSSet (line 179) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSet (line 194) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSet (line 209) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSet (line 215) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CreateSet (line 221) | [Export("set")] method NSSet (line 227) | [Export("initWithSet:")] method NSSet (line 245) | [Export("initWithArray:")] method Contains (line 263) | [Export("containsObject:")] method _AllObjects (line 277) | [Export("allObjects")] method IsEqualToSet (line 287) | [Export("isEqualToSet:")] method _GetEnumerator (line 301) | [Export("objectEnumerator")] method IsSubsetOf (line 311) | [Export("isSubsetOfSet:")] method Enumerate (line 325) | [Export("enumerateObjectsUsingBlock:")] method SetByAddingObjectsFromSet (line 346) | [Export("setByAddingObjectsFromSet:")] method IntersectsSet (line 360) | [Export("intersectsSet:")] method ToNativeArray (line 376) | public T[] ToNativeArray() where T : class, INativeObject method MakeNativeSet (line 382) | public static NSSet MakeNativeSet(T[] values) where T : class, INat... method _SetWithArray (line 388) | [Export("setWithArray:")] method _LookupMember (line 394) | internal IntPtr _LookupMember(IntPtr probe) method _Contains (line 399) | internal bool _Contains(IntPtr id) method _SetByAddingObjectsFromSet (line 404) | internal IntPtr _SetByAddingObjectsFromSet(IntPtr other) method Dispose (line 411) | protected override void Dispose(bool disposing) method NSSet (line 426) | public NSSet() method NSSet (line 430) | public NSSet(NSCoder coder) method NSSet (line 435) | internal NSSet(IntPtr handle) method NSSet (line 440) | public NSSet(params TKey[] objs) method NSSet (line 445) | public NSSet(NSSet other) method NSSet (line 450) | public NSSet(NSMutableSet other) method LookupMember (line 455) | public TKey LookupMember(TKey probe) method Contains (line 463) | public bool Contains(TKey obj) method ToArray (line 472) | public TKey[] ToArray() method GetEnumerator (line 505) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 510) | IEnumerator IEnumerable.GetEnumerator() class NSSet (line 421) | [Register("NSSet", SkipRegistration = true)] method NSSet (line 88) | public NSSet(params NSObject[] objs) method NSSet (line 93) | public NSSet(params object[] objs) method NSSet (line 98) | public NSSet(params string[] strings) method ToArray (line 103) | public T[] ToArray() where T : NSObject method MakeNSObjectSet (line 108) | public static NSSet MakeNSObjectSet(T[] values) where T : NSObject method GetEnumerator (line 114) | public IEnumerator GetEnumerator() method GetEnumerator (line 130) | IEnumerator IEnumerable.GetEnumerator() method Contains (line 174) | public bool Contains(object obj) method NSSet (line 179) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSet (line 194) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSet (line 209) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSet (line 215) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CreateSet (line 221) | [Export("set")] method NSSet (line 227) | [Export("initWithSet:")] method NSSet (line 245) | [Export("initWithArray:")] method Contains (line 263) | [Export("containsObject:")] method _AllObjects (line 277) | [Export("allObjects")] method IsEqualToSet (line 287) | [Export("isEqualToSet:")] method _GetEnumerator (line 301) | [Export("objectEnumerator")] method IsSubsetOf (line 311) | [Export("isSubsetOfSet:")] method Enumerate (line 325) | [Export("enumerateObjectsUsingBlock:")] method SetByAddingObjectsFromSet (line 346) | [Export("setByAddingObjectsFromSet:")] method IntersectsSet (line 360) | [Export("intersectsSet:")] method ToNativeArray (line 376) | public T[] ToNativeArray() where T : class, INativeObject method MakeNativeSet (line 382) | public static NSSet MakeNativeSet(T[] values) where T : class, INat... method _SetWithArray (line 388) | [Export("setWithArray:")] method _LookupMember (line 394) | internal IntPtr _LookupMember(IntPtr probe) method _Contains (line 399) | internal bool _Contains(IntPtr id) method _SetByAddingObjectsFromSet (line 404) | internal IntPtr _SetByAddingObjectsFromSet(IntPtr other) method Dispose (line 411) | protected override void Dispose(bool disposing) method NSSet (line 426) | public NSSet() method NSSet (line 430) | public NSSet(NSCoder coder) method NSSet (line 435) | internal NSSet(IntPtr handle) method NSSet (line 440) | public NSSet(params TKey[] objs) method NSSet (line 445) | public NSSet(NSSet other) method NSSet (line 450) | public NSSet(NSMutableSet other) method LookupMember (line 455) | public TKey LookupMember(TKey probe) method Contains (line 463) | public bool Contains(TKey obj) method ToArray (line 472) | public TKey[] ToArray() method GetEnumerator (line 505) | IEnumerator IEnumerable.GetEnumerator() method GetEnumerator (line 510) | IEnumerator IEnumerable.GetEnumerator() FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSSortDescriptor.cs class NSSortDescriptor (line 7) | [Register("NSSortDescriptor", true)] method NSSortDescriptor (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSortDescriptor (line 93) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSortDescriptor (line 108) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSortDescriptor (line 114) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSSortDescriptor (line 120) | [Export("initWithKey:ascending:")] method NSSortDescriptor (line 140) | [Export("initWithKey:ascending:selector:")] method Compare (line 164) | [Export("compareObject:toObject:")] method Dispose (line 182) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSSortOptions.cs type NSSortOptions (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSStream.cs class NSStream (line 7) | [Register("NSStream", true)] class _NSStreamDelegate (line 10) | [Register] method HandleEvent (line 15) | [Preserve(Conditional = true)] method NSStream (line 482) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSStream (line 497) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSStream (line 512) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSStream (line 518) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Open (line 524) | [Export("open")] method Close (line 537) | [Export("close")] method PropertyForKey (line 550) | [Export("propertyForKey:")] method SetPropertyForKey (line 564) | [Export("setProperty:forKey:")] method Schedule (line 582) | [Export("scheduleInRunLoop:forMode:")] method Unschedule (line 605) | [Export("removeFromRunLoop:forMode:")] method EnsureNSStreamDelegate (line 628) | private _NSStreamDelegate EnsureNSStreamDelegate() method Dispose (line 638) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSStreamDelegate.cs class NSStreamDelegate (line 7) | [Protocol] method NSStreamDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSStreamDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSStreamDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSStreamDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method HandleEvent (line 54) | [Export("stream:handleEvent:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSStreamEvent.cs type NSStreamEvent (line 3) | public enum NSStreamEvent : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSStreamEventArgs.cs class NSStreamEventArgs (line 5) | public class NSStreamEventArgs : EventArgs method NSStreamEventArgs (line 9) | public NSStreamEventArgs(NSStreamEvent streamEvent) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSStreamStatus.cs type NSStreamStatus (line 3) | public enum NSStreamStatus : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSString.cs class NSString (line 8) | [Register("NSString", true)] method CreateNative (line 160) | public unsafe static IntPtr CreateNative(string str) method ReleaseNative (line 172) | public static void ReleaseNative(IntPtr handle) method NSString (line 180) | public unsafe NSString(string str) method ToString (line 192) | public override string ToString() method FromHandle (line 211) | public static string FromHandle(IntPtr usrhandle) method Equals (line 220) | public static bool Equals(NSString a, NSString b) method Equals (line 247) | public override bool Equals(object obj) method GetHashCode (line 252) | public override int GetHashCode() method DataUsingEncoding (line 257) | [Advice("Use Encode instead")] method DataUsingEncoding (line 263) | [Advice("Use Encode instead")] method Encode (line 269) | public NSData Encode(NSStringEncoding enc) method Encode (line 274) | public NSData Encode(NSStringEncoding enc, bool allowLossyConversion) method FromData (line 279) | public static NSString FromData(NSData data, NSStringEncoding encoding) method NSString (line 284) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSString (line 299) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSString (line 314) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSString (line 320) | [EditorBrowsable(EditorBrowsableState.Advanced)] method StringSize (line 326) | public CGSize StringSize(NSDictionary attributedStringAttributes) method BoundingRectWithSize (line 331) | public CGRect BoundingRectWithSize(CGSize size, NSStringDrawingOptions... method DrawString (line 341) | public void DrawString(CGPoint point, NSDictionary attributes) method DrawString (line 350) | public void DrawString(CGRect rect, NSDictionary attributes) method DrawString (line 359) | public void DrawString(CGRect rect, NSStringDrawingOptions options, NS... method _characterAtIndex (line 368) | [Export("characterAtIndex:")] method Hash (line 378) | [Export("hash")] method IsEqualTo (line 388) | [Export("isEqualToString:")] method Compare (line 398) | [Export("compare:")] method Compare (line 412) | [Export("compare:options:")] method Compare (line 426) | [Export("compare:options:range:")] method Compare (line 440) | [Export("compare:options:range:locale:")] method Replace (line 454) | [Export("stringByReplacingCharactersInRange:withString:")] method PathWithComponents (line 468) | [Export("pathWithComponents:")] method DeleteLastPathComponent (line 481) | [Export("stringByDeletingLastPathComponent")] method AppendPathComponent (line 491) | [Export("stringByAppendingPathComponent:")] method DeletePathExtension (line 505) | [Export("stringByDeletingPathExtension")] method AppendPathExtension (line 515) | [Export("stringByAppendingPathExtension:")] method AbbreviateTildeInPath (line 529) | [Export("stringByAbbreviatingWithTildeInPath")] method ExpandTildeInPath (line 539) | [Export("stringByExpandingTildeInPath")] method StandarizePath (line 549) | [Export("stringByStandardizingPath")] method ResolveSymlinksInPath (line 559) | [Export("stringByResolvingSymlinksInPath")] method AppendPaths (line 569) | [Export("stringsByAppendingPaths:")] method Capitalize (line 582) | [Export("capitalizedStringWithLocale:")] method ToLower (line 596) | [Export("lowercaseStringWithLocale:")] method ToUpper (line 610) | [Export("uppercaseStringWithLocale:")] method Dispose (line 624) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSStringCompareOptions.cs type NSStringCompareOptions (line 3) | public enum NSStringCompareOptions : uint FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSStringDrawingOptions.cs type NSStringDrawingOptions (line 3) | public enum NSStringDrawingOptions : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSStringEncoding.cs type NSStringEncoding (line 3) | public enum NSStringEncoding : uint FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSTask.cs class NSTask (line 7) | [Register("NSTask", true)] method NSTask (line 336) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSTask (line 351) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSTask (line 366) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSTask (line 372) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Launch (line 378) | [Export("launch")] method Interrupt (line 391) | [Export("interrupt")] method Terminate (line 404) | [Export("terminate")] method Suspend (line 417) | [Export("suspend")] method Resume (line 427) | [Export("resume")] method WaitUntilExit (line 437) | [Export("waitUntilExit")] method LaunchFromPath (line 450) | [Export("launchedTaskWithLaunchPath:arguments:")] method Dispose (line 469) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSTaskTerminationReason.cs type NSTaskTerminationReason (line 3) | public enum NSTaskTerminationReason FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSTextCheckingResult.cs class NSTextCheckingResult (line 7) | [Register("NSTextCheckingResult", true)] method NSTextCheckingResult (line 44) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSTextCheckingResult (line 59) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSTextCheckingResult (line 65) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSTextCheckingType.cs type NSTextCheckingType (line 3) | public enum NSTextCheckingType : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSTextCheckingTypes.cs type NSTextCheckingTypes (line 3) | public enum NSTextCheckingTypes : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSThread.cs class NSThread (line 7) | [Register("NSThread", true)] method NSThread (line 214) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSThread (line 229) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSThread (line 244) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSThread (line 250) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SleepUntil (line 256) | [Export("sleepUntilDate:")] method SleepFor (line 266) | [Export("sleepForTimeInterval:")] method Exit (line 272) | [Export("exit")] method _GetPriority (line 278) | [Export("threadPriority")] method _SetPriority (line 284) | [Export("setThreadPriority:")] method NSThread (line 290) | [Export("initWithTarget:selector:object:")] method Cancel (line 312) | [Export("cancel")] method Start (line 325) | [Export("start")] method Main (line 338) | [Export("main")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSTimeZone.cs class NSTimeZone (line 7) | [Register("NSTimeZone", true)] method NSTimeZone (line 151) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSTimeZone (line 166) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSTimeZone (line 172) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSTimeZone (line 178) | [Export("initWithName:")] method NSTimeZone (line 198) | [Export("initWithName:data:")] method SecondsFromGMT (line 222) | [Export("secondsFromGMTForDate:")] method Abbreviation (line 236) | [Export("abbreviationForDate:")] method IsDaylightSavingsTime (line 250) | [Export("isDaylightSavingTimeForDate:")] method DaylightSavingTimeOffset (line 264) | [Export("daylightSavingTimeOffsetForDate:")] method NextDaylightSavingTimeTransitionAfter (line 278) | [Export("nextDaylightSavingTimeTransitionAfterDate:")] method FromName (line 292) | [Export("timeZoneWithName:")] method FromName (line 305) | [Export("timeZoneWithName:data:")] method ResetSystemTimeZone (line 322) | [Export("resetSystemTimeZone")] method FromAbbreviation (line 328) | [Export("timeZoneWithAbbreviation:")] method Dispose (line 341) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSTimer.cs class NSTimer (line 7) | [Register("NSTimer", true)] method CreateRepeatingScheduledTimer (line 99) | public static NSTimer CreateRepeatingScheduledTimer(TimeSpan when, NSA... method CreateRepeatingScheduledTimer (line 104) | public static NSTimer CreateRepeatingScheduledTimer(double seconds, NS... method CreateScheduledTimer (line 109) | public static NSTimer CreateScheduledTimer(TimeSpan when, NSAction act... method CreateScheduledTimer (line 114) | public static NSTimer CreateScheduledTimer(double seconds, NSAction ac... method CreateRepeatingTimer (line 119) | public static NSTimer CreateRepeatingTimer(TimeSpan when, NSAction act... method CreateRepeatingTimer (line 124) | public static NSTimer CreateRepeatingTimer(double seconds, NSAction ac... method CreateTimer (line 129) | public static NSTimer CreateTimer(TimeSpan when, NSAction action) method CreateTimer (line 134) | public static NSTimer CreateTimer(double seconds, NSAction action) method NSTimer (line 139) | public NSTimer(NSDate date, TimeSpan when, NSAction action, bool repeats) method NSTimer (line 144) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSTimer (line 159) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSTimer (line 165) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CreateScheduledTimer (line 171) | [Export("scheduledTimerWithTimeInterval:target:selector:userInfo:repea... method CreateTimer (line 185) | [Export("timerWithTimeInterval:target:selector:userInfo:repeats:")] method NSTimer (line 199) | [Export("initWithFireDate:interval:target:selector:userInfo:repeats:")] method Fire (line 225) | [Export("fire")] method Invalidate (line 238) | [Export("invalidate")] method Dispose (line 251) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUbiquitousKeyValueStore.cs class NSUbiquitousKeyValueStore (line 7) | [Register("NSUbiquitousKeyValueStore", true)] class Notifications (line 10) | public static class Notifications method ObserveDidChangeExternally (line 12) | public static NSObject ObserveDidChangeExternally(EventHandler SendRequestAsync(NSUrlRequest req... FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlConnectionDelegate.cs class NSUrlConnectionDelegate (line 7) | [Protocol] method NSUrlConnectionDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlConnectionDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlConnectionDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlConnectionDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WillSendRequest (line 54) | [Export("connection:willSendRequest:redirectResponse:")] method CanAuthenticateAgainstProtectionSpace (line 60) | [Export("connection:canAuthenticateAgainstProtectionSpace:")] method NeedNewBodyStream (line 66) | [Export("connection:needNewBodyStream:")] method ReceivedAuthenticationChallenge (line 72) | [Export("connection:didReceiveAuthenticationChallenge:")] method CanceledAuthenticationChallenge (line 78) | [Export("connection:didCancelAuthenticationChallenge:")] method ConnectionShouldUseCredentialStorage (line 84) | [Export("connectionShouldUseCredentialStorage:")] method ReceivedResponse (line 90) | [Export("connection:didReceiveResponse:")] method ReceivedData (line 96) | [Export("connection:didReceiveData:")] method SentBodyData (line 102) | [Export("connection:didSendBodyData:totalBytesWritten:totalBytesExpect... method FinishedLoading (line 108) | [Export("connectionDidFinishLoading:")] method FailedWithError (line 114) | [Export("connection:didFailWithError:")] method WillCacheResponse (line 120) | [Export("connection:willCacheResponse:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlConnectionDownloadDelegate.cs class NSUrlConnectionDownloadDelegate (line 7) | [Protocol] method NSUrlConnectionDownloadDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlConnectionDownloadDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlConnectionDownloadDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlConnectionDownloadDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WroteData (line 54) | [Export("connection:didWriteData:totalBytesWritten:expectedTotalBytes:")] method ResumedDownloading (line 60) | [Export("connectionDidResumeDownloading:totalBytesWritten:expectedTota... method FinishedDownloading (line 66) | [Export("connectionDidFinishDownloading:destinationURL:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlCredential.cs class NSUrlCredential (line 7) | [Register("NSURLCredential", true)] method NSUrlCredential (line 95) | public NSUrlCredential(IntPtr trust, bool ignored) method NSUrlCredential (line 108) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlCredential (line 123) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlCredential (line 129) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlCredential (line 135) | [Export("initWithUser:password:persistence:")] method FromUserPasswordPersistance (line 161) | [Export("credentialWithUser:password:persistence:")] method FromTrust (line 180) | [Export("credentialForTrust:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlCredentialPersistence.cs type NSUrlCredentialPersistence (line 3) | public enum NSUrlCredentialPersistence : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlCredentialStorage.cs class NSUrlCredentialStorage (line 7) | [Register("NSURLCredentialStorage", true)] method NSUrlCredentialStorage (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlCredentialStorage (line 65) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlCredentialStorage (line 71) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetCredentials (line 77) | [Export("credentialsForProtectionSpace:")] method SetCredential (line 91) | [Export("setCredential:forProtectionSpace:")] method RemoveCredential (line 112) | [Export("removeCredential:forProtectionSpace:")] method GetDefaultCredential (line 133) | [Export("defaultCredentialForProtectionSpace:")] method SetDefaultCredential (line 147) | [Export("setDefaultCredential:forProtectionSpace:")] method Dispose (line 168) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlDownload.cs class NSUrlDownload (line 7) | [Register("NSURLDownload", true)] method NSUrlDownload (line 79) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlDownload (line 94) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlDownload (line 109) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlDownload (line 115) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CanResumeDownloadDecodedWithEncodingMimeType (line 121) | [Export("canResumeDownloadDecodedWithEncodingMIMEType:")] method NSUrlDownload (line 134) | [Export("initWithRequest:delegate:")] method NSUrlDownload (line 156) | [Export("initWithResumeData:delegate:path:")] method Cancel (line 184) | [Export("cancel")] method SetDestination (line 197) | [Export("setDestination:allowOverwrite:")] method Dispose (line 216) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlDownloadDelegate.cs class NSUrlDownloadDelegate (line 7) | [Register("NSUrlDownloadDelegate", true)] method NSUrlDownloadDelegate (line 11) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlDownloadDelegate (line 26) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlDownloadDelegate (line 41) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlDownloadDelegate (line 47) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DownloadBegan (line 53) | [Export("downloadDidBegin:")] method WillSendRequest (line 59) | [Export("download:willSendRequest:redirectResponse:")] method ReceivedAuthenticationChallenge (line 65) | [Export("download:didReceiveAuthenticationChallenge:")] method CanceledAuthenticationChallenge (line 71) | [Export("download:didCancelAuthenticationChallenge:")] method ReceivedResponse (line 77) | [Export("download:didReceiveResponse:")] method Resume (line 83) | [Export("download:willResumeWithResponse:fromByte:")] method ReceivedData (line 89) | [Export("download:didReceiveDataOfLength:")] method DecodeSourceData (line 95) | [Export("download:shouldDecodeSourceDataOfMIMEType:")] method DecideDestination (line 101) | [Export("download:decideDestinationWithSuggestedFilename:")] method CreatedDestination (line 107) | [Export("download:didCreateDestination:")] method Finished (line 113) | [Export("downloadDidFinish:")] method FailedWithError (line 119) | [Export("download:didFailWithError:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlError.cs type NSUrlError (line 3) | public enum NSUrlError FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlProtectionSpace.cs class NSUrlProtectionSpace (line 7) | [Register("NSURLProtectionSpace", true)] method NSUrlProtectionSpace (line 389) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlProtectionSpace (line 404) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlProtectionSpace (line 410) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlProtectionSpace (line 416) | [Export("initWithHost:port:protocol:realm:authenticationMethod:")] method Dispose (line 454) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlProtocol.cs class NSUrlProtocol (line 7) | [Register("NSURLProtocol", true)] method NSUrlProtocol (line 89) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlProtocol (line 104) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlProtocol (line 119) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlProtocol (line 125) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlProtocol (line 131) | [Export("initWithRequest:cachedResponse:client:")] method CanInitWithRequest (line 153) | [Export("canInitWithRequest:")] method GetCanonicalRequest (line 163) | [Export("canonicalRequestForRequest:")] method IsRequestCacheEquivalent (line 173) | [Export("requestIsCacheEquivalent:toRequest:")] method StartLoading (line 187) | [Export("startLoading")] method StopLoading (line 200) | [Export("stopLoading")] method GetProperty (line 213) | [Export("propertyForKey:inRequest:")] method SetProperty (line 230) | [Export("setProperty:forKey:inRequest:")] method RemoveProperty (line 246) | [Export("removePropertyForKey:inRequest:")] method RegisterClass (line 262) | [Export("registerClass:")] method UnregisterClass (line 272) | [Export("unregisterClass:")] method Dispose (line 282) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlProtocolClient.cs class NSUrlProtocolClient (line 6) | public sealed class NSUrlProtocolClient : NSObject method NSUrlProtocolClient (line 24) | public NSUrlProtocolClient(IntPtr handle) method Redirected (line 29) | public void Redirected(NSUrlProtocol protocol, NSUrlRequest redirected... method CachedResponseIsValid (line 34) | public void CachedResponseIsValid(NSUrlProtocol protocol, NSCachedUrlR... method ReceivedResponse (line 39) | public void ReceivedResponse(NSUrlProtocol protocol, NSUrlResponse res... method DataLoaded (line 44) | public void DataLoaded(NSUrlProtocol protocol, NSData data) method FinishedLoading (line 49) | public void FinishedLoading(NSUrlProtocol protocol) method FailedWithError (line 54) | public void FailedWithError(NSUrlProtocol protocol, NSError error) method ReceivedAuthenticationChallenge (line 59) | public void ReceivedAuthenticationChallenge(NSUrlProtocol protocol, NS... method CancelledAuthenticationChallenge (line 64) | public void CancelledAuthenticationChallenge(NSUrlProtocol protocol, N... FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlRequest.cs class NSUrlRequest (line 7) | [Register("NSURLRequest", true)] method ToString (line 179) | public override string ToString() method NSUrlRequest (line 188) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlRequest (line 203) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlRequest (line 218) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlRequest (line 224) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlRequest (line 230) | [Export("initWithURL:")] method NSUrlRequest (line 248) | [Export("initWithURL:cachePolicy:timeoutInterval:")] method FromUrl (line 266) | [Export("requestWithURL:")] method Header (line 276) | [Export("valueForHTTPHeaderField:")] method Dispose (line 289) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlRequestCachePolicy.cs type NSUrlRequestCachePolicy (line 3) | public enum NSUrlRequestCachePolicy : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlRequestNetworkServiceType.cs type NSUrlRequestNetworkServiceType (line 3) | public enum NSUrlRequestNetworkServiceType : ulong FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUrlResponse.cs class NSUrlResponse (line 7) | [Register("NSURLResponse", true)] method NSUrlResponse (line 89) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlResponse (line 104) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlResponse (line 119) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlResponse (line 125) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUrlResponse (line 131) | [Export("initWithURL:MIMEType:expectedContentLength:textEncodingName:")] method Dispose (line 157) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUserDefaults.cs class NSUserDefaults (line 7) | [Register("NSUserDefaults", true)] method SetString (line 150) | public void SetString(string value, string defaultName) method NSUserDefaults (line 157) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUserDefaults (line 172) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUserDefaults (line 187) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUserDefaults (line 193) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ResetStandardUserDefaults (line 199) | [Export("resetStandardUserDefaults")] method NSUserDefaults (line 205) | [Export("initWithUser:")] method ObjectForKey (line 225) | [Export("objectForKey:")] method SetObjectForKey (line 238) | [Export("setObject:forKey:")] method RemoveObject (line 261) | [Export("removeObjectForKey:")] method StringForKey (line 280) | [Export("stringForKey:")] method ArrayForKey (line 293) | [Export("arrayForKey:")] method DictionaryForKey (line 306) | [Export("dictionaryForKey:")] method DataForKey (line 319) | [Export("dataForKey:")] method StringArrayForKey (line 332) | [Export("stringArrayForKey:")] method IntForKey (line 345) | [Export("integerForKey:")] method FloatForKey (line 358) | [Export("floatForKey:")] method DoubleForKey (line 371) | [Export("doubleForKey:")] method BoolForKey (line 384) | [Export("boolForKey:")] method SetInt (line 397) | [Export("setInteger:forKey:")] method SetFloat (line 416) | [Export("setFloat:forKey:")] method SetDouble (line 435) | [Export("setDouble:forKey:")] method SetBool (line 454) | [Export("setBool:forKey:")] method RegisterDefaults (line 473) | [Export("registerDefaults:")] method AddSuite (line 490) | [Export("addSuiteNamed:")] method RemoveSuite (line 509) | [Export("removeSuiteNamed:")] method AsDictionary (line 528) | [Export("dictionaryRepresentation")] method VolatileDomainNames (line 538) | [Export("volatileDomainNames")] method GetVolatileDomain (line 548) | [Export("volatileDomainForName:")] method SetVolatileDomain (line 561) | [Export("setVolatileDomain:forName:")] method RemoveVolatileDomain (line 584) | [Export("removeVolatileDomainForName:")] method PersistentDomainNames (line 603) | [Export("persistentDomainNames")] method PersistentDomainForName (line 613) | [Export("persistentDomainForName:")] method SetPersistentDomain (line 626) | [Export("setPersistentDomain:forName:")] method RemovePersistentDomain (line 649) | [Export("removePersistentDomainForName:")] method Synchronize (line 668) | [Export("synchronize")] method ObjectIsForced (line 678) | [Export("objectIsForcedForKey:")] method ObjectIsForced (line 691) | [Export("objectIsForcedForKey:inDomain:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUserNotification.cs class NSUserNotification (line 7) | [Register("NSUserNotification", true)] method NSUserNotification (line 455) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUserNotification (line 470) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUserNotification (line 485) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUserNotification (line 491) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 497) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUserNotificationActivationType.cs type NSUserNotificationActivationType (line 3) | public enum NSUserNotificationActivationType FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUserNotificationCenter.cs class NSUserNotificationCenter (line 7) | [Register("NSUserNotificationCenter", true)] class _NSUserNotificationCenterDelegate (line 11) | [Register] method DidDeliverNotification (line 20) | [Preserve(Conditional = true)] method DidActivateNotification (line 31) | [Preserve(Conditional = true)] method ShouldPresentNotification (line 42) | [Preserve(Conditional = true)] method NSUserNotificationCenter (line 203) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUserNotificationCenter (line 218) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUserNotificationCenter (line 224) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ScheduleNotification (line 230) | [Export("scheduleNotification:")] method RemoveScheduledNotification (line 248) | [Export("removeScheduledNotification:")] method DeliverNotification (line 266) | [Export("deliverNotification:")] method RemoveDeliveredNotification (line 284) | [Export("removeDeliveredNotification:")] method RemoveAllDeliveredNotifications (line 302) | [Export("removeAllDeliveredNotifications")] method EnsureNSUserNotificationCenterDelegate (line 316) | private _NSUserNotificationCenterDelegate EnsureNSUserNotificationCent... method Dispose (line 326) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUserNotificationCenterDelegate.cs class NSUserNotificationCenterDelegate (line 7) | [Register("NSUserNotificationCenterDelegate", true)] method NSUserNotificationCenterDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUserNotificationCenterDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUserNotificationCenterDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUserNotificationCenterDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DidDeliverNotification (line 54) | [Export("userNotificationCenter:didDeliverNotification:")] method DidActivateNotification (line 60) | [Export("userNotificationCenter:didActivateNotification:")] method ShouldPresentNotification (line 66) | [Export("userNotificationCenter:shouldPresentNotification:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSUuid.cs class NSUuid (line 8) | [Register("NSUUID", true)] method GetIntPtr (line 21) | private unsafe static IntPtr GetIntPtr(byte[] bytes) method NSUuid (line 39) | public NSUuid(byte[] bytes) method GetBytes (line 53) | public byte[] GetBytes() method NSUuid (line 63) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUuid (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUuid (line 93) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUuid (line 99) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSUuid (line 105) | [Export("initWithUUIDString:")] method GetUuidBytes (line 125) | [Export("getUUIDBytes:")] method AsString (line 138) | [Export("UUIDString")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSValue.cs class NSValue (line 10) | [Register("NSValue", true)] method NSValue (line 196) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSValue (line 211) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSValue (line 217) | [EditorBrowsable(EditorBrowsableState.Advanced)] method StoreValueAtAddress (line 223) | [Export("getValue:")] method ObjCTypePtr (line 236) | [Export("objCType")] method ValueFromNonretainedObject (line 246) | [Export("valueWithNonretainedObject:")] method ValueFromPointer (line 256) | [Export("valueWithPointer:")] method IsEqualTo (line 262) | [Export("isEqualToValue:")] method FromRange (line 276) | [Export("valueWithRange:")] method FromCMTime (line 282) | [Export("valueWithCMTime:")] method FromCMTimeMapping (line 288) | [Export("valueWithCMTimeMapping:")] method FromCMTimeRange (line 294) | [Export("valueWithCMTimeRange:")] method FromRectangle (line 300) | [Export("valueWithRect:")] method FromSize (line 306) | [Export("valueWithSize:")] method FromPoint (line 312) | [Export("valueWithPoint:")] method Dispose (line 318) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSValueTransformer.cs class NSValueTransformer (line 7) | [Register("NSValueTransformer", true)] method NSValueTransformer (line 18) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSValueTransformer (line 33) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSValueTransformer (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NSValueTransformer (line 54) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ReverseTransformedValue (line 60) | [Export("reverseTransformedValue:")] method TransformedValue (line 74) | [Export("transformedValue:")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSVolumeEnumerationOptions.cs type NSVolumeEnumerationOptions (line 6) | [Since(4, 0)] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSWritingDirection.cs type NSWritingDirection (line 3) | public enum NSWritingDirection : long FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/NSZone.cs class NSZone (line 5) | public class NSZone : INativeObject method NSZone (line 9) | internal NSZone() method NSZone (line 13) | public NSZone(IntPtr handle) method NSZone (line 18) | [Preserve(Conditional = true)] method NSDefaultMallocZone (line 39) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation")] method NSZoneName (line 42) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation")] method NSSetZoneName (line 45) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation")] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/ObjCException.cs class ObjCException (line 5) | public class ObjCException : Exception method ObjCException (line 17) | public ObjCException() method ObjCException (line 22) | public ObjCException(NSException exc) method Throw (line 27) | [Preserve] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/OutletAttribute.cs class OutletAttribute (line 5) | [AttributeUsage(AttributeTargets.Property)] method OutletAttribute (line 8) | public OutletAttribute() method OutletAttribute (line 12) | public OutletAttribute(string name) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/PreserveAttribute.cs class PreserveAttribute (line 5) | [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | Att... FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/ProtocolAttribute.cs class ProtocolAttribute (line 3) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)] FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/ProtocolMemberAttribute.cs class ProtocolMemberAttribute (line 5) | [AttributeUsage(AttributeTargets.Interface, AllowMultiple = true)] method ToGetter (line 38) | public ExportAttribute? ToGetter() method ToSetter (line 49) | public ExportAttribute? ToSetter() FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/RegisterAttribute.cs class RegisterAttribute (line 5) | [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)] method RegisterAttribute (line 39) | public RegisterAttribute() method RegisterAttribute (line 43) | public RegisterAttribute(string name) method RegisterAttribute (line 48) | public RegisterAttribute(string name, bool isWrapper) FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/UNCDidActivateNotificationEventArgs.cs class UNCDidActivateNotificationEventArgs (line 5) | public class UNCDidActivateNotificationEventArgs : EventArgs method UNCDidActivateNotificationEventArgs (line 9) | public UNCDidActivateNotificationEventArgs(NSUserNotification notifica... FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/UNCDidDeliverNotificationEventArgs.cs class UNCDidDeliverNotificationEventArgs (line 5) | public class UNCDidDeliverNotificationEventArgs : EventArgs method UNCDidDeliverNotificationEventArgs (line 9) | public UNCDidDeliverNotificationEventArgs(NSUserNotification notificat... FILE: Source/Platform/Mac/Xamarin.Mac/Foundation/You_Should_Not_Call_base_In_This_Method.cs class You_Should_Not_Call_base_In_This_Method (line 5) | public class You_Should_Not_Call_base_In_This_Method : Exception FILE: Source/Platform/Mac/Xamarin.Mac/HttpVersion.cs class HttpVersion (line 3) | internal static class HttpVersion FILE: Source/Platform/Mac/Xamarin.Mac/ImageIO/CGImageDestination.cs class CGImageDestination (line 10) | public class CGImageDestination : INativeObject, IDisposable method CGImageDestination (line 18) | internal CGImageDestination(IntPtr handle) method CGImageDestination (line 24) | [Preserve(Conditional = true)] method Dispose (line 39) | public void Dispose() method Dispose (line 45) | protected virtual void Dispose(bool disposing) method GetTypeID (line 54) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CGImageDestinationCopyTypeIdentifiers (line 57) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CGImageDestinationCreateWithData (line 60) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method FromData (line 63) | public static CGImageDestination FromData(NSData data, string typeIden... method FromData (line 68) | public static CGImageDestination FromData(NSData data, string typeIden... method CGImageDestinationCreateWithURL (line 87) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method FromUrl (line 90) | public static CGImageDestination FromUrl(NSUrl url, string typeIdentif... method FromUrl (line 95) | public static CGImageDestination FromUrl(NSUrl url, string typeIdentif... method CGImageDestinationSetProperties (line 114) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method SetProperties (line 117) | public void SetProperties(NSDictionary properties) method CGImageDestinationAddImage (line 126) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method AddImage (line 129) | public void AddImage(CGImage image, NSDictionary properties) method CGImageDestinationAddImageFromSource (line 138) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method AddImage (line 141) | public void AddImage(CGImageSource source, int index, NSDictionary pro... method CGImageDestinationFinalize (line 150) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method Close (line 153) | public bool Close() FILE: Source/Platform/Mac/Xamarin.Mac/ImageIO/CGImageDestinationOptions.cs class CGImageDestinationOptions (line 8) | public class CGImageDestinationOptions method Init (line 18) | private static void Init() method ToDictionary (line 28) | internal NSMutableDictionary ToDictionary() FILE: Source/Platform/Mac/Xamarin.Mac/ImageIO/CGImageOptions.cs class CGImageOptions (line 8) | public class CGImageOptions method Init (line 22) | private static void Init() method CGImageOptions (line 33) | public CGImageOptions() method ToDictionary (line 38) | internal virtual NSMutableDictionary ToDictionary() FILE: Source/Platform/Mac/Xamarin.Mac/ImageIO/CGImageProperties.cs class CGImageProperties (line 6) | public static class CGImageProperties FILE: Source/Platform/Mac/Xamarin.Mac/ImageIO/CGImageSource.cs class CGImageSource (line 10) | public class CGImageSource : INativeObject, IDisposable method GetTypeID (line 22) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CGImageSourceCopyTypeIdentifiers (line 25) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CGImageSource (line 28) | internal CGImageSource(IntPtr handle) method CGImageSource (line 34) | [Preserve(Conditional = true)] method Dispose (line 49) | public void Dispose() method Dispose (line 55) | protected virtual void Dispose(bool disposing) method CGImageSourceCreateWithURL (line 64) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method FromUrl (line 67) | public static CGImageSource FromUrl(NSUrl url) method FromUrl (line 72) | public static CGImageSource FromUrl(NSUrl url, CGImageOptions options) method CGImageSourceCreateWithDataProvider (line 82) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method FromDataProvider (line 85) | public static CGImageSource FromDataProvider(CGDataProvider provider) method FromDataProvider (line 90) | public static CGImageSource FromDataProvider(CGDataProvider provider, ... method CGImageSourceCreateWithData (line 100) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method FromData (line 103) | public static CGImageSource FromData(NSData data) method FromData (line 108) | public static CGImageSource FromData(NSData data, CGImageOptions options) method CGImageSourceGetType (line 118) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CGImageSourceGetCount (line 121) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CGImageSourceCopyProperties (line 124) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CopyProperties (line 127) | [Advice("Use GetProperties")] method CopyProperties (line 133) | [Advice("Use GetProperties")] method CGImageSourceCopyPropertiesAtIndex (line 143) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CopyProperties (line 146) | [Advice("Use GetProperties")] method CopyProperties (line 152) | [Advice("Use GetProperties")] method GetProperties (line 162) | public CoreGraphics.CGImageProperties GetProperties(CGImageOptions opt... method GetProperties (line 167) | public CoreGraphics.CGImageProperties GetProperties(int index, CGImage... method CGImageSourceCreateImageAtIndex (line 172) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CreateImage (line 175) | public CGImage CreateImage(int index, CGImageOptions options) method CGImageSourceCreateThumbnailAtIndex (line 181) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CreateThumbnail (line 184) | public CGImage CreateThumbnail(int index, CGImageThumbnailOptions opti... method CGImageSourceCreateIncremental (line 190) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method CreateIncremental (line 193) | public static CGImageSource CreateIncremental(CGImageOptions options) method CGImageSourceUpdateData (line 199) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method UpdateData (line 202) | public void UpdateData(NSData data, bool final) method CGImageSourceUpdateDataProvider (line 211) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method UpdateDataProvider (line 214) | public void UpdateDataProvider(CGDataProvider provider) method CGImageSourceGetStatus (line 223) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetStatus (line 226) | public CGImageSourceStatus GetStatus() method CGImageSourceGetStatusAtIndex (line 231) | [DllImport("/System/Library/Frameworks/ApplicationServices.framework/F... method GetStatus (line 234) | public CGImageSourceStatus GetStatus(int index) FILE: Source/Platform/Mac/Xamarin.Mac/ImageIO/CGImageSourceStatus.cs type CGImageSourceStatus (line 3) | public enum CGImageSourceStatus FILE: Source/Platform/Mac/Xamarin.Mac/ImageIO/CGImageThumbnailOptions.cs class CGImageThumbnailOptions (line 8) | public class CGImageThumbnailOptions : CGImageOptions method Init (line 26) | private static void Init() method ToDictionary (line 38) | internal override NSMutableDictionary ToDictionary() FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKCameraDeviceView.cs class IKCameraDeviceView (line 9) | [Register("IKCameraDeviceView", true)] class _IKCameraDeviceViewDelegate (line 12) | [Register] method SelectionDidChange (line 19) | [Preserve(Conditional = true)] method DidEncounterError (line 25) | [Preserve(Conditional = true)] method IKCameraDeviceView (line 502) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKCameraDeviceView (line 517) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKCameraDeviceView (line 532) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKCameraDeviceView (line 538) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SelectItemsAt (line 544) | [Export("selectIndexes:byExtendingSelection:")] method RotateLeft (line 561) | [Export("rotateLeft:")] method RotateRight (line 578) | [Export("rotateRight:")] method DeleteSelectedItems (line 595) | [Export("deleteSelectedItems:")] method DownloadSelectedItems (line 612) | [Export("downloadSelectedItems:")] method DownloadAllItems (line 629) | [Export("downloadAllItems:")] method EnsureIKCameraDeviceViewDelegate (line 646) | private _IKCameraDeviceViewDelegate EnsureIKCameraDeviceViewDelegate() method Dispose (line 656) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKCameraDeviceViewDelegate.cs class IKCameraDeviceViewDelegate (line 8) | [Register("IKCameraDeviceViewDelegate", true)] method IKCameraDeviceViewDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKCameraDeviceViewDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKCameraDeviceViewDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKCameraDeviceViewDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SelectionDidChange (line 54) | [Export("cameraDeviceViewSelectionDidChange:")] method DidEncounterError (line 60) | [Export("cameraDeviceView:didEncounterError:")] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKCameraDeviceViewDisplayMode.cs type IKCameraDeviceViewDisplayMode (line 3) | public enum IKCameraDeviceViewDisplayMode FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKCameraDeviceViewNSErrorEventArgs.cs class IKCameraDeviceViewNSErrorEventArgs (line 6) | public class IKCameraDeviceViewNSErrorEventArgs : EventArgs method IKCameraDeviceViewNSErrorEventArgs (line 10) | public IKCameraDeviceViewNSErrorEventArgs(NSError error) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKCameraDeviceViewTransferMode.cs type IKCameraDeviceViewTransferMode (line 3) | public enum IKCameraDeviceViewTransferMode FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKCellsStyle.cs type IKCellsStyle (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKDeviceBrowserView.cs class IKDeviceBrowserView (line 9) | [Register("IKDeviceBrowserView", true)] class _IKDeviceBrowserViewDelegate (line 12) | [Register] method DidEncounterError (line 17) | [Preserve(Conditional = true)] method IKDeviceBrowserView (line 232) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKDeviceBrowserView (line 247) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKDeviceBrowserView (line 262) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKDeviceBrowserView (line 268) | [EditorBrowsable(EditorBrowsableState.Advanced)] method EnsureIKDeviceBrowserViewDelegate (line 274) | private _IKDeviceBrowserViewDelegate EnsureIKDeviceBrowserViewDelegate() method Dispose (line 284) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKDeviceBrowserViewDelegate.cs class IKDeviceBrowserViewDelegate (line 8) | [Register("IKDeviceBrowserViewDelegate", true)] method IKDeviceBrowserViewDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKDeviceBrowserViewDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKDeviceBrowserViewDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKDeviceBrowserViewDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DidEncounterError (line 54) | [Export("deviceBrowserView:didEncounterError:")] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKDeviceBrowserViewDisplayMode.cs type IKDeviceBrowserViewDisplayMode (line 3) | public enum IKDeviceBrowserViewDisplayMode FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKDeviceBrowserViewNSErrorEventArgs.cs class IKDeviceBrowserViewNSErrorEventArgs (line 6) | public class IKDeviceBrowserViewNSErrorEventArgs : EventArgs method IKDeviceBrowserViewNSErrorEventArgs (line 10) | public IKDeviceBrowserViewNSErrorEventArgs(NSError error) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKFilterBrowserPanel.cs class IKFilterBrowserPanel (line 9) | [Register("IKFilterBrowserPanel", true)] method IKFilterBrowserPanel (line 163) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterBrowserPanel (line 178) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterBrowserPanel (line 193) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterBrowserPanel (line 199) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterBrowserPanel (line 205) | [Export("filterBrowserPanelWithStyleMask:")] method Begin (line 219) | [Export("beginWithOptions:modelessDelegate:didEndSelector:contextInfo:")] method BeginSheet (line 244) | [Export("beginSheetWithOptions:modalForWindow:modalDelegate:didEndSele... method RunModal (line 273) | [Export("runModalWithOptions:")] method FilterBrowserView (line 287) | [Export("filterBrowserViewWithOptions:")] method Finish (line 301) | [Export("finish:")] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKFilterBrowserPanelStyleMask.cs type IKFilterBrowserPanelStyleMask (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKFilterBrowserView.cs class IKFilterBrowserView (line 9) | [Register("IKFilterBrowserView", true)] method IKFilterBrowserView (line 33) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterBrowserView (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterBrowserView (line 63) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterBrowserView (line 69) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SetPreviewState (line 75) | [Export("setPreviewState:")] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKFilterCustomUIProvider.cs class IKFilterCustomUIProvider (line 8) | [Register("IKFilterCustomUIProvider", true)] method IKFilterCustomUIProvider (line 102) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterCustomUIProvider (line 117) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterCustomUIProvider (line 132) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterCustomUIProvider (line 138) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetFilterUIView (line 144) | [Export("provideViewForUIConfiguration:excludedKeys:")] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKFilterUIView.cs class IKFilterUIView (line 11) | [Register("IKFilterUIView", true)] method IKFilterUIView (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterUIView (line 63) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterUIView (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterUIView (line 84) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKFilterUIView (line 90) | [Export("initWithFrame:filter:")] method GetFilterUIView (line 108) | [Export("viewForUIConfiguration:excludedKeys:")] method Dispose (line 126) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKGroupStyle.cs type IKGroupStyle (line 3) | public enum IKGroupStyle FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageBrowserCell.cs class IKImageBrowserCell (line 11) | [Register("IKImageBrowserCell", true)] method IKImageBrowserCell (line 301) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserCell (line 316) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserCell (line 331) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserCell (line 337) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Layer (line 343) | [Export("layerForType:")] method Dispose (line 356) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageBrowserCellState.cs type IKImageBrowserCellState (line 3) | public enum IKImageBrowserCellState FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageBrowserDataSource.cs class IKImageBrowserDataSource (line 9) | [Register("IKImageBrowserDataSource", true)] method IKImageBrowserDataSource (line 103) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserDataSource (line 118) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserDataSource (line 133) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserDataSource (line 139) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ItemCount (line 145) | [Export("numberOfItemsInImageBrowser:")] method GetItem (line 148) | [Export("imageBrowser:itemAtIndex:")] method RemoveItems (line 151) | [Export("imageBrowser:removeItemsAtIndexes:")] method MoveItems (line 157) | [Export("imageBrowser:moveItemsAtIndexes:toIndex:")] method WriteItemsToPasteboard (line 163) | [Export("imageBrowser:writeItemsAtIndexes:toPasteboard:")] method GroupCount (line 169) | [Export("numberOfGroupsInImageBrowser:")] method GetGroup (line 175) | [Export("imageBrowser:groupAtIndex:")] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageBrowserDelegate.cs class IKImageBrowserDelegate (line 9) | [Register("IKImageBrowserDelegate", true)] method IKImageBrowserDelegate (line 13) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserDelegate (line 28) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserDelegate (line 43) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserDelegate (line 49) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SelectionDidChange (line 55) | [Export("imageBrowserSelectionDidChange:")] method CellWasDoubleClicked (line 61) | [Export("imageBrowser:cellWasDoubleClickedAtIndex:")] method CellWasRightClicked (line 67) | [Export("imageBrowser:cellWasRightClickedAtIndex:withEvent:")] method BackgroundWasRightClicked (line 73) | [Export("imageBrowser:backgroundWasRightClickedWithEvent:")] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageBrowserDropOperation.cs type IKImageBrowserDropOperation (line 3) | public enum IKImageBrowserDropOperation FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageBrowserItem.cs class IKImageBrowserItem (line 8) | [Register("IKImageBrowserItem", true)] method IKImageBrowserItem (line 291) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserItem (line 306) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserItem (line 321) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserItem (line 327) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageBrowserView.cs class IKImageBrowserView (line 11) | [Register("IKImageBrowserView", true)] class _IKImageBrowserDelegate (line 14) | [Register] method SelectionDidChange (line 25) | [Preserve(Conditional = true)] method CellWasDoubleClicked (line 31) | [Preserve(Conditional = true)] method CellWasRightClicked (line 42) | [Preserve(Conditional = true)] method BackgroundWasRightClicked (line 53) | [Preserve(Conditional = true)] method IKImageBrowserView (line 820) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserView (line 835) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserView (line 850) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserView (line 856) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageBrowserView (line 862) | [Export("initWithFrame:")] method ReloadData (line 876) | [Export("reloadData")] method NewCell (line 889) | [Export("newCellForRepresentedItem:")] method GetCellAt (line 903) | [Export("cellForItemAtIndex:")] method ScrollIndexToVisible (line 913) | [Export("scrollIndexToVisible:")] method GetIndexOfItem (line 926) | [Export("indexOfItemAtPoint:")] method GetItemFrame (line 936) | [Export("itemFrameAtIndex:")] method GetVisibleItemIndexes (line 951) | [Export("visibleItemIndexes")] method GetRowIndexes (line 961) | [Export("rowIndexesInRect:")] method GetColumnIndexes (line 971) | [Export("columnIndexesInRect:")] method GetRectOfColumn (line 981) | [Export("rectOfColumn:")] method GetRectOfRow (line 996) | [Export("rectOfRow:")] method SelectItemsAt (line 1011) | [Export("setSelectionIndexes:byExtendingSelection:")] method ExpandGroup (line 1028) | [Export("expandGroupAtIndex:")] method CollapseGroup (line 1041) | [Export("collapseGroupAtIndex:")] method IsGroupExpanded (line 1054) | [Export("isGroupExpandedAtIndex:")] method GetIndexAtLocationOfDroppedItem (line 1064) | [Export("indexAtLocationOfDroppedItem")] method DropOperation (line 1074) | [Export("dropOperation")] method SetDropIndex (line 1084) | [Export("setDropIndex:dropOperation:")] method EnsureIKImageBrowserDelegate (line 1097) | private _IKImageBrowserDelegate EnsureIKImageBrowserDelegate() method Dispose (line 1107) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageBrowserViewEventEventArgs.cs class IKImageBrowserViewEventEventArgs (line 6) | public class IKImageBrowserViewEventEventArgs : EventArgs method IKImageBrowserViewEventEventArgs (line 10) | public IKImageBrowserViewEventEventArgs(NSEvent nsevent) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageBrowserViewIndexEventArgs.cs class IKImageBrowserViewIndexEventArgs (line 5) | public class IKImageBrowserViewIndexEventArgs : EventArgs method IKImageBrowserViewIndexEventArgs (line 9) | public IKImageBrowserViewIndexEventArgs(int index) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageBrowserViewIndexEventEventArgs.cs class IKImageBrowserViewIndexEventEventArgs (line 6) | public class IKImageBrowserViewIndexEventEventArgs : EventArgs method IKImageBrowserViewIndexEventEventArgs (line 12) | public IKImageBrowserViewIndexEventEventArgs(int index, NSEvent nsevent) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageEditPanel.cs class IKImageEditPanel (line 9) | [Register("IKImageEditPanel", true)] method IKImageEditPanel (line 72) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageEditPanel (line 87) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageEditPanel (line 93) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ReloadData (line 99) | [Export("reloadData")] method Dispose (line 112) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageEditPanelDataSource.cs class IKImageEditPanelDataSource (line 9) | [Register("IKImageEditPanelDataSource", true)] method IKImageEditPanelDataSource (line 55) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageEditPanelDataSource (line 70) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageEditPanelDataSource (line 85) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageEditPanelDataSource (line 91) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SetImageAndProperties (line 97) | [Export("setImage:imageProperties:")] method GetThumbnail (line 100) | [Export("thumbnailWithMaximumSize:")] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKImageView.cs class IKImageView (line 12) | [Register("IKImageView", true)] method IKImageView (line 494) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageView (line 509) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageView (line 524) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKImageView (line 530) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SetImageimageProperties (line 536) | [Export("setImage:imageProperties:")] method SetImageWithURL (line 553) | [Export("setImageWithURL:")] method SetRotation (line 570) | [Export("setRotationAngle:centerPoint:")] method RotateImageLeft (line 583) | [Export("rotateImageLeft:")] method RotateImageRight (line 600) | [Export("rotateImageRight:")] method SetImageZoomFactor (line 617) | [Export("setImageZoomFactor:centerPoint:")] method ZoomImageToRect (line 630) | [Export("zoomImageToRect:")] method ZoomImageToFit (line 643) | [Export("zoomImageToFit:")] method ZoomImageToActualSize (line 660) | [Export("zoomImageToActualSize:")] method ZoomIn (line 677) | [Export("zoomIn:")] method ZoomOut (line 694) | [Export("zoomOut:")] method FlipImageHorizontal (line 711) | [Export("flipImageHorizontal:")] method FlipImageVertical (line 728) | [Export("flipImageVertical:")] method Crop (line 745) | [Export("crop:")] method SetOverlay (line 762) | [Export("setOverlay:forType:")] method GetOverlay (line 785) | [Export("overlayForType:")] method ScrollTo (line 798) | [Export("scrollToPoint:")] method ScrollTo (line 811) | [Export("scrollToRect:")] method ConvertViewPointToImagePoint (line 824) | [Export("convertViewPointToImagePoint:")] method ConvertViewRectToImageRect (line 834) | [Export("convertViewRectToImageRect:")] method ConvertImagePointToViewPoint (line 849) | [Export("convertImagePointToViewPoint:")] method ConvertImageRectToViewRect (line 859) | [Export("convertImageRectToViewRect:")] method Dispose (line 874) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKPictureTaker.cs class IKPictureTaker (line 9) | [Register("IKPictureTaker", true)] method IKPictureTaker (line 295) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKPictureTaker (line 310) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKPictureTaker (line 325) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKPictureTaker (line 331) | [EditorBrowsable(EditorBrowsableState.Advanced)] method RunModal (line 337) | [Export("runModal")] method BeginPictureTaker (line 347) | [Export("beginPictureTakerWithDelegate:didEndSelector:contextInfo:")] method BeginPictureTakerSheet (line 368) | [Export("beginPictureTakerSheetForWindow:withDelegate:didEndSelector:c... method PopUpRecentsMenu (line 393) | [Export("popUpRecentsMenuForView:withDelegate:didEndSelector:contextIn... method GetOutputImage (line 418) | [Export("outputImage")] method Dispose (line 428) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKSaveOptions.cs class IKSaveOptions (line 9) | [Register("IKSaveOptions", true)] class _IKSaveOptionsDelegate (line 12) | [Register] method ShouldShowType (line 17) | [Preserve(Conditional = true)] method IKSaveOptions (line 127) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSaveOptions (line 142) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSaveOptions (line 157) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSaveOptions (line 163) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSaveOptions (line 169) | [Export("initWithImageProperties:imageUTType:")] method AddSaveOptionsToPanel (line 193) | [Export("addSaveOptionsAccessoryViewToSavePanel:")] method AddSaveOptionsToView (line 210) | [Export("addSaveOptionsToView:")] method EnsureIKSaveOptionsDelegate (line 227) | private _IKSaveOptionsDelegate EnsureIKSaveOptionsDelegate() method Dispose (line 237) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKSaveOptionsDelegate.cs class IKSaveOptionsDelegate (line 8) | [Register("IKSaveOptionsDelegate", true)] method IKSaveOptionsDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSaveOptionsDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSaveOptionsDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSaveOptionsDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ShouldShowType (line 54) | [Export("saveOptions:shouldShowUTType:")] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKScannerDeviceView.cs class IKScannerDeviceView (line 9) | [Register("IKScannerDeviceView", true)] class _IKScannerDeviceViewDelegate (line 12) | [Register] method DidScan (line 19) | [Preserve(Conditional = true)] method DidEncounterError (line 30) | [Preserve(Conditional = true)] method IKScannerDeviceView (line 457) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKScannerDeviceView (line 472) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKScannerDeviceView (line 487) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKScannerDeviceView (line 493) | [EditorBrowsable(EditorBrowsableState.Advanced)] method EnsureIKScannerDeviceViewDelegate (line 499) | private _IKScannerDeviceViewDelegate EnsureIKScannerDeviceViewDelegate() method Dispose (line 509) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKScannerDeviceViewDelegate.cs class IKScannerDeviceViewDelegate (line 8) | [Register("IKScannerDeviceViewDelegate", true)] method IKScannerDeviceViewDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKScannerDeviceViewDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKScannerDeviceViewDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKScannerDeviceViewDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DidScan (line 54) | [Export("scannerDeviceView:didScanToURL:fileData:error:")] method DidEncounterError (line 60) | [Export("scannerDeviceView:didEncounterError:")] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKScannerDeviceViewDisplayMode.cs type IKScannerDeviceViewDisplayMode (line 3) | public enum IKScannerDeviceViewDisplayMode FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKScannerDeviceViewErrorEventArgs.cs class IKScannerDeviceViewErrorEventArgs (line 6) | public class IKScannerDeviceViewErrorEventArgs : EventArgs method IKScannerDeviceViewErrorEventArgs (line 10) | public IKScannerDeviceViewErrorEventArgs(NSError error) FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKScannerDeviceViewScanEventArgs.cs class IKScannerDeviceViewScanEventArgs (line 6) | public class IKScannerDeviceViewScanEventArgs : EventArgs method IKScannerDeviceViewScanEventArgs (line 14) | public IKScannerDeviceViewScanEventArgs(NSUrl url, NSData data, NSErro... FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKScannerDeviceViewTransferMode.cs type IKScannerDeviceViewTransferMode (line 3) | public enum IKScannerDeviceViewTransferMode FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKSlideshow.cs class IKSlideshow (line 8) | [Register("IKSlideshow", true)] method IKSlideshow (line 294) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSlideshow (line 309) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSlideshow (line 324) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSlideshow (line 330) | [EditorBrowsable(EditorBrowsableState.Advanced)] method RunSlideshow (line 336) | [Export("runSlideshowWithDataSource:inMode:options:")] method StopSlideshow (line 363) | [Export("stopSlideshow:")] method ReloadData (line 380) | [Export("reloadData")] method ReloadSlideshowItem (line 393) | [Export("reloadSlideshowItemAtIndex:")] method CanExportToApplication (line 406) | [Export("canExportToApplication:")] method ExportSlideshowItemtoApplication (line 419) | [Export("exportSlideshowItem:toApplication:")] FILE: Source/Platform/Mac/Xamarin.Mac/ImageKit/IKSlideshowDataSource.cs class IKSlideshowDataSource (line 8) | [Register("IKSlideshowDataSource", true)] method IKSlideshowDataSource (line 18) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSlideshowDataSource (line 33) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSlideshowDataSource (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method IKSlideshowDataSource (line 54) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetItemAt (line 60) | [Export("slideshowItemAtIndex:")] method GetNameOfItemAt (line 63) | [Export("nameOfSlideshowItemAtIndex:")] method CanExportItemToApplication (line 69) | [Export("canExportSlideshowItemAtIndex:toApplication:")] method WillStart (line 75) | [Export("slideshowWillStart")] method DidStop (line 81) | [Export("slideshowDidStop")] method DidChange (line 87) | [Export("slideshowDidChangeCurrentIndex:")] FILE: Source/Platform/Mac/Xamarin.Mac/JavaScriptCore/IJSExport.cs type IJSExport (line 6) | [Protocol(Name = "JSExport", WrapperType = typeof(JSExportWrapper))] FILE: Source/Platform/Mac/Xamarin.Mac/JavaScriptCore/JSClassAttributes.cs type JSClassAttributes (line 3) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/JavaScriptCore/JSContext.cs class JSContext (line 7) | [Register("JSContext", true)] method JSContext (line 263) | [EditorBrowsable(EditorBrowsableState.Advanced)] method JSContext (line 269) | [EditorBrowsable(EditorBrowsableState.Advanced)] method JSContext (line 275) | [Export("init")] method JSContext (line 282) | [Export("initWithVirtualMachine:")] method EvaluateScript (line 296) | [Export("evaluateScript:withSourceURL:")] method EvaluateScript (line 313) | [Export("evaluateScript:")] method FromJSGlobalContextRef (line 326) | [Export("contextWithJSGlobalContextRef:")] method _GetObject (line 332) | [Export("objectForKeyedSubscript:")] method _SetObject (line 346) | [Export("setObject:forKeyedSubscript:")] FILE: Source/Platform/Mac/Xamarin.Mac/JavaScriptCore/JSExport.cs class JSExport (line 7) | [Protocol] method JSExport (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method JSExport (line 21) | [EditorBrowsable(EditorBrowsableState.Advanced)] method JSExport (line 28) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/JavaScriptCore/JSExportWrapper.cs class JSExportWrapper (line 6) | internal sealed class JSExportWrapper : BaseWrapper, IJSExport method JSExportWrapper (line 8) | [Preserve(Conditional = true)] method JSExportWrapper (line 14) | [Preserve(Conditional = true)] FILE: Source/Platform/Mac/Xamarin.Mac/JavaScriptCore/JSManagedValue.cs class JSManagedValue (line 8) | [Register("JSManagedValue", true)] method JSManagedValue (line 44) | [EditorBrowsable(EditorBrowsableState.Advanced)] method JSManagedValue (line 52) | [EditorBrowsable(EditorBrowsableState.Advanced)] method JSManagedValue (line 58) | [EditorBrowsable(EditorBrowsableState.Advanced)] method JSManagedValue (line 64) | [Export("initWithValue:")] method Get (line 79) | [Export("managedValueWithValue:")] method Get (line 88) | [Export("managedValueWithValue:andOwner:")] FILE: Source/Platform/Mac/Xamarin.Mac/JavaScriptCore/JSPropertyAttributes.cs type JSPropertyAttributes (line 3) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/JavaScriptCore/JSPropertyDescriptorKeys.cs class JSPropertyDescriptorKeys (line 6) | public static class JSPropertyDescriptorKeys FILE: Source/Platform/Mac/Xamarin.Mac/JavaScriptCore/JSType.cs type JSType (line 3) | public enum JSType FILE: Source/Platform/Mac/Xamarin.Mac/JavaScriptCore/JSValue.cs class JSValue (line 8) | [Register("JSValue", true)] method ToString (line 455) | public override string ToString() method From (line 460) | public static JSValue From(string value, JSContext context) method JSValue (line 467) | [EditorBrowsable(EditorBrowsableState.Advanced)] method JSValue (line 474) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Call (line 480) | [Export("callWithArguments:")] method Construct (line 494) | [Export("constructWithArguments:")] method CreateArray (line 508) | [Export("valueWithNewArrayInContext:")] method CreateError (line 519) | [Export("valueWithNewErrorFromMessage:inContext:")] method CreateObject (line 537) | [Export("valueWithNewObjectInContext:")] method CreatePromise (line 548) | [Export("valueWithNewPromiseInContext:fromExecutor:")] method CreateRegularExpression (line 568) | [Export("valueWithNewRegularExpressionFromPattern:flags:inContext:")] method CreateRejectedPromise (line 592) | [Export("valueWithNewPromiseRejectedWithReason:inContext:")] method CreateResolvedPromise (line 606) | [Export("valueWithNewPromiseResolvedWithResult:inContext:")] method CreateSymbol (line 620) | [Export("valueWithNewSymbolFromDescription:inContext:")] method DefineProperty (line 637) | [Export("defineProperty:descriptor:")] method DeleteProperty (line 661) | [Export("deleteProperty:")] method From (line 675) | [Export("valueWithObject:inContext:")] method From (line 690) | [Export("valueWithBool:inContext:")] method From (line 701) | [Export("valueWithDouble:inContext:")] method From (line 712) | [Export("valueWithInt32:inContext:")] method From (line 723) | [Export("valueWithUInt32:inContext:")] method From (line 734) | [Export("valueWithPoint:inContext:")] method From (line 745) | [Export("valueWithRange:inContext:")] method From (line 756) | [Export("valueWithRect:inContext:")] method From (line 767) | [Export("valueWithSize:inContext:")] method FromJSJSValueRef (line 778) | [Export("valueWithJSValueRef:inContext:")] method GetProperty (line 788) | [Export("valueForProperty:")] method GetValueAt (line 802) | [Export("valueAtIndex:")] method HasProperty (line 813) | [Export("hasProperty:")] method Invoke (line 827) | [Export("invokeMethod:withArguments:")] method IsEqualTo (line 847) | [Export("isEqualToObject:")] method IsEqualWithTypeCoercionTo (line 862) | [Export("isEqualWithTypeCoercionToObject:")] method IsInstanceOf (line 877) | [Export("isInstanceOf:")] method Null (line 892) | [Export("valueWithNullInContext:")] method SetProperty (line 903) | [Export("setValue:forProperty:")] method SetValue (line 927) | [Export("setValue:atIndex:")] method ToArray (line 945) | [Export("toArray")] method ToBool (line 956) | [Export("toBool")] method ToDate (line 967) | [Export("toDate")] method ToDictionary (line 978) | [Export("toDictionary")] method ToDouble (line 989) | [Export("toDouble")] method ToInt32 (line 1000) | [Export("toInt32")] method ToNumber (line 1011) | [Export("toNumber")] method ToObject (line 1022) | [Export("toObject")] method ToObject (line 1033) | [Export("toObjectOfClass:")] method ToPoint (line 1048) | [Export("toPoint")] method ToRange (line 1059) | [Export("toRange")] method ToRect (line 1070) | [Export("toRect")] method ToSize (line 1086) | [Export("toSize")] method ToUInt32 (line 1097) | [Export("toUInt32")] method Undefined (line 1108) | [Export("valueWithUndefinedInContext:")] method _ObjectAtIndexedSubscript (line 1119) | [Export("objectAtIndexedSubscript:")] method _ObjectForKeyedSubscript (line 1130) | [Export("objectForKeyedSubscript:")] method _SetObject (line 1145) | [Export("setObject:forKeyedSubscript:")] method _SetObject (line 1167) | [Export("setObject:atIndexedSubscript:")] method _ToString (line 1185) | [Export("toString")] FILE: Source/Platform/Mac/Xamarin.Mac/JavaScriptCore/JSVirtualMachine.cs class JSVirtualMachine (line 7) | [Register("JSVirtualMachine", true)] method JSVirtualMachine (line 23) | [EditorBrowsable(EditorBrowsableState.Advanced)] method JSVirtualMachine (line 29) | [EditorBrowsable(EditorBrowsableState.Advanced)] method JSVirtualMachine (line 35) | [Export("init")] method AddManagedReference (line 42) | [Export("addManagedReference:withOwner:")] method RemoveManagedReference (line 63) | [Export("removeManagedReference:withOwner:")] FILE: Source/Platform/Mac/Xamarin.Mac/Libraries.cs class Libraries (line 3) | internal static class Libraries class AppKit (line 5) | public static class AppKit class Foundation (line 10) | public static class Foundation class ImageKit (line 15) | public static class ImageKit class QTKit (line 20) | public static class QTKit class PdfKit (line 25) | public static class PdfKit class WebKit (line 30) | public static class WebKit class QuartzComposer (line 35) | public static class QuartzComposer class AVFoundation (line 40) | public static class AVFoundation class CoreAnimation (line 45) | public static class CoreAnimation class CoreData (line 50) | public static class CoreData class Quartz (line 55) | public static class Quartz class CoreImage (line 60) | public static class CoreImage class ImageIO (line 65) | public static class ImageIO class CoreLocation (line 70) | public static class CoreLocation class QuickLook (line 75) | public static class QuickLook class JavaScriptCore (line 80) | public static class JavaScriptCore class CoreFoundation (line 85) | public static class CoreFoundation FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/ArgumentSemantic.cs type ArgumentSemantic (line 3) | public enum ArgumentSemantic FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/BaseWrapper.cs class BaseWrapper (line 3) | public abstract class BaseWrapper : INativeObject, IDisposable method BaseWrapper (line 7) | public BaseWrapper(IntPtr handle, bool owns) method Dispose (line 21) | public void Dispose() method Dispose (line 27) | protected virtual void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/BlockDescriptor.cs type BlockDescriptor (line 6) | public struct BlockDescriptor method CopyHelper (line 28) | [MonoPInvokeCallback(typeof(CopyHelperDelegate))] method DisposeHelper (line 34) | [MonoPInvokeCallback(typeof(DisposeHelperDelegate))] method CreateDescriptor (line 40) | internal static BlockDescriptor CreateDescriptor() FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/BlockFlags.cs type BlockFlags (line 3) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/BlockLiteral.cs type BlockLiteral (line 10) | public struct BlockLiteral method BlockLiteral (line 32) | static BlockLiteral() method GetTarget (line 54) | public unsafe static T GetTarget(IntPtr block) where T : MulticastD... method SetupBlock (line 59) | public void SetupBlock(Delegate trampoline, Delegate userDelegate) method GetDelegateForBlock (line 69) | public T GetDelegateForBlock() where T : class method GetDelegateProxyType (line 74) | private static Type GetDelegateProxyType(MethodInfo minfo, uint token_... method GetBlockForDelegate (line 123) | internal static IntPtr GetBlockForDelegate(MethodInfo minfo, object @d... method IsManagedBlock (line 170) | public unsafe static bool IsManagedBlock(IntPtr block) method CleanupBlock (line 178) | public void CleanupBlock() method _Block_copy (line 183) | [DllImport("/usr/lib/libobjc.dylib")] method _Block_copy (line 186) | [DllImport("/usr/lib/libobjc.dylib")] method _Block_release (line 189) | [DllImport("/usr/lib/libobjc.dylib")] FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/Class.cs class Class (line 11) | public class Class : INativeObject type objc_attribute_prop (line 19) | internal struct objc_attribute_prop method Class (line 28) | public Class(string name) method Class (line 37) | public Class(Type type) method Class (line 42) | public Class(IntPtr handle) method Construct (line 72) | internal static Class Construct(IntPtr handle) method GetName (line 77) | internal static string GetName(IntPtr @class) method GetHandle (line 82) | public static IntPtr GetHandle(string name) method GetHandle (line 87) | public static IntPtr GetHandle(Type type) method IsCustomType (line 99) | public static bool IsCustomType(Type type) method Lookup (line 107) | internal static Type Lookup(IntPtr klass) method Lookup (line 112) | internal static Type Lookup(IntPtr klass, bool throw_on_error) method Register (line 143) | internal static IntPtr Register(Type type) method Register (line 151) | private static IntPtr Register(Type type, string name, bool is_wrapper) method RegisterProperty (line 241) | private static void RegisterProperty(PropertyInfo prop, Type type, Int... method RegisterMethod (line 293) | private static void RegisterMethod(MethodInfo minfo, Type type, IntPtr... method RegisterMethod (line 300) | internal static void RegisterMethod(MethodInfo minfo, ExportAttribute ... method RegisterInterfaces (line 321) | private static void RegisterInterfaces(Type type, IntPtr handle) method RegisterInterfaceProperty (line 340) | private static void RegisterInterfaceProperty(Type type, IntPtr handle... method RegisterInterfaceMethod (line 420) | private static void RegisterInterfaceMethod(Type type, IntPtr handle, ... method AllocExecMemory (line 465) | private static IntPtr AllocExecMemory(int size) method FindType (line 484) | internal unsafe static Type FindType(IntPtr @class, out bool is_custom... method TypeRequiresFloatingPointTrampoline (line 497) | private static bool TypeRequiresFloatingPointTrampoline(Type t) method TypeContainsFloatingPoint (line 514) | private static bool TypeContainsFloatingPoint(Type t) method GetFunctionPointer (line 531) | private static IntPtr GetFunctionPointer(MethodInfo minfo, Delegate @d... method mprotect (line 568) | [DllImport("libc", SetLastError = true)] method mmap (line 571) | [DllImport("libc", SetLastError = true)] method objc_allocateClassPair (line 574) | [DllImport("/usr/lib/libobjc.dylib")] method objc_getClass (line 577) | [DllImport("/usr/lib/libobjc.dylib")] method objc_getProtocol (line 580) | [DllImport("/usr/lib/libobjc.dylib")] method class_addProtocol (line 583) | [DllImport("/usr/lib/libobjc.dylib")] method objc_registerClassPair (line 586) | [DllImport("/usr/lib/libobjc.dylib")] method class_addIvar (line 589) | [DllImport("/usr/lib/libobjc.dylib")] method class_addMethod (line 592) | [DllImport("/usr/lib/libobjc.dylib")] method class_addMethod (line 595) | [DllImport("/usr/lib/libobjc.dylib")] method class_getName (line 598) | [DllImport("/usr/lib/libobjc.dylib")] method class_getSuperclass (line 601) | [DllImport("/usr/lib/libobjc.dylib")] method object_getClass (line 604) | [DllImport("/usr/lib/libobjc.dylib")] method class_getMethodImplementation (line 607) | [DllImport("/usr/lib/libobjc.dylib")] method class_getInstanceVariable (line 610) | [DllImport("/usr/lib/libobjc.dylib")] method class_addProperty (line 615) | internal static IntPtr class_addProperty(IntPtr cls, string name, objc... method GetClassForObject (line 639) | internal static IntPtr GetClassForObject(IntPtr obj) method ResolveModule (line 644) | private static Module ResolveModule(Assembly assembly, uint token) method ResolveToken (line 683) | private static MemberInfo? ResolveToken(Module module, uint token) FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/CompileFlagsAttribute.cs class CompileFlagsAttribute (line 5) | public class CompileFlagsAttribute : Attribute method CompileFlagsAttribute (line 9) | public CompileFlagsAttribute(string flags) FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/DisposableObject.cs class DisposableObject (line 4) | public abstract class DisposableObject : INativeObject, IDisposable method DisposableObject (line 24) | protected DisposableObject() method DisposableObject (line 28) | protected DisposableObject(IntPtr handle, bool owns) method DisposableObject (line 33) | protected DisposableObject(IntPtr handle, bool owns, bool verify) method Dispose (line 44) | public void Dispose() method Dispose (line 50) | protected virtual void Dispose(bool disposing) method InitializeHandle (line 55) | private void InitializeHandle(IntPtr handle, bool verify) method InitializeHandle (line 64) | protected virtual void InitializeHandle(IntPtr handle) method GetCheckedHandle (line 69) | public IntPtr GetCheckedHandle() method GetHashCode (line 79) | public override int GetHashCode() method Equals (line 84) | public override bool Equals(object? obj) FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/Dlfcn.cs method dlclose (line 10) | [DllImport("/usr/lib/libSystem.dylib")] method dlopen (line 13) | [DllImport("/usr/lib/libSystem.dylib")] method dlsym (line 16) | [DllImport("/usr/lib/libSystem.dylib")] method dlerror_ (line 19) | [DllImport("/usr/lib/libSystem.dylib", EntryPoint = "dlerror")] method dlerror (line 22) | public static string dlerror() method GetStringConstant (line 27) | public static NSString GetStringConstant(IntPtr handle, string symbol) method GetIndirect (line 42) | public static IntPtr GetIndirect(IntPtr handle, string symbol) method GetNSNumber (line 47) | public static NSNumber GetNSNumber(IntPtr handle, string symbol) method GetInt32 (line 62) | public static int GetInt32(IntPtr handle, string symbol) method SetInt32 (line 72) | public static void SetInt32(IntPtr handle, string symbol, int value) method GetInt64 (line 81) | public static long GetInt64(IntPtr handle, string symbol) method SetInt64 (line 91) | public static void SetInt64(IntPtr handle, string symbol, long value) method SetString (line 100) | public static void SetString(IntPtr handle, string symbol, string value) method SetString (line 109) | public static void SetString(IntPtr handle, string symbol, NSString value) method SetArray (line 123) | public static void SetArray(IntPtr handle, string symbol, NSArray array) method GetIntPtr (line 137) | public static IntPtr GetIntPtr(IntPtr handle, string symbol) method SetIntPtr (line 147) | public static void SetIntPtr(IntPtr handle, string symbol, IntPtr value) method GetDouble (line 156) | public unsafe static double GetDouble(IntPtr handle, string symbol) FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/INativeObject.cs type INativeObject (line 5) | public interface INativeObject FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/LionAttribute.cs class LionAttribute (line 5) | public class LionAttribute : Attribute FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/Messaging.cs class Messaging (line 16) | public static class Messaging method uint_objc_msgSend (line 20) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method int_objc_msgSend (line 23) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend (line 26) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_intptr (line 29) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_bool (line 32) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_rbool (line 35) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_rint (line 38) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_rfloat (line 41) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_rdouble (line 44) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_rintptr (line 47) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_cgsize (line 50) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_cgpoint (line 53) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_cgrect (line 56) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_nsrange (line 59) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_intptr_int (line 62) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_cgpoint_intptr (line 65) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_intptr_intptr_bool (line 68) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_intptr_intptr_float (line 71) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_intptr_intptr_double (line 74) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSend_intptr_intptr_nuint (line 77) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper (line 80) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSendSuper (line 83) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSendSuper_intptr (line 86) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSendSuper_cgsize (line 89) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSendSuper_cgrect (line 92) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSendSuper_intptr_intptr_bool (line 95) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSendSuper_intptr_intptr_float (line 98) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSendSuper_intptr_intptr_double (line 101) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_stret_rcgsize (line 104) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method void_objc_msgSend_stret_rcgrect (line 107) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method void_objc_msgSend_stret_rnsrange (line 110) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method void_objc_msgSend_stret_rcgsize_cgpoint_intptr (line 113) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method void_objc_msgSendSuper_stret_rcgrect (line 116) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method IntPtr_objc_msgSend_IntPtr (line 119) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method intptr_objc_msgSend (line 122) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method intptr_objc_msgSend_intptr (line 125) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method intptr_objc_msgsend_intptr_int (line 128) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method intptr_objc_msgSend_float (line 131) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method intptr_objc_msgSend_cgrect (line 134) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method intptr_objc_msgSendSuper (line 137) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method intptr_objc_msgSendSuper_cgrect (line 140) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method intptr_objc_msgSendSuper_intptr (line 143) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend (line 146) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSend_intptr (line 149) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_intptr (line 152) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method cgsize_objc_msgSend_cgpoint_intptr (line 155) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method cgsize_objc_msgSend (line 158) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Boolean_objc_msgSend_IntPtr_Double_IntPtr (line 161) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Boolean_objc_msgSendSuper_IntPtr_Double_IntPtr (line 164) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method NativeUtf8FromString (line 167) | internal static IntPtr NativeUtf8FromString(string managedString) method StringFromNativeUtf8 (line 176) | internal static string StringFromNativeUtf8(IntPtr nativeUtf8) method IntPtr_objc_msgSend (line 187) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper (line 190) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr (line 193) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr (line 196) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend (line 199) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper (line 202) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Int64 (line 205) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Int64 (line 208) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSendSuper_IntPtr (line 211) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend (line 214) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper (line 217) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Double (line 220) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Double (line 223) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend (line 226) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper (line 229) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt64 (line 232) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt64 (line 235) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Double_UInt64 (line 238) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Double_UInt64 (line 241) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSendSuper (line 244) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_Double (line 247) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_Double (line 250) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr (line 253) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr (line 256) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_IntPtr_Double (line 259) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_IntPtr_Double (line 262) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSendSuper_bool (line 265) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr (line 268) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr (line 271) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (line 274) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (line 277) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr (line 280) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_IntPtr (line 283) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Int64 (line 286) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Int64 (line 289) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr (line 292) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr (line 295) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_UInt64 (line 298) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_UInt64 (line 301) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (line 304) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (line 307) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_Int64 (line 310) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_Int64 (line 313) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_IntPtr_IntPtr_bool (line 316) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_IntPtr_IntPtr_bool (line 319) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt64_IntPtr (line 322) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt64_IntPtr (line 325) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_bool (line 328) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_bool (line 331) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_bool (line 334) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_bool (line 337) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_Int64 (line 340) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_Int64 (line 343) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_IntPtr (line 346) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_IntPtr (line 349) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr (line 352) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_IntPtr (line 355) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr (line 358) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr (line 361) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr (line 364) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr (line 367) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_IntPtr (line 370) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_IntPtr (line 373) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_bool (line 376) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_bool (line 379) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_IntPtr (line 382) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_IntPtr (line 385) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_IntPtr_IntPtr_IntPtr_bool (line 388) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_bool (line 391) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_bool (line 394) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_bool (line 397) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_UInt64 (line 400) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_UInt64 (line 403) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGPoint_objc_msgSend_stret (line 406) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGPoint_objc_msgSendSuper_stret (line 409) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGPoint_objc_msgSend (line 412) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGPoint_objc_msgSendSuper (line 415) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret (line 418) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret (line 421) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method int_objc_msgSendSuper (line 424) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_int (line 427) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_int (line 430) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGRect (line 433) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGRect (line 436) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGRect_Double_Double (line 439) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGRect_Double_Double (line 442) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect (line 445) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect (line 448) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGPoint_CGPoint (line 451) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGPoint_CGPoint (line 454) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_CGPoint (line 457) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_CGPoint (line 460) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGPoint (line 463) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGPoint (line 466) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGPoint_CGPoint_CGPoint (line 469) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGPoint_CGPoint_CGPoint (line 472) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_out_Int64_out_Double (line 475) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_out_Int64_out_Double (line 478) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_Int64_Double (line 481) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_Int64_Double (line 484) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method int_objc_msgSend_Int64_IntPtr (line 487) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method int_objc_msgSendSuper_Int64_IntPtr (line 490) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method int_objc_msgSend_Int64 (line 493) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method int_objc_msgSendSuper_Int64 (line 496) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGPoint_Double_Double_Double_bool (line 499) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGPoint_Double_Double_Double_bool (line 502) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGPoint_Double_Double_Double (line 505) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGPoint_Double_Double_Double (line 508) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGPoint_CGPoint_Double (line 511) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGPoint_CGPoint_Double (line 514) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_Int64_IntPtr (line 517) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_Int64_IntPtr (line 520) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_Double_Double (line 523) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_Double_Double (line 526) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_CGPoint (line 529) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_CGPoint (line 532) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Int64_Int64_Int64_Int64_bool_bool_IntPtr_Int64_Int64 (line 535) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Int64_Int64_Int64_Int64_bool_bool_IntPtr_Int64_Int64 (line 538) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Int64_Int64_Int64_Int64_bool_bool_IntPtr_UInt64_Int64_Int64 (line 541) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Int64_Int64_Int64_Int64_bool_bool_IntPtr_UInt64_Int64_Int64 (line 544) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_out_NSTiffCompression_out_Double (line 547) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_out_NSTiffCompression_out_Double (line 550) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt64_Double (line 553) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt64_Double (line 556) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_Double (line 559) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_Double (line 562) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_UInt64_Double (line 565) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_UInt64_Double (line 568) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64 (line 571) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64 (line 574) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Double_IntPtr_IntPtr_IntPtr (line 577) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Double_IntPtr_IntPtr_IntPtr (line 580) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_bool (line 583) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_bool (line 586) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_Int64_Int64 (line 589) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_Int64_Int64 (line 592) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Int64_Int64 (line 595) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Int64_Int64 (line 598) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Int64 (line 601) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Int64 (line 604) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_IntPtr (line 607) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_IntPtr (line 610) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGSize_objc_msgSend_stret (line 613) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret (line 616) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend (line 619) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper (line 622) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGSize (line 625) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGSize (line 628) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Int64_Int64 (line 631) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Int64_Int64 (line 634) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_Int64 (line 637) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_Int64 (line 640) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_Int64 (line 643) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_Int64 (line 646) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_Int64_CGRect (line 649) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Int64_CGRect (line 652) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_Int64_Int64 (line 655) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_Int64_Int64 (line 658) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method bool_objc_msgSend_out_Int64_out_Int64_CGPoint (line 661) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_out_Int64_out_Int64_CGPoint (line 664) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_Double (line 667) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_Double (line 670) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Double_Int64 (line 673) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Double_Int64 (line 676) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_Int64 (line 679) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_Int64 (line 682) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_Int64_IntPtr (line 685) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_Int64_IntPtr (line 688) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt64_bool (line 691) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt64_bool (line 694) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_Int64 (line 697) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_Int64 (line 700) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_IntPtr (line 703) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_IntPtr (line 706) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Int64_IntPtr (line 709) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Int64_IntPtr (line 712) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_IntPtr_Int64_Int64 (line 715) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_IntPtr_Int64_Int64 (line 718) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_Int64_Int64 (line 721) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_Int64_Int64 (line 724) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_Int64 (line 727) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_Int64 (line 730) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_Int64_Int64 (line 733) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_Int64_Int64 (line 736) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_Int64 (line 739) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_Int64 (line 742) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_IntPtr_Int64_bool_Double (line 745) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_IntPtr_Int64_bool_Double (line 748) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_IntPtr_Int64 (line 751) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_IntPtr_Int64 (line 754) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_Int64_IntPtr (line 757) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_Int64_IntPtr (line 760) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_Int64 (line 763) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_Int64 (line 766) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_IntPtr_IntPtr_out_Int64_out_Int64_UInt64 (line 769) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_IntPtr_IntPtr_out_Int64_out_Int64_UInt64 (line 772) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_Int64_Int64_UInt64 (line 775) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_Int64_Int64_UInt64 (line 778) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Int64_Int64 (line 781) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Int64_Int64 (line 784) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_Int64_Int64_Int64_IntPtr (line 787) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_Int64_Int64_Int64_IntPtr (line 790) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_Int64 (line 793) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_Int64 (line 796) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_float_float (line 799) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_float_float (line 802) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_out_Single_out_Single (line 805) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_out_Single_out_Single (line 808) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_CGRect_IntPtr (line 811) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_CGRect_IntPtr (line 814) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_IntPtr_CGRect_IntPtr (line 817) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_IntPtr_CGRect_IntPtr (line 820) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_CGRect_IntPtr (line 823) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_IntPtr (line 826) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_CGRect (line 829) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_CGRect (line 832) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGSize_Int64_bool_bool (line 835) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGSize_Int64_bool_bool (line 838) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method float_objc_msgSend (line 841) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method float_objc_msgSendSuper (line 844) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_float (line 847) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_float (line 850) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt64_Int64 (line 853) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt64_Int64 (line 856) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_CGRect (line 859) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_CGRect (line 862) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_stret_CGRect (line 865) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret_CGRect (line 868) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_CGRect (line 871) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper_CGRect (line 874) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGRect_IntPtr (line 877) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGRect_IntPtr (line 880) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_bool_CGRect_IntPtr (line 883) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_bool_CGRect_IntPtr (line 886) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_out_Double_out_Double (line 889) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_out_Double_out_Double (line 892) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_CGPoint_IntPtr (line 895) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_CGPoint_IntPtr (line 898) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_CGPoint_CGPoint_IntPtr (line 901) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_CGPoint_CGPoint_IntPtr (line 904) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGPoint_CGPoint_IntPtr_bool (line 907) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGPoint_CGPoint_IntPtr_bool (line 910) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_CGRect_IntPtr_bool (line 913) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_CGRect_IntPtr_bool (line 916) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_IntPtr_IntPtr_IntPtr_IntPtr (line 919) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_IntPtr_IntPtr_IntPtr_IntPtr (line 922) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_IntPtr_IntPtr_IntPtr_Int64_Int64 (line 925) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_IntPtr_IntPtr_IntPtr_Int64_Int64 (line 928) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_CGRect_IntPtr (line 931) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_CGRect_IntPtr (line 934) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_IntPtr_CGRect_IntPtr (line 937) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_IntPtr_CGRect_IntPtr (line 940) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_CGRect_IntPtr (line 943) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_CGRect_IntPtr (line 946) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGPoint_objc_msgSend_stret_CGPoint (line 949) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGPoint_objc_msgSendSuper_stret_CGPoint (line 952) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGPoint_objc_msgSend_CGPoint (line 955) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGPoint_objc_msgSendSuper_CGPoint (line 958) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_bool (line 961) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_bool (line 964) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_CGPoint_UInt64 (line 967) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_CGPoint_UInt64 (line 970) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_CGPoint_bool (line 973) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_CGPoint_bool (line 976) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_IntPtr_IntPtr_out_Int64_Int64 (line 979) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_IntPtr_IntPtr_out_Int64_Int64 (line 982) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_Int64_Int64 (line 985) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_Int64_Int64 (line 988) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Double_Double (line 991) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Double_Double (line 994) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Double_Double_Double_Double (line 997) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Double_Double_Double_Double (line 1000) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Double_Double_Double_Double_Double (line 1003) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Double_Double_Double_Double_Double (line 1006) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Double (line 1009) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Double (line 1012) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Double_IntPtr (line 1015) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Double_IntPtr (line 1018) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_out_Double_out_Double_out_Double_out_Double (line 1021) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_out_Double_out_Double_out_Double_out_Double (line 1024) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_out_Double_out_Double_out_Double_out_Double_out_Double (line 1027) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_out_Double_out_Double_out_Double_out_Double_out_Double (line 1030) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_Int64 (line 1033) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_Int64 (line 1036) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_int_IntPtr (line 1039) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_int_IntPtr (line 1042) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_int (line 1045) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_int (line 1048) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_int (line 1051) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_int (line 1054) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_int (line 1057) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_int (line 1060) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method int_objc_msgSend_IntPtr (line 1063) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method int_objc_msgSendSuper_IntPtr (line 1066) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt32_objc_msgSend_IntPtr_IntPtr (line 1069) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt32_objc_msgSendSuper_IntPtr_IntPtr (line 1072) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_CGPoint (line 1075) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_CGPoint (line 1078) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_CGPoint (line 1081) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_CGPoint (line 1084) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_Double (line 1087) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_Double (line 1090) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr (line 1093) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_IntPtr (line 1096) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_UInt64_IntPtr (line 1099) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_UInt64_IntPtr (line 1102) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_UInt64_IntPtr_IntPtr (line 1105) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_UInt64_IntPtr_IntPtr (line 1108) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_UInt64_IntPtr_IntPtr (line 1111) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_UInt64_IntPtr_IntPtr (line 1114) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt64_IntPtr_IntPtr_IntPtr (line 1117) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt64_IntPtr_IntPtr_IntPtr (line 1120) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_UInt64_IntPtr_IntPtr_IntPtr (line 1123) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_UInt64_IntPtr_IntPtr_IntPtr (line 1126) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_bool_IntPtr_IntPtr_IntPtr (line 1129) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_bool_IntPtr_IntPtr_IntPtr (line 1132) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_UInt64 (line 1135) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_UInt64 (line 1138) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_bool_IntPtr (line 1141) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_bool_IntPtr (line 1144) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_UInt64_IntPtr (line 1147) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_UInt64_IntPtr (line 1150) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_UInt64 (line 1153) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_UInt64 (line 1156) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_UInt64 (line 1159) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_UInt64 (line 1162) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_bool_IntPtr (line 1165) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_bool_IntPtr (line 1168) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_bool_IntPtr (line 1171) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_bool_IntPtr (line 1174) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_bool_IntPtr (line 1177) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_bool_IntPtr (line 1180) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt64_IntPtr_IntPtr_IntPtr_IntPtr (line 1183) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt64_IntPtr_IntPtr_IntPtr_IntPtr (line 1186) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGSize_int (line 1189) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGSize_int (line 1192) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGSize_objc_msgSend_stret_IntPtr_CGSize (line 1195) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret_IntPtr_CGSize (line 1198) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_IntPtr_CGSize (line 1201) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper_IntPtr_CGSize (line 1204) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt32_objc_msgSend (line 1207) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt32_objc_msgSendSuper (line 1210) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Double (line 1213) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Double (line 1216) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_UInt64 (line 1219) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_UInt64 (line 1222) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt32_objc_msgSend_IntPtr (line 1225) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt32_objc_msgSendSuper_IntPtr (line 1228) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_UInt32 (line 1231) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_UInt32 (line 1234) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_stret_UInt32 (line 1237) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret_UInt32 (line 1240) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_UInt32 (line 1243) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper_UInt32 (line 1246) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_UInt64_IntPtr (line 1249) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_UInt64_IntPtr (line 1252) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_UInt64_IntPtr_IntPtr (line 1255) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_UInt64_IntPtr_IntPtr (line 1258) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_bool (line 1261) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_bool (line 1264) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_UInt64_Int64_Double (line 1267) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_UInt64_Int64_Double (line 1270) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_UInt64 (line 1273) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_UInt64 (line 1276) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_UInt64 (line 1279) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_UInt64 (line 1282) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGRect_int_IntPtr_Int64_Int64 (line 1285) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGRect_int_IntPtr_Int64_Int64 (line 1288) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_UInt64_out_UInt64_out_UInt64 (line 1291) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_UInt64_out_UInt64_out_UInt64 (line 1294) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGPoint_CGPoint_UInt64 (line 1297) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGPoint_CGPoint_UInt64 (line 1300) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_Double (line 1303) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_Double (line 1306) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGPoint_Double_CGPoint_Double_UInt64 (line 1309) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGPoint_Double_CGPoint_Double_UInt64 (line 1312) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_CGPoint (line 1315) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_CGPoint (line 1318) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_out_Double_Int64 (line 1321) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_out_Double_Int64 (line 1324) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt16_objc_msgSend (line 1327) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt16_objc_msgSendSuper (line 1330) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method short_objc_msgSend (line 1333) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method short_objc_msgSendSuper (line 1336) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Double_Double (line 1339) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Double_Double (line 1342) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_CGPoint_UInt64_Double_Int64_IntPtr_Int64_Int64_Double (line 1345) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_CGPoint_UInt64_Double_Int64_IntPtr_Int64_Int64_Double (line 1348) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_CGPoint_UInt64_Double_Int64_IntPtr_IntPtr_IntPtr_bool_UInt16 (line 1351) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_CGPoint_UInt64_Double_Int64_IntPtr_IntPtr_IntPtr_bool_UInt16 (line 1354) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_CGPoint_UInt64_Double_Int64_IntPtr_Int64_Int64_IntPtr (line 1357) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_CGPoint_UInt64_Double_Int64_IntPtr_Int64_Int64_IntPtr (line 1360) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_CGPoint_UInt64_Double_Int64_IntPtr_short_Int64_Int64 (line 1363) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_CGPoint_UInt64_Double_Int64_IntPtr_short_Int64_Int64 (line 1366) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt64_Double_Double_IntPtr (line 1369) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt64_Double_Double_IntPtr (line 1372) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_CGPoint_IntPtr (line 1375) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_CGPoint_IntPtr (line 1378) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_Int64_bool (line 1381) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_Int64_bool (line 1384) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr (line 1387) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_IntPtr (line 1390) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_IntPtr_IntPtr (line 1393) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_IntPtr_IntPtr (line 1396) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method Int64_objc_msgSend_CGPoint (line 1399) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_CGPoint (line 1402) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGPoint_objc_msgSend_stret_IntPtr (line 1405) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGPoint_objc_msgSendSuper_stret_IntPtr (line 1408) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGPoint_objc_msgSend_IntPtr (line 1411) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGPoint_objc_msgSendSuper_IntPtr (line 1414) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_IntPtr_int_Int64 (line 1417) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_IntPtr_int_Int64 (line 1420) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_out_Int32_int_int (line 1423) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_out_Int32_int_int (line 1426) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_int_int_int_int_int (line 1429) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_int_int_int_int_int (line 1432) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_int_int_int (line 1435) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_int_int_int (line 1438) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_UInt32 (line 1441) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_UInt32 (line 1444) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_int_IntPtr_int (line 1447) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_int_IntPtr_int (line 1450) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (line 1453) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (line 1456) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (line 1459) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (line 1462) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_IntPtr_IntPtr (line 1465) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_IntPtr_IntPtr (line 1468) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_bool (line 1471) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_bool (line 1474) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_IntPtr_IntPtr_bool (line 1477) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_bool (line 1480) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_bool (line 1483) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_bool (line 1486) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_out_CGRect_IntPtr_IntPtr_CGPoint (line 1489) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_out_CGRect_IntPtr_IntPtr_CGPoint (line 1492) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_IntPtr_IntPtr (line 1495) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_IntPtr_IntPtr (line 1498) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_IntPtr_IntPtr_IntPtr_Int64 (line 1501) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_Int64 (line 1504) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_IntPtr_Int64 (line 1507) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_Int64 (line 1510) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_CGPoint (line 1513) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_CGPoint (line 1516) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGSize (line 1519) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGSize (line 1522) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGPoint_CGRect_UInt64_Double (line 1525) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGPoint_CGRect_UInt64_Double (line 1528) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_CGRect_UInt64_Double (line 1531) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_CGRect_UInt64_Double (line 1534) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_CGRect_UInt64_Double_bool_IntPtr (line 1537) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_CGRect_UInt64_Double_bool_IntPtr (line 1540) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_CGRect (line 1543) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_CGRect (line 1546) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_CGSize (line 1549) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_CGSize (line 1552) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_out_CGRect_IntPtr_IntPtr (line 1555) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_out_CGRect_IntPtr_IntPtr (line 1558) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGRect_IntPtr_IntPtr (line 1561) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGRect_IntPtr_IntPtr (line 1564) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_CGRect_CGRect_IntPtr_IntPtr_bool (line 1567) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_CGRect_CGRect_IntPtr_IntPtr_bool (line 1570) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGSize_objc_msgSend_stret_IntPtr (line 1573) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret_IntPtr (line 1576) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_IntPtr (line 1579) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper_IntPtr (line 1582) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_UInt64 (line 1585) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_UInt64 (line 1588) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_CGRect (line 1591) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_CGRect (line 1594) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_CGRect_CGRect_UInt64_Double_bool_IntPtr (line 1597) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_CGRect_CGRect_UInt64_Double_bool_IntPtr (line 1600) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Int64_Int64_Int64_bool (line 1603) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Int64_Int64_Int64_bool (line 1606) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Int64_Int64_Int64 (line 1609) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Int64_Int64_Int64 (line 1612) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_out_Int64_out_Int64 (line 1615) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_out_Int64_out_Int64 (line 1618) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_out_Int64_out_Int64_IntPtr (line 1621) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_out_Int64_out_Int64_IntPtr (line 1624) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Int64_IntPtr (line 1627) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Int64_IntPtr (line 1630) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_bool_Int64_Int64 (line 1633) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_bool_Int64_Int64 (line 1636) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_UInt64_IntPtr_IntPtr (line 1639) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_UInt64_IntPtr_IntPtr (line 1642) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Int64_Int64_IntPtr_Int64_Double_Double (line 1645) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Int64_Int64_IntPtr_Int64_Double_Double (line 1648) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_NSRange (line 1651) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_NSRange (line 1654) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_UInt64_NSRange_Int64_NSRange (line 1657) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_UInt64_NSRange_Int64_NSRange (line 1660) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt64_Int64_Int64 (line 1663) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt64_Int64_Int64 (line 1666) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Int64_UInt64 (line 1669) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Int64_UInt64 (line 1672) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_UInt64_out_Boolean (line 1675) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_UInt64_out_Boolean (line 1678) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_Int64 (line 1681) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_Int64 (line 1684) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_Int64_Int64 (line 1687) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_Int64_Int64 (line 1690) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_NSRange_IntPtr_IntPtr_IntPtr_IntPtr (line 1693) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_NSRange_IntPtr_IntPtr_IntPtr_IntPtr (line 1696) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_NSRange_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (line 1699) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_NSRange_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (line 1702) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_IntPtr_NSRange (line 1705) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_IntPtr_NSRange (line 1708) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_NSRange (line 1711) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_NSRange (line 1714) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_NSRange_CGRect (line 1717) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_NSRange_CGRect (line 1720) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_CGRect_IntPtr (line 1723) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_CGRect_IntPtr (line 1726) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGPoint_NSRange (line 1729) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGPoint_NSRange (line 1732) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_bool_Int64 (line 1735) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_bool_Int64 (line 1738) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGSize_NSRange (line 1741) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGSize_NSRange (line 1744) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_out_UInt64_out_UInt64 (line 1747) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_out_UInt64_out_UInt64 (line 1750) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_IntPtr (line 1753) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_IntPtr (line 1756) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGPoint_objc_msgSend_stret_Int64 (line 1759) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGPoint_objc_msgSendSuper_stret_Int64 (line 1762) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGPoint_objc_msgSend_Int64 (line 1765) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGPoint_objc_msgSendSuper_Int64 (line 1768) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGSize_objc_msgSend_stret_Int64 (line 1771) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret_Int64 (line 1774) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_Int64 (line 1777) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper_Int64 (line 1780) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_IntPtr_NSRange (line 1783) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_IntPtr_NSRange (line 1786) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_IntPtr_NSRange (line 1789) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_IntPtr_NSRange (line 1792) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_stret_IntPtr (line 1795) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSRange_objc_msgSendSuper_stret_IntPtr (line 1798) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_IntPtr (line 1801) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method NSRange_objc_msgSendSuper_IntPtr (line 1804) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method NSRange_objc_msgSend_stret_Int64 (line 1807) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSRange_objc_msgSendSuper_stret_Int64 (line 1810) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_Int64 (line 1813) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method NSRange_objc_msgSendSuper_Int64 (line 1816) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_NSRange_IntPtr (line 1819) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_NSRange_IntPtr (line 1822) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_stret_CGRect_IntPtr (line 1825) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSRange_objc_msgSendSuper_stret_CGRect_IntPtr (line 1828) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_CGRect_IntPtr (line 1831) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method NSRange_objc_msgSendSuper_CGRect_IntPtr (line 1834) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_CGPoint_IntPtr_out_Double (line 1837) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_CGPoint_IntPtr_out_Double (line 1840) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_CGPoint_IntPtr (line 1843) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_CGPoint_IntPtr (line 1846) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_CGPoint_IntPtr (line 1849) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_CGPoint_IntPtr (line 1852) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_UInt64_bool_bool_IntPtr_IntPtr (line 1855) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_UInt64_bool_bool_IntPtr_IntPtr (line 1858) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_NSRange (line 1861) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_NSRange (line 1864) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_IntPtr (line 1867) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_IntPtr (line 1870) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_bool_Int64_IntPtr (line 1873) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_bool_Int64_IntPtr (line 1876) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_NSRange_Int64 (line 1879) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_NSRange_Int64 (line 1882) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_IntPtr_IntPtr (line 1885) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_IntPtr_IntPtr (line 1888) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGPoint_CGRect_IntPtr (line 1891) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGPoint_CGRect_IntPtr (line 1894) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_IntPtr_int (line 1897) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_IntPtr_int (line 1900) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGRect_bool (line 1903) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGRect_bool (line 1906) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method float_objc_msgSend_IntPtr_IntPtr (line 1909) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method float_objc_msgSendSuper_IntPtr_IntPtr (line 1912) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method int_objc_msgSend_IntPtr_IntPtr (line 1915) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method int_objc_msgSendSuper_IntPtr_IntPtr (line 1918) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGSize_objc_msgSend_stret_IntPtr_IntPtr (line 1921) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret_IntPtr_IntPtr (line 1924) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_IntPtr_IntPtr (line 1927) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper_IntPtr_IntPtr (line 1930) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method NSRange_objc_msgSend_stret (line 1933) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSRange_objc_msgSendSuper_stret (line 1936) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend (line 1939) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method NSRange_objc_msgSendSuper (line 1942) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_CGRect_IntPtr_IntPtr (line 1945) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_CGRect_IntPtr_IntPtr (line 1948) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Double_IntPtr_CGPoint (line 1951) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Double_IntPtr_CGPoint (line 1954) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_Double_IntPtr_IntPtr (line 1957) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_Double_IntPtr_IntPtr (line 1960) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_CGRect_UInt64 (line 1963) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_CGRect_UInt64 (line 1966) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGRect_objc_msgSend_stret_UInt64 (line 1969) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_UInt64 (line 1972) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_CGRect_bool (line 1975) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_bool (line 1978) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_CGPoint (line 1981) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_CGPoint (line 1984) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_UInt64_Int64 (line 1987) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_UInt64_Int64 (line 1990) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGSize_objc_msgSend_stret_CGSize_bool_bool_UInt64 (line 1993) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret_CGSize_bool_bool_UInt64 (line 1996) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_CGSize_bool_bool_UInt64 (line 1999) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper_CGSize_bool_bool_UInt64 (line 2002) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGSize_objc_msgSend_stret_CGSize_IntPtr_IntPtr_UInt64_UInt64_Int64 (line 2005) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret_CGSize_IntPtr_IntPtr_UInt64_UInt64_Int64 (line 2008) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_CGSize_IntPtr_IntPtr_UInt64_UInt64_Int64 (line 2011) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper_CGSize_IntPtr_IntPtr_UInt64_UInt64_Int64 (line 2014) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Int64_CGRect_IntPtr (line 2017) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Int64_CGRect_IntPtr (line 2020) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_bool (line 2023) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_bool (line 2026) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_IntPtr_NSRange_IntPtr (line 2029) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_NSRange_IntPtr (line 2032) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_short (line 2035) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_short (line 2038) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_UInt32_IntPtr_IntPtr (line 2041) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_UInt32_IntPtr_IntPtr (line 2044) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method NSRange_objc_msgSend_stret_IntPtr_Int64_IntPtr_bool_Int64_out_Int64 (line 2047) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSRange_objc_msgSendSuper_stret_IntPtr_Int64_IntPtr_bool_Int64_out_Int64 (line 2050) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_IntPtr_Int64_IntPtr_bool_Int64_out_Int64 (line 2053) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method NSRange_objc_msgSendSuper_IntPtr_Int64_IntPtr_bool_Int64_out_Int64 (line 2056) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method NSRange_objc_msgSend_stret_IntPtr_Int64 (line 2059) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSRange_objc_msgSendSuper_stret_IntPtr_Int64 (line 2062) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_IntPtr_Int64 (line 2065) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method NSRange_objc_msgSendSuper_IntPtr_Int64 (line 2068) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method NSRange_objc_msgSend_stret_IntPtr_int_IntPtr_bool_Int64_IntPtr (line 2071) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSRange_objc_msgSendSuper_stret_IntPtr_int_IntPtr_bool_Int64_IntPtr (line 2074) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_IntPtr_int_IntPtr_bool_Int64_IntPtr (line 2077) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method NSRange_objc_msgSendSuper_IntPtr_int_IntPtr_bool_Int64_IntPtr (line 2080) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_NSRange_UInt64_IntPtr_Int64_IntPtr_out_Int64 (line 2083) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_NSRange_UInt64_IntPtr_Int64_IntPtr_out_Int64 (line 2086) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_CGPoint_IntPtr (line 2089) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_CGPoint_IntPtr (line 2092) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_NSRange_IntPtr_IntPtr_Int64 (line 2095) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_NSRange_IntPtr_IntPtr_Int64 (line 2098) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_IntPtr_Double_Int64 (line 2101) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_IntPtr_Double_Int64 (line 2104) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_CGSize (line 2107) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_CGSize (line 2110) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_IntPtr_CGRect_CGRect_Int64 (line 2113) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_IntPtr_CGRect_CGRect_Int64 (line 2116) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGRect_objc_msgSend_stret_IntPtr_Int64 (line 2119) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_IntPtr_Int64 (line 2122) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSEdgeInsets_objc_msgSend_stret (line 2125) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSEdgeInsets_objc_msgSendSuper_stret (line 2128) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGPoint_objc_msgSend_stret_CGPoint_IntPtr (line 2131) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGPoint_objc_msgSendSuper_stret_CGPoint_IntPtr (line 2134) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGPoint_objc_msgSend_CGPoint_IntPtr (line 2137) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGPoint_objc_msgSendSuper_CGPoint_IntPtr (line 2140) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGSize_objc_msgSend_stret_CGSize_IntPtr (line 2143) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret_CGSize_IntPtr (line 2146) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_CGSize_IntPtr (line 2149) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper_CGSize_IntPtr (line 2152) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGSize_objc_msgSend_stret_CGSize (line 2155) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret_CGSize (line 2158) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_CGSize (line 2161) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper_CGSize (line 2164) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_CGSize (line 2167) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_CGSize (line 2170) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGPoint (line 2173) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGPoint (line 2176) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_CGPoint_CGRect (line 2179) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_CGPoint_CGRect (line 2182) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_CGRect_IntPtr_IntPtr_bool (line 2185) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_CGRect_IntPtr_IntPtr_bool (line 2188) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_CGRect_IntPtr_IntPtr (line 2191) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_CGRect_IntPtr_IntPtr (line 2194) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_CGPoint_CGSize_IntPtr_IntPtr_IntPtr_bool (line 2197) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_CGPoint_CGSize_IntPtr_IntPtr_IntPtr_bool (line 2200) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_CGRect_bool_IntPtr (line 2203) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_CGRect_bool_IntPtr (line 2206) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_CGRect_IntPtr_bool_IntPtr (line 2209) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_CGRect_IntPtr_bool_IntPtr (line 2212) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method float_objc_msgSend_Int64 (line 2215) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method float_objc_msgSendSuper_Int64 (line 2218) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_float_Int64 (line 2221) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_float_Int64 (line 2224) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_out_Double_Double_Double_Double (line 2227) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_out_Double_Double_Double_Double (line 2230) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_out_NSRange (line 2233) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_out_NSRange (line 2236) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGPoint_objc_msgSend_stret_CGRect (line 2239) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGPoint_objc_msgSendSuper_stret_CGRect (line 2242) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGPoint_objc_msgSend_CGRect (line 2245) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGPoint_objc_msgSendSuper_CGRect (line 2248) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method NSRange_objc_msgSend_stret_CGRect (line 2251) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSRange_objc_msgSendSuper_stret_CGRect (line 2254) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_CGRect (line 2257) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method NSRange_objc_msgSendSuper_CGRect (line 2260) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Int64_Int64_IntPtr_bool (line 2263) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Int64_Int64_IntPtr_bool (line 2266) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Int64_Int64_bool (line 2269) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Int64_Int64_bool (line 2272) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Int64_bool (line 2275) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Int64_bool (line 2278) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_IntPtr_Int64 (line 2281) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_Int64 (line 2284) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_Int64_Int64_IntPtr (line 2287) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_Int64_Int64_IntPtr (line 2290) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_IntPtr_IntPtr_Int64_UInt64 (line 2293) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_IntPtr_IntPtr_Int64_UInt64 (line 2296) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_Int64_UInt64 (line 2299) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_Int64_UInt64 (line 2302) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_CGPoint_IntPtr (line 2305) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_CGPoint_IntPtr (line 2308) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_CGPoint_UInt64 (line 2311) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_CGPoint_UInt64 (line 2314) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_IntPtr_bool_Int64 (line 2317) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_IntPtr_bool_Int64 (line 2320) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_bool_CGRect (line 2323) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_bool_CGRect (line 2326) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGSize_objc_msgSend_stret_bool (line 2329) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret_bool (line 2332) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_bool (line 2335) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper_bool (line 2338) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_NSRange_IntPtr (line 2341) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_NSRange_IntPtr (line 2344) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_NSRange (line 2347) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_NSRange (line 2350) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_IntPtr_UInt64 (line 2353) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_IntPtr_UInt64 (line 2356) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_IntPtr_UInt64_IntPtr (line 2359) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_IntPtr_UInt64_IntPtr (line 2362) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_CGRect_IntPtr_UInt64 (line 2365) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_CGRect_IntPtr_UInt64 (line 2368) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_CGRect_IntPtr_UInt64_bool (line 2371) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_CGRect_IntPtr_UInt64_bool (line 2374) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_IntPtr_CGRect_CGPoint_UInt64 (line 2377) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_IntPtr_CGRect_CGPoint_UInt64 (line 2380) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_Double_UInt64_UInt64 (line 2383) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Double_UInt64_UInt64 (line 2386) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Double_UInt64 (line 2389) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Double_UInt64 (line 2392) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Double_UInt64_Int64_int (line 2395) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Double_UInt64_Int64_int (line 2398) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Double_UInt64_Int64 (line 2401) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Double_UInt64_Int64 (line 2404) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_Int64_int (line 2407) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_Int64_int (line 2410) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_Int64_int (line 2413) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_Int64_int (line 2416) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_CGPoint_CGRect_IntPtr_NSRange (line 2419) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_CGPoint_CGRect_IntPtr_NSRange (line 2422) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGRect_objc_msgSend_stret_CGRect_CGRect_IntPtr_NSRange (line 2425) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_CGRect_CGRect_IntPtr_NSRange (line 2428) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_CGRect_IntPtr_NSRange_IntPtr (line 2431) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_IntPtr_NSRange_IntPtr (line 2434) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Int64_Int64_Int64_Int64 (line 2437) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Int64_Int64_Int64_Int64 (line 2440) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_IntPtr_CGPoint_CGRect_IntPtr_NSRange (line 2443) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_IntPtr_CGPoint_CGRect_IntPtr_NSRange (line 2446) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGRect_objc_msgSend_stret_IntPtr_CGRect_CGRect_IntPtr_NSRange (line 2449) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_IntPtr_CGRect_CGRect_IntPtr_NSRange (line 2452) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_IntPtr_CGRect_IntPtr_NSRange_IntPtr (line 2455) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_CGRect_IntPtr_NSRange_IntPtr (line 2458) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt64_NSRange_Int64 (line 2461) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt64_NSRange_Int64 (line 2464) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_Double_IntPtr (line 2467) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_Double_IntPtr (line 2470) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt64_NSRange (line 2473) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt64_NSRange (line 2476) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Int64_NSRange (line 2479) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Int64_NSRange (line 2482) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_IntPtr_IntPtr_Double (line 2485) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_IntPtr_IntPtr_Double (line 2488) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_IntPtr_bool (line 2491) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_IntPtr_bool (line 2494) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method NSRange_objc_msgSend_stret_NSRange_UInt64 (line 2497) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSRange_objc_msgSendSuper_stret_NSRange_UInt64 (line 2500) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_NSRange_UInt64 (line 2503) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method NSRange_objc_msgSendSuper_NSRange_UInt64 (line 2506) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt32_objc_msgSend_CGPoint (line 2509) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt32_objc_msgSendSuper_CGPoint (line 2512) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_NSRange_out_Int64 (line 2515) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_NSRange_out_Int64 (line 2518) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_NSRange_Int64_bool (line 2521) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_NSRange_Int64_bool (line 2524) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_UInt64_bool (line 2527) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_UInt64_bool (line 2530) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_NSRange_UInt64_bool (line 2533) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_NSRange_UInt64_bool (line 2536) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_NSRange_IntPtr (line 2539) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_NSRange_IntPtr (line 2542) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method NSRange_objc_msgSend_stret_NSRange (line 2545) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSRange_objc_msgSendSuper_stret_NSRange (line 2548) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_NSRange (line 2551) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method NSRange_objc_msgSendSuper_NSRange (line 2554) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_NSRange_IntPtr_IntPtr (line 2557) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_NSRange_IntPtr_IntPtr (line 2560) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_NSRange (line 2563) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_NSRange (line 2566) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_NSRange_UInt64_IntPtr (line 2569) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_NSRange_UInt64_IntPtr (line 2572) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_NSRange_UInt64_IntPtr_IntPtr_Int64 (line 2575) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_NSRange_UInt64_IntPtr_IntPtr_Int64 (line 2578) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_CGRect_UInt64 (line 2581) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_CGRect_UInt64 (line 2584) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_UInt64 (line 2587) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_UInt64 (line 2590) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_UInt32_IntPtr_IntPtr (line 2593) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_UInt32_IntPtr_IntPtr (line 2596) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method NSRange_objc_msgSend_stret_IntPtr_NSRange_NSRange (line 2599) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSRange_objc_msgSendSuper_stret_IntPtr_NSRange_NSRange (line 2602) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_IntPtr_NSRange_NSRange (line 2605) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method NSRange_objc_msgSendSuper_IntPtr_NSRange_NSRange (line 2608) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_NSRange_Int64 (line 2611) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_NSRange_Int64 (line 2614) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_NSRange_IntPtr (line 2617) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_NSRange_IntPtr (line 2620) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_Int64_NSRange (line 2623) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_Int64_NSRange (line 2626) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_UInt64 (line 2629) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_UInt64 (line 2632) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_NSRange_IntPtr_UInt64 (line 2635) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_NSRange_IntPtr_UInt64 (line 2638) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_NSRange_UInt64_IntPtr_IntPtr_IntPtr_Int64 (line 2641) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_NSRange_UInt64_IntPtr_IntPtr_IntPtr_Int64 (line 2644) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_CGRect_IntPtr (line 2647) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_CGRect_IntPtr (line 2650) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_Int64_Int64 (line 2653) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_Int64_Int64 (line 2656) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_UInt32 (line 2659) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_UInt32 (line 2662) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGRect_UInt64_IntPtr_IntPtr (line 2665) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGRect_UInt64_IntPtr_IntPtr (line 2668) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_IntPtr_UInt64 (line 2671) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_IntPtr_UInt64 (line 2674) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGRect_UInt64_UInt64_bool (line 2677) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGRect_UInt64_UInt64_bool (line 2680) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGRect_UInt64_UInt64_bool_IntPtr (line 2683) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGRect_UInt64_UInt64_bool_IntPtr (line 2686) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_CGRect (line 2689) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_CGRect (line 2692) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_bool_bool (line 2695) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_bool_bool (line 2698) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Double_int (line 2701) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Double_int (line 2704) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_int (line 2707) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_int (line 2710) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_bool_int (line 2713) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_bool_int (line 2716) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_int (line 2719) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_int (line 2722) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_UInt64 (line 2725) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_UInt64 (line 2728) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_CGPoint_Int64 (line 2731) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_CGPoint_Int64 (line 2734) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_IntPtr_CGRect (line 2737) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_IntPtr_CGRect (line 2740) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGRect_objc_msgSend_stret_IntPtr_IntPtr_CGRect (line 2743) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_IntPtr_IntPtr_CGRect (line 2746) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method bool_objc_msgSend_IntPtr_IntPtr_CGPoint_IntPtr (line 2749) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_CGPoint_IntPtr (line 2752) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_IntPtr_UInt64 (line 2755) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_IntPtr_UInt64 (line 2758) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGSize_objc_msgSend_stret_IntPtr_CGSize_CGSize (line 2761) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGSize_objc_msgSendSuper_stret_IntPtr_CGSize_CGSize (line 2764) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CGSize_objc_msgSend_IntPtr_CGSize_CGSize (line 2767) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CGSize_objc_msgSendSuper_IntPtr_CGSize_CGSize (line 2770) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_bool (line 2773) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_bool (line 2776) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_bool_bool (line 2779) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_bool_bool (line 2782) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_out_Boolean_out_Boolean_out_Boolean_IntPtr_IntPtr (line 2785) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_out_Boolean_out_Boolean_out_Boolean_IntPtr_IntPtr (line 2788) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr_out_Int64 (line 2791) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_IntPtr_out_Int64 (line 2794) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_UInt64_IntPtr_UInt64 (line 2797) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_UInt64_IntPtr_UInt64 (line 2800) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_UInt64_UInt64_IntPtr_UInt64 (line 2803) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_UInt64_UInt64_IntPtr_UInt64 (line 2806) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Int64_UInt64_Int64_bool (line 2809) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Int64_UInt64_Int64_bool (line 2812) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_IntPtr_UInt64 (line 2815) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_IntPtr_UInt64 (line 2818) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Int64_IntPtr_UInt64 (line 2821) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Int64_IntPtr_UInt64 (line 2824) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_CGRect (line 2827) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_CGRect (line 2830) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_bool_IntPtr (line 2833) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_bool_IntPtr (line 2836) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_UInt32_IntPtr (line 2839) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_UInt32_IntPtr (line 2842) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGAffineTransform_objc_msgSend_stret (line 2845) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGAffineTransform_objc_msgSendSuper_stret (line 2848) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_CGAffineTransform (line 2851) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGAffineTransform (line 2854) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt32 (line 2857) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt32 (line 2860) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt32 (line 2863) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt32 (line 2866) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt32_objc_msgSend_int (line 2869) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt32_objc_msgSendSuper_int (line 2872) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_UInt32_UInt32 (line 2875) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_UInt32_UInt32 (line 2878) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt32_UInt32 (line 2881) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt32_UInt32 (line 2884) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_int_int (line 2887) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_int_int (line 2890) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_int (line 2893) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_int (line 2896) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method int_objc_msgSend_IntPtr_IntPtr_IntPtr (line 2899) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method int_objc_msgSendSuper_IntPtr_IntPtr_IntPtr (line 2902) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_int_IntPtr (line 2905) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_int_IntPtr (line 2908) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Double_CGPoint (line 2911) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Double_CGPoint (line 2914) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_int_IntPtr (line 2917) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_int_IntPtr (line 2920) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method QTTime_objc_msgSend_stret (line 2923) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method QTTime_objc_msgSendSuper_stret (line 2926) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method QTTime_objc_msgSend (line 2929) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method QTTime_objc_msgSendSuper (line 2932) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_QTTime (line 2935) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_QTTime (line 2938) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_QTTimeRange_IntPtr (line 2941) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_QTTimeRange_IntPtr (line 2944) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_QTTimeRange_IntPtr (line 2947) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_QTTimeRange_IntPtr (line 2950) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_QTTime (line 2953) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_QTTime (line 2956) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_QTTime_IntPtr_IntPtr (line 2959) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_QTTime_IntPtr_IntPtr (line 2962) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_QTTimeRange (line 2965) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_QTTimeRange (line 2968) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_QTTimeRange_QTTime (line 2971) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_QTTimeRange_QTTime (line 2974) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_QTTimeRange_QTTimeRange (line 2977) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_QTTimeRange_QTTimeRange (line 2980) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_QTTimeRange_QTTime (line 2983) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_QTTimeRange_QTTime (line 2986) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_QTTime_IntPtr (line 2989) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_QTTime_IntPtr (line 2992) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_QTTimeRange_QTTime (line 2995) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_QTTimeRange_QTTime (line 2998) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_QTTimeRange_QTTimeRange (line 3001) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_QTTimeRange_QTTimeRange (line 3004) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method QTTime_objc_msgSend_stret_int (line 3007) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method QTTime_objc_msgSendSuper_stret_int (line 3010) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method QTTime_objc_msgSend_int (line 3013) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method QTTime_objc_msgSendSuper_int (line 3016) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method int_objc_msgSend_QTTime (line 3019) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method int_objc_msgSendSuper_QTTime (line 3022) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGSize_IntPtr (line 3025) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGSize_IntPtr (line 3028) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_int_CGPoint_IntPtr (line 3031) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_int_CGPoint_IntPtr (line 3034) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_int (line 3037) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_int (line 3040) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_CGPoint_IntPtr_CGPoint (line 3043) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_CGPoint_IntPtr_CGPoint (line 3046) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_int_IntPtr_int (line 3049) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_int_IntPtr_int (line 3052) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_int (line 3055) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_int (line 3058) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_CGRect_int (line 3061) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_int (line 3064) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGPoint_CGPoint (line 3067) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGPoint_CGPoint (line 3070) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_int_bool (line 3073) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_int_bool (line 3076) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_bool_int (line 3079) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_bool_int (line 3082) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGPoint_bool (line 3085) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGPoint_bool (line 3088) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method float_objc_msgSend_IntPtr_float (line 3091) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method float_objc_msgSendSuper_IntPtr_float (line 3094) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt32_objc_msgSend_IntPtr_UInt32 (line 3097) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt32_objc_msgSendSuper_IntPtr_UInt32 (line 3100) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method int_objc_msgSend_IntPtr_IntPtr_UInt32 (line 3103) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method int_objc_msgSendSuper_IntPtr_IntPtr_UInt32 (line 3106) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt16_objc_msgSend_IntPtr (line 3109) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt16_objc_msgSendSuper_IntPtr (line 3112) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method short_objc_msgSend_UInt16_IntPtr (line 3115) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method short_objc_msgSendSuper_UInt16_IntPtr (line 3118) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method short_objc_msgSend_IntPtr (line 3121) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method short_objc_msgSendSuper_IntPtr (line 3124) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method short_objc_msgSend_IntPtr_int (line 3127) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method short_objc_msgSendSuper_IntPtr_int (line 3130) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_int (line 3133) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_int (line 3136) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt32_UInt32 (line 3139) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt32_UInt32 (line 3142) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt32_IntPtr (line 3145) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt32_IntPtr (line 3148) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt32_UInt32_IntPtr (line 3151) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt32_UInt32_IntPtr (line 3154) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_bool_IntPtr (line 3157) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_bool_IntPtr (line 3160) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_int_int (line 3163) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_int_int (line 3166) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_bool_bool (line 3169) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_bool_bool (line 3172) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_Double (line 3175) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_Double (line 3178) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_int_IntPtr (line 3181) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_int_IntPtr (line 3184) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_CGRect (line 3187) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_CGRect (line 3190) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_UInt32_IntPtr (line 3193) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_UInt32_IntPtr (line 3196) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method UInt64_objc_msgSend_IntPtr_CGPoint (line 3199) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method UInt64_objc_msgSendSuper_IntPtr_CGPoint (line 3202) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_UInt32_CGPoint_IntPtr (line 3205) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_UInt32_CGPoint_IntPtr (line 3208) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method float_objc_msgSend_IntPtr (line 3211) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method float_objc_msgSendSuper_IntPtr (line 3214) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_int_IntPtr (line 3217) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_int_IntPtr (line 3220) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_bool_bool_bool (line 3223) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_bool_bool_bool (line 3226) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method float_objc_msgSend_UInt32 (line 3229) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method float_objc_msgSendSuper_UInt32 (line 3232) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_Double (line 3235) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_Double (line 3238) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CMTime_objc_msgSend_stret (line 3241) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CMTime_objc_msgSendSuper_stret (line 3244) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_CMTime (line 3247) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CMTime (line 3250) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CMTime_out_CMTime_IntPtr (line 3253) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CMTime_out_CMTime_IntPtr (line 3256) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CMTimeRange_objc_msgSend_stret (line 3259) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CMTimeRange_objc_msgSendSuper_stret (line 3262) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_CMTimeRange (line 3265) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CMTimeRange (line 3268) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_CMTime (line 3271) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_CMTime (line 3274) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CMTime (line 3277) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CMTime (line 3280) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CMTime_objc_msgSend_stret_CMTime (line 3283) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CMTime_objc_msgSendSuper_stret_CMTime (line 3286) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method bool_objc_msgSend_CMTimeRange_IntPtr_CMTime_IntPtr (line 3289) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_CMTimeRange_IntPtr_CMTime_IntPtr (line 3292) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CMTimeRange_CMTime (line 3295) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CMTimeRange_CMTime (line 3298) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_CMTime_IntPtr (line 3301) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_CMTime_IntPtr (line 3304) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CMTimeMapping_objc_msgSend_stret (line 3307) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CMTimeMapping_objc_msgSendSuper_stret (line 3310) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method IntPtr_objc_msgSend_IntPtr_int_CMTimeRange_CMTimeRange (line 3313) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_int_CMTimeRange_CMTimeRange (line 3316) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CMTimeRange (line 3319) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CMTimeRange (line 3322) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_CMTime_out_Single_out_Single_out_CMTimeRange (line 3325) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_CMTime_out_Single_out_Single_out_CMTimeRange (line 3328) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_float_float_CMTimeRange (line 3331) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_float_float_CMTimeRange (line 3334) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_float_CMTime (line 3337) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_float_CMTime (line 3340) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_CMTimeRange_IntPtr (line 3343) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_CMTimeRange_IntPtr (line 3346) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_CMTimeRange (line 3349) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_CMTimeRange (line 3352) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_CMTime_out_CGAffineTransform_out_CGAffineTransform_out_CMTimeRange (line 3355) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_CMTime_out_CGAffineTransform_out_CGAffineTransform_out_CMTimeRange (line 3358) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGAffineTransform_CGAffineTransform_CMTimeRange (line 3361) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGAffineTransform_CGAffineTransform_CMTimeRange (line 3364) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGAffineTransform_CMTime (line 3367) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGAffineTransform_CMTime (line 3370) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CMTime_IntPtr_IntPtr (line 3373) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CMTime_IntPtr_IntPtr (line 3376) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CMTime_CMTime_CMTime (line 3379) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CMTime_CMTime_CMTime (line 3382) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CMTime_IntPtr (line 3385) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CMTime_IntPtr (line 3388) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CMTime_CMTime_CMTime_IntPtr (line 3391) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CMTime_CMTime_CMTime_IntPtr (line 3394) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_float_CMTime_CMTime (line 3397) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_float_CMTime_CMTime (line 3400) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_float_IntPtr (line 3403) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_float_IntPtr (line 3406) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_CMTimeRange (line 3409) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_CMTimeRange (line 3412) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CMTime_objc_msgSend_stret_Double (line 3415) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CMTime_objc_msgSendSuper_stret_Double (line 3418) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CMTime_objc_msgSend_stret_Int64 (line 3421) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CMTime_objc_msgSendSuper_stret_Int64 (line 3424) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method bool_objc_msgSend_CMTime (line 3427) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_CMTime (line 3430) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CMTime_out_CMTime (line 3433) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CMTime_out_CMTime (line 3436) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_out_NSRange (line 3439) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_out_NSRange (line 3442) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_UInt64_out_NSRange (line 3445) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_UInt64_out_NSRange (line 3448) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_out_NSRange_NSRange (line 3451) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_out_NSRange_NSRange (line 3454) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_UInt64_out_NSRange_NSRange (line 3457) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_UInt64_out_NSRange_NSRange (line 3460) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_NSRange_UInt64_IntPtr (line 3463) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_NSRange_UInt64_IntPtr (line 3466) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_UInt64 (line 3469) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_UInt64 (line 3472) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_IntPtr_IntPtr_UInt64 (line 3475) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_IntPtr_IntPtr_UInt64 (line 3478) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_Char (line 3481) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_Char (line 3484) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_byte (line 3487) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_byte (line 3490) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_UInt32 (line 3493) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_UInt32 (line 3496) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_Double_IntPtr (line 3499) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_Double_IntPtr (line 3502) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_UInt64_UInt64_UInt64 (line 3505) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_UInt64_UInt64_UInt64 (line 3508) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_UInt64_IntPtr (line 3511) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_UInt64_IntPtr (line 3514) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method NSRange_objc_msgSend_stret_IntPtr_UInt64_NSRange (line 3517) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSRange_objc_msgSendSuper_stret_IntPtr_UInt64_NSRange (line 3520) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method NSRange_objc_msgSend_IntPtr_UInt64_NSRange (line 3523) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method NSRange_objc_msgSendSuper_IntPtr_UInt64_NSRange (line 3526) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_int_bool (line 3529) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_int_bool (line 3532) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_NSRange_Int64 (line 3535) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_NSRange_Int64 (line 3538) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_NSRange_IntPtr_UInt64_IntPtr (line 3541) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_NSRange_IntPtr_UInt64_IntPtr (line 3544) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_IntPtr_out_NSRange_out_NSRange (line 3547) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_IntPtr_out_NSRange_out_NSRange (line 3550) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_NSRange_IntPtr_UInt64_IntPtr (line 3553) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_NSRange_IntPtr_UInt64_IntPtr (line 3556) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_IntPtr_out_NSRange_out_NSRange_IntPtr (line 3559) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_IntPtr_out_NSRange_out_NSRange_IntPtr (line 3562) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Double_IntPtr_IntPtr_IntPtr_bool (line 3565) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Double_IntPtr_IntPtr_IntPtr_bool (line 3568) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Double_IntPtr_IntPtr_IntPtr_bool (line 3571) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Double_IntPtr_IntPtr_IntPtr_bool (line 3574) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_UInt64_IntPtr_out_Boolean_IntPtr (line 3577) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_UInt64_IntPtr_out_Boolean_IntPtr (line 3580) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_IntPtr_IntPtr_IntPtr (line 3583) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_IntPtr_IntPtr_IntPtr (line 3586) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_UInt64_IntPtr (line 3589) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_UInt64_IntPtr (line 3592) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_Int64_IntPtr_IntPtr_IntPtr (line 3595) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_Int64_IntPtr_IntPtr_IntPtr (line 3598) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_Int64_Int64_Int64 (line 3601) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_Int64_Int64_Int64 (line 3604) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Int64_IntPtr_IntPtr_IntPtr (line 3607) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Int64_IntPtr_IntPtr_IntPtr (line 3610) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_Int64_IntPtr (line 3613) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_Int64_IntPtr (line 3616) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CGRect_objc_msgSend_stret_CGSize_UInt64_IntPtr (line 3619) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CGRect_objc_msgSendSuper_stret_CGSize_UInt64_IntPtr (line 3622) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_CGPoint_IntPtr (line 3625) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGPoint_IntPtr (line 3628) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_CGRect_UInt64_IntPtr (line 3631) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CGRect_UInt64_IntPtr (line 3634) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Char_objc_msgSend_UInt64 (line 3637) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Char_objc_msgSendSuper_UInt64 (line 3640) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_UInt32 (line 3643) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_UInt32 (line 3646) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_UInt32_NSRange (line 3649) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_UInt32_NSRange (line 3652) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_UInt32_NSRange_IntPtr (line 3655) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_UInt32_NSRange_IntPtr (line 3658) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_NSRange_IntPtr (line 3661) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_NSRange_IntPtr (line 3664) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_UInt64_IntPtr_IntPtr (line 3667) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_UInt64_IntPtr_IntPtr (line 3670) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_UInt64_IntPtr (line 3673) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_UInt64_IntPtr (line 3676) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_Double_IntPtr (line 3679) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_Double_IntPtr (line 3682) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_IntPtr_bool (line 3685) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_bool (line 3688) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_IntPtr_bool_IntPtr (line 3691) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_bool_IntPtr (line 3694) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Int64_IntPtr_IntPtr (line 3697) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Int64_IntPtr_IntPtr (line 3700) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Int64_objc_msgSend_IntPtr_IntPtr_UInt64_IntPtr (line 3703) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Int64_objc_msgSendSuper_IntPtr_IntPtr_UInt64_IntPtr (line 3706) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_int (line 3709) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_int (line 3712) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr_UInt64 (line 3715) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_IntPtr_UInt64 (line 3718) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_IntPtr_UInt64 (line 3721) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_UInt64 (line 3724) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_UInt64_UInt64_IntPtr (line 3727) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_UInt64_UInt64_IntPtr (line 3730) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CMTimeMapping (line 3733) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CMTimeMapping (line 3736) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method SByte_objc_msgSend (line 3739) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method SByte_objc_msgSendSuper (line 3742) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method byte_objc_msgSend (line 3745) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method byte_objc_msgSendSuper (line 3748) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method NSDecimal_objc_msgSend_stret (line 3751) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method NSDecimal_objc_msgSendSuper_stret (line 3754) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method IntPtr_objc_msgSend_SByte (line 3757) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_SByte (line 3760) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_byte (line 3763) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_byte (line 3766) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_short (line 3769) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_short (line 3772) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt16 (line 3775) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt16 (line 3778) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_float (line 3781) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_float (line 3784) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Int64_short_bool (line 3787) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Int64_short_bool (line 3790) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_NSDecimal (line 3793) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_NSDecimal (line 3796) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_short_IntPtr (line 3799) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_short_IntPtr (line 3802) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt32_UInt64 (line 3805) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt32_UInt64 (line 3808) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_UInt64_IntPtr_IntPtr (line 3811) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_UInt64_IntPtr_IntPtr (line 3814) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_UInt64_IntPtr_UInt64_IntPtr_IntPtr (line 3817) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_UInt64_IntPtr_UInt64_IntPtr_IntPtr (line 3820) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_bool_IntPtr_IntPtr (line 3823) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_bool_IntPtr_IntPtr (line 3826) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_out_Boolean (line 3829) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_out_Boolean (line 3832) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_UInt64_IntPtr (line 3835) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_UInt64_IntPtr (line 3838) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_UInt64_IntPtr_bool_IntPtr (line 3841) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_UInt64_IntPtr_bool_IntPtr (line 3844) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_IntPtr_UInt64_IntPtr_IntPtr (line 3847) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_UInt64_IntPtr_IntPtr (line 3850) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_bool_IntPtr_IntPtr_IntPtr (line 3853) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_bool_IntPtr_IntPtr_IntPtr (line 3856) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_UInt64_UInt64_IntPtr (line 3859) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_UInt64_UInt64_IntPtr (line 3862) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method int_objc_msgSend_IntPtr_IntPtr_UInt64_UInt64_IntPtr (line 3865) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method int_objc_msgSendSuper_IntPtr_IntPtr_UInt64_UInt64_IntPtr (line 3868) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_UInt64_out_NSPropertyListFormat_IntPtr (line 3871) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_UInt64_out_NSPropertyListFormat_IntPtr (line 3874) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_int_IntPtr_int_float_float (line 3877) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_int_IntPtr_int_float_float (line 3880) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_int_IntPtr_int_float (line 3883) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_int_IntPtr_int_float (line 3886) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_int_IntPtr_int (line 3889) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_int_IntPtr_int (line 3892) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CATransform3D_objc_msgSend_stret (line 3895) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CATransform3D_objc_msgSendSuper_stret (line 3898) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method void_objc_msgSend_CATransform3D (line 3901) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_CATransform3D (line 3904) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method Double_objc_msgSend_Double_IntPtr (line 3907) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method Double_objc_msgSendSuper_Double_IntPtr (line 3910) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_float_float_float_float (line 3913) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_float_float_float_float (line 3916) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_Double_out_CVTimeStamp (line 3919) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_Double_out_CVTimeStamp (line 3922) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_Double_out_CVTimeStamp (line 3925) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_Double_out_CVTimeStamp (line 3928) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_UInt32_UInt32_IntPtr_IntPtr (line 3931) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_UInt32_UInt32_IntPtr_IntPtr (line 3934) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (line 3937) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr_IntPtr (line 3940) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Double_Double_Double (line 3943) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Double_Double_Double (line 3946) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_CGPoint_CGRect (line 3949) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_CGPoint_CGRect (line 3952) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_CGRect_CGRect (line 3955) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_CGRect_CGRect (line 3958) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_CGRect_Int64_IntPtr (line 3961) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_CGRect_Int64_IntPtr (line 3964) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGSize_IntPtr (line 3967) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGSize_IntPtr (line 3970) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_Int64_CGRect_Int64_IntPtr (line 3973) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_Int64_CGRect_Int64_IntPtr (line 3976) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGAffineTransform_bool (line 3979) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGAffineTransform_bool (line 3982) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Int64_CGSize_Int64_IntPtr (line 3985) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Int64_CGSize_Int64_IntPtr (line 3988) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt64_CGSize_bool_IntPtr (line 3991) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt64_CGSize_bool_IntPtr (line 3994) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_Int64_CGSize_bool_IntPtr (line 3997) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_Int64_CGSize_bool_IntPtr (line 4000) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGAffineTransform (line 4003) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGAffineTransform (line 4006) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGRect_Int64 (line 4009) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGRect_Int64 (line 4012) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method CLLocationCoordinate2D_objc_msgSend_stret (line 4015) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend_stret")] method CLLocationCoordinate2D_objc_msgSendSuper_stret (line 4018) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper_s... method CLLocationCoordinate2D_objc_msgSend (line 4021) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method CLLocationCoordinate2D_objc_msgSendSuper (line 4024) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CLLocationCoordinate2D_Double_Double_Double_IntPtr (line 4027) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CLLocationCoordinate2D_Double_Double_Double_IntPtr (line 4030) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CLLocationCoordinate2D_Double_Double_Double_Double_Double_IntPtr (line 4033) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CLLocationCoordinate2D_Double_Double_Double_Double_Double_IntPtr (line 4036) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method nfloat_objc_msgSend (line 4040) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method nfloat_objc_msgSendSuper (line 4043) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_nfloat (line 4046) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_nfloat (line 4049) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_long (line 4052) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_long (line 4055) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_Int64_bool (line 4058) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_Int64_bool (line 4061) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method long_objc_msgSend (line 4064) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method long_objc_msgSendSuper (line 4067) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_ref_IntPtr (line 4070) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_ref_IntPtr (line 4073) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method bool_objc_msgSend_IntPtr_UInt32_ref_IntPtr (line 4076) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method bool_objc_msgSendSuper_IntPtr_UInt32_ref_IntPtr (line 4079) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_IntPtr_IntPtr_UInt64_IntPtr (line 4082) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_UInt64_IntPtr (line 4085) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_ref_IntPtr (line 4088) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_ref_IntPtr (line 4091) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method nuint_objc_msgSend_IntPtr (line 4094) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method nuint_objc_msgSendSuper_IntPtr (line 4097) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_nuint (line 4100) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_nuint (line 4103) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_long (line 4106) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_long (line 4109) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_IntPtr_nuint (line 4112) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_IntPtr_nuint (line 4115) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_UInt32_IntPtr (line 4118) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_UInt32_IntPtr (line 4121) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_CGPoint_IntPtr (line 4124) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_CGPoint_IntPtr (line 4127) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method void_objc_msgSend_nfloat_CGPoint (line 4130) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method void_objc_msgSendSuper_nfloat_CGPoint (line 4133) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] method IntPtr_objc_msgSend_IntPtr_IntPtr_long (line 4136) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSend")] method IntPtr_objc_msgSendSuper_IntPtr_IntPtr_long (line 4139) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "objc_msgSendSuper")] FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/MethodDescription.cs type MethodDescription (line 5) | public struct MethodDescription method MethodDescription (line 11) | public MethodDescription(MethodBase method, ArgumentSemantic semantic) FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/MountainLionAttribute.cs class MountainLionAttribute (line 5) | public class MountainLionAttribute : Attribute FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/NativeHandle.cs type NativeHandle (line 3) | public readonly struct NativeHandle : IEquatable method NativeHandle (line 11) | public NativeHandle(IntPtr handle) method Equals (line 66) | public override bool Equals(object? o) method GetHashCode (line 75) | public override int GetHashCode() method Equals (line 80) | public bool Equals(NativeHandle other) method ToString (line 85) | public override string ToString() FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/NativeObjectExtensions.cs class NativeObjectExtensions (line 4) | public static class NativeObjectExtensions method GetHandle (line 6) | public static NativeHandle GetHandle(this INativeObject? self) method GetNonNullHandle (line 11) | public static NativeHandle GetNonNullHandle(this INativeObject self, s... FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/Protocol.cs class Protocol (line 6) | public class Protocol : INativeObject method Protocol (line 21) | public Protocol(string name) method GetProtocolForType (line 31) | public IntPtr GetProtocolForType(Type type) method Protocol (line 49) | public Protocol(Type type) method Protocol (line 54) | public Protocol(IntPtr handle) method Protocol (line 59) | [Preserve(Conditional = true)] method GetHandle (line 65) | public static IntPtr GetHandle(string name) method objc_getProtocol (line 70) | [DllImport("/usr/lib/libobjc.dylib")] method objc_allocateProtocol (line 73) | [DllImport("/usr/lib/libobjc.dylib")] method objc_registerProtocol (line 76) | [DllImport("/usr/lib/libobjc.dylib")] method protocol_addProperty (line 79) | [DllImport("/usr/lib/libobjc.dylib")] method protocol_addMethodDescription (line 82) | [DllImport("/usr/lib/libobjc.dylib")] method protocol_addProtocol (line 85) | [DllImport("/usr/lib/libobjc.dylib")] method protocol_getName (line 88) | [DllImport("/usr/lib/libobjc.dylib")] FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/Runtime.cs class Runtime (line 10) | public static class Runtime method Runtime (line 12) | static Runtime() method RegisterEntryAssembly (line 47) | public static void RegisterEntryAssembly(Assembly entryAssembly) method RegisterAssembly (line 66) | public static void RegisterAssembly(Assembly a) method GetAssemblies (line 104) | internal static List GetAssemblies() method UnregisterNSObject (line 122) | internal static void UnregisterNSObject(IntPtr ptr) method RegisterNSObject (line 130) | internal static void RegisterNSObject(NSObject obj, IntPtr ptr) method NativeObjectHasDied (line 139) | internal static void NativeObjectHasDied(IntPtr ptr) method TryGetNSObject (line 151) | public static NSObject TryGetNSObject(IntPtr ptr) method GetNSObject (line 163) | public static NSObject GetNSObject(IntPtr ptr) method ConnectMethod (line 200) | public static void ConnectMethod(MethodInfo method, Selector selector) method FindClosedMethod (line 219) | internal static MethodInfo FindClosedMethod(Type closed_type, MethodBa... method TryGetNSObjectTx (line 244) | public static T TryGetNSObjectTx(IntPtr ptr) where T : NSObject method GetNSObjectTx (line 256) | public static T? GetNSObjectTx(IntPtr ptr) where T : NSObject method GetNativeObject (line 294) | public static T GetNativeObject(IntPtr ptr) where T : class, INativ... method GetIntPtrConstructor (line 334) | private static ConstructorInfo? GetIntPtrConstructor(Type type) FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/RuntimeEx.cs class RuntimeEx (line 9) | public static class RuntimeEx type MissingCtorResolution (line 11) | internal enum MissingCtorResolution method RuntimeEx (line 19) | static RuntimeEx() method AllocGCHandle (line 41) | internal static IntPtr AllocGCHandle(object? value, GCHandleType type ... method FindClosedMethod (line 46) | internal static MethodInfo FindClosedMethod(Type closed_type, MethodBa... method RegisterEntryAssembly (line 74) | public static void RegisterEntryAssembly(Assembly assembly) method RegisterAssembly (line 92) | public static void RegisterAssembly(Assembly assembly) => Registrar.Re... method GetExportAttribute (line 95) | internal static ExportAttribute? GetExportAttribute(MethodInfo method) method FindPropertyInfo (line 109) | internal static PropertyInfo? FindPropertyInfo(MethodInfo accessor) method GetProtocolMemberAttribute (line 131) | internal static ProtocolMemberAttribute? GetProtocolMemberAttribute(Ty... method MissingCtor (line 182) | internal static void MissingCtor(IntPtr ptr, IntPtr klass, Type type, ... FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/Selector.cs class Selector (line 6) | [StructLayout(LayoutKind.Sequential)] method Selector (line 56) | public Selector(IntPtr sel) method Selector (line 61) | internal Selector(IntPtr sel, bool check) method Selector (line 70) | public Selector(string name, bool alloc) method Selector (line 75) | public Selector(string name) method GetFrameLength (line 80) | [MonoPInvokeCallback(typeof(getFrameLengthDelegate))] method Register (line 86) | public static Selector Register(IntPtr handle) method Equals (line 109) | public override bool Equals(object right) method Equals (line 114) | public bool Equals(Selector right) method GetHashCode (line 123) | public override int GetHashCode() method FromHandle (line 128) | public static Selector FromHandle(IntPtr sel) method GetName (line 137) | internal static string GetName(IntPtr handle) method sel_getName (line 142) | [DllImport("/usr/lib/libobjc.dylib")] method GetHandle (line 145) | [DllImport("/usr/lib/libobjc.dylib", EntryPoint = "sel_registerName")] method sel_isMapped (line 148) | [DllImport("/usr/lib/libobjc.dylib")] FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/SinceAttribute.cs class SinceAttribute (line 5) | public class SinceAttribute : Attribute method SinceAttribute (line 11) | public SinceAttribute(byte major, byte minor) FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/ThreadSafeAttribute.cs class ThreadSafeAttribute (line 5) | public class ThreadSafeAttribute : Attribute FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/TrampolineBlockBase.cs class TrampolineBlockBase (line 6) | [EditorBrowsable(EditorBrowsableState.Never)] method _Block_copy (line 13) | [DllImport("/usr/lib/libobjc.dylib")] method _Block_release (line 16) | [DllImport("/usr/lib/libobjc.dylib")] method TrampolineBlockBase (line 19) | protected unsafe TrampolineBlockBase(BlockLiteral* block) method GetExistingManagedDelegate (line 29) | protected unsafe static object GetExistingManagedDelegate(IntPtr block) FILE: Source/Platform/Mac/Xamarin.Mac/ObjCRuntime/UserDelegateTypeAttribute.cs class UserDelegateTypeAttribute (line 5) | [EditorBrowsable(EditorBrowsableState.Never)] method UserDelegateTypeAttribute (line 11) | public UserDelegateTypeAttribute(Type userDelegateType) FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/AL.cs class AL (line 8) | public static class AL method Enable (line 14) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method Disable (line 18) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method IsEnabled (line 22) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetStringPrivate (line 26) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method Get (line 30) | public static string Get(ALGetString param) method GetErrorString (line 35) | public static string GetErrorString(ALError param) method Get (line 40) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method Get (line 44) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetError (line 48) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method IsExtensionPresent (line 52) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetProcAddress (line 56) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetEnumValue (line 60) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method Listener (line 64) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method Listener (line 68) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method Listener (line 72) | public static void Listener(ALListener3f param, ref Vector3 values) method ListenerPrivate (line 77) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method Listener (line 81) | public unsafe static void Listener(ALListenerfv param, ref float[] val... method Listener (line 89) | public unsafe static void Listener(ALListenerfv param, ref Vector3 at,... method GetListener (line 97) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetListener (line 101) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetListener (line 105) | public static void GetListener(ALListener3f param, out Vector3 values) method GetListener (line 110) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetListener (line 115) | public unsafe static void GetListener(ALListenerfv param, out Vector3 ... method GenSourcesPrivate (line 130) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GenSources (line 134) | [CLSCompliant(false)] method GenSources (line 143) | public unsafe static void GenSources(int n, out int sources) method GenSources (line 151) | public static void GenSources(int[] sources) method GenSources (line 161) | public static int[] GenSources(int n) method GenSource (line 173) | public static int GenSource() method GenSource (line 179) | [CLSCompliant(false)] method DeleteSources (line 185) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method DeleteSources (line 190) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method DeleteSources (line 195) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method DeleteSources (line 199) | [CLSCompliant(false)] method DeleteSources (line 213) | public static void DeleteSources(int[] sources) method DeleteSource (line 226) | [CLSCompliant(false)] method DeleteSource (line 232) | public static void DeleteSource(int source) method IsSource (line 237) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method IsSource (line 242) | public static bool IsSource(int sid) method Source (line 247) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method Source (line 252) | public static void Source(int sid, ALSourcef param, float value) method Source (line 257) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method Source (line 262) | public static void Source(int sid, ALSource3f param, float value1, flo... method Source (line 267) | [CLSCompliant(false)] method Source (line 273) | public static void Source(int sid, ALSource3f param, ref Vector3 values) method Source (line 278) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method Source (line 283) | public static void Source(int sid, ALSourcei param, int value) method Source (line 288) | [CLSCompliant(false)] method Source (line 294) | public static void Source(int sid, ALSourceb param, bool value) method BindBufferToSource (line 299) | [CLSCompliant(false)] method BindBufferToSource (line 305) | public static void BindBufferToSource(int source, int buffer) method Source (line 310) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method Source (line 315) | public static void Source(int sid, ALSource3i param, int value1, int v... method GetSource (line 320) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetSource (line 325) | public static void GetSource(int sid, ALSourcef param, out float value) method GetSource (line 330) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetSource (line 335) | public static void GetSource(int sid, ALSource3f param, out float valu... method GetSource (line 340) | [CLSCompliant(false)] method GetSource (line 346) | public static void GetSource(int sid, ALSource3f param, out Vector3 va... method GetSource (line 351) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetSource (line 356) | public static void GetSource(int sid, ALGetSourcei param, out int value) method GetSource (line 361) | [CLSCompliant(false)] method GetSource (line 368) | public static void GetSource(int sid, ALSourceb param, out bool value) method SourcePlay (line 374) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Entry... method SourcePlay (line 379) | [CLSCompliant(false)] method SourcePlay (line 388) | public static void SourcePlay(int ns, int[] sids) method SourcePlay (line 398) | [CLSCompliant(false)] method SourceStop (line 407) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Entry... method SourceStop (line 412) | [CLSCompliant(false)] method SourceStop (line 421) | public static void SourceStop(int ns, int[] sids) method SourceStop (line 431) | [CLSCompliant(false)] method SourceRewind (line 440) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Entry... method SourceRewind (line 445) | [CLSCompliant(false)] method SourceRewind (line 454) | public static void SourceRewind(int ns, int[] sids) method SourceRewind (line 464) | [CLSCompliant(false)] method SourcePause (line 473) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Entry... method SourcePause (line 478) | [CLSCompliant(false)] method SourcePause (line 487) | public static void SourcePause(int ns, int[] sids) method SourcePause (line 497) | [CLSCompliant(false)] method SourcePlay (line 506) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method SourcePlay (line 511) | public static void SourcePlay(int sid) method SourceStop (line 516) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method SourceStop (line 521) | public static void SourceStop(int sid) method SourceRewind (line 526) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method SourceRewind (line 531) | public static void SourceRewind(int sid) method SourcePause (line 536) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method SourcePause (line 541) | public static void SourcePause(int sid) method SourceQueueBuffers (line 546) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Entry... method SourceQueueBuffers (line 551) | [CLSCompliant(false)] method SourceQueueBuffers (line 560) | public static void SourceQueueBuffers(int sid, int numEntries, int[] b... method SourceQueueBuffers (line 570) | [CLSCompliant(false)] method SourceQueueBuffer (line 579) | public unsafe static void SourceQueueBuffer(int source, int buffer) method SourceUnqueueBuffers (line 584) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Entry... method SourceUnqueueBuffers (line 589) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Entry... method SourceUnqueueBuffers (line 594) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Entry... method SourceUnqueueBuffers (line 598) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Entry... method SourceUnqueueBuffers (line 603) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Entry... method SourceUnqueueBuffer (line 607) | public unsafe static int SourceUnqueueBuffer(int sid) method SourceUnqueueBuffers (line 614) | public static int[] SourceUnqueueBuffers(int sid, int numEntries) method GenBuffers (line 625) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GenBuffers (line 630) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GenBuffers (line 635) | [CLSCompliant(false)] method GenBuffers (line 644) | public unsafe static void GenBuffers(int n, out int buffers) method GenBuffers (line 652) | public static int[] GenBuffers(int n) method GenBuffer (line 659) | public static int GenBuffer() method GenBuffer (line 665) | [CLSCompliant(false)] method DeleteBuffers (line 671) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method DeleteBuffers (line 676) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method DeleteBuffers (line 681) | [CLSCompliant(false)] method DeleteBuffers (line 690) | public unsafe static void DeleteBuffers(int n, [In] ref int buffers) method DeleteBuffers (line 698) | [CLSCompliant(false)] method DeleteBuffers (line 712) | public static void DeleteBuffers(int[] buffers) method DeleteBuffer (line 725) | [CLSCompliant(false)] method DeleteBuffer (line 731) | public static void DeleteBuffer(int buffer) method IsBuffer (line 736) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method IsBuffer (line 741) | public static bool IsBuffer(int bid) method BufferData (line 746) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method BufferData (line 751) | public static void BufferData(int bid, ALFormat format, IntPtr buffer,... method BufferData (line 756) | public static void BufferData(int bid, ALFormat format, TBuff... method GetBuffer (line 773) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetBuffer (line 778) | public static void GetBuffer(int bid, ALGetBufferi param, out int value) method DopplerFactor (line 783) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method DopplerVelocity (line 787) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method SpeedOfSound (line 791) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method DistanceModel (line 795) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetSourceState (line 799) | [CLSCompliant(false)] method GetSourceState (line 806) | public static ALSourceState GetSourceState(int sid) method GetSourceType (line 812) | [CLSCompliant(false)] method GetSourceType (line 819) | public static ALSourceType GetSourceType(int sid) method GetDistanceModel (line 825) | public static ALDistanceModel GetDistanceModel() FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALBufferState.cs type ALBufferState (line 3) | public enum ALBufferState FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALCapability.cs type ALCapability (line 3) | public enum ALCapability FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALDistanceModel.cs type ALDistanceModel (line 3) | public enum ALDistanceModel FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALError.cs type ALError (line 3) | public enum ALError FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALFormat.cs type ALFormat (line 3) | public enum ALFormat FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALGetBufferi.cs type ALGetBufferi (line 3) | public enum ALGetBufferi FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALGetFloat.cs type ALGetFloat (line 3) | public enum ALGetFloat FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALGetInteger.cs type ALGetInteger (line 3) | public enum ALGetInteger FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALGetSourcei.cs type ALGetSourcei (line 3) | public enum ALGetSourcei FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALGetString.cs type ALGetString (line 3) | public enum ALGetString FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALListener3f.cs type ALListener3f (line 3) | public enum ALListener3f FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALListenerf.cs type ALListenerf (line 3) | public enum ALListenerf FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALListenerfv.cs type ALListenerfv (line 3) | public enum ALListenerfv FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALSource3f.cs type ALSource3f (line 3) | public enum ALSource3f FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALSource3i.cs type ALSource3i (line 3) | public enum ALSource3i FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALSourceState.cs type ALSourceState (line 3) | public enum ALSourceState FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALSourceType.cs type ALSourceType (line 3) | public enum ALSourceType FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALSourceb.cs type ALSourceb (line 3) | public enum ALSourceb FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALSourcef.cs type ALSourcef (line 3) | public enum ALSourcef FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ALSourcei.cs type ALSourcei (line 3) | public enum ALSourcei FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/Alc.cs class Alc (line 9) | public static class Alc method sys_CreateContext (line 15) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method CreateContext (line 19) | [CLSCompliant(false)] method CreateContext (line 25) | public unsafe static ContextHandle CreateContext(IntPtr device, int[] ... method MakeContextCurrent (line 33) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method MakeContextCurrent (line 37) | public static bool MakeContextCurrent(ContextHandle context) method ProcessContext (line 42) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method ProcessContext (line 46) | public static void ProcessContext(ContextHandle context) method SuspendContext (line 51) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method SuspendContext (line 55) | public static void SuspendContext(ContextHandle context) method DestroyContext (line 60) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method DestroyContext (line 64) | public static void DestroyContext(ContextHandle context) method sys_GetCurrentContext (line 69) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetCurrentContext (line 73) | public static ContextHandle GetCurrentContext() method GetContextsDevice (line 78) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetContextsDevice (line 82) | public static IntPtr GetContextsDevice(ContextHandle context) method OpenDevice (line 87) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method CloseDevice (line 91) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetError (line 95) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method IsExtensionPresent (line 99) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetProcAddress (line 103) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetEnumValue (line 107) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetStringPrivate (line 111) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetString (line 115) | public static string GetString(IntPtr device, AlcGetString param) method GetString (line 120) | public static IList GetString(IntPtr device, AlcGetStringList ... method GetInteger (line 146) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method GetInteger (line 150) | public unsafe static void GetInteger(IntPtr device, AlcGetInteger para... method GetInteger (line 158) | public unsafe static void GetInteger(IntPtr device, AlcGetInteger para... method CaptureOpenDevice (line 166) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method CaptureOpenDevice (line 171) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method CaptureCloseDevice (line 175) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method CaptureStart (line 179) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method CaptureStop (line 183) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method CaptureSamples (line 187) | [DllImport("/System/Library/Frameworks/OpenAL.framework/OpenAL", Calli... method CaptureSamples (line 191) | public static void CaptureSamples(IntPtr device, ref T buffer, int ... method CaptureSamples (line 204) | public static void CaptureSamples(IntPtr device, T[] buffer, int sa... method CaptureSamples (line 209) | public static void CaptureSamples(IntPtr device, T[,] buffer, int s... method CaptureSamples (line 214) | public static void CaptureSamples(IntPtr device, T[,,] buffer, int ... FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/AlcContextAttributes.cs type AlcContextAttributes (line 3) | public enum AlcContextAttributes FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/AlcError.cs type AlcError (line 3) | public enum AlcError FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/AlcGetInteger.cs type AlcGetInteger (line 3) | public enum AlcGetInteger FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/AlcGetString.cs type AlcGetString (line 3) | public enum AlcGetString FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/AlcGetStringList.cs type AlcGetStringList (line 3) | public enum AlcGetStringList FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/BlittableValueType.cs class BlittableValueType (line 7) | public static class BlittableValueType method BlittableValueType (line 15) | static BlittableValueType() method Check (line 24) | public static bool Check() method Check (line 29) | public static bool Check(Type type) method CheckType (line 35) | private static bool CheckType(Type type) method CheckStructLayoutAttribute (line 56) | private static bool CheckStructLayoutAttribute(Type type) method Check (line 68) | public static bool Check(T type) method Check (line 73) | public static bool Check(T[] type) method Check (line 78) | public static bool Check(T[,] type) method Check (line 83) | public static bool Check(T[,,] type) method Check (line 88) | [CLSCompliant(false)] method StrideOf (line 94) | public static int StrideOf(T type) method StrideOf (line 103) | public static int StrideOf(T[] type) method StrideOf (line 112) | public static int StrideOf(T[,] type) method StrideOf (line 121) | public static int StrideOf(T[,,] type) class BlittableValueType (line 66) | public static class BlittableValueType method BlittableValueType (line 15) | static BlittableValueType() method Check (line 24) | public static bool Check() method Check (line 29) | public static bool Check(Type type) method CheckType (line 35) | private static bool CheckType(Type type) method CheckStructLayoutAttribute (line 56) | private static bool CheckStructLayoutAttribute(Type type) method Check (line 68) | public static bool Check(T type) method Check (line 73) | public static bool Check(T[] type) method Check (line 78) | public static bool Check(T[,] type) method Check (line 83) | public static bool Check(T[,,] type) method Check (line 88) | [CLSCompliant(false)] method StrideOf (line 94) | public static int StrideOf(T type) method StrideOf (line 103) | public static int StrideOf(T[] type) method StrideOf (line 112) | public static int StrideOf(T[,] type) method StrideOf (line 121) | public static int StrideOf(T[,,] type) FILE: Source/Platform/Mac/Xamarin.Mac/OpenAL/ContextHandle.cs type ContextHandle (line 5) | public struct ContextHandle : IComparable, IEquatable(BufferTarget target, IntPtr size, [I... method BufferData (line 9060) | public static void BufferData(BufferTarget target, IntPtr size, [I... method BufferData (line 9073) | public static void BufferData(BufferTarget target, IntPtr size, [I... method BufferData (line 9086) | public static void BufferData(BufferTarget target, IntPtr size, [I... method BufferSubData (line 9100) | public static void BufferSubData(BufferTarget target, IntPtr offset, I... method BufferSubData (line 9105) | public static void BufferSubData(BufferTarget target, IntPtr offse... method BufferSubData (line 9118) | public static void BufferSubData(BufferTarget target, IntPtr offse... method BufferSubData (line 9131) | public static void BufferSubData(BufferTarget target, IntPtr offse... method BufferSubData (line 9144) | public static void BufferSubData(BufferTarget target, IntPtr offse... method CallList (line 9158) | public static void CallList(int list) method CallList (line 9163) | public static void CallList(uint list) method CallLists (line 9168) | public static void CallLists(int n, ListNameType type, IntPtr lists) method CallLists (line 9173) | public static void CallLists(int n, ListNameType type, [In][Out] T... method CallLists (line 9186) | public static void CallLists(int n, ListNameType type, [In][Out] T... method CallLists (line 9199) | public static void CallLists(int n, ListNameType type, [In][Out] T... method CallLists (line 9212) | public static void CallLists(int n, ListNameType type, [In][Out] r... method Clear (line 9226) | public static void Clear(ClearBufferMask mask) method ClearAccum (line 9231) | public static void ClearAccum(float red, float green, float blue, floa... method ClearColor (line 9236) | public static void ClearColor(float red, float green, float blue, floa... method ClearDepth (line 9241) | public static void ClearDepth(double depth) method ClearIndex (line 9246) | public static void ClearIndex(float c) method ClearStencil (line 9251) | public static void ClearStencil(int s) method ClientActiveTexture (line 9256) | public static void ClientActiveTexture(TextureUnit texture) method ClipPlane (line 9261) | public unsafe static void ClipPlane(ClipPlaneName plane, double[] equa... method ClipPlane (line 9269) | public unsafe static void ClipPlane(ClipPlaneName plane, ref double eq... method ClipPlane (line 9277) | [CLSCompliant(false)] method Color3 (line 9283) | [CLSCompliant(false)] method Color3 (line 9289) | [CLSCompliant(false)] method Color3 (line 9298) | [CLSCompliant(false)] method Color3 (line 9307) | [CLSCompliant(false)] method Color3 (line 9313) | public static void Color3(double red, double green, double blue) method Color3 (line 9318) | public unsafe static void Color3(double[] v) method Color3 (line 9326) | public unsafe static void Color3(ref double v) method Color3 (line 9334) | [CLSCompliant(false)] method Color3 (line 9340) | public static void Color3(float red, float green, float blue) method Color3 (line 9345) | public unsafe static void Color3(float[] v) method Color3 (line 9353) | public unsafe static void Color3(ref float v) method Color3 (line 9361) | [CLSCompliant(false)] method Color3 (line 9367) | public static void Color3(int red, int green, int blue) method Color3 (line 9372) | public unsafe static void Color3(int[] v) method Color3 (line 9380) | public unsafe static void Color3(ref int v) method Color3 (line 9388) | [CLSCompliant(false)] method Color3 (line 9394) | public static void Color3(short red, short green, short blue) method Color3 (line 9399) | public unsafe static void Color3(short[] v) method Color3 (line 9407) | public unsafe static void Color3(ref short v) method Color3 (line 9415) | [CLSCompliant(false)] method Color3 (line 9421) | public static void Color3(byte red, byte green, byte blue) method Color3 (line 9426) | public unsafe static void Color3(byte[] v) method Color3 (line 9434) | public unsafe static void Color3(ref byte v) method Color3 (line 9442) | [CLSCompliant(false)] method Color3 (line 9448) | [CLSCompliant(false)] method Color3 (line 9454) | [CLSCompliant(false)] method Color3 (line 9463) | [CLSCompliant(false)] method Color3 (line 9472) | [CLSCompliant(false)] method Color3 (line 9478) | [CLSCompliant(false)] method Color3 (line 9484) | [CLSCompliant(false)] method Color3 (line 9493) | [CLSCompliant(false)] method Color3 (line 9502) | [CLSCompliant(false)] method Color4 (line 9508) | [CLSCompliant(false)] method Color4 (line 9514) | [CLSCompliant(false)] method Color4 (line 9523) | [CLSCompliant(false)] method Color4 (line 9532) | [CLSCompliant(false)] method Color4 (line 9538) | public static void Color4(double red, double green, double blue, doubl... method Color4 (line 9543) | public unsafe static void Color4(double[] v) method Color4 (line 9551) | public unsafe static void Color4(ref double v) method Color4 (line 9559) | [CLSCompliant(false)] method Color4 (line 9565) | public static void Color4(float red, float green, float blue, float al... method Color4 (line 9570) | public unsafe static void Color4(float[] v) method Color4 (line 9578) | public unsafe static void Color4(ref float v) method Color4 (line 9586) | [CLSCompliant(false)] method Color4 (line 9592) | public static void Color4(int red, int green, int blue, int alpha) method Color4 (line 9597) | public unsafe static void Color4(int[] v) method Color4 (line 9605) | public unsafe static void Color4(ref int v) method Color4 (line 9613) | [CLSCompliant(false)] method Color4 (line 9619) | public static void Color4(short red, short green, short blue, short al... method Color4 (line 9624) | public unsafe static void Color4(short[] v) method Color4 (line 9632) | public unsafe static void Color4(ref short v) method Color4 (line 9640) | [CLSCompliant(false)] method Color4 (line 9646) | public static void Color4(byte red, byte green, byte blue, byte alpha) method Color4 (line 9651) | public unsafe static void Color4(byte[] v) method Color4 (line 9659) | public unsafe static void Color4(ref byte v) method Color4 (line 9667) | [CLSCompliant(false)] method Color4 (line 9673) | [CLSCompliant(false)] method Color4 (line 9679) | [CLSCompliant(false)] method Color4 (line 9688) | [CLSCompliant(false)] method Color4 (line 9697) | [CLSCompliant(false)] method Color4 (line 9703) | [CLSCompliant(false)] method Color4 (line 9709) | [CLSCompliant(false)] method Color4 (line 9718) | [CLSCompliant(false)] method Color4 (line 9727) | [CLSCompliant(false)] method ColorMask (line 9733) | public static void ColorMask(bool red, bool green, bool blue, bool alpha) method ColorMaterial (line 9738) | public static void ColorMaterial(MaterialFace face, ColorMaterialParam... method ColorPointer (line 9743) | public static void ColorPointer(int size, ColorPointerType type, int s... method ColorPointer (line 9748) | public static void ColorPointer(int size, ColorPointerType type, i... method ColorPointer (line 9761) | public static void ColorPointer(int size, ColorPointerType type, i... method ColorPointer (line 9774) | public static void ColorPointer(int size, ColorPointerType type, i... method ColorPointer (line 9787) | public static void ColorPointer(int size, ColorPointerType type, i... method ColorSubTable (line 9801) | public static void ColorSubTable(ColorTableTarget target, int start, i... method ColorSubTable (line 9806) | public static void ColorSubTable(ColorTableTarget target, int star... method ColorSubTable (line 9819) | public static void ColorSubTable(ColorTableTarget target, int star... method ColorSubTable (line 9832) | public static void ColorSubTable(ColorTableTarget target, int star... method ColorSubTable (line 9845) | public static void ColorSubTable(ColorTableTarget target, int star... method ColorTable (line 9859) | public static void ColorTable(ColorTableTarget target, PixelInternalFo... method ColorTable (line 9864) | public static void ColorTable(ColorTableTarget target, PixelIntern... method ColorTable (line 9877) | public static void ColorTable(ColorTableTarget target, PixelIntern... method ColorTable (line 9890) | public static void ColorTable(ColorTableTarget target, PixelIntern... method ColorTable (line 9903) | public static void ColorTable(ColorTableTarget target, PixelIntern... method ColorTableParameter (line 9917) | public unsafe static void ColorTableParameter(ColorTableTarget target,... method ColorTableParameter (line 9925) | public unsafe static void ColorTableParameter(ColorTableTarget target,... method ColorTableParameter (line 9933) | [CLSCompliant(false)] method ColorTableParameter (line 9939) | public unsafe static void ColorTableParameter(ColorTableTarget target,... method ColorTableParameter (line 9947) | public unsafe static void ColorTableParameter(ColorTableTarget target,... method ColorTableParameter (line 9955) | [CLSCompliant(false)] method CompileShader (line 9961) | public static void CompileShader(int shader) method CompileShader (line 9966) | [CLSCompliant(false)] method CompressedTexImage1D (line 9972) | public static void CompressedTexImage1D(TextureTarget target, int leve... method CompressedTexImage1D (line 9977) | public static void CompressedTexImage1D(TextureTarget target, int ... method CompressedTexImage1D (line 9990) | public static void CompressedTexImage1D(TextureTarget target, int ... method CompressedTexImage1D (line 10003) | public static void CompressedTexImage1D(TextureTarget target, int ... method CompressedTexImage1D (line 10016) | public static void CompressedTexImage1D(TextureTarget target, int ... method CompressedTexImage2D (line 10030) | public static void CompressedTexImage2D(TextureTarget target, int leve... method CompressedTexImage2D (line 10035) | public static void CompressedTexImage2D(TextureTarget target, int ... method CompressedTexImage2D (line 10048) | public static void CompressedTexImage2D(TextureTarget target, int ... method CompressedTexImage2D (line 10061) | public static void CompressedTexImage2D(TextureTarget target, int ... method CompressedTexImage2D (line 10074) | public static void CompressedTexImage2D(TextureTarget target, int ... method CompressedTexImage3D (line 10088) | public static void CompressedTexImage3D(TextureTarget target, int leve... method CompressedTexImage3D (line 10093) | public static void CompressedTexImage3D(TextureTarget target, int ... method CompressedTexImage3D (line 10106) | public static void CompressedTexImage3D(TextureTarget target, int ... method CompressedTexImage3D (line 10119) | public static void CompressedTexImage3D(TextureTarget target, int ... method CompressedTexImage3D (line 10132) | public static void CompressedTexImage3D(TextureTarget target, int ... method CompressedTexSubImage1D (line 10146) | public static void CompressedTexSubImage1D(TextureTarget target, int l... method CompressedTexSubImage1D (line 10151) | public static void CompressedTexSubImage1D(TextureTarget target, i... method CompressedTexSubImage1D (line 10164) | public static void CompressedTexSubImage1D(TextureTarget target, i... method CompressedTexSubImage1D (line 10177) | public static void CompressedTexSubImage1D(TextureTarget target, i... method CompressedTexSubImage1D (line 10190) | public static void CompressedTexSubImage1D(TextureTarget target, i... method CompressedTexSubImage2D (line 10204) | public static void CompressedTexSubImage2D(TextureTarget target, int l... method CompressedTexSubImage2D (line 10209) | public static void CompressedTexSubImage2D(TextureTarget target, i... method CompressedTexSubImage2D (line 10222) | public static void CompressedTexSubImage2D(TextureTarget target, i... method CompressedTexSubImage2D (line 10235) | public static void CompressedTexSubImage2D(TextureTarget target, i... method CompressedTexSubImage2D (line 10248) | public static void CompressedTexSubImage2D(TextureTarget target, i... method CompressedTexSubImage3D (line 10262) | public static void CompressedTexSubImage3D(TextureTarget target, int l... method CompressedTexSubImage3D (line 10267) | public static void CompressedTexSubImage3D(TextureTarget target, ... method CompressedTexSubImage3D (line 10280) | public static void CompressedTexSubImage3D(TextureTarget target, ... method CompressedTexSubImage3D (line 10293) | public static void CompressedTexSubImage3D(TextureTarget target, ... method CompressedTexSubImage3D (line 10306) | public static void CompressedTexSubImage3D(TextureTarget target, ... method ConvolutionFilter1D (line 10320) | public static void ConvolutionFilter1D(ConvolutionTarget target, Pixel... method ConvolutionFilter1D (line 10325) | public static void ConvolutionFilter1D(ConvolutionTarget target, P... method ConvolutionFilter1D (line 10338) | public static void ConvolutionFilter1D(ConvolutionTarget target, P... method ConvolutionFilter1D (line 10351) | public static void ConvolutionFilter1D(ConvolutionTarget target, P... method ConvolutionFilter1D (line 10364) | public static void ConvolutionFilter1D(ConvolutionTarget target, P... method ConvolutionFilter2D (line 10378) | public static void ConvolutionFilter2D(ConvolutionTarget target, Pixel... method ConvolutionFilter2D (line 10383) | public static void ConvolutionFilter2D(ConvolutionTarget target, P... method ConvolutionFilter2D (line 10396) | public static void ConvolutionFilter2D(ConvolutionTarget target, P... method ConvolutionFilter2D (line 10409) | public static void ConvolutionFilter2D(ConvolutionTarget target, P... method ConvolutionFilter2D (line 10422) | public static void ConvolutionFilter2D(ConvolutionTarget target, P... method ConvolutionParameter (line 10436) | public static void ConvolutionParameter(ConvolutionTarget target, Conv... method ConvolutionParameter (line 10441) | public unsafe static void ConvolutionParameter(ConvolutionTarget targe... method ConvolutionParameter (line 10449) | [CLSCompliant(false)] method ConvolutionParameter (line 10455) | public static void ConvolutionParameter(ConvolutionTarget target, Conv... method ConvolutionParameter (line 10460) | public unsafe static void ConvolutionParameter(ConvolutionTarget targe... method ConvolutionParameter (line 10468) | [CLSCompliant(false)] method CopyBufferSubData (line 10474) | public static void CopyBufferSubData(BufferTarget readTarget, BufferTa... method CopyColorSubTable (line 10479) | public static void CopyColorSubTable(ColorTableTarget target, int star... method CopyColorTable (line 10484) | public static void CopyColorTable(ColorTableTarget target, PixelIntern... method CopyConvolutionFilter1D (line 10489) | public static void CopyConvolutionFilter1D(ConvolutionTarget target, P... method CopyConvolutionFilter2D (line 10494) | public static void CopyConvolutionFilter2D(ConvolutionTarget target, P... method CopyPixels (line 10499) | public static void CopyPixels(int x, int y, int width, int height, Pix... method CopyTexImage1D (line 10504) | public static void CopyTexImage1D(TextureTarget target, int level, Pix... method CopyTexImage2D (line 10509) | public static void CopyTexImage2D(TextureTarget target, int level, Pix... method CopyTexSubImage1D (line 10514) | public static void CopyTexSubImage1D(TextureTarget target, int level, ... method CopyTexSubImage2D (line 10519) | public static void CopyTexSubImage2D(TextureTarget target, int level, ... method CopyTexSubImage3D (line 10524) | public static void CopyTexSubImage3D(TextureTarget target, int level, ... method CreateProgram (line 10529) | public static int CreateProgram() method CreateShader (line 10534) | public static int CreateShader(ShaderType type) method CullFace (line 10539) | public static void CullFace(CullFaceMode mode) method DeleteBuffers (line 10544) | public unsafe static void DeleteBuffers(int n, int[] buffers) method DeleteBuffers (line 10552) | public unsafe static void DeleteBuffers(int n, ref int buffers) method DeleteBuffers (line 10560) | [CLSCompliant(false)] method DeleteBuffers (line 10566) | [CLSCompliant(false)] method DeleteBuffers (line 10575) | [CLSCompliant(false)] method DeleteBuffers (line 10584) | [CLSCompliant(false)] method DeleteLists (line 10590) | public static void DeleteLists(int list, int range) method DeleteLists (line 10595) | [CLSCompliant(false)] method DeleteQueries (line 10601) | public unsafe static void DeleteQueries(int n, int[] ids) method DeleteQueries (line 10609) | public unsafe static void DeleteQueries(int n, ref int ids) method DeleteQueries (line 10617) | [CLSCompliant(false)] method DeleteQueries (line 10623) | [CLSCompliant(false)] method DeleteQueries (line 10632) | [CLSCompliant(false)] method DeleteQueries (line 10641) | [CLSCompliant(false)] method DeleteShader (line 10647) | public static void DeleteShader(int shader) method DeleteShader (line 10652) | [CLSCompliant(false)] method DeleteTextures (line 10658) | public unsafe static void DeleteTextures(int n, int[] textures) method DeleteTextures (line 10666) | public unsafe static void DeleteTextures(int n, ref int textures) method DeleteTextures (line 10674) | [CLSCompliant(false)] method DeleteTextures (line 10680) | [CLSCompliant(false)] method DeleteTextures (line 10689) | [CLSCompliant(false)] method DeleteTextures (line 10698) | [CLSCompliant(false)] method DepthFunc (line 10704) | public static void DepthFunc(DepthFunction func) method DepthMask (line 10709) | public static void DepthMask(bool flag) method DepthRange (line 10714) | public static void DepthRange(double near, double far) method DetachShader (line 10719) | public static void DetachShader(int program, int shader) method DetachShader (line 10724) | [CLSCompliant(false)] method Disable (line 10730) | public static void Disable(EnableCap cap) method DisableClientState (line 10735) | public static void DisableClientState(ArrayCap array) method Disable (line 10740) | public static void Disable(IndexedEnableCap target, int index) method Disable (line 10745) | [CLSCompliant(false)] method DisableVertexAttribArray (line 10751) | public static void DisableVertexAttribArray(int index) method DisableVertexAttribArray (line 10756) | [CLSCompliant(false)] method DrawArrays (line 10762) | public static void DrawArrays(BeginMode mode, int first, int count) method DrawBuffer (line 10767) | public static void DrawBuffer(DrawBufferMode mode) method DrawBuffers (line 10772) | public unsafe static void DrawBuffers(int n, DrawBuffersEnum[] bufs) method DrawBuffers (line 10780) | public unsafe static void DrawBuffers(int n, ref DrawBuffersEnum bufs) method DrawBuffers (line 10788) | [CLSCompliant(false)] method DrawElements (line 10794) | public static void DrawElements(BeginMode mode, int count, DrawElement... method DrawElements (line 10799) | public static void DrawElements(BeginMode mode, int count, DrawEle... method DrawElements (line 10812) | public static void DrawElements(BeginMode mode, int count, DrawEle... method DrawElements (line 10825) | public static void DrawElements(BeginMode mode, int count, DrawEle... method DrawElements (line 10838) | public static void DrawElements(BeginMode mode, int count, DrawEle... method DrawPixels (line 10852) | public static void DrawPixels(int width, int height, PixelFormat forma... method DrawPixels (line 10857) | public static void DrawPixels(int width, int height, PixelFormat f... method DrawPixels (line 10870) | public static void DrawPixels(int width, int height, PixelFormat f... method DrawPixels (line 10883) | public static void DrawPixels(int width, int height, PixelFormat f... method DrawPixels (line 10896) | public static void DrawPixels(int width, int height, PixelFormat f... method DrawRangeElements (line 10910) | public static void DrawRangeElements(BeginMode mode, int start, int en... method DrawRangeElements (line 10915) | public static void DrawRangeElements(BeginMode mode, int start, in... method DrawRangeElements (line 10928) | public static void DrawRangeElements(BeginMode mode, int start, in... method DrawRangeElements (line 10941) | public static void DrawRangeElements(BeginMode mode, int start, in... method DrawRangeElements (line 10954) | public static void DrawRangeElements(BeginMode mode, int start, in... method DrawRangeElements (line 10968) | [CLSCompliant(false)] method DrawRangeElements (line 10974) | [CLSCompliant(false)] method DrawRangeElements (line 10988) | [CLSCompliant(false)] method DrawRangeElements (line 11002) | [CLSCompliant(false)] method DrawRangeElements (line 11016) | [CLSCompliant(false)] method EdgeFlag (line 11031) | public static void EdgeFlag(bool flag) method EdgeFlagPointer (line 11036) | public static void EdgeFlagPointer(int stride, IntPtr pointer) method EdgeFlagPointer (line 11041) | public static void EdgeFlagPointer(int stride, [In][Out] T1[] poin... method EdgeFlagPointer (line 11054) | public static void EdgeFlagPointer(int stride, [In][Out] T1[,] poi... method EdgeFlagPointer (line 11067) | public static void EdgeFlagPointer(int stride, [In][Out] T1[,,] po... method EdgeFlagPointer (line 11080) | public static void EdgeFlagPointer(int stride, [In][Out] ref T1 po... method EdgeFlag (line 11094) | [CLSCompliant(false)] method Enable (line 11100) | public static void Enable(EnableCap cap) method EnableClientState (line 11105) | public static void EnableClientState(ArrayCap array) method Enable (line 11110) | public static void Enable(IndexedEnableCap target, int index) method Enable (line 11115) | [CLSCompliant(false)] method EnableVertexAttribArray (line 11121) | public static void EnableVertexAttribArray(int index) method EnableVertexAttribArray (line 11126) | [CLSCompliant(false)] method End (line 11132) | public static void End() method EndList (line 11137) | public static void EndList() method EndQuery (line 11142) | public static void EndQuery(QueryTarget target) method EvalCoord1 (line 11147) | public static void EvalCoord1(double u) method EvalCoord1 (line 11152) | [CLSCompliant(false)] method EvalCoord1 (line 11158) | public static void EvalCoord1(float u) method EvalCoord1 (line 11163) | [CLSCompliant(false)] method EvalCoord2 (line 11169) | public static void EvalCoord2(double u, double v) method EvalCoord2 (line 11174) | public unsafe static void EvalCoord2(double[] u) method EvalCoord2 (line 11182) | public unsafe static void EvalCoord2(ref double u) method EvalCoord2 (line 11190) | [CLSCompliant(false)] method EvalCoord2 (line 11196) | public static void EvalCoord2(float u, float v) method EvalCoord2 (line 11201) | public unsafe static void EvalCoord2(float[] u) method EvalCoord2 (line 11209) | public unsafe static void EvalCoord2(ref float u) method EvalCoord2 (line 11217) | [CLSCompliant(false)] method EvalMesh1 (line 11223) | public static void EvalMesh1(MeshMode1 mode, int i1, int i2) method EvalMesh2 (line 11228) | public static void EvalMesh2(MeshMode2 mode, int i1, int i2, int j1, i... method EvalPoint1 (line 11233) | public static void EvalPoint1(int i) method EvalPoint2 (line 11238) | public static void EvalPoint2(int i, int j) method FeedbackBuffer (line 11243) | public unsafe static void FeedbackBuffer(int size, FeedbackType type, ... method FeedbackBuffer (line 11251) | public unsafe static void FeedbackBuffer(int size, FeedbackType type, ... method FeedbackBuffer (line 11260) | [CLSCompliant(false)] method Finish (line 11266) | public static void Finish() method Flush (line 11271) | public static void Flush() method FogCoord (line 11276) | public static void FogCoord(double coord) method FogCoord (line 11281) | [CLSCompliant(false)] method FogCoord (line 11287) | public static void FogCoord(float coord) method FogCoord (line 11292) | [CLSCompliant(false)] method FogCoordPointer (line 11298) | public static void FogCoordPointer(FogPointerType type, int stride, In... method FogCoordPointer (line 11303) | public static void FogCoordPointer(FogPointerType type, int stride... method FogCoordPointer (line 11316) | public static void FogCoordPointer(FogPointerType type, int stride... method FogCoordPointer (line 11329) | public static void FogCoordPointer(FogPointerType type, int stride... method FogCoordPointer (line 11342) | public static void FogCoordPointer(FogPointerType type, int stride... method Fog (line 11356) | public static void Fog(FogParameter pname, float param) method Fog (line 11361) | public unsafe static void Fog(FogParameter pname, float[] @params) method Fog (line 11369) | [CLSCompliant(false)] method Fog (line 11375) | public static void Fog(FogParameter pname, int param) method Fog (line 11380) | public unsafe static void Fog(FogParameter pname, int[] @params) method Fog (line 11388) | [CLSCompliant(false)] method FrontFace (line 11394) | public static void FrontFace(FrontFaceDirection mode) method Frustum (line 11399) | public static void Frustum(double left, double right, double bottom, d... method GenBuffers (line 11404) | public unsafe static void GenBuffers(int n, [Out] int[] buffers) method GenBuffers (line 11412) | public unsafe static void GenBuffers(int n, out int buffers) method GenBuffers (line 11421) | [CLSCompliant(false)] method GenBuffers (line 11427) | [CLSCompliant(false)] method GenBuffers (line 11436) | [CLSCompliant(false)] method GenBuffers (line 11446) | [CLSCompliant(false)] method GenLists (line 11452) | public static int GenLists(int range) method GenQueries (line 11457) | public unsafe static void GenQueries(int n, [Out] int[] ids) method GenQueries (line 11465) | public unsafe static void GenQueries(int n, out int ids) method GenQueries (line 11474) | [CLSCompliant(false)] method GenQueries (line 11480) | [CLSCompliant(false)] method GenQueries (line 11489) | [CLSCompliant(false)] method GenQueries (line 11499) | [CLSCompliant(false)] method GenTextures (line 11505) | public unsafe static void GenTextures(int n, [Out] int[] textures) method GenTextures (line 11513) | public unsafe static void GenTextures(int n, out int textures) method GenTextures (line 11522) | [CLSCompliant(false)] method GenTextures (line 11528) | [CLSCompliant(false)] method GenTextures (line 11537) | [CLSCompliant(false)] method GenTextures (line 11547) | [CLSCompliant(false)] method GetActiveAttrib (line 11553) | public unsafe static void GetActiveAttrib(int program, int index, int ... method GetActiveAttrib (line 11570) | [CLSCompliant(false)] method GetActiveAttrib (line 11576) | [CLSCompliant(false)] method GetActiveAttrib (line 11594) | [CLSCompliant(false)] method GetActiveUniform (line 11600) | public unsafe static void GetActiveUniform(int program, int index, int... method GetActiveUniform (line 11617) | [CLSCompliant(false)] method GetActiveUniform (line 11623) | [CLSCompliant(false)] method GetActiveUniform (line 11641) | [CLSCompliant(false)] method GetAttachedShaders (line 11647) | public unsafe static void GetAttachedShaders(int program, int maxCount... method GetAttachedShaders (line 11660) | [CLSCompliant(false)] method GetAttachedShaders (line 11669) | [CLSCompliant(false)] method GetAttachedShaders (line 11675) | [CLSCompliant(false)] method GetAttachedShaders (line 11689) | [CLSCompliant(false)] method GetAttachedShaders (line 11698) | [CLSCompliant(false)] method GetAttribLocation (line 11704) | public static int GetAttribLocation(int program, string name) method GetAttribLocation (line 11709) | [CLSCompliant(false)] method GetBoolean (line 11715) | public unsafe static void GetBoolean(GetIndexedPName target, int index... method GetBoolean (line 11723) | public unsafe static void GetBoolean(GetIndexedPName target, int index... method GetBoolean (line 11732) | [CLSCompliant(false)] method GetBoolean (line 11738) | [CLSCompliant(false)] method GetBoolean (line 11747) | [CLSCompliant(false)] method GetBoolean (line 11757) | [CLSCompliant(false)] method GetBoolean (line 11763) | public unsafe static void GetBoolean(GetPName pname, [Out] bool[] @par... method GetBoolean (line 11771) | public unsafe static void GetBoolean(GetPName pname, out bool @params) method GetBoolean (line 11780) | [CLSCompliant(false)] method GetBufferParameter (line 11786) | public unsafe static void GetBufferParameter(BufferTarget target, Buff... method GetBufferParameter (line 11794) | public unsafe static void GetBufferParameter(BufferTarget target, Buff... method GetBufferParameter (line 11803) | [CLSCompliant(false)] method GetBufferPointer (line 11809) | public static void GetBufferPointer(BufferTarget target, BufferPointer... method GetBufferPointer (line 11814) | public static void GetBufferPointer(BufferTarget target, BufferPoi... method GetBufferPointer (line 11827) | public static void GetBufferPointer(BufferTarget target, BufferPoi... method GetBufferPointer (line 11840) | public static void GetBufferPointer(BufferTarget target, BufferPoi... method GetBufferPointer (line 11853) | public static void GetBufferPointer(BufferTarget target, BufferPoi... method GetBufferSubData (line 11867) | public static void GetBufferSubData(BufferTarget target, IntPtr offset... method GetBufferSubData (line 11872) | public static void GetBufferSubData(BufferTarget target, IntPtr of... method GetBufferSubData (line 11885) | public static void GetBufferSubData(BufferTarget target, IntPtr of... method GetBufferSubData (line 11898) | public static void GetBufferSubData(BufferTarget target, IntPtr of... method GetBufferSubData (line 11911) | public static void GetBufferSubData(BufferTarget target, IntPtr of... method GetClipPlane (line 11925) | public unsafe static void GetClipPlane(ClipPlaneName plane, [Out] doub... method GetClipPlane (line 11933) | public unsafe static void GetClipPlane(ClipPlaneName plane, out double... method GetClipPlane (line 11942) | [CLSCompliant(false)] method GetColorTable (line 11948) | public static void GetColorTable(ColorTableTarget target, PixelFormat ... method GetColorTable (line 11953) | public static void GetColorTable(ColorTableTarget target, PixelFor... method GetColorTable (line 11966) | public static void GetColorTable(ColorTableTarget target, PixelFor... method GetColorTable (line 11979) | public static void GetColorTable(ColorTableTarget target, PixelFor... method GetColorTable (line 11992) | public static void GetColorTable(ColorTableTarget target, PixelFor... method GetColorTableParameter (line 12006) | public unsafe static void GetColorTableParameter(ColorTableTarget targ... method GetColorTableParameter (line 12014) | public unsafe static void GetColorTableParameter(ColorTableTarget targ... method GetColorTableParameter (line 12023) | [CLSCompliant(false)] method GetColorTableParameter (line 12029) | public unsafe static void GetColorTableParameter(ColorTableTarget targ... method GetColorTableParameter (line 12037) | public unsafe static void GetColorTableParameter(ColorTableTarget targ... method GetColorTableParameter (line 12046) | [CLSCompliant(false)] method GetCompressedTexImage (line 12052) | public static void GetCompressedTexImage(TextureTarget target, int lev... method GetConvolutionFilter (line 12057) | public static void GetConvolutionFilter(ConvolutionTarget target, Pixe... method GetConvolutionFilter (line 12062) | public static void GetConvolutionFilter(ConvolutionTarget target, ... method GetConvolutionFilter (line 12075) | public static void GetConvolutionFilter(ConvolutionTarget target, ... method GetConvolutionFilter (line 12088) | public static void GetConvolutionFilter(ConvolutionTarget target, ... method GetConvolutionFilter (line 12101) | public static void GetConvolutionFilter(ConvolutionTarget target, ... method GetConvolutionParameter (line 12115) | public unsafe static void GetConvolutionParameter(ConvolutionTarget ta... method GetConvolutionParameter (line 12123) | public unsafe static void GetConvolutionParameter(ConvolutionTarget ta... method GetConvolutionParameter (line 12132) | [CLSCompliant(false)] method GetConvolutionParameter (line 12138) | public unsafe static void GetConvolutionParameter(ConvolutionTarget ta... method GetConvolutionParameter (line 12146) | public unsafe static void GetConvolutionParameter(ConvolutionTarget ta... method GetConvolutionParameter (line 12155) | [CLSCompliant(false)] method GetDouble (line 12161) | public unsafe static void GetDouble(GetIndexedPName target, int index,... method GetDouble (line 12169) | public unsafe static void GetDouble(GetIndexedPName target, int index,... method GetDouble (line 12178) | [CLSCompliant(false)] method GetDouble (line 12184) | [CLSCompliant(false)] method GetDouble (line 12193) | [CLSCompliant(false)] method GetDouble (line 12203) | [CLSCompliant(false)] method GetDouble (line 12209) | public unsafe static void GetDouble(GetPName pname, [Out] double[] @pa... method GetDouble (line 12217) | public unsafe static void GetDouble(GetPName pname, out double @params) method GetDouble (line 12226) | [CLSCompliant(false)] method GetError (line 12232) | public static ErrorCode GetError() method GetFloat (line 12237) | public unsafe static void GetFloat(GetIndexedPName target, int index, ... method GetFloat (line 12245) | public unsafe static void GetFloat(GetIndexedPName target, int index, ... method GetFloat (line 12254) | [CLSCompliant(false)] method GetFloat (line 12260) | [CLSCompliant(false)] method GetFloat (line 12269) | [CLSCompliant(false)] method GetFloat (line 12279) | [CLSCompliant(false)] method GetFloat (line 12285) | public unsafe static void GetFloat(GetPName pname, [Out] float[] @params) method GetFloat (line 12293) | public unsafe static void GetFloat(GetPName pname, out float @params) method GetFloat (line 12302) | [CLSCompliant(false)] method GetHistogram (line 12308) | public static void GetHistogram(HistogramTarget target, bool reset, Pi... method GetHistogram (line 12313) | public static void GetHistogram(HistogramTarget target, bool reset... method GetHistogram (line 12326) | public static void GetHistogram(HistogramTarget target, bool reset... method GetHistogram (line 12339) | public static void GetHistogram(HistogramTarget target, bool reset... method GetHistogram (line 12352) | public static void GetHistogram(HistogramTarget target, bool reset... method GetHistogramParameter (line 12366) | public unsafe static void GetHistogramParameter(HistogramTarget target... method GetHistogramParameter (line 12374) | public unsafe static void GetHistogramParameter(HistogramTarget target... method GetHistogramParameter (line 12383) | [CLSCompliant(false)] method GetHistogramParameter (line 12389) | public unsafe static void GetHistogramParameter(HistogramTarget target... method GetHistogramParameter (line 12397) | public unsafe static void GetHistogramParameter(HistogramTarget target... method GetHistogramParameter (line 12406) | [CLSCompliant(false)] method GetInteger (line 12412) | public unsafe static void GetInteger(GetPName pname, [Out] int[] @params) method GetInteger (line 12420) | public unsafe static void GetInteger(GetPName pname, out int @params) method GetInteger (line 12429) | [CLSCompliant(false)] method GetLight (line 12435) | public unsafe static void GetLight(LightName light, LightParameter pna... method GetLight (line 12443) | public unsafe static void GetLight(LightName light, LightParameter pna... method GetLight (line 12452) | [CLSCompliant(false)] method GetLight (line 12458) | public unsafe static void GetLight(LightName light, LightParameter pna... method GetLight (line 12466) | public unsafe static void GetLight(LightName light, LightParameter pna... method GetLight (line 12475) | [CLSCompliant(false)] method GetMap (line 12481) | public unsafe static void GetMap(MapTarget target, GetMapQuery query, ... method GetMap (line 12489) | public unsafe static void GetMap(MapTarget target, GetMapQuery query, ... method GetMap (line 12498) | [CLSCompliant(false)] method GetMap (line 12504) | public unsafe static void GetMap(MapTarget target, GetMapQuery query, ... method GetMap (line 12512) | public unsafe static void GetMap(MapTarget target, GetMapQuery query, ... method GetMap (line 12521) | [CLSCompliant(false)] method GetMap (line 12527) | public unsafe static void GetMap(MapTarget target, GetMapQuery query, ... method GetMap (line 12535) | public unsafe static void GetMap(MapTarget target, GetMapQuery query, ... method GetMap (line 12544) | [CLSCompliant(false)] method GetMaterial (line 12550) | public unsafe static void GetMaterial(MaterialFace face, MaterialParam... method GetMaterial (line 12558) | public unsafe static void GetMaterial(MaterialFace face, MaterialParam... method GetMaterial (line 12567) | [CLSCompliant(false)] method GetMaterial (line 12573) | public unsafe static void GetMaterial(MaterialFace face, MaterialParam... method GetMaterial (line 12581) | public unsafe static void GetMaterial(MaterialFace face, MaterialParam... method GetMaterial (line 12590) | [CLSCompliant(false)] method GetMinmax (line 12596) | public static void GetMinmax(MinmaxTarget target, bool reset, PixelFor... method GetMinmax (line 12601) | public static void GetMinmax(MinmaxTarget target, bool reset, Pixe... method GetMinmax (line 12614) | public static void GetMinmax(MinmaxTarget target, bool reset, Pixe... method GetMinmax (line 12627) | public static void GetMinmax(MinmaxTarget target, bool reset, Pixe... method GetMinmax (line 12640) | public static void GetMinmax(MinmaxTarget target, bool reset, Pixe... method GetMinmaxParameter (line 12654) | public unsafe static void GetMinmaxParameter(MinmaxTarget target, GetM... method GetMinmaxParameter (line 12662) | public unsafe static void GetMinmaxParameter(MinmaxTarget target, GetM... method GetMinmaxParameter (line 12671) | [CLSCompliant(false)] method GetMinmaxParameter (line 12677) | public unsafe static void GetMinmaxParameter(MinmaxTarget target, GetM... method GetMinmaxParameter (line 12685) | public unsafe static void GetMinmaxParameter(MinmaxTarget target, GetM... method GetMinmaxParameter (line 12694) | [CLSCompliant(false)] method GetPixelMap (line 12700) | public unsafe static void GetPixelMap(PixelMap map, [Out] float[] values) method GetPixelMap (line 12708) | public unsafe static void GetPixelMap(PixelMap map, out float values) method GetPixelMap (line 12717) | [CLSCompliant(false)] method GetPixelMap (line 12723) | public unsafe static void GetPixelMap(PixelMap map, [Out] int[] values) method GetPixelMap (line 12731) | public unsafe static void GetPixelMap(PixelMap map, out int values) method GetPixelMap (line 12740) | [CLSCompliant(false)] method GetPixelMap (line 12746) | [CLSCompliant(false)] method GetPixelMap (line 12755) | [CLSCompliant(false)] method GetPixelMap (line 12765) | [CLSCompliant(false)] method GetPixelMap (line 12771) | public unsafe static void GetPixelMap(PixelMap map, [Out] short[] values) method GetPixelMap (line 12779) | public unsafe static void GetPixelMap(PixelMap map, out short values) method GetPixelMap (line 12788) | [CLSCompliant(false)] method GetPixelMap (line 12794) | [CLSCompliant(false)] method GetPixelMap (line 12803) | [CLSCompliant(false)] method GetPixelMap (line 12813) | [CLSCompliant(false)] method GetPointer (line 12819) | public static void GetPointer(GetPointervPName pname, [Out] IntPtr @pa... method GetPointer (line 12824) | public static void GetPointer(GetPointervPName pname, [In][Out] T1... method GetPointer (line 12837) | public static void GetPointer(GetPointervPName pname, [In][Out] T1... method GetPointer (line 12850) | public static void GetPointer(GetPointervPName pname, [In][Out] T1... method GetPointer (line 12863) | public static void GetPointer(GetPointervPName pname, [In][Out] re... method GetPolygonStipple (line 12877) | public unsafe static void GetPolygonStipple([Out] byte[] mask) method GetPolygonStipple (line 12885) | public unsafe static void GetPolygonStipple(out byte mask) method GetPolygonStipple (line 12894) | [CLSCompliant(false)] method GetProgramInfoLog (line 12900) | public unsafe static void GetProgramInfoLog(int program, int bufSize, ... method GetProgramInfoLog (line 12909) | [CLSCompliant(false)] method GetProgramInfoLog (line 12915) | [CLSCompliant(false)] method GetProgramInfoLog (line 12925) | [CLSCompliant(false)] method GetProgram (line 12931) | public unsafe static void GetProgram(int program, ProgramParameter pna... method GetProgram (line 12939) | public unsafe static void GetProgram(int program, ProgramParameter pna... method GetProgram (line 12948) | [CLSCompliant(false)] method GetProgram (line 12954) | [CLSCompliant(false)] method GetProgram (line 12963) | [CLSCompliant(false)] method GetProgram (line 12973) | [CLSCompliant(false)] method GetSeparableFilter (line 12979) | public static void GetSeparableFilter(SeparableTarget target, PixelFor... method GetSeparableFilter (line 12984) | public static void GetSeparableFilter(SeparableTarget target, Pixe... method GetSeparableFilter (line 12997) | public static void GetSeparableFilter(SeparableTarget target, Pixe... method GetSeparableFilter (line 13010) | public static void GetSeparableFilter(SeparableTarget target, Pixe... method GetSeparableFilter (line 13023) | public static void GetSeparableFilter(SeparableTarget target, Pixe... method GetSeparableFilter (line 13037) | public static void GetSeparableFilter(SeparableTarget target, ... method GetSeparableFilter (line 13052) | public static void GetSeparableFilter(SeparableTarget target, ... method GetSeparableFilter (line 13067) | public static void GetSeparableFilter(SeparableTarget target, ... method GetSeparableFilter (line 13082) | public static void GetSeparableFilter(SeparableTarget target, ... method GetSeparableFilter (line 13098) | public static void GetSeparableFilter(SeparableTarget targ... method GetSeparableFilter (line 13115) | public static void GetSeparableFilter(SeparableTarget targ... method GetSeparableFilter (line 13132) | public static void GetSeparableFilter(SeparableTarget targ... method GetSeparableFilter (line 13149) | public static void GetSeparableFilter(SeparableTarget targ... method GetShaderInfoLog (line 13167) | public unsafe static void GetShaderInfoLog(int shader, int bufSize, ou... method GetShaderInfoLog (line 13176) | [CLSCompliant(false)] method GetShaderInfoLog (line 13182) | [CLSCompliant(false)] method GetShaderInfoLog (line 13192) | [CLSCompliant(false)] method GetShader (line 13198) | public unsafe static void GetShader(int shader, ShaderParameter pname,... method GetShader (line 13206) | public unsafe static void GetShader(int shader, ShaderParameter pname,... method GetShader (line 13215) | [CLSCompliant(false)] method GetShader (line 13221) | [CLSCompliant(false)] method GetShader (line 13230) | [CLSCompliant(false)] method GetShader (line 13240) | [CLSCompliant(false)] method GetShaderSource (line 13246) | public unsafe static void GetShaderSource(int shader, int bufSize, out... method GetShaderSource (line 13255) | [CLSCompliant(false)] method GetShaderSource (line 13261) | [CLSCompliant(false)] method GetShaderSource (line 13271) | [CLSCompliant(false)] method GetString (line 13277) | public unsafe static string GetString(StringName name) method GetString (line 13282) | public unsafe static string GetString(StringName name, int index) method GetString (line 13287) | [CLSCompliant(false)] method GetTexEnv (line 13293) | public unsafe static void GetTexEnv(TextureEnvTarget target, TextureEn... method GetTexEnv (line 13301) | public unsafe static void GetTexEnv(TextureEnvTarget target, TextureEn... method GetTexEnv (line 13310) | [CLSCompliant(false)] method GetTexEnv (line 13316) | public unsafe static void GetTexEnv(TextureEnvTarget target, TextureEn... method GetTexEnv (line 13324) | public unsafe static void GetTexEnv(TextureEnvTarget target, TextureEn... method GetTexEnv (line 13333) | [CLSCompliant(false)] method GetTexGen (line 13339) | public unsafe static void GetTexGen(TextureCoordName coord, TextureGen... method GetTexGen (line 13347) | public unsafe static void GetTexGen(TextureCoordName coord, TextureGen... method GetTexGen (line 13356) | [CLSCompliant(false)] method GetTexGen (line 13362) | public unsafe static void GetTexGen(TextureCoordName coord, TextureGen... method GetTexGen (line 13370) | public unsafe static void GetTexGen(TextureCoordName coord, TextureGen... method GetTexGen (line 13379) | [CLSCompliant(false)] method GetTexGen (line 13385) | public unsafe static void GetTexGen(TextureCoordName coord, TextureGen... method GetTexGen (line 13393) | public unsafe static void GetTexGen(TextureCoordName coord, TextureGen... method GetTexGen (line 13402) | [CLSCompliant(false)] method GetTexImage (line 13408) | public static void GetTexImage(TextureTarget target, int level, PixelF... method GetTexImage (line 13413) | public static void GetTexImage(TextureTarget target, int level, Pi... method GetTexImage (line 13426) | public static void GetTexImage(TextureTarget target, int level, Pi... method GetTexImage (line 13439) | public static void GetTexImage(TextureTarget target, int level, Pi... method GetTexImage (line 13452) | public static void GetTexImage(TextureTarget target, int level, Pi... method GetTexLevelParameter (line 13466) | public unsafe static void GetTexLevelParameter(TextureTarget target, i... method GetTexLevelParameter (line 13474) | public unsafe static void GetTexLevelParameter(TextureTarget target, i... method GetTexLevelParameter (line 13483) | [CLSCompliant(false)] method GetTexLevelParameter (line 13489) | public unsafe static void GetTexLevelParameter(TextureTarget target, i... method GetTexLevelParameter (line 13497) | public unsafe static void GetTexLevelParameter(TextureTarget target, i... method GetTexLevelParameter (line 13506) | [CLSCompliant(false)] method GetTexParameter (line 13512) | public unsafe static void GetTexParameter(TextureTarget target, GetTex... method GetTexParameter (line 13520) | public unsafe static void GetTexParameter(TextureTarget target, GetTex... method GetTexParameter (line 13529) | [CLSCompliant(false)] method GetUniform (line 13535) | public unsafe static void GetUniform(int program, int location, [Out] ... method GetUniform (line 13543) | public unsafe static void GetUniform(int program, int location, out fl... method GetUniform (line 13552) | [CLSCompliant(false)] method GetUniform (line 13558) | [CLSCompliant(false)] method GetUniform (line 13567) | [CLSCompliant(false)] method GetUniform (line 13577) | [CLSCompliant(false)] method GetUniform (line 13583) | public unsafe static void GetUniform(int program, int location, [Out] ... method GetUniform (line 13591) | public unsafe static void GetUniform(int program, int location, out in... method GetUniform (line 13600) | [CLSCompliant(false)] method GetUniform (line 13606) | [CLSCompliant(false)] method GetUniform (line 13615) | [CLSCompliant(false)] method GetUniform (line 13625) | [CLSCompliant(false)] method GetUniformLocation (line 13631) | public static int GetUniformLocation(int program, string name) method GetUniformLocation (line 13636) | [CLSCompliant(false)] method GetVertexAttrib (line 13642) | public unsafe static void GetVertexAttrib(int index, VertexAttribParam... method GetVertexAttrib (line 13650) | public unsafe static void GetVertexAttrib(int index, VertexAttribParam... method GetVertexAttrib (line 13659) | [CLSCompliant(false)] method GetVertexAttrib (line 13665) | [CLSCompliant(false)] method GetVertexAttrib (line 13674) | [CLSCompliant(false)] method GetVertexAttrib (line 13684) | [CLSCompliant(false)] method GetVertexAttrib (line 13690) | public unsafe static void GetVertexAttrib(int index, VertexAttribParam... method GetVertexAttrib (line 13698) | public unsafe static void GetVertexAttrib(int index, VertexAttribParam... method GetVertexAttrib (line 13707) | [CLSCompliant(false)] method GetVertexAttrib (line 13713) | [CLSCompliant(false)] method GetVertexAttrib (line 13722) | [CLSCompliant(false)] method GetVertexAttrib (line 13732) | [CLSCompliant(false)] method GetVertexAttrib (line 13738) | public unsafe static void GetVertexAttrib(int index, VertexAttribParam... method GetVertexAttrib (line 13746) | public unsafe static void GetVertexAttrib(int index, VertexAttribParam... method GetVertexAttrib (line 13755) | [CLSCompliant(false)] method GetVertexAttrib (line 13761) | [CLSCompliant(false)] method GetVertexAttrib (line 13770) | [CLSCompliant(false)] method GetVertexAttrib (line 13780) | [CLSCompliant(false)] method GetVertexAttribPointer (line 13786) | public static void GetVertexAttribPointer(int index, VertexAttribPoint... method GetVertexAttribPointer (line 13791) | public static void GetVertexAttribPointer(int index, VertexAttribP... method GetVertexAttribPointer (line 13804) | public static void GetVertexAttribPointer(int index, VertexAttribP... method GetVertexAttribPointer (line 13817) | public static void GetVertexAttribPointer(int index, VertexAttribP... method GetVertexAttribPointer (line 13830) | public static void GetVertexAttribPointer(int index, VertexAttribP... method GetVertexAttribPointer (line 13844) | [CLSCompliant(false)] method GetVertexAttribPointer (line 13850) | [CLSCompliant(false)] method GetVertexAttribPointer (line 13864) | [CLSCompliant(false)] method GetVertexAttribPointer (line 13878) | [CLSCompliant(false)] method GetVertexAttribPointer (line 13892) | [CLSCompliant(false)] method Hint (line 13907) | public static void Hint(HintTarget target, HintMode mode) method Histogram (line 13912) | public static void Histogram(HistogramTarget target, int width, PixelI... method Index (line 13917) | public static void Index(double c) method Index (line 13922) | [CLSCompliant(false)] method Index (line 13928) | public static void Index(float c) method Index (line 13933) | [CLSCompliant(false)] method Index (line 13939) | public static void Index(int c) method Index (line 13944) | [CLSCompliant(false)] method IndexMask (line 13950) | public static void IndexMask(int mask) method IndexMask (line 13955) | [CLSCompliant(false)] method IndexPointer (line 13961) | public static void IndexPointer(IndexPointerType type, int stride, Int... method IndexPointer (line 13966) | public static void IndexPointer(IndexPointerType type, int stride,... method IndexPointer (line 13979) | public static void IndexPointer(IndexPointerType type, int stride,... method IndexPointer (line 13992) | public static void IndexPointer(IndexPointerType type, int stride,... method IndexPointer (line 14005) | public static void IndexPointer(IndexPointerType type, int stride,... method Index (line 14019) | public static void Index(short c) method Index (line 14024) | [CLSCompliant(false)] method Index (line 14030) | public static void Index(byte c) method Index (line 14035) | [CLSCompliant(false)] method InitNames (line 14041) | public static void InitNames() method InterleavedArrays (line 14046) | public static void InterleavedArrays(InterleavedArrayFormat format, in... method InterleavedArrays (line 14051) | public static void InterleavedArrays(InterleavedArrayFormat format... method InterleavedArrays (line 14064) | public static void InterleavedArrays(InterleavedArrayFormat format... method InterleavedArrays (line 14077) | public static void InterleavedArrays(InterleavedArrayFormat format... method InterleavedArrays (line 14090) | public static void InterleavedArrays(InterleavedArrayFormat format... method IsBuffer (line 14104) | public static bool IsBuffer(int buffer) method IsBuffer (line 14109) | [CLSCompliant(false)] method IsEnabled (line 14115) | public static bool IsEnabled(EnableCap cap) method IsList (line 14120) | public static bool IsList(int list) method IsList (line 14125) | [CLSCompliant(false)] method IsQuery (line 14131) | public static bool IsQuery(int id) method IsQuery (line 14136) | [CLSCompliant(false)] method IsShader (line 14142) | public static bool IsShader(int shader) method IsShader (line 14147) | [CLSCompliant(false)] method IsTexture (line 14153) | public static bool IsTexture(int texture) method IsTexture (line 14158) | [CLSCompliant(false)] method Light (line 14164) | public static void Light(LightName light, LightParameter pname, float ... method Light (line 14169) | public unsafe static void Light(LightName light, LightParameter pname,... method Light (line 14177) | [CLSCompliant(false)] method Light (line 14183) | public static void Light(LightName light, LightParameter pname, int pa... method Light (line 14188) | public unsafe static void Light(LightName light, LightParameter pname,... method Light (line 14196) | [CLSCompliant(false)] method LightModel (line 14202) | public static void LightModel(LightModelParameter pname, float param) method LightModel (line 14207) | public unsafe static void LightModel(LightModelParameter pname, float[... method LightModel (line 14215) | [CLSCompliant(false)] method LightModel (line 14221) | public static void LightModel(LightModelParameter pname, int param) method LightModel (line 14226) | public unsafe static void LightModel(LightModelParameter pname, int[] ... method LightModel (line 14234) | [CLSCompliant(false)] method LineStipple (line 14240) | public static void LineStipple(int factor, short pattern) method LineStipple (line 14245) | [CLSCompliant(false)] method LineWidth (line 14251) | public static void LineWidth(float width) method LinkProgram (line 14256) | public static void LinkProgram(int program) method LinkProgram (line 14261) | [CLSCompliant(false)] method ListBase (line 14267) | public static void ListBase(int @base) method ListBase (line 14272) | [CLSCompliant(false)] method LoadIdentity (line 14278) | public static void LoadIdentity() method LoadMatrix (line 14283) | public unsafe static void LoadMatrix(double[] m) method LoadMatrix (line 14291) | public unsafe static void LoadMatrix(ref double m) method LoadMatrix (line 14299) | [CLSCompliant(false)] method LoadMatrix (line 14305) | public unsafe static void LoadMatrix(float[] m) method LoadMatrix (line 14313) | public unsafe static void LoadMatrix(ref float m) method LoadMatrix (line 14321) | [CLSCompliant(false)] method LoadName (line 14327) | public static void LoadName(int name) method LoadName (line 14332) | [CLSCompliant(false)] method LoadTransposeMatrix (line 14338) | public unsafe static void LoadTransposeMatrix(double[] m) method LoadTransposeMatrix (line 14346) | public unsafe static void LoadTransposeMatrix(ref double m) method LoadTransposeMatrix (line 14354) | [CLSCompliant(false)] method LoadTransposeMatrix (line 14360) | public unsafe static void LoadTransposeMatrix(float[] m) method LoadTransposeMatrix (line 14368) | public unsafe static void LoadTransposeMatrix(ref float m) method LoadTransposeMatrix (line 14376) | [CLSCompliant(false)] method LogicOp (line 14382) | public static void LogicOp(LogicOp opcode) method Map1 (line 14387) | public unsafe static void Map1(MapTarget target, double u1, double u2,... method Map1 (line 14395) | public unsafe static void Map1(MapTarget target, double u1, double u2,... method Map1 (line 14403) | [CLSCompliant(false)] method Map1 (line 14409) | public unsafe static void Map1(MapTarget target, float u1, float u2, i... method Map1 (line 14417) | public unsafe static void Map1(MapTarget target, float u1, float u2, i... method Map1 (line 14425) | [CLSCompliant(false)] method Map2 (line 14431) | public unsafe static void Map2(MapTarget target, double u1, double u2,... method Map2 (line 14439) | public unsafe static void Map2(MapTarget target, double u1, double u2,... method Map2 (line 14447) | [CLSCompliant(false)] method Map2 (line 14453) | public unsafe static void Map2(MapTarget target, float u1, float u2, i... method Map2 (line 14461) | public unsafe static void Map2(MapTarget target, float u1, float u2, i... method Map2 (line 14469) | [CLSCompliant(false)] method MapBuffer (line 14475) | [CLSCompliant(false)] method MapGrid1 (line 14481) | public static void MapGrid1(int un, double u1, double u2) method MapGrid1 (line 14486) | public static void MapGrid1(int un, float u1, float u2) method MapGrid2 (line 14491) | public static void MapGrid2(int un, double u1, double u2, int vn, doub... method MapGrid2 (line 14496) | public static void MapGrid2(int un, float u1, float u2, int vn, float ... method Material (line 14501) | public static void Material(MaterialFace face, MaterialParameter pname... method Material (line 14506) | public unsafe static void Material(MaterialFace face, MaterialParamete... method Material (line 14514) | [CLSCompliant(false)] method Material (line 14520) | public static void Material(MaterialFace face, MaterialParameter pname... method Material (line 14525) | public unsafe static void Material(MaterialFace face, MaterialParamete... method Material (line 14533) | [CLSCompliant(false)] method MatrixMode (line 14539) | public static void MatrixMode(MatrixMode mode) method Minmax (line 14544) | public static void Minmax(MinmaxTarget target, PixelInternalFormat int... method MultiDrawArrays (line 14549) | public unsafe static void MultiDrawArrays(BeginMode mode, int[] first,... method MultiDrawArrays (line 14560) | public unsafe static void MultiDrawArrays(BeginMode mode, ref int firs... method MultiDrawArrays (line 14571) | [CLSCompliant(false)] method MultiDrawElements (line 14577) | public unsafe static void MultiDrawElements(BeginMode mode, int[] coun... method MultiDrawElements (line 14585) | public unsafe static void MultiDrawElements(BeginMode mode, int[] ... method MultiDrawElements (line 14601) | public unsafe static void MultiDrawElements(BeginMode mode, int[] ... method MultiDrawElements (line 14617) | public unsafe static void MultiDrawElements(BeginMode mode, int[] ... method MultiDrawElements (line 14633) | public unsafe static void MultiDrawElements(BeginMode mode, int[] ... method MultiDrawElements (line 14650) | public unsafe static void MultiDrawElements(BeginMode mode, ref int co... method MultiDrawElements (line 14658) | public unsafe static void MultiDrawElements(BeginMode mode, ref in... method MultiDrawElements (line 14674) | public unsafe static void MultiDrawElements(BeginMode mode, ref in... method MultiDrawElements (line 14690) | public unsafe static void MultiDrawElements(BeginMode mode, ref in... method MultiDrawElements (line 14706) | public unsafe static void MultiDrawElements(BeginMode mode, ref in... method MultiDrawElements (line 14723) | [CLSCompliant(false)] method MultiDrawElements (line 14729) | [CLSCompliant(false)] method MultiDrawElements (line 14743) | [CLSCompliant(false)] method MultiDrawElements (line 14757) | [CLSCompliant(false)] method MultiDrawElements (line 14771) | [CLSCompliant(false)] method MultiTexCoord1 (line 14786) | public static void MultiTexCoord1(TextureUnit target, double s) method MultiTexCoord1 (line 14791) | [CLSCompliant(false)] method MultiTexCoord1 (line 14797) | public static void MultiTexCoord1(TextureUnit target, float s) method MultiTexCoord1 (line 14802) | [CLSCompliant(false)] method MultiTexCoord1 (line 14808) | public static void MultiTexCoord1(TextureUnit target, int s) method MultiTexCoord1 (line 14813) | [CLSCompliant(false)] method MultiTexCoord1 (line 14819) | public static void MultiTexCoord1(TextureUnit target, short s) method MultiTexCoord1 (line 14824) | [CLSCompliant(false)] method MultiTexCoord2 (line 14830) | public static void MultiTexCoord2(TextureUnit target, double s, double t) method MultiTexCoord2 (line 14835) | public unsafe static void MultiTexCoord2(TextureUnit target, double[] v) method MultiTexCoord2 (line 14843) | public unsafe static void MultiTexCoord2(TextureUnit target, ref doubl... method MultiTexCoord2 (line 14851) | [CLSCompliant(false)] method MultiTexCoord2 (line 14857) | public static void MultiTexCoord2(TextureUnit target, float s, float t) method MultiTexCoord2 (line 14862) | public unsafe static void MultiTexCoord2(TextureUnit target, float[] v) method MultiTexCoord2 (line 14870) | public unsafe static void MultiTexCoord2(TextureUnit target, ref float v) method MultiTexCoord2 (line 14878) | [CLSCompliant(false)] method MultiTexCoord2 (line 14884) | public static void MultiTexCoord2(TextureUnit target, int s, int t) method MultiTexCoord2 (line 14889) | public unsafe static void MultiTexCoord2(TextureUnit target, int[] v) method MultiTexCoord2 (line 14897) | public unsafe static void MultiTexCoord2(TextureUnit target, ref int v) method MultiTexCoord2 (line 14905) | [CLSCompliant(false)] method MultiTexCoord2 (line 14911) | public static void MultiTexCoord2(TextureUnit target, short s, short t) method MultiTexCoord2 (line 14916) | public unsafe static void MultiTexCoord2(TextureUnit target, short[] v) method MultiTexCoord2 (line 14924) | public unsafe static void MultiTexCoord2(TextureUnit target, ref short v) method MultiTexCoord2 (line 14932) | [CLSCompliant(false)] method MultiTexCoord3 (line 14938) | public static void MultiTexCoord3(TextureUnit target, double s, double... method MultiTexCoord3 (line 14943) | public unsafe static void MultiTexCoord3(TextureUnit target, double[] v) method MultiTexCoord3 (line 14951) | public unsafe static void MultiTexCoord3(TextureUnit target, ref doubl... method MultiTexCoord3 (line 14959) | [CLSCompliant(false)] method MultiTexCoord3 (line 14965) | public static void MultiTexCoord3(TextureUnit target, float s, float t... method MultiTexCoord3 (line 14970) | public unsafe static void MultiTexCoord3(TextureUnit target, float[] v) method MultiTexCoord3 (line 14978) | public unsafe static void MultiTexCoord3(TextureUnit target, ref float v) method MultiTexCoord3 (line 14986) | [CLSCompliant(false)] method MultiTexCoord3 (line 14992) | public static void MultiTexCoord3(TextureUnit target, int s, int t, in... method MultiTexCoord3 (line 14997) | public unsafe static void MultiTexCoord3(TextureUnit target, int[] v) method MultiTexCoord3 (line 15005) | public unsafe static void MultiTexCoord3(TextureUnit target, ref int v) method MultiTexCoord3 (line 15013) | [CLSCompliant(false)] method MultiTexCoord3 (line 15019) | public static void MultiTexCoord3(TextureUnit target, short s, short t... method MultiTexCoord3 (line 15024) | public unsafe static void MultiTexCoord3(TextureUnit target, short[] v) method MultiTexCoord3 (line 15032) | public unsafe static void MultiTexCoord3(TextureUnit target, ref short v) method MultiTexCoord3 (line 15040) | [CLSCompliant(false)] method MultiTexCoord4 (line 15046) | public static void MultiTexCoord4(TextureUnit target, double s, double... method MultiTexCoord4 (line 15051) | public unsafe static void MultiTexCoord4(TextureUnit target, double[] v) method MultiTexCoord4 (line 15059) | public unsafe static void MultiTexCoord4(TextureUnit target, ref doubl... method MultiTexCoord4 (line 15067) | [CLSCompliant(false)] method MultiTexCoord4 (line 15073) | public static void MultiTexCoord4(TextureUnit target, float s, float t... method MultiTexCoord4 (line 15078) | public unsafe static void MultiTexCoord4(TextureUnit target, float[] v) method MultiTexCoord4 (line 15086) | public unsafe static void MultiTexCoord4(TextureUnit target, ref float v) method MultiTexCoord4 (line 15094) | [CLSCompliant(false)] method MultiTexCoord4 (line 15100) | public static void MultiTexCoord4(TextureUnit target, int s, int t, in... method MultiTexCoord4 (line 15105) | public unsafe static void MultiTexCoord4(TextureUnit target, int[] v) method MultiTexCoord4 (line 15113) | public unsafe static void MultiTexCoord4(TextureUnit target, ref int v) method MultiTexCoord4 (line 15121) | [CLSCompliant(false)] method MultiTexCoord4 (line 15127) | public static void MultiTexCoord4(TextureUnit target, short s, short t... method MultiTexCoord4 (line 15132) | public unsafe static void MultiTexCoord4(TextureUnit target, short[] v) method MultiTexCoord4 (line 15140) | public unsafe static void MultiTexCoord4(TextureUnit target, ref short v) method MultiTexCoord4 (line 15148) | [CLSCompliant(false)] method MultMatrix (line 15154) | public unsafe static void MultMatrix(double[] m) method MultMatrix (line 15162) | public unsafe static void MultMatrix(ref double m) method MultMatrix (line 15170) | [CLSCompliant(false)] method MultMatrix (line 15176) | public unsafe static void MultMatrix(float[] m) method MultMatrix (line 15184) | public unsafe static void MultMatrix(ref float m) method MultMatrix (line 15192) | [CLSCompliant(false)] method MultTransposeMatrix (line 15198) | public unsafe static void MultTransposeMatrix(double[] m) method MultTransposeMatrix (line 15206) | public unsafe static void MultTransposeMatrix(ref double m) method MultTransposeMatrix (line 15214) | [CLSCompliant(false)] method MultTransposeMatrix (line 15220) | public unsafe static void MultTransposeMatrix(float[] m) method MultTransposeMatrix (line 15228) | public unsafe static void MultTransposeMatrix(ref float m) method MultTransposeMatrix (line 15236) | [CLSCompliant(false)] method NewList (line 15242) | public static void NewList(int list, ListMode mode) method NewList (line 15247) | [CLSCompliant(false)] method Normal3 (line 15253) | public static void Normal3(byte nx, byte ny, byte nz) method Normal3 (line 15258) | [CLSCompliant(false)] method Normal3 (line 15264) | public unsafe static void Normal3(byte[] v) method Normal3 (line 15272) | public unsafe static void Normal3(ref byte v) method Normal3 (line 15280) | [CLSCompliant(false)] method Normal3 (line 15286) | [CLSCompliant(false)] method Normal3 (line 15295) | [CLSCompliant(false)] method Normal3 (line 15304) | [CLSCompliant(false)] method Normal3 (line 15310) | public static void Normal3(double nx, double ny, double nz) method Normal3 (line 15315) | public unsafe static void Normal3(double[] v) method Normal3 (line 15323) | public unsafe static void Normal3(ref double v) method Normal3 (line 15331) | [CLSCompliant(false)] method Normal3 (line 15337) | public static void Normal3(float nx, float ny, float nz) method Normal3 (line 15342) | public unsafe static void Normal3(float[] v) method Normal3 (line 15350) | public unsafe static void Normal3(ref float v) method Normal3 (line 15358) | [CLSCompliant(false)] method Normal3 (line 15364) | public static void Normal3(int nx, int ny, int nz) method Normal3 (line 15369) | public unsafe static void Normal3(int[] v) method Normal3 (line 15377) | public unsafe static void Normal3(ref int v) method Normal3 (line 15385) | [CLSCompliant(false)] method Normal3 (line 15391) | public static void Normal3(short nx, short ny, short nz) method Normal3 (line 15396) | public unsafe static void Normal3(short[] v) method Normal3 (line 15404) | public unsafe static void Normal3(ref short v) method Normal3 (line 15412) | [CLSCompliant(false)] method NormalPointer (line 15418) | public static void NormalPointer(NormalPointerType type, int stride, I... method NormalPointer (line 15423) | public static void NormalPointer(NormalPointerType type, int strid... method NormalPointer (line 15436) | public static void NormalPointer(NormalPointerType type, int strid... method NormalPointer (line 15449) | public static void NormalPointer(NormalPointerType type, int strid... method NormalPointer (line 15462) | public static void NormalPointer(NormalPointerType type, int strid... method Ortho (line 15476) | public static void Ortho(double left, double right, double bottom, dou... method PassThrough (line 15481) | public static void PassThrough(float token) method PixelMap (line 15486) | public unsafe static void PixelMap(PixelMap map, int mapsize, float[] ... method PixelMap (line 15494) | public unsafe static void PixelMap(PixelMap map, int mapsize, ref floa... method PixelMap (line 15502) | [CLSCompliant(false)] method PixelMap (line 15508) | public unsafe static void PixelMap(PixelMap map, int mapsize, int[] va... method PixelMap (line 15516) | public unsafe static void PixelMap(PixelMap map, int mapsize, ref int ... method PixelMap (line 15524) | [CLSCompliant(false)] method PixelMap (line 15530) | [CLSCompliant(false)] method PixelMap (line 15539) | [CLSCompliant(false)] method PixelMap (line 15548) | [CLSCompliant(false)] method PixelMap (line 15554) | public unsafe static void PixelMap(PixelMap map, int mapsize, short[] ... method PixelMap (line 15562) | public unsafe static void PixelMap(PixelMap map, int mapsize, ref shor... method PixelMap (line 15570) | [CLSCompliant(false)] method PixelMap (line 15576) | [CLSCompliant(false)] method PixelMap (line 15585) | [CLSCompliant(false)] method PixelMap (line 15594) | [CLSCompliant(false)] method PixelStore (line 15600) | public static void PixelStore(PixelStoreParameter pname, float param) method PixelStore (line 15605) | public static void PixelStore(PixelStoreParameter pname, int param) method PixelTransfer (line 15610) | public static void PixelTransfer(PixelTransferParameter pname, float p... method PixelTransfer (line 15615) | public static void PixelTransfer(PixelTransferParameter pname, int param) method PixelZoom (line 15620) | public static void PixelZoom(float xfactor, float yfactor) method PointParameter (line 15625) | public static void PointParameter(PointParameterName pname, float param) method PointParameter (line 15630) | public unsafe static void PointParameter(PointParameterName pname, flo... method PointParameter (line 15638) | [CLSCompliant(false)] method PointParameter (line 15644) | public static void PointParameter(PointParameterName pname, int param) method PointParameter (line 15649) | public unsafe static void PointParameter(PointParameterName pname, int... method PointParameter (line 15657) | [CLSCompliant(false)] method PointSize (line 15663) | public static void PointSize(float size) method PolygonMode (line 15668) | public static void PolygonMode(MaterialFace face, PolygonMode mode) method PolygonOffset (line 15673) | public static void PolygonOffset(float factor, float units) method PolygonStipple (line 15678) | public unsafe static void PolygonStipple(byte[] mask) method PolygonStipple (line 15686) | public unsafe static void PolygonStipple(ref byte mask) method PolygonStipple (line 15694) | [CLSCompliant(false)] method PopAttrib (line 15700) | public static void PopAttrib() method PopClientAttrib (line 15705) | public static void PopClientAttrib() method PopMatrix (line 15710) | public static void PopMatrix() method PopName (line 15715) | public static void PopName() method PrioritizeTextures (line 15720) | public unsafe static void PrioritizeTextures(int n, int[] textures, fl... method PrioritizeTextures (line 15731) | public unsafe static void PrioritizeTextures(int n, ref int textures, ... method PrioritizeTextures (line 15742) | [CLSCompliant(false)] method PrioritizeTextures (line 15748) | [CLSCompliant(false)] method PrioritizeTextures (line 15760) | [CLSCompliant(false)] method PrioritizeTextures (line 15772) | [CLSCompliant(false)] method ProgramUniformMatrix2x3 (line 15778) | public unsafe static void ProgramUniformMatrix2x3(int program, int loc... method ProgramUniformMatrix2x3 (line 15786) | public unsafe static void ProgramUniformMatrix2x3(int program, int loc... method ProgramUniformMatrix2x3 (line 15794) | [CLSCompliant(false)] method ProgramUniformMatrix2x3 (line 15800) | [CLSCompliant(false)] method ProgramUniformMatrix2x3 (line 15809) | [CLSCompliant(false)] method ProgramUniformMatrix2x3 (line 15818) | [CLSCompliant(false)] method PushAttrib (line 15824) | public static void PushAttrib(AttribMask mask) method PushClientAttrib (line 15829) | public static void PushClientAttrib(ClientAttribMask mask) method PushMatrix (line 15834) | public static void PushMatrix() method PushName (line 15839) | public static void PushName(int name) method PushName (line 15844) | [CLSCompliant(false)] method RasterPos2 (line 15850) | public static void RasterPos2(double x, double y) method RasterPos2 (line 15855) | public unsafe static void RasterPos2(double[] v) method RasterPos2 (line 15863) | public unsafe static void RasterPos2(ref double v) method RasterPos2 (line 15871) | [CLSCompliant(false)] method RasterPos2 (line 15877) | public static void RasterPos2(float x, float y) method RasterPos2 (line 15882) | public unsafe static void RasterPos2(float[] v) method RasterPos2 (line 15890) | public unsafe static void RasterPos2(ref float v) method RasterPos2 (line 15898) | [CLSCompliant(false)] method RasterPos2 (line 15904) | public static void RasterPos2(int x, int y) method RasterPos2 (line 15909) | public unsafe static void RasterPos2(int[] v) method RasterPos2 (line 15917) | public unsafe static void RasterPos2(ref int v) method RasterPos2 (line 15925) | [CLSCompliant(false)] method RasterPos2 (line 15931) | public static void RasterPos2(short x, short y) method RasterPos2 (line 15936) | public unsafe static void RasterPos2(short[] v) method RasterPos2 (line 15944) | public unsafe static void RasterPos2(ref short v) method RasterPos2 (line 15952) | [CLSCompliant(false)] method RasterPos3 (line 15958) | public static void RasterPos3(double x, double y, double z) method RasterPos3 (line 15963) | public unsafe static void RasterPos3(double[] v) method RasterPos3 (line 15971) | public unsafe static void RasterPos3(ref double v) method RasterPos3 (line 15979) | [CLSCompliant(false)] method RasterPos3 (line 15985) | public static void RasterPos3(float x, float y, float z) method RasterPos3 (line 15990) | public unsafe static void RasterPos3(float[] v) method RasterPos3 (line 15998) | public unsafe static void RasterPos3(ref float v) method RasterPos3 (line 16006) | [CLSCompliant(false)] method RasterPos3 (line 16012) | public static void RasterPos3(int x, int y, int z) method RasterPos3 (line 16017) | public unsafe static void RasterPos3(int[] v) method RasterPos3 (line 16025) | public unsafe static void RasterPos3(ref int v) method RasterPos3 (line 16033) | [CLSCompliant(false)] method RasterPos3 (line 16039) | public static void RasterPos3(short x, short y, short z) method RasterPos3 (line 16044) | public unsafe static void RasterPos3(short[] v) method RasterPos3 (line 16052) | public unsafe static void RasterPos3(ref short v) method RasterPos3 (line 16060) | [CLSCompliant(false)] method RasterPos4 (line 16066) | public static void RasterPos4(double x, double y, double z, double w) method RasterPos4 (line 16071) | public unsafe static void RasterPos4(double[] v) method RasterPos4 (line 16079) | public unsafe static void RasterPos4(ref double v) method RasterPos4 (line 16087) | [CLSCompliant(false)] method RasterPos4 (line 16093) | public static void RasterPos4(float x, float y, float z, float w) method RasterPos4 (line 16098) | public unsafe static void RasterPos4(float[] v) method RasterPos4 (line 16106) | public unsafe static void RasterPos4(ref float v) method RasterPos4 (line 16114) | [CLSCompliant(false)] method RasterPos4 (line 16120) | public static void RasterPos4(int x, int y, int z, int w) method RasterPos4 (line 16125) | public unsafe static void RasterPos4(int[] v) method RasterPos4 (line 16133) | public unsafe static void RasterPos4(ref int v) method RasterPos4 (line 16141) | [CLSCompliant(false)] method RasterPos4 (line 16147) | public static void RasterPos4(short x, short y, short z, short w) method RasterPos4 (line 16152) | public unsafe static void RasterPos4(short[] v) method RasterPos4 (line 16160) | public unsafe static void RasterPos4(ref short v) method RasterPos4 (line 16168) | [CLSCompliant(false)] method ReadBuffer (line 16174) | public static void ReadBuffer(ReadBufferMode mode) method ReadPixels (line 16179) | public static void ReadPixels(int x, int y, int width, int height, Pix... method ReadPixels (line 16184) | public static void ReadPixels(int x, int y, int width, int height,... method ReadPixels (line 16197) | public static void ReadPixels(int x, int y, int width, int height,... method ReadPixels (line 16210) | public static void ReadPixels(int x, int y, int width, int height,... method ReadPixels (line 16223) | public static void ReadPixels(int x, int y, int width, int height,... method Rect (line 16237) | public static void Rect(double x1, double y1, double x2, double y2) method Rect (line 16242) | public unsafe static void Rect(double[] v1, double[] v2) method Rect (line 16253) | public unsafe static void Rect(ref double v1, ref double v2) method Rect (line 16264) | [CLSCompliant(false)] method Rect (line 16270) | public static void Rect(float x1, float y1, float x2, float y2) method Rect (line 16275) | public unsafe static void Rect(float[] v1, float[] v2) method Rect (line 16286) | public unsafe static void Rect(ref float v1, ref float v2) method Rect (line 16297) | [CLSCompliant(false)] method Rect (line 16303) | public static void Rect(int x1, int y1, int x2, int y2) method Rect (line 16308) | public unsafe static void Rect(int[] v1, int[] v2) method Rect (line 16319) | public unsafe static void Rect(ref int v1, ref int v2) method Rect (line 16330) | [CLSCompliant(false)] method Rects (line 16336) | public static void Rects(short x1, short y1, short x2, short y2) method Rect (line 16341) | public unsafe static void Rect(short[] v1, short[] v2) method Rect (line 16352) | public unsafe static void Rect(ref short v1, ref short v2) method Rect (line 16363) | [CLSCompliant(false)] method RenderMode (line 16369) | public static int RenderMode(RenderingMode mode) method ResetHistogram (line 16374) | public static void ResetHistogram(HistogramTarget target) method ResetMinmax (line 16379) | public static void ResetMinmax(MinmaxTarget target) method Rotate (line 16384) | public static void Rotate(double angle, double x, double y, double z) method Rotate (line 16389) | public static void Rotate(float angle, float x, float y, float z) method Scale (line 16394) | public static void Scale(double x, double y, double z) method Scale (line 16399) | public static void Scale(float x, float y, float z) method Scissor (line 16404) | public static void Scissor(int x, int y, int width, int height) method SecondaryColor3 (line 16409) | [CLSCompliant(false)] method SecondaryColor3 (line 16415) | [CLSCompliant(false)] method SecondaryColor3 (line 16424) | [CLSCompliant(false)] method SecondaryColor3 (line 16433) | [CLSCompliant(false)] method SecondaryColor3 (line 16439) | public static void SecondaryColor3(double red, double green, double blue) method SecondaryColor3 (line 16444) | public unsafe static void SecondaryColor3(double[] v) method SecondaryColor3 (line 16452) | public unsafe static void SecondaryColor3(ref double v) method SecondaryColor3 (line 16460) | [CLSCompliant(false)] method SecondaryColor3 (line 16466) | public static void SecondaryColor3(float red, float green, float blue) method SecondaryColor3 (line 16471) | public unsafe static void SecondaryColor3(float[] v) method SecondaryColor3 (line 16479) | public unsafe static void SecondaryColor3(ref float v) method SecondaryColor3 (line 16487) | [CLSCompliant(false)] method SecondaryColor3 (line 16493) | public static void SecondaryColor3(int red, int green, int blue) method SecondaryColor3 (line 16498) | public unsafe static void SecondaryColor3(int[] v) method SecondaryColor3 (line 16506) | public unsafe static void SecondaryColor3(ref int v) method SecondaryColor3 (line 16514) | [CLSCompliant(false)] method SecondaryColor3 (line 16520) | public static void SecondaryColor3(short red, short green, short blue) method SecondaryColor3 (line 16525) | public unsafe static void SecondaryColor3(short[] v) method SecondaryColor3 (line 16533) | public unsafe static void SecondaryColor3(ref short v) method SecondaryColor3 (line 16541) | [CLSCompliant(false)] method SecondaryColor3 (line 16547) | public static void SecondaryColor3(byte red, byte green, byte blue) method SecondaryColor3 (line 16552) | public unsafe static void SecondaryColor3(byte[] v) method SecondaryColor3 (line 16560) | public unsafe static void SecondaryColor3(ref byte v) method SecondaryColor3 (line 16568) | [CLSCompliant(false)] method SecondaryColor3 (line 16574) | [CLSCompliant(false)] method SecondaryColor3 (line 16580) | [CLSCompliant(false)] method SecondaryColor3 (line 16589) | [CLSCompliant(false)] method SecondaryColor3 (line 16598) | [CLSCompliant(false)] method SecondaryColor3 (line 16604) | [CLSCompliant(false)] method SecondaryColor3 (line 16610) | [CLSCompliant(false)] method SecondaryColor3 (line 16619) | [CLSCompliant(false)] method SecondaryColor3 (line 16628) | [CLSCompliant(false)] method SecondaryColorPointer (line 16634) | public static void SecondaryColorPointer(int size, ColorPointerType ty... method SecondaryColorPointer (line 16639) | public static void SecondaryColorPointer(int size, ColorPointerTyp... method SecondaryColorPointer (line 16652) | public static void SecondaryColorPointer(int size, ColorPointerTyp... method SecondaryColorPointer (line 16665) | public static void SecondaryColorPointer(int size, ColorPointerTyp... method SecondaryColorPointer (line 16678) | public static void SecondaryColorPointer(int size, ColorPointerTyp... method SelectBuffer (line 16692) | public unsafe static void SelectBuffer(int size, [Out] int[] buffer) method SelectBuffer (line 16700) | public unsafe static void SelectBuffer(int size, out int buffer) method SelectBuffer (line 16709) | [CLSCompliant(false)] method SelectBuffer (line 16715) | [CLSCompliant(false)] method SelectBuffer (line 16724) | [CLSCompliant(false)] method SelectBuffer (line 16734) | [CLSCompliant(false)] method SeparableFilter2D (line 16740) | public static void SeparableFilter2D(SeparableTarget target, PixelInte... method SeparableFilter2D (line 16745) | public static void SeparableFilter2D(SeparableTarget target, Pixel... method SeparableFilter2D (line 16758) | public static void SeparableFilter2D(SeparableTarget target, Pixel... method SeparableFilter2D (line 16771) | public static void SeparableFilter2D(SeparableTarget target, Pixel... method SeparableFilter2D (line 16784) | public static void SeparableFilter2D(SeparableTarget target, Pixel... method SeparableFilter2D (line 16798) | public static void SeparableFilter2D(SeparableTarget target, P... method SeparableFilter2D (line 16813) | public static void SeparableFilter2D(SeparableTarget target, P... method SeparableFilter2D (line 16828) | public static void SeparableFilter2D(SeparableTarget target, P... method SeparableFilter2D (line 16843) | public static void SeparableFilter2D(SeparableTarget target, P... method ShadeModel (line 16859) | public static void ShadeModel(ShadingModel mode) method ShaderSource (line 16864) | public unsafe static void ShaderSource(int shader, int count, string[]... method ShaderSource (line 16872) | [CLSCompliant(false)] method ShaderSource (line 16878) | [CLSCompliant(false)] method ShaderSource (line 16887) | [CLSCompliant(false)] method StencilFunc (line 16893) | public static void StencilFunc(StencilFunction func, int @ref, int mask) method StencilFunc (line 16898) | [CLSCompliant(false)] method StencilFuncSeparate (line 16904) | public static void StencilFuncSeparate(Version20 face, StencilFunction... method StencilFuncSeparate (line 16909) | [CLSCompliant(false)] method StencilMask (line 16915) | public static void StencilMask(int mask) method StencilMask (line 16920) | [CLSCompliant(false)] method StencilMaskSeparate (line 16926) | public static void StencilMaskSeparate(StencilFace face, int mask) method StencilMaskSeparate (line 16931) | [CLSCompliant(false)] method StencilOp (line 16937) | public static void StencilOp(StencilOp fail, StencilOp zfail, StencilO... method StencilOpSeparate (line 16942) | public static void StencilOpSeparate(StencilFace face, StencilOp sfail... method TexCoord1 (line 16947) | public static void TexCoord1(double s) method TexCoord1 (line 16952) | [CLSCompliant(false)] method TexCoord1 (line 16958) | public static void TexCoord1(float s) method TexCoord1 (line 16963) | [CLSCompliant(false)] method TexCoord1 (line 16969) | public static void TexCoord1(int s) method TexCoord1 (line 16974) | [CLSCompliant(false)] method TexCoord1 (line 16980) | public static void TexCoord1(short s) method TexCoord1 (line 16985) | [CLSCompliant(false)] method TexCoord2 (line 16991) | public static void TexCoord2(double s, double t) method TexCoord2 (line 16996) | public unsafe static void TexCoord2(double[] v) method TexCoord2 (line 17004) | public unsafe static void TexCoord2(ref double v) method TexCoord2 (line 17012) | [CLSCompliant(false)] method TexCoord2 (line 17018) | public static void TexCoord2(float s, float t) method TexCoord2 (line 17023) | public unsafe static void TexCoord2(float[] v) method TexCoord2 (line 17031) | public unsafe static void TexCoord2(ref float v) method TexCoord2 (line 17039) | [CLSCompliant(false)] method TexCoord2 (line 17045) | public static void TexCoord2(int s, int t) method TexCoord2 (line 17050) | public unsafe static void TexCoord2(int[] v) method TexCoord2 (line 17058) | public unsafe static void TexCoord2(ref int v) method TexCoord2 (line 17066) | [CLSCompliant(false)] method TexCoord2 (line 17072) | public static void TexCoord2(short s, short t) method TexCoord2 (line 17077) | public unsafe static void TexCoord2(short[] v) method TexCoord2 (line 17085) | public unsafe static void TexCoord2(ref short v) method TexCoord2 (line 17093) | [CLSCompliant(false)] method TexCoord3 (line 17099) | public static void TexCoord3(double s, double t, double r) method TexCoord3 (line 17104) | public unsafe static void TexCoord3(double[] v) method TexCoord3 (line 17112) | public unsafe static void TexCoord3(ref double v) method TexCoord3 (line 17120) | [CLSCompliant(false)] method TexCoord3 (line 17126) | public static void TexCoord3(float s, float t, float r) method TexCoord3 (line 17131) | public unsafe static void TexCoord3(float[] v) method TexCoord3 (line 17139) | public unsafe static void TexCoord3(ref float v) method TexCoord3 (line 17147) | [CLSCompliant(false)] method TexCoord3 (line 17153) | public static void TexCoord3(int s, int t, int r) method TexCoord3 (line 17158) | public unsafe static void TexCoord3(int[] v) method TexCoord3 (line 17166) | public unsafe static void TexCoord3(ref int v) method TexCoord3 (line 17174) | [CLSCompliant(false)] method TexCoord3 (line 17180) | public static void TexCoord3(short s, short t, short r) method TexCoord3 (line 17185) | public unsafe static void TexCoord3(short[] v) method TexCoord3 (line 17193) | public unsafe static void TexCoord3(ref short v) method TexCoord3 (line 17201) | [CLSCompliant(false)] method TexCoord4 (line 17207) | public static void TexCoord4(double s, double t, double r, double q) method TexCoord4 (line 17212) | public unsafe static void TexCoord4(double[] v) method TexCoord4 (line 17220) | public unsafe static void TexCoord4(ref double v) method TexCoord4 (line 17228) | [CLSCompliant(false)] method TexCoord4 (line 17234) | public static void TexCoord4(float s, float t, float r, float q) method TexCoord4 (line 17239) | public unsafe static void TexCoord4(float[] v) method TexCoord4 (line 17247) | public unsafe static void TexCoord4(ref float v) method TexCoord4 (line 17255) | [CLSCompliant(false)] method TexCoord4 (line 17261) | public static void TexCoord4(int s, int t, int r, int q) method TexCoord4 (line 17266) | public unsafe static void TexCoord4(int[] v) method TexCoord4 (line 17274) | public unsafe static void TexCoord4(ref int v) method TexCoord4 (line 17282) | [CLSCompliant(false)] method TexCoord4 (line 17288) | public static void TexCoord4(short s, short t, short r, short q) method TexCoord4 (line 17293) | public unsafe static void TexCoord4(short[] v) method TexCoord4 (line 17301) | public unsafe static void TexCoord4(ref short v) method TexCoord4 (line 17309) | [CLSCompliant(false)] method TexCoordPointer (line 17315) | public static void TexCoordPointer(int size, TexCoordPointerType type,... method TexCoordPointer (line 17320) | public static void TexCoordPointer(int size, TexCoordPointerType t... method TexCoordPointer (line 17333) | public static void TexCoordPointer(int size, TexCoordPointerType t... method TexCoordPointer (line 17346) | public static void TexCoordPointer(int size, TexCoordPointerType t... method TexCoordPointer (line 17359) | public static void TexCoordPointer(int size, TexCoordPointerType t... method TexEnv (line 17373) | public static void TexEnv(TextureEnvTarget target, TextureEnvParameter... method TexEnv (line 17378) | public unsafe static void TexEnv(TextureEnvTarget target, TextureEnvPa... method TexEnv (line 17386) | [CLSCompliant(false)] method TexEnv (line 17392) | public static void TexEnv(TextureEnvTarget target, TextureEnvParameter... method TexEnv (line 17397) | public unsafe static void TexEnv(TextureEnvTarget target, TextureEnvPa... method TexEnv (line 17405) | [CLSCompliant(false)] method TexGend (line 17411) | public static void TexGend(TextureCoordName coord, TextureGenParameter... method TexGen (line 17416) | public unsafe static void TexGen(TextureCoordName coord, TextureGenPar... method TexGen (line 17424) | public unsafe static void TexGen(TextureCoordName coord, TextureGenPar... method TexGen (line 17432) | [CLSCompliant(false)] method TexGen (line 17438) | public static void TexGen(TextureCoordName coord, TextureGenParameter ... method TexGen (line 17443) | public unsafe static void TexGen(TextureCoordName coord, TextureGenPar... method TexGen (line 17451) | [CLSCompliant(false)] method TexGen (line 17457) | public static void TexGen(TextureCoordName coord, TextureGenParameter ... method TexGen (line 17462) | public unsafe static void TexGen(TextureCoordName coord, TextureGenPar... method TexGen (line 17470) | [CLSCompliant(false)] method TexImage1D (line 17476) | public static void TexImage1D(TextureTarget target, int level, PixelIn... method TexImage1D (line 17481) | public static void TexImage1D(TextureTarget target, int level, Pix... method TexImage1D (line 17494) | public static void TexImage1D(TextureTarget target, int level, Pix... method TexImage1D (line 17507) | public static void TexImage1D(TextureTarget target, int level, Pix... method TexImage1D (line 17520) | public static void TexImage1D(TextureTarget target, int level, Pix... method TexImage2D (line 17534) | public static void TexImage2D(TextureTarget target, int level, PixelIn... method TexImage2D (line 17539) | public static void TexImage2D(TextureTarget target, int level, Pix... method TexImage2D (line 17552) | public static void TexImage2D(TextureTarget target, int level, Pix... method TexImage2D (line 17565) | public static void TexImage2D(TextureTarget target, int level, Pix... method TexImage2D (line 17578) | public static void TexImage2D(TextureTarget target, int level, Pix... method TexImage3D (line 17592) | public static void TexImage3D(TextureTarget target, int level, PixelIn... method TexImage3D (line 17597) | public static void TexImage3D(TextureTarget target, int level, Pix... method TexImage3D (line 17610) | public static void TexImage3D(TextureTarget target, int level, Pix... method TexImage3D (line 17623) | public static void TexImage3D(TextureTarget target, int level, Pix... method TexImage3D (line 17636) | public static void TexImage3D(TextureTarget target, int level, Pix... method TexParameter (line 17650) | public static void TexParameter(TextureTarget target, TextureParameter... method TexParameter (line 17655) | public unsafe static void TexParameter(TextureTarget target, TexturePa... method TexParameter (line 17663) | [CLSCompliant(false)] method TexParameter (line 17669) | public static void TexParameter(TextureTarget target, TextureParameter... method TexParameter (line 17674) | public unsafe static void TexParameter(TextureTarget target, TexturePa... method TexParameter (line 17682) | [CLSCompliant(false)] method TexSubImage1D (line 17688) | public static void TexSubImage1D(TextureTarget target, int level, int ... method TexSubImage1D (line 17693) | public static void TexSubImage1D(TextureTarget target, int level, ... method TexSubImage1D (line 17706) | public static void TexSubImage1D(TextureTarget target, int level, ... method TexSubImage1D (line 17719) | public static void TexSubImage1D(TextureTarget target, int level, ... method TexSubImage1D (line 17732) | public static void TexSubImage1D(TextureTarget target, int level, ... method TexSubImage2D (line 17746) | public static void TexSubImage2D(TextureTarget target, int level, int ... method TexSubImage2D (line 17751) | public static void TexSubImage2D(TextureTarget target, int level, ... method TexSubImage2D (line 17764) | public static void TexSubImage2D(TextureTarget target, int level, ... method TexSubImage2D (line 17777) | public static void TexSubImage2D(TextureTarget target, int level, ... method TexSubImage2D (line 17790) | public static void TexSubImage2D(TextureTarget target, int level, ... method TexSubImage3D (line 17804) | public static void TexSubImage3D(TextureTarget target, int level, int ... method TexSubImage3D (line 17809) | public static void TexSubImage3D(TextureTarget target, int level,... method TexSubImage3D (line 17822) | public static void TexSubImage3D(TextureTarget target, int level,... method TexSubImage3D (line 17835) | public static void TexSubImage3D(TextureTarget target, int level,... method TexSubImage3D (line 17848) | public static void TexSubImage3D(TextureTarget target, int level,... method Translate (line 17862) | public static void Translate(double x, double y, double z) method Translate (line 17867) | public static void Translate(float x, float y, float z) method Uniform1 (line 17872) | public static void Uniform1(int location, float v0) method Uniform1 (line 17877) | public unsafe static void Uniform1(int location, int count, float[] va... method Uniform1 (line 17885) | public unsafe static void Uniform1(int location, int count, ref float ... method Uniform1 (line 17893) | [CLSCompliant(false)] method Uniform1 (line 17899) | public static void Uniform1(int location, int v0) method Uniform1 (line 17904) | public unsafe static void Uniform1(int location, int count, int[] value) method Uniform1 (line 17912) | public unsafe static void Uniform1(int location, int count, ref int va... method Uniform1 (line 17920) | [CLSCompliant(false)] method Uniform2 (line 17926) | public static void Uniform2(int location, float v0, float v1) method Uniform2 (line 17931) | public unsafe static void Uniform2(int location, int count, float[] va... method Uniform2 (line 17939) | public unsafe static void Uniform2(int location, int count, ref float ... method Uniform2 (line 17947) | [CLSCompliant(false)] method Uniform2 (line 17953) | public static void Uniform2(int location, int v0, int v1) method Uniform2 (line 17958) | public unsafe static void Uniform2(int location, int count, int[] value) method Uniform2 (line 17966) | [CLSCompliant(false)] method Uniform3 (line 17972) | public static void Uniform3(int location, float v0, float v1, float v2) method Uniform3 (line 17977) | public unsafe static void Uniform3(int location, int count, float[] va... method Uniform3 (line 17985) | public unsafe static void Uniform3(int location, int count, ref float ... method Uniform3 (line 17993) | [CLSCompliant(false)] method Uniform3 (line 17999) | public static void Uniform3(int location, int v0, int v1, int v2) method Uniform3 (line 18004) | public unsafe static void Uniform3(int location, int count, int[] value) method Uniform3 (line 18012) | public unsafe static void Uniform3(int location, int count, ref int va... method Uniform3 (line 18020) | [CLSCompliant(false)] method Uniform4 (line 18026) | public static void Uniform4(int location, float v0, float v1, float v2... method Uniform4 (line 18031) | public unsafe static void Uniform4(int location, int count, float[] va... method Uniform4 (line 18039) | public unsafe static void Uniform4(int location, int count, ref float ... method Uniform4 (line 18047) | [CLSCompliant(false)] method Uniform4 (line 18053) | public static void Uniform4(int location, int v0, int v1, int v2, int v3) method Uniform4 (line 18058) | public unsafe static void Uniform4(int location, int count, int[] value) method Uniform4 (line 18066) | public unsafe static void Uniform4(int location, int count, ref int va... method Uniform4 (line 18074) | [CLSCompliant(false)] method UniformMatrix2 (line 18080) | public unsafe static void UniformMatrix2(int location, int count, bool... method UniformMatrix2 (line 18088) | public unsafe static void UniformMatrix2(int location, int count, bool... method UniformMatrix2 (line 18096) | [CLSCompliant(false)] method UniformMatrix2x4 (line 18102) | public unsafe static void UniformMatrix2x4(int location, int count, bo... method UniformMatrix2x4 (line 18110) | public unsafe static void UniformMatrix2x4(int location, int count, bo... method UniformMatrix2x4 (line 18118) | [CLSCompliant(false)] method UniformMatrix3 (line 18124) | public unsafe static void UniformMatrix3(int location, int count, bool... method UniformMatrix3 (line 18132) | public unsafe static void UniformMatrix3(int location, int count, bool... method UniformMatrix3 (line 18140) | [CLSCompliant(false)] method UniformMatrix3x2 (line 18146) | public unsafe static void UniformMatrix3x2(int location, int count, bo... method UniformMatrix3x2 (line 18154) | public unsafe static void UniformMatrix3x2(int location, int count, bo... method UniformMatrix3x2 (line 18162) | [CLSCompliant(false)] method UniformMatrix3x4 (line 18168) | public unsafe static void UniformMatrix3x4(int location, int count, bo... method UniformMatrix3x4 (line 18176) | public unsafe static void UniformMatrix3x4(int location, int count, bo... method UniformMatrix4 (line 18184) | [CLSCompliant(false)] method UniformMatrix4 (line 18190) | public unsafe static void UniformMatrix4(int location, int count, bool... method UniformMatrix4 (line 18198) | public unsafe static void UniformMatrix4(int location, int count, bool... method UniformMatrix4 (line 18206) | [CLSCompliant(false)] method UniformMatrix4x2 (line 18212) | public unsafe static void UniformMatrix4x2(int location, int count, bo... method UniformMatrix4x2 (line 18220) | public unsafe static void UniformMatrix4x2(int location, int count, bo... method UniformMatrix4x2 (line 18228) | [CLSCompliant(false)] method UniformMatrix4x3 (line 18234) | public unsafe static void UniformMatrix4x3(int location, int count, bo... method UniformMatrix4x3 (line 18242) | public unsafe static void UniformMatrix4x3(int location, int count, bo... method UniformMatrix4x3 (line 18250) | [CLSCompliant(false)] method UnmapBuffer (line 18256) | public static bool UnmapBuffer(BufferTarget target) method UseProgram (line 18261) | public static void UseProgram(int program) method UseProgram (line 18266) | [CLSCompliant(false)] method ValidateProgram (line 18272) | public static void ValidateProgram(int program) method ValidateProgram (line 18277) | [CLSCompliant(false)] method Vertex2 (line 18283) | public static void Vertex2(double x, double y) method Vertex2 (line 18288) | public unsafe static void Vertex2(double[] v) method Vertex2 (line 18296) | public unsafe static void Vertex2(ref double v) method Vertex2 (line 18304) | [CLSCompliant(false)] method Vertex2 (line 18310) | public static void Vertex2(float x, float y) method Vertex2 (line 18315) | public unsafe static void Vertex2(float[] v) method Vertex2 (line 18323) | public unsafe static void Vertex2(ref float v) method Vertex2 (line 18331) | [CLSCompliant(false)] method Vertex2 (line 18337) | public static void Vertex2(int x, int y) method Vertex2 (line 18342) | public unsafe static void Vertex2(int[] v) method Vertex2 (line 18350) | public unsafe static void Vertex2(ref int v) method Vertex2 (line 18358) | [CLSCompliant(false)] method Vertex2 (line 18364) | public static void Vertex2(short x, short y) method Vertex2 (line 18369) | public unsafe static void Vertex2(short[] v) method Vertex2 (line 18377) | public unsafe static void Vertex2(ref short v) method Vertex2 (line 18385) | [CLSCompliant(false)] method Vertex3 (line 18391) | public static void Vertex3(double x, double y, double z) method Vertex3 (line 18396) | public unsafe static void Vertex3(double[] v) method Vertex3 (line 18404) | public unsafe static void Vertex3(ref double v) method Vertex3 (line 18412) | [CLSCompliant(false)] method Vertex3 (line 18418) | public static void Vertex3(float x, float y, float z) method Vertex3 (line 18423) | public unsafe static void Vertex3(float[] v) method Vertex3 (line 18431) | public unsafe static void Vertex3(ref float v) method Vertex3 (line 18439) | [CLSCompliant(false)] method Vertex3 (line 18445) | public static void Vertex3(int x, int y, int z) method Vertex3 (line 18450) | public unsafe static void Vertex3(int[] v) method Vertex3 (line 18458) | public unsafe static void Vertex3(ref int v) method Vertex3 (line 18466) | [CLSCompliant(false)] method Vertex3 (line 18472) | public static void Vertex3(short x, short y, short z) method Vertex3 (line 18477) | public unsafe static void Vertex3(short[] v) method Vertex3 (line 18485) | public unsafe static void Vertex3(ref short v) method Vertex3 (line 18493) | [CLSCompliant(false)] method Vertex4 (line 18499) | public static void Vertex4(double x, double y, double z, double w) method Vertex4 (line 18504) | public unsafe static void Vertex4(double[] v) method Vertex4 (line 18512) | public unsafe static void Vertex4(ref double v) method Vertex4 (line 18520) | [CLSCompliant(false)] method Vertex4 (line 18526) | public static void Vertex4(float x, float y, float z, float w) method Vertex4 (line 18531) | public unsafe static void Vertex4(float[] v) method Vertex4 (line 18539) | public unsafe static void Vertex4(ref float v) method Vertex4 (line 18547) | [CLSCompliant(false)] method Vertex4 (line 18553) | public static void Vertex4(int x, int y, int z, int w) method Vertex4 (line 18558) | public unsafe static void Vertex4(int[] v) method Vertex4 (line 18566) | public unsafe static void Vertex4(ref int v) method Vertex4 (line 18574) | [CLSCompliant(false)] method Vertex4 (line 18580) | public static void Vertex4(short x, short y, short z, short w) method Vertex4 (line 18585) | public unsafe static void Vertex4(short[] v) method Vertex4 (line 18593) | public unsafe static void Vertex4(ref short v) method Vertex4 (line 18601) | [CLSCompliant(false)] method VertexAttrib1 (line 18607) | public static void VertexAttrib1(int index, double x) method VertexAttrib1 (line 18612) | [CLSCompliant(false)] method VertexAttrib1 (line 18618) | [CLSCompliant(false)] method VertexAttrib1 (line 18624) | [CLSCompliant(false)] method VertexAttrib1 (line 18630) | public static void VertexAttrib1(int index, float x) method VertexAttrib1 (line 18635) | [CLSCompliant(false)] method VertexAttrib1 (line 18641) | [CLSCompliant(false)] method VertexAttrib1 (line 18647) | [CLSCompliant(false)] method VertexAttrib1 (line 18653) | public static void VertexAttrib1(int index, short x) method VertexAttrib1 (line 18658) | [CLSCompliant(false)] method VertexAttrib1 (line 18664) | [CLSCompliant(false)] method VertexAttrib1 (line 18670) | [CLSCompliant(false)] method VertexAttrib2 (line 18676) | public static void VertexAttrib2(int index, double x, double y) method VertexAttrib2 (line 18681) | [CLSCompliant(false)] method VertexAttrib2 (line 18687) | public unsafe static void VertexAttrib2(int index, double[] v) method VertexAttrib2 (line 18695) | public unsafe static void VertexAttrib2(int index, ref double v) method VertexAttrib2 (line 18703) | [CLSCompliant(false)] method VertexAttrib2 (line 18709) | [CLSCompliant(false)] method VertexAttrib2 (line 18718) | [CLSCompliant(false)] method VertexAttrib2 (line 18727) | [CLSCompliant(false)] method VertexAttrib2 (line 18733) | public static void VertexAttrib2(int index, float x, float y) method VertexAttrib2 (line 18738) | [CLSCompliant(false)] method VertexAttrib2 (line 18744) | public unsafe static void VertexAttrib2(int index, float[] v) method VertexAttrib2 (line 18752) | public unsafe static void VertexAttrib2(int index, ref float v) method VertexAttrib2 (line 18760) | [CLSCompliant(false)] method VertexAttrib2 (line 18766) | [CLSCompliant(false)] method VertexAttrib2 (line 18775) | [CLSCompliant(false)] method VertexAttrib2 (line 18784) | [CLSCompliant(false)] method VertexAttrib2 (line 18790) | public static void VertexAttrib2(int index, short x, short y) method VertexAttrib2 (line 18795) | [CLSCompliant(false)] method VertexAttrib2 (line 18801) | public unsafe static void VertexAttrib2(int index, short[] v) method VertexAttrib2 (line 18809) | public unsafe static void VertexAttrib2(int index, ref short v) method VertexAttrib2 (line 18817) | [CLSCompliant(false)] method VertexAttrib2 (line 18823) | [CLSCompliant(false)] method VertexAttrib2 (line 18832) | [CLSCompliant(false)] method VertexAttrib2 (line 18841) | [CLSCompliant(false)] method VertexAttrib3 (line 18847) | public static void VertexAttrib3(int index, double x, double y, double z) method VertexAttrib3 (line 18852) | [CLSCompliant(false)] method VertexAttrib3 (line 18858) | public unsafe static void VertexAttrib3(int index, double[] v) method VertexAttrib3 (line 18866) | public unsafe static void VertexAttrib3(int index, ref double v) method VertexAttrib3 (line 18874) | [CLSCompliant(false)] method VertexAttrib3 (line 18880) | [CLSCompliant(false)] method VertexAttrib3 (line 18889) | [CLSCompliant(false)] method VertexAttrib3 (line 18898) | [CLSCompliant(false)] method VertexAttrib3 (line 18904) | public static void VertexAttrib3(int index, float x, float y, float z) method VertexAttrib3 (line 18909) | [CLSCompliant(false)] method VertexAttrib3 (line 18915) | public unsafe static void VertexAttrib3(int index, float[] v) method VertexAttrib3 (line 18923) | public unsafe static void VertexAttrib3(int index, ref float v) method VertexAttrib3 (line 18931) | [CLSCompliant(false)] method VertexAttrib3 (line 18937) | [CLSCompliant(false)] method VertexAttrib3 (line 18946) | [CLSCompliant(false)] method VertexAttrib3 (line 18955) | [CLSCompliant(false)] method VertexAttrib3 (line 18961) | public static void VertexAttrib3(int index, short x, short y, short z) method VertexAttrib3 (line 18966) | [CLSCompliant(false)] method VertexAttrib3 (line 18972) | public unsafe static void VertexAttrib3(int index, short[] v) method VertexAttrib3 (line 18980) | public unsafe static void VertexAttrib3(int index, ref short v) method VertexAttrib3 (line 18988) | [CLSCompliant(false)] method VertexAttrib3 (line 18994) | [CLSCompliant(false)] method VertexAttrib3 (line 19003) | [CLSCompliant(false)] method VertexAttrib3 (line 19012) | [CLSCompliant(false)] method VertexAttrib4 (line 19018) | [CLSCompliant(false)] method VertexAttrib4 (line 19027) | [CLSCompliant(false)] method VertexAttrib4 (line 19036) | [CLSCompliant(false)] method VertexAttrib4 (line 19042) | public static void VertexAttrib4(int index, double x, double y, double... method VertexAttrib4 (line 19047) | [CLSCompliant(false)] method VertexAttrib4 (line 19053) | public unsafe static void VertexAttrib4(int index, double[] v) method VertexAttrib4 (line 19061) | public unsafe static void VertexAttrib4(int index, ref double v) method VertexAttrib4 (line 19069) | [CLSCompliant(false)] method VertexAttrib4 (line 19075) | [CLSCompliant(false)] method VertexAttrib4 (line 19084) | [CLSCompliant(false)] method VertexAttrib4 (line 19093) | [CLSCompliant(false)] method VertexAttrib4 (line 19099) | public static void VertexAttrib4(int index, float x, float y, float z,... method VertexAttrib4 (line 19104) | [CLSCompliant(false)] method VertexAttrib4 (line 19110) | public unsafe static void VertexAttrib4(int index, float[] v) method VertexAttrib4 (line 19118) | public unsafe static void VertexAttrib4(int index, ref float v) method VertexAttrib4 (line 19126) | [CLSCompliant(false)] method VertexAttrib4 (line 19132) | [CLSCompliant(false)] method VertexAttrib4 (line 19141) | [CLSCompliant(false)] method VertexAttrib4 (line 19150) | [CLSCompliant(false)] method VertexAttrib4 (line 19156) | public unsafe static void VertexAttrib4(int index, int[] v) method VertexAttrib4 (line 19164) | public unsafe static void VertexAttrib4(int index, ref int v) method VertexAttrib4 (line 19172) | [CLSCompliant(false)] method VertexAttrib4 (line 19178) | [CLSCompliant(false)] method VertexAttrib4 (line 19187) | [CLSCompliant(false)] method VertexAttrib4 (line 19196) | [CLSCompliant(false)] method VertexAttrib4N (line 19202) | [CLSCompliant(false)] method VertexAttrib4N (line 19211) | [CLSCompliant(false)] method VertexAttrib4N (line 19220) | [CLSCompliant(false)] method VertexAttrib4N (line 19226) | public unsafe static void VertexAttrib4N(int index, int[] v) method VertexAttrib4N (line 19234) | public unsafe static void VertexAttrib4N(int index, ref int v) method VertexAttrib4N (line 19242) | [CLSCompliant(false)] method VertexAttrib4N (line 19248) | [CLSCompliant(false)] method VertexAttrib4N (line 19257) | [CLSCompliant(false)] method VertexAttrib4N (line 19266) | [CLSCompliant(false)] method VertexAttrib4N (line 19272) | public unsafe static void VertexAttrib4N(int index, short[] v) method VertexAttrib4N (line 19280) | public unsafe static void VertexAttrib4N(int index, ref short v) method VertexAttrib4N (line 19288) | [CLSCompliant(false)] method VertexAttrib4N (line 19294) | [CLSCompliant(false)] method VertexAttrib4N (line 19303) | [CLSCompliant(false)] method VertexAttrib4N (line 19312) | [CLSCompliant(false)] method VertexAttrib4N (line 19318) | public static void VertexAttrib4N(int index, byte x, byte y, byte z, b... method VertexAttrib4N (line 19323) | [CLSCompliant(false)] method VertexAttrib4N (line 19329) | public unsafe static void VertexAttrib4N(int index, byte[] v) method VertexAttrib4N (line 19337) | public unsafe static void VertexAttrib4N(int index, ref byte v) method VertexAttrib4N (line 19345) | [CLSCompliant(false)] method VertexAttrib4N (line 19351) | [CLSCompliant(false)] method VertexAttrib4N (line 19360) | [CLSCompliant(false)] method VertexAttrib4N (line 19369) | [CLSCompliant(false)] method VertexAttrib4N (line 19375) | [CLSCompliant(false)] method VertexAttrib4N (line 19384) | [CLSCompliant(false)] method VertexAttrib4N (line 19393) | [CLSCompliant(false)] method VertexAttrib4N (line 19399) | [CLSCompliant(false)] method VertexAttrib4N (line 19408) | [CLSCompliant(false)] method VertexAttrib4N (line 19417) | [CLSCompliant(false)] method VertexAttrib4 (line 19423) | public static void VertexAttrib4(int index, short x, short y, short z,... method VertexAttrib4 (line 19428) | [CLSCompliant(false)] method VertexAttrib4 (line 19434) | public unsafe static void VertexAttrib4(int index, short[] v) method VertexAttrib4 (line 19442) | public unsafe static void VertexAttrib4(int index, ref short v) method VertexAttrib4 (line 19450) | [CLSCompliant(false)] method VertexAttrib4 (line 19456) | [CLSCompliant(false)] method VertexAttrib4 (line 19465) | [CLSCompliant(false)] method VertexAttrib4 (line 19474) | [CLSCompliant(false)] method VertexAttrib4 (line 19480) | public unsafe static void VertexAttrib4(int index, byte[] v) method VertexAttrib4 (line 19488) | public unsafe static void VertexAttrib4(int index, ref byte v) method VertexAttrib4 (line 19496) | [CLSCompliant(false)] method VertexAttrib4 (line 19502) | [CLSCompliant(false)] method VertexAttrib4 (line 19511) | [CLSCompliant(false)] method VertexAttrib4 (line 19520) | [CLSCompliant(false)] method VertexAttrib4 (line 19526) | [CLSCompliant(false)] method VertexAttrib4 (line 19535) | [CLSCompliant(false)] method VertexAttrib4 (line 19544) | [CLSCompliant(false)] method VertexAttrib4 (line 19550) | [CLSCompliant(false)] method VertexAttrib4 (line 19559) | [CLSCompliant(false)] method VertexAttrib4 (line 19568) | [CLSCompliant(false)] method VertexAttribPointer (line 19574) | public static void VertexAttribPointer(int index, int size, VertexAttr... method VertexAttribPointer (line 19579) | public static void VertexAttribPointer(int index, int size, Vertex... method VertexAttribPointer (line 19592) | public static void VertexAttribPointer(int index, int size, Vertex... method VertexAttribPointer (line 19605) | public static void VertexAttribPointer(int index, int size, Vertex... method VertexAttribPointer (line 19618) | public static void VertexAttribPointer(int index, int size, Vertex... method VertexAttribPointer (line 19632) | [CLSCompliant(false)] method VertexAttribPointer (line 19638) | [CLSCompliant(false)] method VertexAttribPointer (line 19652) | [CLSCompliant(false)] method VertexAttribPointer (line 19666) | [CLSCompliant(false)] method VertexAttribPointer (line 19680) | [CLSCompliant(false)] method VertexPointer (line 19695) | public static void VertexPointer(int size, VertexPointerType type, int... method VertexPointer (line 19700) | public static void VertexPointer(int size, VertexPointerType type,... method VertexPointer (line 19713) | public static void VertexPointer(int size, VertexPointerType type,... method VertexPointer (line 19726) | public static void VertexPointer(int size, VertexPointerType type,... method VertexPointer (line 19739) | public static void VertexPointer(int size, VertexPointerType type,... method Viewport (line 19753) | public static void Viewport(int x, int y, int width, int height) method WindowPos2 (line 19758) | public static void WindowPos2(double x, double y) method WindowPos2 (line 19763) | public unsafe static void WindowPos2(double[] v) method WindowPos2 (line 19771) | public unsafe static void WindowPos2(ref double v) method WindowPos2 (line 19779) | [CLSCompliant(false)] method WindowPos2 (line 19785) | public static void WindowPos2(float x, float y) method WindowPos2 (line 19790) | public unsafe static void WindowPos2(float[] v) method WindowPos2 (line 19798) | public unsafe static void WindowPos2(ref float v) method WindowPos2 (line 19806) | [CLSCompliant(false)] method WindowPos2 (line 19812) | public static void WindowPos2(int x, int y) method WindowPos2 (line 19817) | public unsafe static void WindowPos2(int[] v) method WindowPos2 (line 19825) | public unsafe static void WindowPos2(ref int v) method WindowPos2 (line 19833) | [CLSCompliant(false)] method WindowPos2 (line 19839) | public static void WindowPos2(short x, short y) method WindowPos2 (line 19844) | public unsafe static void WindowPos2(short[] v) method WindowPos2 (line 19852) | public unsafe static void WindowPos2(ref short v) method WindowPos2 (line 19860) | [CLSCompliant(false)] method WindowPos3 (line 19866) | public static void WindowPos3(double x, double y, double z) method WindowPos3 (line 19871) | public unsafe static void WindowPos3(double[] v) method WindowPos3 (line 19879) | public unsafe static void WindowPos3(ref double v) method WindowPos3 (line 19887) | [CLSCompliant(false)] method WindowPos3 (line 19893) | public static void WindowPos3(float x, float y, float z) method WindowPos3 (line 19898) | public unsafe static void WindowPos3(float[] v) method WindowPos3 (line 19906) | public unsafe static void WindowPos3(ref float v) method WindowPos3 (line 19914) | [CLSCompliant(false)] method WindowPos3 (line 19920) | public static void WindowPos3(int x, int y, int z) method WindowPos3 (line 19925) | public unsafe static void WindowPos3(int[] v) method WindowPos3 (line 19933) | public unsafe static void WindowPos3(ref int v) method WindowPos3 (line 19941) | [CLSCompliant(false)] method WindowPos3 (line 19947) | public static void WindowPos3(short x, short y, short z) method WindowPos3 (line 19952) | public unsafe static void WindowPos3(short[] v) method WindowPos3 (line 19960) | public unsafe static void WindowPos3(ref short v) method WindowPos3 (line 19968) | [CLSCompliant(false)] method BindFramebuffer (line 19974) | public static void BindFramebuffer(FramebufferTarget target, int frame... method BindFramebuffer (line 19979) | public static void BindFramebuffer(FramebufferTarget target, uint fram... method BindRenderbuffer (line 19984) | public static void BindRenderbuffer(RenderbufferTarget target, int ren... method BindRenderbuffer (line 19989) | public static void BindRenderbuffer(RenderbufferTarget target, uint re... method CheckFramebufferStatus (line 19994) | public static FramebufferErrorCode CheckFramebufferStatus(FramebufferT... method DeleteFramebuffers (line 19999) | public unsafe static void DeleteFramebuffers(int n, int[] framebuffers) method DeleteFramebuffers (line 20007) | public unsafe static void DeleteFramebuffers(int n, ref int framebuffers) method DeleteFramebuffers (line 20015) | public unsafe static void DeleteFramebuffers(int n, int* framebuffers) method DeleteFramebuffers (line 20020) | public unsafe static void DeleteFramebuffers(int n, uint[] framebuffers) method DeleteFramebuffers (line 20028) | public unsafe static void DeleteFramebuffers(int n, ref uint framebuff... method DeleteFramebuffers (line 20036) | public unsafe static void DeleteFramebuffers(int n, uint* framebuffers) method DeleteRenderbuffers (line 20041) | public unsafe static void DeleteRenderbuffers(int n, int[] renderbuffers) method DeleteRenderbuffers (line 20049) | public unsafe static void DeleteRenderbuffers(int n, ref int renderbuf... method DeleteRenderbuffers (line 20057) | [CLSCompliant(false)] method DeleteRenderbuffers (line 20063) | [CLSCompliant(false)] method DeleteRenderbuffers (line 20072) | [CLSCompliant(false)] method DeleteRenderbuffers (line 20081) | [CLSCompliant(false)] method FramebufferRenderbuffer (line 20087) | public static void FramebufferRenderbuffer(FramebufferTarget target, F... method FramebufferRenderbuffer (line 20092) | public static void FramebufferRenderbuffer(FramebufferTarget target, F... method FramebufferTexture1D (line 20097) | public static void FramebufferTexture1D(FramebufferTarget target, Fram... method FramebufferTexture1D (line 20102) | public static void FramebufferTexture1D(FramebufferTarget target, Fram... method FramebufferTexture2D (line 20107) | public static void FramebufferTexture2D(FramebufferTarget target, Fram... method FramebufferTexture2D (line 20112) | [CLSCompliant(false)] method FramebufferTexture3D (line 20118) | public static void FramebufferTexture3D(FramebufferTarget target, Fram... method FramebufferTexture3D (line 20123) | [CLSCompliant(false)] method FramebufferTexture (line 20129) | public static void FramebufferTexture(FramebufferTarget target, Frameb... method FramebufferTexture (line 20134) | public static void FramebufferTexture(FramebufferTarget target, Frameb... method FramebufferTextureFace (line 20139) | public static void FramebufferTextureFace(FramebufferTarget target, Fr... method FramebufferTextureFace (line 20144) | [CLSCompliant(false)] method GenFramebuffers (line 20150) | public unsafe static void GenFramebuffers(int n, [Out] int[] framebuff... method GenFramebuffers (line 20158) | public unsafe static void GenFramebuffers(int n, out int framebuffers) method GenFramebuffers (line 20167) | public unsafe static void GenFramebuffers(int n, [Out] int* framebuffers) method GenFramebuffers (line 20172) | public unsafe static void GenFramebuffers(int n, [Out] uint[] framebuf... method GenFramebuffers (line 20180) | public unsafe static void GenFramebuffers(int n, out uint framebuffers) method GenFramebuffers (line 20189) | public unsafe static void GenFramebuffers(int n, [Out] uint* framebuff... method GenRenderbuffers (line 20194) | public unsafe static void GenRenderbuffers(int n, [Out] int[] renderbu... method GenRenderbuffers (line 20202) | public unsafe static void GenRenderbuffers(int n, out int renderbuffers) method GenRenderbuffers (line 20211) | public unsafe static void GenRenderbuffers(int n, [Out] int* renderbuf... method GenRenderbuffers (line 20216) | public unsafe static void GenRenderbuffers(int n, [Out] uint[] renderb... method GenRenderbuffers (line 20224) | public unsafe static void GenRenderbuffers(int n, out uint renderbuffers) method GenRenderbuffers (line 20233) | public unsafe static void GenRenderbuffers(int n, [Out] uint* renderbu... method IsFramebuffer (line 20238) | public static bool IsFramebuffer(int framebuffer) method IsFramebuffer (line 20243) | public static bool IsFramebuffer(uint framebuffer) method IsRenderbuffer (line 20248) | public static bool IsRenderbuffer(int renderbuffer) method IsRenderbuffer (line 20253) | public static bool IsRenderbuffer(uint renderbuffer) method ProgramParameter (line 20258) | public static void ProgramParameter(int program, AssemblyProgramParame... method ProgramParameter (line 20263) | [CLSCompliant(false)] method RenderbufferStorage (line 20269) | public static void RenderbufferStorage(RenderbufferTarget target, Rend... method DeleteProgram (line 20274) | public unsafe static void DeleteProgram(int n, int[] programs) method DeleteProgram (line 20282) | public unsafe static void DeleteProgram(int n, ref int programs) method IsProgram (line 20290) | public static bool IsProgram(int id) method IsProgram (line 20295) | [CLSCompliant(false)] method GL (line 20301) | static GL() method Color3 (line 20306) | public static void Color3(Color color) method Color4 (line 20311) | public static void Color4(Color color) method Color3 (line 20316) | public static void Color3(NSColor color) method Color4 (line 20321) | public static void Color4(NSColor color) method Color3 (line 20326) | public static void Color3(Vector3 color) method Color4 (line 20331) | public static void Color4(Vector4 color) method Color4 (line 20336) | public static void Color4(Color4 color) method ClearColor (line 20341) | public static void ClearColor(Color color) method ClearColor (line 20346) | public static void ClearColor(NSColor color) method ClearColor (line 20351) | public static void ClearColor(Color4 color) method BlendColor (line 20356) | public static void BlendColor(Color color) method BlendColor (line 20361) | public static void BlendColor(NSColor color) method BlendColor (line 20366) | public static void BlendColor(Color4 color) method Material (line 20371) | public unsafe static void Material(MaterialFace face, MaterialParamete... method Material (line 20376) | public unsafe static void Material(MaterialFace face, MaterialParamete... method Light (line 20381) | public unsafe static void Light(LightName name, LightParameter pname, ... method Light (line 20386) | public unsafe static void Light(LightName name, LightParameter pname, ... method Normal3 (line 20391) | public static void Normal3(Vector3 normal) method RasterPos2 (line 20396) | public static void RasterPos2(Vector2 pos) method RasterPos3 (line 20401) | public static void RasterPos3(Vector3 pos) method RasterPos4 (line 20406) | public static void RasterPos4(Vector4 pos) method Vertex2 (line 20411) | public static void Vertex2(Vector2 v) method Vertex3 (line 20416) | public static void Vertex3(Vector3 v) method Vertex4 (line 20421) | public static void Vertex4(Vector4 v) method TexCoord2 (line 20426) | public static void TexCoord2(Vector2 v) method TexCoord3 (line 20431) | public static void TexCoord3(Vector3 v) method TexCoord4 (line 20436) | public static void TexCoord4(Vector4 v) method Rotate (line 20441) | public static void Rotate(float angle, Vector3 axis) method Scale (line 20446) | public static void Scale(Vector3 scale) method Translate (line 20451) | public static void Translate(Vector3 trans) method MultMatrix (line 20456) | public unsafe static void MultMatrix(ref Matrix4 mat) method LoadMatrix (line 20464) | public unsafe static void LoadMatrix(ref Matrix4 mat) method LoadTransposeMatrix (line 20472) | public unsafe static void LoadTransposeMatrix(ref Matrix4 mat) method MultTransposeMatrix (line 20480) | public unsafe static void MultTransposeMatrix(ref Matrix4 mat) method UniformMatrix4 (line 20488) | public unsafe static void UniformMatrix4(int location, bool transpose,... method Normal3 (line 20496) | public static void Normal3(Vector3d normal) method RasterPos2 (line 20501) | public static void RasterPos2(Vector2d pos) method RasterPos3 (line 20506) | public static void RasterPos3(Vector3d pos) method RasterPos4 (line 20511) | public static void RasterPos4(Vector4d pos) method Vertex2 (line 20516) | public static void Vertex2(Vector2d v) method Vertex3 (line 20521) | public static void Vertex3(Vector3d v) method Vertex4 (line 20526) | public static void Vertex4(Vector4d v) method TexCoord2 (line 20531) | public static void TexCoord2(Vector2d v) method TexCoord3 (line 20536) | public static void TexCoord3(Vector3d v) method TexCoord4 (line 20541) | public static void TexCoord4(Vector4d v) method Rotate (line 20546) | public static void Rotate(double angle, Vector3d axis) method Scale (line 20551) | public static void Scale(Vector3d scale) method Translate (line 20556) | public static void Translate(Vector3d trans) method MultMatrix (line 20561) | public unsafe static void MultMatrix(ref Matrix4d mat) method LoadMatrix (line 20569) | public unsafe static void LoadMatrix(ref Matrix4d mat) method LoadTransposeMatrix (line 20577) | public unsafe static void LoadTransposeMatrix(ref Matrix4d mat) method MultTransposeMatrix (line 20585) | public unsafe static void MultTransposeMatrix(ref Matrix4d mat) method Uniform2 (line 20593) | [CLSCompliant(false)] method Uniform3 (line 20599) | [CLSCompliant(false)] method Uniform4 (line 20605) | [CLSCompliant(false)] method Uniform2 (line 20611) | public static void Uniform2(int location, Vector2 vector) method Uniform3 (line 20616) | public static void Uniform3(int location, Vector3 vector) method Uniform4 (line 20621) | public static void Uniform4(int location, Vector4 vector) method Uniform4 (line 20626) | public static void Uniform4(int location, Color4 color) method Uniform4 (line 20631) | public static void Uniform4(int location, Quaternion quaternion) method GetActiveAttrib (line 20636) | public static string GetActiveAttrib(int program, int index, out int s... method GetActiveUniform (line 20644) | public static string GetActiveUniform(int program, int uniformIndex, o... method ShaderSource (line 20652) | public unsafe static void ShaderSource(int shader, string @string) method GetShaderInfoLog (line 20658) | public static string GetShaderInfoLog(int shader) method GetShaderInfoLog (line 20664) | public unsafe static void GetShaderInfoLog(int shader, out string info) method GetProgramInfoLog (line 20677) | public static string GetProgramInfoLog(int program) method GetProgramInfoLog (line 20683) | public unsafe static void GetProgramInfoLog(int program, out string info) method PointParameter (line 20696) | public static void PointParameter(PointSpriteCoordOriginParameter param) method VertexAttrib2 (line 20701) | [CLSCompliant(false)] method VertexAttrib3 (line 20707) | [CLSCompliant(false)] method VertexAttrib4 (line 20713) | [CLSCompliant(false)] method VertexAttrib2 (line 20719) | public static void VertexAttrib2(int index, Vector2 v) method VertexAttrib3 (line 20724) | public static void VertexAttrib3(int index, Vector3 v) method VertexAttrib4 (line 20729) | public static void VertexAttrib4(int index, Vector4 v) method MultiTexCoord2 (line 20734) | public static void MultiTexCoord2(TextureUnit target, ref Vector2 v) method MultiTexCoord3 (line 20739) | public static void MultiTexCoord3(TextureUnit target, ref Vector3 v) method MultiTexCoord4 (line 20744) | public static void MultiTexCoord4(TextureUnit target, ref Vector4 v) method VertexAttrib2 (line 20749) | [CLSCompliant(false)] method VertexAttrib3 (line 20755) | [CLSCompliant(false)] method VertexAttrib4 (line 20761) | [CLSCompliant(false)] method VertexAttrib2 (line 20767) | public static void VertexAttrib2(int index, Vector2d v) method VertexAttrib3 (line 20772) | public static void VertexAttrib3(int index, Vector3d v) method VertexAttrib4 (line 20777) | public static void VertexAttrib4(int index, Vector4d v) method MultiTexCoord2 (line 20782) | public static void MultiTexCoord2(TextureUnit target, ref Vector2d v) method MultiTexCoord3 (line 20787) | public static void MultiTexCoord3(TextureUnit target, ref Vector3d v) method MultiTexCoord4 (line 20792) | public static void MultiTexCoord4(TextureUnit target, ref Vector4d v) method Rect (line 20797) | public static void Rect(RectangleF rect) method Rect (line 20802) | public static void Rect(Rectangle rect) method Rect (line 20807) | [CLSCompliant(false)] method Rect (line 20813) | [CLSCompliant(false)] method GenTexture (line 20819) | public static int GenTexture() method DeleteTexture (line 20825) | public static void DeleteTexture(int id) method DeleteTexture (line 20830) | [CLSCompliant(false)] method VertexPointer (line 20836) | public static void VertexPointer(int size, VertexPointerType type, int... method NormalPointer (line 20841) | public static void NormalPointer(NormalPointerType type, int stride, i... method IndexPointer (line 20846) | public static void IndexPointer(IndexPointerType type, int stride, int... method ColorPointer (line 20851) | public static void ColorPointer(int size, ColorPointerType type, int s... method FogCoordPointer (line 20856) | public static void FogCoordPointer(FogPointerType type, int stride, in... method EdgeFlagPointer (line 20861) | public static void EdgeFlagPointer(int stride, int offset) method TexCoordPointer (line 20866) | public static void TexCoordPointer(int size, TexCoordPointerType type,... method VertexAttribPointer (line 20871) | public static void VertexAttribPointer(int index, int size, VertexAttr... method DrawElements (line 20876) | public static void DrawElements(BeginMode mode, int count, DrawElement... method GetFloat (line 20881) | public unsafe static void GetFloat(GetPName pname, out Vector2 vector) method GetFloat (line 20889) | public unsafe static void GetFloat(GetPName pname, out Vector3 vector) method GetFloat (line 20897) | public unsafe static void GetFloat(GetPName pname, out Vector4 vector) method GetFloat (line 20905) | public unsafe static void GetFloat(GetPName pname, out Matrix4 matrix) method GetDouble (line 20913) | public unsafe static void GetDouble(GetPName pname, out Vector2d vector) method GetDouble (line 20921) | public unsafe static void GetDouble(GetPName pname, out Vector3d vector) method GetDouble (line 20929) | public unsafe static void GetDouble(GetPName pname, out Vector4d vector) method GetDouble (line 20937) | public unsafe static void GetDouble(GetPName pname, out Matrix4d matrix) method Viewport (line 20945) | public static void Viewport(Size size) method Viewport (line 20950) | public static void Viewport(Point location, Size size) method Viewport (line 20955) | public static void Viewport(Rectangle rectangle) method TexEnv (line 20960) | public unsafe static void TexEnv(TextureEnvTarget target, TextureEnvPa... method TexEnv (line 20966) | public unsafe static void TexEnv(TextureEnvTarget target, TextureEnvPa... FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GenerateMipmapTarget.cs type GenerateMipmapTarget (line 3) | public enum GenerateMipmapTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetColorTableParameterPName.cs type GetColorTableParameterPName (line 3) | public enum GetColorTableParameterPName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetColorTableParameterPNameSgi.cs type GetColorTableParameterPNameSgi (line 3) | public enum GetColorTableParameterPNameSgi FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetConvolutionParameter.cs type GetConvolutionParameter (line 3) | public enum GetConvolutionParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetConvolutionParameterPName.cs type GetConvolutionParameterPName (line 3) | public enum GetConvolutionParameterPName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetHistogramParameterPName.cs type GetHistogramParameterPName (line 3) | public enum GetHistogramParameterPName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetHistogramParameterPNameExt.cs type GetHistogramParameterPNameExt (line 3) | public enum GetHistogramParameterPNameExt FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetIndexedPName.cs type GetIndexedPName (line 3) | public enum GetIndexedPName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetMapQuery.cs type GetMapQuery (line 3) | public enum GetMapQuery FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetMinmaxParameterPName.cs type GetMinmaxParameterPName (line 3) | public enum GetMinmaxParameterPName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetMinmaxParameterPNameExt.cs type GetMinmaxParameterPNameExt (line 3) | public enum GetMinmaxParameterPNameExt FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetMultisamplePName.cs type GetMultisamplePName (line 3) | public enum GetMultisamplePName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetPName.cs type GetPName (line 3) | public enum GetPName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetPixelMap.cs type GetPixelMap (line 3) | public enum GetPixelMap FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetPointervPName.cs type GetPointervPName (line 3) | public enum GetPointervPName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetQueryObjectParam.cs type GetQueryObjectParam (line 3) | public enum GetQueryObjectParam FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetQueryParam.cs type GetQueryParam (line 3) | public enum GetQueryParam FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GetTextureParameter.cs type GetTextureParameter (line 3) | public enum GetTextureParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Gl3DfxMultisample.cs type Gl3DfxMultisample (line 3) | public enum Gl3DfxMultisample FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Gl3DfxTbuffer.cs type Gl3DfxTbuffer (line 3) | public enum Gl3DfxTbuffer FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Gl3DfxTextureCompressionFxt1.cs type Gl3DfxTextureCompressionFxt1 (line 3) | public enum Gl3DfxTextureCompressionFxt1 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GremedyFrameTerminator.cs type GremedyFrameTerminator (line 3) | public enum GremedyFrameTerminator FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/GremedyStringMarker.cs type GremedyStringMarker (line 3) | public enum GremedyStringMarker FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Half.cs type Half (line 8) | [Serializable] method Half (line 53) | public unsafe Half(float f) method Half (line 59) | public Half(float f, bool throwOnError) method Half (line 87) | public Half(double d) method Half (line 92) | public Half(double d, bool throwOnError) method SingleToHalf (line 97) | private ushort SingleToHalf(int si32) method ToSingle (line 137) | public unsafe float ToSingle() method HalfToFloat (line 143) | private int HalfToFloat(ushort ui16) method Half (line 195) | public Half(SerializationInfo info, StreamingContext context) method GetObjectData (line 200) | public void GetObjectData(SerializationInfo info, StreamingContext con... method FromBinaryStream (line 205) | public void FromBinaryStream(BinaryReader bin) method ToBinaryStream (line 210) | public void ToBinaryStream(BinaryWriter bin) method Equals (line 215) | public bool Equals(Half other) method CompareTo (line 234) | public int CompareTo(Half other) method ToString (line 239) | public override string ToString() method ToString (line 244) | public string ToString(string format, IFormatProvider formatProvider) method Parse (line 249) | public static Half Parse(string s) method Parse (line 254) | public static Half Parse(string s, NumberStyles style, IFormatProvider... method TryParse (line 259) | public static bool TryParse(string s, out Half result) method TryParse (line 267) | public static bool TryParse(string s, NumberStyles style, IFormatProvi... method GetBytes (line 275) | public static byte[] GetBytes(Half h) method FromBytes (line 280) | public static Half FromBytes(byte[] value, int startIndex) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/HintMode.cs type HintMode (line 3) | public enum HintMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/HintTarget.cs type HintTarget (line 3) | public enum HintTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/HistogramTarget.cs type HistogramTarget (line 3) | public enum HistogramTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/HistogramTargetExt.cs type HistogramTargetExt (line 3) | public enum HistogramTargetExt FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/HpConvolutionBorderModes.cs type HpConvolutionBorderModes (line 3) | public enum HpConvolutionBorderModes FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/HpImageTransform.cs type HpImageTransform (line 3) | public enum HpImageTransform FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/HpOcclusionTest.cs type HpOcclusionTest (line 3) | public enum HpOcclusionTest FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/HpTextureLighting.cs type HpTextureLighting (line 3) | public enum HpTextureLighting FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IGameWindow.cs type IGameWindow (line 5) | public interface IGameWindow : INativeWindow, IDisposable method Run (line 15) | void Run(); method Run (line 17) | void Run(double updateRate); method MakeCurrent (line 19) | void MakeCurrent(); method SwapBuffers (line 21) | void SwapBuffers(); FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/INativeWindow.cs type INativeWindow (line 7) | public interface INativeWindow : IDisposable method Close (line 61) | void Close(); method ProcessEvents (line 63) | void ProcessEvents(); method PointToClient (line 65) | Point PointToClient(Point point); method PointToScreen (line 67) | Point PointToScreen(Point point); FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IbmCullVertex.cs type IbmCullVertex (line 3) | public enum IbmCullVertex FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IbmMultimodeDrawArrays.cs type IbmMultimodeDrawArrays (line 3) | public enum IbmMultimodeDrawArrays FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IbmRasterposClip.cs type IbmRasterposClip (line 3) | public enum IbmRasterposClip FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IbmTextureMirroredRepeat.cs type IbmTextureMirroredRepeat (line 3) | public enum IbmTextureMirroredRepeat FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IbmVertexArrayLists.cs type IbmVertexArrayLists (line 3) | public enum IbmVertexArrayLists FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ImgMultisampledRenderToTexture.cs type ImgMultisampledRenderToTexture (line 3) | public enum ImgMultisampledRenderToTexture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ImgProgramBinary.cs type ImgProgramBinary (line 3) | public enum ImgProgramBinary FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ImgShaderBinary.cs type ImgShaderBinary (line 3) | public enum ImgShaderBinary FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ImgTextureCompressionPvrtc.cs type ImgTextureCompressionPvrtc (line 3) | public enum ImgTextureCompressionPvrtc FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ImgTextureEnvEnhancedFixedFunction.cs type ImgTextureEnvEnhancedFixedFunction (line 3) | public enum ImgTextureEnvEnhancedFixedFunction FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IndexPointerType.cs type IndexPointerType (line 3) | public enum IndexPointerType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IndexedEnableCap.cs type IndexedEnableCap (line 3) | public enum IndexedEnableCap FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IngrColorClamp.cs type IngrColorClamp (line 3) | public enum IngrColorClamp FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IngrInterlaceRead.cs type IngrInterlaceRead (line 3) | public enum IngrInterlaceRead FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IngrPaletteBuffer.cs type IngrPaletteBuffer (line 3) | public enum IngrPaletteBuffer FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IntelParallelArrays.cs type IntelParallelArrays (line 3) | public enum IntelParallelArrays FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/IntelTextureScissor.cs type IntelTextureScissor (line 3) | public enum IntelTextureScissor FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/InterleavedArrayFormat.cs type InterleavedArrayFormat (line 3) | public enum InterleavedArrayFormat FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/LightEnvModeSgix.cs type LightEnvModeSgix (line 3) | public enum LightEnvModeSgix FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/LightEnvParameterSgix.cs type LightEnvParameterSgix (line 3) | public enum LightEnvParameterSgix FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/LightModelColorControl.cs type LightModelColorControl (line 3) | public enum LightModelColorControl FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/LightModelParameter.cs type LightModelParameter (line 3) | public enum LightModelParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/LightName.cs type LightName (line 3) | public enum LightName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/LightParameter.cs type LightParameter (line 3) | public enum LightParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ListMode.cs type ListMode (line 3) | public enum ListMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ListNameType.cs type ListNameType (line 3) | public enum ListNameType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ListParameterName.cs type ListParameterName (line 3) | public enum ListParameterName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/LogicOp.cs type LogicOp (line 3) | public enum LogicOp FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MapTarget.cs type MapTarget (line 3) | public enum MapTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MaterialFace.cs type MaterialFace (line 3) | public enum MaterialFace FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MaterialParameter.cs type MaterialParameter (line 3) | public enum MaterialParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MathHelper.cs class MathHelper (line 5) | public static class MathHelper method NextPowerOfTwo (line 27) | public static long NextPowerOfTwo(long n) method NextPowerOfTwo (line 36) | public static int NextPowerOfTwo(int n) method NextPowerOfTwo (line 45) | public static float NextPowerOfTwo(float n) method NextPowerOfTwo (line 54) | public static double NextPowerOfTwo(double n) method Factorial (line 63) | public static long Factorial(int n) method BinomialCoefficient (line 74) | public static long BinomialCoefficient(int n, int k) method InverseSqrtFast (line 79) | public unsafe static float InverseSqrtFast(float x) method InverseSqrtFast (line 89) | public static double InverseSqrtFast(double x) method DegreesToRadians (line 94) | public static float DegreesToRadians(float degrees) method RadiansToDegrees (line 99) | public static float RadiansToDegrees(float radians) method DegreesToRadians (line 104) | public static double DegreesToRadians(double degrees) method RadiansToDegrees (line 109) | public static double RadiansToDegrees(double radians) method Swap (line 114) | public static void Swap(ref double a, ref double b) method Swap (line 121) | public static void Swap(ref float a, ref float b) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Matrix4.cs type Matrix4 (line 5) | public struct Matrix4 : IEquatable method Matrix4 (line 219) | public Matrix4(Vector4 row0, Vector4 row1, Vector4 row2, Vector4 row3) method Matrix4 (line 227) | public Matrix4(float m00, float m01, float m02, float m03, float m10, ... method Invert (line 235) | public void Invert() method Transpose (line 240) | public void Transpose() method CreateFromAxisAngle (line 245) | public static void CreateFromAxisAngle(Vector3 axis, float angle, out ... method CreateFromAxisAngle (line 254) | public static Matrix4 CreateFromAxisAngle(Vector3 axis, float angle) method CreateRotationX (line 260) | public static void CreateRotationX(float angle, out Matrix4 result) method CreateRotationX (line 270) | public static Matrix4 CreateRotationX(float angle) method CreateRotationY (line 276) | public static void CreateRotationY(float angle, out Matrix4 result) method CreateRotationY (line 286) | public static Matrix4 CreateRotationY(float angle) method CreateRotationZ (line 292) | public static void CreateRotationZ(float angle, out Matrix4 result) method CreateRotationZ (line 302) | public static Matrix4 CreateRotationZ(float angle) method CreateTranslation (line 308) | public static void CreateTranslation(float x, float y, float z, out Ma... method CreateTranslation (line 314) | public static void CreateTranslation(ref Vector3 vector, out Matrix4 r... method CreateTranslation (line 320) | public static Matrix4 CreateTranslation(float x, float y, float z) method CreateTranslation (line 326) | public static Matrix4 CreateTranslation(Vector3 vector) method CreateOrthographic (line 332) | public static void CreateOrthographic(float width, float height, float... method CreateOrthographic (line 337) | public static Matrix4 CreateOrthographic(float width, float height, fl... method CreateOrthographicOffCenter (line 343) | public static void CreateOrthographicOffCenter(float left, float right... method CreateOrthographicOffCenter (line 358) | public static Matrix4 CreateOrthographicOffCenter(float left, float ri... method CreatePerspectiveFieldOfView (line 364) | public static void CreatePerspectiveFieldOfView(float fovy, float aspe... method CreatePerspectiveFieldOfView (line 389) | public static Matrix4 CreatePerspectiveFieldOfView(float fovy, float a... method CreatePerspectiveOffCenter (line 395) | public static void CreatePerspectiveOffCenter(float left, float right,... method CreatePerspectiveOffCenter (line 418) | public static Matrix4 CreatePerspectiveOffCenter(float left, float rig... method Translation (line 424) | [Obsolete("Use CreateTranslation instead.")] method Translation (line 430) | [Obsolete("Use CreateTranslation instead.")] method Scale (line 438) | public static Matrix4 Scale(float scale) method Scale (line 443) | public static Matrix4 Scale(Vector3 scale) method Scale (line 448) | public static Matrix4 Scale(float x, float y, float z) method RotateX (line 458) | [Obsolete("Use CreateRotationX instead.")] method RotateY (line 471) | [Obsolete("Use CreateRotationY instead.")] method RotateZ (line 484) | [Obsolete("Use CreateRotationZ instead.")] method Rotate (line 497) | [Obsolete("Use CreateFromAxisAngle instead.")] method Rotate (line 512) | public static Matrix4 Rotate(Quaternion q) method LookAt (line 518) | public static Matrix4 LookAt(Vector3 eye, Vector3 target, Vector3 up) method LookAt (line 527) | public static Matrix4 LookAt(float eyeX, float eyeY, float eyeZ, float... method Frustum (line 532) | [Obsolete("Use CreatePerspectiveOffCenter instead.")] method Perspective (line 541) | [Obsolete("Use CreatePerspectiveFieldOfView instead.")] method Mult (line 551) | public static Matrix4 Mult(Matrix4 left, Matrix4 right) method Mult (line 557) | public static void Mult(ref Matrix4 left, ref Matrix4 right, out Matri... method Invert (line 562) | public static Matrix4 Invert(Matrix4 mat) method Transpose (line 677) | public static Matrix4 Transpose(Matrix4 mat) method Transpose (line 682) | public static void Transpose(ref Matrix4 mat, out Matrix4 result) method ToString (line 705) | public override string ToString() method GetHashCode (line 710) | public override int GetHashCode() method Equals (line 715) | public override bool Equals(object obj) method Equals (line 724) | public bool Equals(Matrix4 other) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Matrix4d.cs type Matrix4d (line 5) | [Serializable] method Matrix4d (line 220) | public Matrix4d(Vector4d row0, Vector4d row1, Vector4d row2, Vector4d ... method Matrix4d (line 228) | public Matrix4d(double m00, double m01, double m02, double m03, double... method Invert (line 236) | public void Invert() method Transpose (line 241) | public void Transpose() method CreateFromAxisAngle (line 246) | public static void CreateFromAxisAngle(Vector3d axis, double angle, ou... method CreateFromAxisAngle (line 255) | public static Matrix4d CreateFromAxisAngle(Vector3d axis, double angle) method CreateRotationX (line 261) | public static void CreateRotationX(double angle, out Matrix4d result) method CreateRotationX (line 271) | public static Matrix4d CreateRotationX(double angle) method CreateRotationY (line 277) | public static void CreateRotationY(double angle, out Matrix4d result) method CreateRotationY (line 287) | public static Matrix4d CreateRotationY(double angle) method CreateRotationZ (line 293) | public static void CreateRotationZ(double angle, out Matrix4d result) method CreateRotationZ (line 303) | public static Matrix4d CreateRotationZ(double angle) method CreateTranslation (line 309) | public static void CreateTranslation(double x, double y, double z, out... method CreateTranslation (line 315) | public static void CreateTranslation(ref Vector3d vector, out Matrix4d... method CreateTranslation (line 321) | public static Matrix4d CreateTranslation(double x, double y, double z) method CreateTranslation (line 327) | public static Matrix4d CreateTranslation(Vector3d vector) method CreateOrthographic (line 333) | public static void CreateOrthographic(double width, double height, dou... method CreateOrthographic (line 338) | public static Matrix4d CreateOrthographic(double width, double height,... method CreateOrthographicOffCenter (line 344) | public static void CreateOrthographicOffCenter(double left, double rig... method CreateOrthographicOffCenter (line 359) | public static Matrix4d CreateOrthographicOffCenter(double left, double... method CreatePerspectiveFieldOfView (line 365) | public static void CreatePerspectiveFieldOfView(double fovy, double as... method CreatePerspectiveFieldOfView (line 390) | public static Matrix4d CreatePerspectiveFieldOfView(double fovy, doubl... method CreatePerspectiveOffCenter (line 396) | public static void CreatePerspectiveOffCenter(double left, double righ... method CreatePerspectiveOffCenter (line 419) | public static Matrix4d CreatePerspectiveOffCenter(double left, double ... method Translation (line 425) | [Obsolete("Use CreateTranslation instead.")] method Translation (line 431) | [Obsolete("Use CreateTranslation instead.")] method Scale (line 439) | public static Matrix4d Scale(double scale) method Scale (line 444) | public static Matrix4d Scale(Vector3d scale) method Scale (line 449) | public static Matrix4d Scale(double x, double y, double z) method RotateX (line 459) | public static Matrix4d RotateX(double angle) method RotateY (line 471) | public static Matrix4d RotateY(double angle) method RotateZ (line 483) | public static Matrix4d RotateZ(double angle) method Rotate (line 495) | public static Matrix4d Rotate(Vector3d axis, double angle) method Rotate (line 509) | public static Matrix4d Rotate(Quaterniond q) method LookAt (line 515) | public static Matrix4d LookAt(Vector3d eye, Vector3d target, Vector3d up) method LookAt (line 524) | public static Matrix4d LookAt(double eyeX, double eyeY, double eyeZ, d... method Frustum (line 529) | public static Matrix4d Frustum(double left, double right, double botto... method Perspective (line 537) | public static Matrix4d Perspective(double fovy, double aspect, double ... method Mult (line 546) | public static Matrix4d Mult(Matrix4d left, Matrix4d right) method Mult (line 552) | public static void Mult(ref Matrix4d left, ref Matrix4d right, out Mat... method Invert (line 573) | public static Matrix4d Invert(Matrix4d mat) method Transpose (line 688) | public static Matrix4d Transpose(Matrix4d mat) method Transpose (line 693) | public static void Transpose(ref Matrix4d mat, out Matrix4d result) method ToString (line 716) | public override string ToString() method GetHashCode (line 721) | public override int GetHashCode() method Equals (line 726) | public override bool Equals(object obj) method Equals (line 735) | public bool Equals(Matrix4d other) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MatrixMode.cs type MatrixMode (line 3) | public enum MatrixMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MatrixModeArb.cs type MatrixModeArb (line 3) | public enum MatrixModeArb FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MesaPackInvert.cs type MesaPackInvert (line 3) | public enum MesaPackInvert FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MesaPackedDepthStencil.cs type MesaPackedDepthStencil (line 3) | public enum MesaPackedDepthStencil FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MesaProgramDebug.cs type MesaProgramDebug (line 3) | public enum MesaProgramDebug FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MesaResizeBuffers.cs type MesaResizeBuffers (line 3) | public enum MesaResizeBuffers FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MesaShaderDebug.cs type MesaShaderDebug (line 3) | public enum MesaShaderDebug FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MesaTrace.cs type MesaTrace (line 3) | public enum MesaTrace FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MesaWindowPos.cs type MesaWindowPos (line 3) | public enum MesaWindowPos FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MesaYcbcrTexture.cs type MesaYcbcrTexture (line 3) | public enum MesaYcbcrTexture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MesaxTextureStack.cs type MesaxTextureStack (line 3) | public enum MesaxTextureStack FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MeshMode1.cs type MeshMode1 (line 3) | public enum MeshMode1 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MeshMode2.cs type MeshMode2 (line 3) | public enum MeshMode2 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MinmaxTarget.cs type MinmaxTarget (line 3) | public enum MinmaxTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MinmaxTargetExt.cs type MinmaxTargetExt (line 3) | public enum MinmaxTargetExt FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/MonoMacGameView.cs class MonoMacGameView (line 11) | public class MonoMacGameView : NSView, IGameWindow, INativeWindow, IDisp... method MonoMacGameView (line 343) | [Export("initWithFrame:")] method MonoMacGameView (line 349) | public MonoMacGameView(CGRect frame, NSOpenGLContext context) method DrawRect (line 374) | [Preserve(Conditional = true)] method LockFocus (line 394) | [Preserve(Conditional = true)] method GetViewController (line 404) | private NSViewController GetViewController() method UpdateView (line 416) | protected void UpdateView() method HandleReshape (line 421) | private void HandleReshape(NSNotification note) method StartAnimation (line 426) | private void StartAnimation(double updatesPerSecond) method Stop (line 461) | public void Stop() method DeAllocate (line 481) | private void DeAllocate() method AssertValid (line 488) | private void AssertValid() method AssertContext (line 496) | private void AssertContext() method OnTitleChanged (line 504) | protected virtual void OnTitleChanged(EventArgs e) method OnVisibleChanged (line 509) | protected virtual void OnVisibleChanged(EventArgs e) method OnWindowStateChanged (line 514) | protected virtual void OnWindowStateChanged(EventArgs e) method OnResize (line 519) | protected virtual void OnResize(EventArgs e) method Close (line 524) | public virtual void Close() method OnClosed (line 530) | protected virtual void OnClosed(EventArgs e) method Dispose (line 535) | protected override void Dispose(bool disposing) method OnDisposed (line 552) | protected virtual void OnDisposed(EventArgs e) method ProcessEvents (line 557) | void INativeWindow.ProcessEvents() method PointToClient (line 562) | Point INativeWindow.PointToClient(Point point) method PointToScreen (line 567) | Point INativeWindow.PointToScreen(Point point) method MakeCurrent (line 572) | public virtual void MakeCurrent() method SwapBuffers (line 579) | public virtual void SwapBuffers() method Run (line 586) | public void Run() method Run (line 598) | public void Run(double updatesPerSecond) method RenderScene (line 617) | private void RenderScene() method SetupDisplayLink (line 651) | private void SetupDisplayLink() method MyDisplayLinkOutputCallback (line 663) | private CVReturn MyDisplayLinkOutputCallback(CVDisplayLink displayLink... method OnLoad (line 673) | protected virtual void OnLoad(EventArgs e) method OnUnload (line 678) | protected virtual void OnUnload(EventArgs e) method OnUpdateFrame (line 685) | protected virtual void OnUpdateFrame(FrameEventArgs e) method OnRenderFrame (line 690) | protected virtual void OnRenderFrame(FrameEventArgs e) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NormalPointerType.cs type NormalPointerType (line 3) | public enum NormalPointerType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvBlendSquare.cs type NvBlendSquare (line 3) | public enum NvBlendSquare FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvConditionalRender.cs type NvConditionalRender (line 3) | public enum NvConditionalRender FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvCopyDepthToColor.cs type NvCopyDepthToColor (line 3) | public enum NvCopyDepthToColor FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvCopyImage.cs type NvCopyImage (line 3) | public enum NvCopyImage FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvCoverageSample.cs type NvCoverageSample (line 3) | public enum NvCoverageSample FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvDepthBufferFloat.cs type NvDepthBufferFloat (line 3) | public enum NvDepthBufferFloat FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvDepthClamp.cs type NvDepthClamp (line 3) | public enum NvDepthClamp FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvDepthNonlinear.cs type NvDepthNonlinear (line 3) | public enum NvDepthNonlinear FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvEvaluators.cs type NvEvaluators (line 3) | public enum NvEvaluators FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvExplicitMultisample.cs type NvExplicitMultisample (line 3) | public enum NvExplicitMultisample FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvFence.cs type NvFence (line 3) | public enum NvFence FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvFloatBuffer.cs type NvFloatBuffer (line 3) | public enum NvFloatBuffer FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvFogDistance.cs type NvFogDistance (line 3) | public enum NvFogDistance FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvFragmentProgram.cs type NvFragmentProgram (line 3) | public enum NvFragmentProgram FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvFragmentProgram2.cs type NvFragmentProgram2 (line 3) | public enum NvFragmentProgram2 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvFragmentProgram4.cs type NvFragmentProgram4 (line 3) | public enum NvFragmentProgram4 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvFragmentProgramOption.cs type NvFragmentProgramOption (line 3) | public enum NvFragmentProgramOption FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvFramebufferMultisampleCoverage.cs type NvFramebufferMultisampleCoverage (line 3) | public enum NvFramebufferMultisampleCoverage FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvGeometryProgram4.cs type NvGeometryProgram4 (line 3) | public enum NvGeometryProgram4 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvGeometryShader4.cs type NvGeometryShader4 (line 3) | public enum NvGeometryShader4 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvGpuProgram4.cs type NvGpuProgram4 (line 3) | public enum NvGpuProgram4 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvGpuProgram5.cs type NvGpuProgram5 (line 3) | public enum NvGpuProgram5 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvGpuShader5.cs type NvGpuShader5 (line 3) | public enum NvGpuShader5 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvHalfFloat.cs type NvHalfFloat (line 3) | public enum NvHalfFloat FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvLightMaxExponent.cs type NvLightMaxExponent (line 3) | public enum NvLightMaxExponent FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvMultisampleCoverage.cs type NvMultisampleCoverage (line 3) | public enum NvMultisampleCoverage FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvMultisampleFilterHint.cs type NvMultisampleFilterHint (line 3) | public enum NvMultisampleFilterHint FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvOcclusionQuery.cs type NvOcclusionQuery (line 3) | public enum NvOcclusionQuery FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvPackedDepthStencil.cs type NvPackedDepthStencil (line 3) | public enum NvPackedDepthStencil FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvParameterBufferObject.cs type NvParameterBufferObject (line 3) | public enum NvParameterBufferObject FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvParameterBufferObject2.cs type NvParameterBufferObject2 (line 3) | public enum NvParameterBufferObject2 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvPixelDataRange.cs type NvPixelDataRange (line 3) | public enum NvPixelDataRange FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvPointSprite.cs type NvPointSprite (line 3) | public enum NvPointSprite FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvPresentVideo.cs type NvPresentVideo (line 3) | public enum NvPresentVideo FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvPrimitiveRestart.cs type NvPrimitiveRestart (line 3) | public enum NvPrimitiveRestart FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvRegisterCombiners.cs type NvRegisterCombiners (line 3) | public enum NvRegisterCombiners FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvRegisterCombiners2.cs type NvRegisterCombiners2 (line 3) | public enum NvRegisterCombiners2 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvShaderBufferLoad.cs type NvShaderBufferLoad (line 3) | public enum NvShaderBufferLoad FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvShaderBufferStore.cs type NvShaderBufferStore (line 3) | public enum NvShaderBufferStore FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTessellationProgram5.cs type NvTessellationProgram5 (line 3) | public enum NvTessellationProgram5 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTexgenEmboss.cs type NvTexgenEmboss (line 3) | public enum NvTexgenEmboss FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTexgenReflection.cs type NvTexgenReflection (line 3) | public enum NvTexgenReflection FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTextureBarrier.cs type NvTextureBarrier (line 3) | public enum NvTextureBarrier FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTextureCompressionVtc.cs type NvTextureCompressionVtc (line 3) | public enum NvTextureCompressionVtc FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTextureEnvCombine4.cs type NvTextureEnvCombine4 (line 3) | public enum NvTextureEnvCombine4 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTextureExpandNormal.cs type NvTextureExpandNormal (line 3) | public enum NvTextureExpandNormal FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTextureRectangle.cs type NvTextureRectangle (line 3) | public enum NvTextureRectangle FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTextureShader.cs type NvTextureShader (line 3) | public enum NvTextureShader FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTextureShader2.cs type NvTextureShader2 (line 3) | public enum NvTextureShader2 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTextureShader3.cs type NvTextureShader3 (line 3) | public enum NvTextureShader3 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTransformFeedback.cs type NvTransformFeedback (line 3) | public enum NvTransformFeedback FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvTransformFeedback2.cs type NvTransformFeedback2 (line 3) | public enum NvTransformFeedback2 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvVdpauInterop.cs type NvVdpauInterop (line 3) | public enum NvVdpauInterop FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvVertexArrayRange.cs type NvVertexArrayRange (line 3) | public enum NvVertexArrayRange FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvVertexArrayRange2.cs type NvVertexArrayRange2 (line 3) | public enum NvVertexArrayRange2 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvVertexAttribInteger64bit.cs type NvVertexAttribInteger64bit (line 3) | public enum NvVertexAttribInteger64bit FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvVertexBufferUnifiedMemory.cs type NvVertexBufferUnifiedMemory (line 3) | public enum NvVertexBufferUnifiedMemory FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvVertexProgram.cs type NvVertexProgram (line 3) | public enum NvVertexProgram FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvVertexProgram11.cs type NvVertexProgram11 (line 3) | public enum NvVertexProgram11 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvVertexProgram2.cs type NvVertexProgram2 (line 3) | public enum NvVertexProgram2 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvVertexProgram2Option.cs type NvVertexProgram2Option (line 3) | public enum NvVertexProgram2Option FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvVertexProgram3.cs type NvVertexProgram3 (line 3) | public enum NvVertexProgram3 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvVertexProgram4.cs type NvVertexProgram4 (line 3) | public enum NvVertexProgram4 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/NvVideoCapture.cs type NvVideoCapture (line 3) | public enum NvVideoCapture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesBlendEquationSeparate.cs type OesBlendEquationSeparate (line 3) | public enum OesBlendEquationSeparate FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesBlendFuncSeparate.cs type OesBlendFuncSeparate (line 3) | public enum OesBlendFuncSeparate FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesBlendSubtract.cs type OesBlendSubtract (line 3) | public enum OesBlendSubtract FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesCompressedEtc1Rgb8Texture.cs type OesCompressedEtc1Rgb8Texture (line 3) | public enum OesCompressedEtc1Rgb8Texture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesCompressedPalettedTexture.cs type OesCompressedPalettedTexture (line 3) | public enum OesCompressedPalettedTexture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesDepth24.cs type OesDepth24 (line 3) | public enum OesDepth24 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesDepth32.cs type OesDepth32 (line 3) | public enum OesDepth32 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesDepthTexture.cs type OesDepthTexture (line 3) | public enum OesDepthTexture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesDrawTexture.cs type OesDrawTexture (line 3) | public enum OesDrawTexture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesEglImageExternal.cs type OesEglImageExternal (line 3) | public enum OesEglImageExternal FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesElementIndexUint.cs type OesElementIndexUint (line 3) | public enum OesElementIndexUint FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesFixedPoint.cs type OesFixedPoint (line 3) | public enum OesFixedPoint FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesFramebufferObject.cs type OesFramebufferObject (line 3) | public enum OesFramebufferObject FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesGetProgramBinary.cs type OesGetProgramBinary (line 3) | public enum OesGetProgramBinary FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesMapbuffer.cs type OesMapbuffer (line 3) | public enum OesMapbuffer FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesMatrixGet.cs type OesMatrixGet (line 3) | public enum OesMatrixGet FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesMatrixPalette.cs type OesMatrixPalette (line 3) | public enum OesMatrixPalette FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesPackedDepthStencil.cs type OesPackedDepthStencil (line 3) | public enum OesPackedDepthStencil FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesPointSizeArray.cs type OesPointSizeArray (line 3) | public enum OesPointSizeArray FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesPointSprite.cs type OesPointSprite (line 3) | public enum OesPointSprite FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesReadFormat.cs type OesReadFormat (line 3) | public enum OesReadFormat FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesRgb8Rgba8.cs type OesRgb8Rgba8 (line 3) | public enum OesRgb8Rgba8 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesStandardDerivatives.cs type OesStandardDerivatives (line 3) | public enum OesStandardDerivatives FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesStencil1.cs type OesStencil1 (line 3) | public enum OesStencil1 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesStencil4.cs type OesStencil4 (line 3) | public enum OesStencil4 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesStencil8.cs type OesStencil8 (line 3) | public enum OesStencil8 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesStencilWrap.cs type OesStencilWrap (line 3) | public enum OesStencilWrap FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesTexture3D.cs type OesTexture3D (line 3) | public enum OesTexture3D FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesTextureCubeMap.cs type OesTextureCubeMap (line 3) | public enum OesTextureCubeMap FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesTextureEnvCrossbar.cs type OesTextureEnvCrossbar (line 3) | public enum OesTextureEnvCrossbar FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesTextureFloat.cs type OesTextureFloat (line 3) | public enum OesTextureFloat FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesTextureMirroredRepeat.cs type OesTextureMirroredRepeat (line 3) | public enum OesTextureMirroredRepeat FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesVertexHalfFloat.cs type OesVertexHalfFloat (line 3) | public enum OesVertexHalfFloat FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OesVertexType1010102.cs type OesVertexType1010102 (line 3) | public enum OesVertexType1010102 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OmlInterlace.cs type OmlInterlace (line 3) | public enum OmlInterlace FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OmlResample.cs type OmlResample (line 3) | public enum OmlResample FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/OmlSubsample.cs type OmlSubsample (line 3) | public enum OmlSubsample FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PackedPointerType.cs type PackedPointerType (line 3) | public enum PackedPointerType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PatchParameterFloat.cs type PatchParameterFloat (line 3) | public enum PatchParameterFloat FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PatchParameterInt.cs type PatchParameterInt (line 3) | public enum PatchParameterInt FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PgiMiscHints.cs type PgiMiscHints (line 3) | public enum PgiMiscHints FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PgiVertexHints.cs type PgiVertexHints (line 3) | public enum PgiVertexHints FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PixelCopyType.cs type PixelCopyType (line 3) | public enum PixelCopyType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PixelFormat.cs type PixelFormat (line 3) | public enum PixelFormat FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PixelInternalFormat.cs type PixelInternalFormat (line 3) | public enum PixelInternalFormat FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PixelMap.cs type PixelMap (line 3) | public enum PixelMap FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PixelStoreParameter.cs type PixelStoreParameter (line 3) | public enum PixelStoreParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PixelStoreResampleMode.cs type PixelStoreResampleMode (line 3) | public enum PixelStoreResampleMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PixelStoreSubsampleRate.cs type PixelStoreSubsampleRate (line 3) | public enum PixelStoreSubsampleRate FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PixelTexGenMode.cs type PixelTexGenMode (line 3) | public enum PixelTexGenMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PixelTexGenParameterNameSgis.cs type PixelTexGenParameterNameSgis (line 3) | public enum PixelTexGenParameterNameSgis FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PixelTransferParameter.cs type PixelTransferParameter (line 3) | public enum PixelTransferParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PixelType.cs type PixelType (line 3) | public enum PixelType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PointParameterName.cs type PointParameterName (line 3) | public enum PointParameterName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PointParameterNameSgis.cs type PointParameterNameSgis (line 3) | public enum PointParameterNameSgis FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PointSpriteCoordOriginParameter.cs type PointSpriteCoordOriginParameter (line 3) | public enum PointSpriteCoordOriginParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/PolygonMode.cs type PolygonMode (line 3) | public enum PolygonMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ProgramParameter.cs type ProgramParameter (line 3) | public enum ProgramParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ProgramPipelineParameter.cs type ProgramPipelineParameter (line 3) | public enum ProgramPipelineParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ProgramStageMask.cs type ProgramStageMask (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ProgramStageParameter.cs type ProgramStageParameter (line 3) | public enum ProgramStageParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ProvokingVertexMode.cs type ProvokingVertexMode (line 3) | public enum ProvokingVertexMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/QcomDriverControl.cs type QcomDriverControl (line 3) | public enum QcomDriverControl FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/QcomExtendedGet.cs type QcomExtendedGet (line 3) | public enum QcomExtendedGet FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/QcomWriteonlyRendering.cs type QcomWriteonlyRendering (line 3) | public enum QcomWriteonlyRendering FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Quaternion.cs type Quaternion (line 5) | public struct Quaternion : IEquatable method Quaternion (line 91) | public Quaternion(Vector3 v, float w) method Quaternion (line 97) | public Quaternion(float x, float y, float z, float w) method ToAxisAngle (line 102) | public void ToAxisAngle(out Vector3 axis, out float angle) method ToAxisAngle (line 109) | public Vector4 ToAxisAngle() method Normalize (line 130) | public void Normalize() method Conjugate (line 137) | public void Conjugate() method Add (line 142) | public static Quaternion Add(Quaternion left, Quaternion right) method Add (line 147) | public static void Add(ref Quaternion left, ref Quaternion right, out ... method Sub (line 152) | public static Quaternion Sub(Quaternion left, Quaternion right) method Sub (line 157) | public static void Sub(ref Quaternion left, ref Quaternion right, out ... method Mult (line 162) | [Obsolete("Use Multiply instead.")] method Mult (line 168) | [Obsolete("Use Multiply instead.")] method Multiply (line 174) | public static Quaternion Multiply(Quaternion left, Quaternion right) method Multiply (line 180) | public static void Multiply(ref Quaternion left, ref Quaternion right,... method Multiply (line 185) | public static void Multiply(ref Quaternion quaternion, float scale, ou... method Multiply (line 190) | public static Quaternion Multiply(Quaternion quaternion, float scale) method Conjugate (line 195) | public static Quaternion Conjugate(Quaternion q) method Conjugate (line 200) | public static void Conjugate(ref Quaternion q, out Quaternion result) method Invert (line 205) | public static Quaternion Invert(Quaternion q) method Invert (line 211) | public static void Invert(ref Quaternion q, out Quaternion result) method Normalize (line 225) | public static Quaternion Normalize(Quaternion q) method Normalize (line 231) | public static void Normalize(ref Quaternion q, out Quaternion result) method FromAxisAngle (line 237) | public static Quaternion FromAxisAngle(Vector3 axis, float angle) method Slerp (line 251) | public static Quaternion Slerp(Quaternion q1, Quaternion q2, float blend) method ToString (line 340) | public override string ToString() method Equals (line 345) | public override bool Equals(object other) method GetHashCode (line 354) | public override int GetHashCode() method Equals (line 359) | public bool Equals(Quaternion other) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Quaterniond.cs type Quaterniond (line 7) | [Serializable] method Quaterniond (line 99) | public Quaterniond(Vector3d v, double w) method Quaterniond (line 105) | public Quaterniond(double x, double y, double z, double w) method ToAxisAngle (line 110) | public void ToAxisAngle(out Vector3d axis, out double angle) method ToAxisAngle (line 117) | public Vector4d ToAxisAngle() method Normalize (line 138) | public void Normalize() method Conjugate (line 145) | public void Conjugate() method Add (line 150) | public static Quaterniond Add(Quaterniond left, Quaterniond right) method Add (line 155) | public static void Add(ref Quaterniond left, ref Quaterniond right, ou... method Sub (line 160) | public static Quaterniond Sub(Quaterniond left, Quaterniond right) method Sub (line 165) | public static void Sub(ref Quaterniond left, ref Quaterniond right, ou... method Mult (line 170) | [Obsolete("Use Multiply instead.")] method Mult (line 176) | [Obsolete("Use Multiply instead.")] method Multiply (line 182) | public static Quaterniond Multiply(Quaterniond left, Quaterniond right) method Multiply (line 188) | public static void Multiply(ref Quaterniond left, ref Quaterniond righ... method Multiply (line 193) | public static void Multiply(ref Quaterniond quaternion, double scale, ... method Multiply (line 198) | public static Quaterniond Multiply(Quaterniond quaternion, double scale) method Conjugate (line 203) | public static Quaterniond Conjugate(Quaterniond q) method Conjugate (line 208) | public static void Conjugate(ref Quaterniond q, out Quaterniond result) method Invert (line 213) | public static Quaterniond Invert(Quaterniond q) method Invert (line 219) | public static void Invert(ref Quaterniond q, out Quaterniond result) method Normalize (line 233) | public static Quaterniond Normalize(Quaterniond q) method Normalize (line 239) | public static void Normalize(ref Quaterniond q, out Quaterniond result) method FromAxisAngle (line 245) | public static Quaterniond FromAxisAngle(Vector3d axis, double angle) method Slerp (line 259) | public static Quaterniond Slerp(Quaterniond q1, Quaterniond q2, double... method ToString (line 348) | public override string ToString() method Equals (line 353) | public override bool Equals(object other) method GetHashCode (line 362) | public override int GetHashCode() method Equals (line 367) | public bool Equals(Quaterniond other) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/QueryCounterTarget.cs type QueryCounterTarget (line 3) | public enum QueryCounterTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/QueryTarget.cs type QueryTarget (line 3) | public enum QueryTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ReadBufferMode.cs type ReadBufferMode (line 3) | public enum ReadBufferMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/RendScreenCoordinates.cs type RendScreenCoordinates (line 3) | public enum RendScreenCoordinates FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/RenderbufferParameterName.cs type RenderbufferParameterName (line 3) | public enum RenderbufferParameterName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/RenderbufferStorage.cs type RenderbufferStorage (line 3) | public enum RenderbufferStorage FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/RenderbufferTarget.cs type RenderbufferTarget (line 3) | public enum RenderbufferTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/RenderingMode.cs type RenderingMode (line 3) | public enum RenderingMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/S3S3tc.cs type S3S3tc (line 3) | public enum S3S3tc FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SamplePatternSgis.cs type SamplePatternSgis (line 3) | public enum SamplePatternSgis FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SamplerParameter.cs type SamplerParameter (line 3) | public enum SamplerParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SeparableTarget.cs type SeparableTarget (line 3) | public enum SeparableTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SeparableTargetExt.cs type SeparableTargetExt (line 3) | public enum SeparableTargetExt FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgiColorMatrix.cs type SgiColorMatrix (line 3) | public enum SgiColorMatrix FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgiColorTable.cs type SgiColorTable (line 3) | public enum SgiColorTable FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgiDepthPassInstrument.cs type SgiDepthPassInstrument (line 3) | public enum SgiDepthPassInstrument FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgiTextureColorTable.cs type SgiTextureColorTable (line 3) | public enum SgiTextureColorTable FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisDetailTexture.cs type SgisDetailTexture (line 3) | public enum SgisDetailTexture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisFogFunction.cs type SgisFogFunction (line 3) | public enum SgisFogFunction FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisGenerateMipmap.cs type SgisGenerateMipmap (line 3) | public enum SgisGenerateMipmap FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisMultisample.cs type SgisMultisample (line 3) | public enum SgisMultisample FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisPixelTexture.cs type SgisPixelTexture (line 3) | public enum SgisPixelTexture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisPointLineTexgen.cs type SgisPointLineTexgen (line 3) | public enum SgisPointLineTexgen FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisPointParameters.cs type SgisPointParameters (line 3) | public enum SgisPointParameters FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisSharpenTexture.cs type SgisSharpenTexture (line 3) | public enum SgisSharpenTexture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisTexture4D.cs type SgisTexture4D (line 3) | public enum SgisTexture4D FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisTextureBorderClamp.cs type SgisTextureBorderClamp (line 3) | public enum SgisTextureBorderClamp FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisTextureColorMask.cs type SgisTextureColorMask (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisTextureEdgeClamp.cs type SgisTextureEdgeClamp (line 3) | public enum SgisTextureEdgeClamp FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisTextureFilter4.cs type SgisTextureFilter4 (line 3) | public enum SgisTextureFilter4 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisTextureLod.cs type SgisTextureLod (line 3) | public enum SgisTextureLod FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgisTextureSelect.cs type SgisTextureSelect (line 3) | public enum SgisTextureSelect FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixAsync.cs type SgixAsync (line 3) | public enum SgixAsync FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixAsyncHistogram.cs type SgixAsyncHistogram (line 3) | public enum SgixAsyncHistogram FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixAsyncPixel.cs type SgixAsyncPixel (line 3) | public enum SgixAsyncPixel FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixBlendAlphaMinmax.cs type SgixBlendAlphaMinmax (line 3) | public enum SgixBlendAlphaMinmax FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixCalligraphicFragment.cs type SgixCalligraphicFragment (line 3) | public enum SgixCalligraphicFragment FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixClipmap.cs type SgixClipmap (line 3) | public enum SgixClipmap FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixConvolutionAccuracy.cs type SgixConvolutionAccuracy (line 3) | public enum SgixConvolutionAccuracy FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixDepthPassInstrument.cs type SgixDepthPassInstrument (line 3) | public enum SgixDepthPassInstrument FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixDepthTexture.cs type SgixDepthTexture (line 3) | public enum SgixDepthTexture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixFlushRaster.cs type SgixFlushRaster (line 3) | public enum SgixFlushRaster FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixFogOffset.cs type SgixFogOffset (line 3) | public enum SgixFogOffset FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixFogScale.cs type SgixFogScale (line 3) | public enum SgixFogScale FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixFragmentLighting.cs type SgixFragmentLighting (line 3) | public enum SgixFragmentLighting FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixFragmentsInstrument.cs type SgixFragmentsInstrument (line 3) | public enum SgixFragmentsInstrument FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixFramezoom.cs type SgixFramezoom (line 3) | public enum SgixFramezoom FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixIccTexture.cs type SgixIccTexture (line 3) | public enum SgixIccTexture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixImpactPixelTexture.cs type SgixImpactPixelTexture (line 3) | public enum SgixImpactPixelTexture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixInstruments.cs type SgixInstruments (line 3) | public enum SgixInstruments FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixInterlace.cs type SgixInterlace (line 3) | public enum SgixInterlace FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixIrInstrument1.cs type SgixIrInstrument1 (line 3) | public enum SgixIrInstrument1 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixLineQualityHint.cs type SgixLineQualityHint (line 3) | public enum SgixLineQualityHint FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixListPriority.cs type SgixListPriority (line 3) | public enum SgixListPriority FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixPixelTexture.cs type SgixPixelTexture (line 3) | public enum SgixPixelTexture FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixPixelTiles.cs type SgixPixelTiles (line 3) | public enum SgixPixelTiles FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixPolynomialFfd.cs type SgixPolynomialFfd (line 3) | public enum SgixPolynomialFfd FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixReferencePlane.cs type SgixReferencePlane (line 3) | public enum SgixReferencePlane FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixResample.cs type SgixResample (line 3) | public enum SgixResample FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixScalebiasHint.cs type SgixScalebiasHint (line 3) | public enum SgixScalebiasHint FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixShadow.cs type SgixShadow (line 3) | public enum SgixShadow FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixShadowAmbient.cs type SgixShadowAmbient (line 3) | public enum SgixShadowAmbient FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixSlim.cs type SgixSlim (line 3) | public enum SgixSlim FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixSprite.cs type SgixSprite (line 3) | public enum SgixSprite FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixSubsample.cs type SgixSubsample (line 3) | public enum SgixSubsample FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixTagSampleBuffer.cs type SgixTagSampleBuffer (line 3) | public enum SgixTagSampleBuffer FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixTextureAddEnv.cs type SgixTextureAddEnv (line 3) | public enum SgixTextureAddEnv FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixTextureCoordinateClamp.cs type SgixTextureCoordinateClamp (line 3) | public enum SgixTextureCoordinateClamp FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixTextureLodBias.cs type SgixTextureLodBias (line 3) | public enum SgixTextureLodBias FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixTextureMultiBuffer.cs type SgixTextureMultiBuffer (line 3) | public enum SgixTextureMultiBuffer FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixTextureScaleBias.cs type SgixTextureScaleBias (line 3) | public enum SgixTextureScaleBias FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixVertexPreclip.cs type SgixVertexPreclip (line 3) | public enum SgixVertexPreclip FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixYcrcb.cs type SgixYcrcb (line 3) | public enum SgixYcrcb FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixYcrcbSubsample.cs type SgixYcrcbSubsample (line 3) | public enum SgixYcrcbSubsample FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SgixYcrcba.cs type SgixYcrcba (line 3) | public enum SgixYcrcba FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ShaderParameter.cs type ShaderParameter (line 3) | public enum ShaderParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ShaderPrecisionType.cs type ShaderPrecisionType (line 3) | public enum ShaderPrecisionType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ShaderType.cs type ShaderType (line 3) | public enum ShaderType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/ShadingModel.cs type ShadingModel (line 3) | public enum ShadingModel FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SizedInternalFormat.cs type SizedInternalFormat (line 3) | public enum SizedInternalFormat FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/StencilFace.cs type StencilFace (line 3) | public enum StencilFace FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/StencilFunction.cs type StencilFunction (line 3) | public enum StencilFunction FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/StencilOp.cs type StencilOp (line 3) | public enum StencilOp FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/StringName.cs type StringName (line 3) | public enum StringName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SunConvolutionBorderModes.cs type SunConvolutionBorderModes (line 3) | public enum SunConvolutionBorderModes FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SunGlobalAlpha.cs type SunGlobalAlpha (line 3) | public enum SunGlobalAlpha FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SunMeshArray.cs type SunMeshArray (line 3) | public enum SunMeshArray FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SunSliceAccum.cs type SunSliceAccum (line 3) | public enum SunSliceAccum FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SunTriangleList.cs type SunTriangleList (line 3) | public enum SunTriangleList FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SunVertex.cs type SunVertex (line 3) | public enum SunVertex FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SunxConstantData.cs type SunxConstantData (line 3) | public enum SunxConstantData FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/SunxGeneralTriangleList.cs type SunxGeneralTriangleList (line 3) | public enum SunxGeneralTriangleList FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TexCoordPointerType.cs type TexCoordPointerType (line 3) | public enum TexCoordPointerType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureBufferTarget.cs type TextureBufferTarget (line 3) | public enum TextureBufferTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureCompareMode.cs type TextureCompareMode (line 3) | public enum TextureCompareMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureCoordName.cs type TextureCoordName (line 3) | public enum TextureCoordName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureEnvMode.cs type TextureEnvMode (line 3) | public enum TextureEnvMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureEnvModeCombine.cs type TextureEnvModeCombine (line 3) | public enum TextureEnvModeCombine FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureEnvModeOperandAlpha.cs type TextureEnvModeOperandAlpha (line 3) | public enum TextureEnvModeOperandAlpha FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureEnvModeOperandRgb.cs type TextureEnvModeOperandRgb (line 3) | public enum TextureEnvModeOperandRgb FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureEnvModePointSprite.cs type TextureEnvModePointSprite (line 3) | public enum TextureEnvModePointSprite FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureEnvModeScale.cs type TextureEnvModeScale (line 3) | public enum TextureEnvModeScale FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureEnvModeSource.cs type TextureEnvModeSource (line 3) | public enum TextureEnvModeSource FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureEnvParameter.cs type TextureEnvParameter (line 3) | public enum TextureEnvParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureEnvTarget.cs type TextureEnvTarget (line 3) | public enum TextureEnvTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureFilterFuncSgis.cs type TextureFilterFuncSgis (line 3) | public enum TextureFilterFuncSgis FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureGenMode.cs type TextureGenMode (line 3) | public enum TextureGenMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureGenParameter.cs type TextureGenParameter (line 3) | public enum TextureGenParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureMagFilter.cs type TextureMagFilter (line 3) | public enum TextureMagFilter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureMinFilter.cs type TextureMinFilter (line 3) | public enum TextureMinFilter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureParameterName.cs type TextureParameterName (line 3) | public enum TextureParameterName FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureTarget.cs type TextureTarget (line 3) | public enum TextureTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureTargetMultisample.cs type TextureTargetMultisample (line 3) | public enum TextureTargetMultisample FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureUnit.cs type TextureUnit (line 3) | public enum TextureUnit FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TextureWrapMode.cs type TextureWrapMode (line 3) | public enum TextureWrapMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TransformFeedbackMode.cs type TransformFeedbackMode (line 3) | public enum TransformFeedbackMode FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/TransformFeedbackTarget.cs type TransformFeedbackTarget (line 3) | public enum TransformFeedbackTarget FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Vector2.cs type Vector2 (line 6) | public struct Vector2 : IEquatable method Vector2 (line 32) | public Vector2(float value) method Vector2 (line 38) | public Vector2(float x, float y) method Vector2 (line 44) | [Obsolete] method Vector2 (line 51) | [Obsolete] method Vector2 (line 58) | [Obsolete] method Add (line 65) | [Obsolete("Use static Add() method instead.")] method Add (line 72) | [CLSCompliant(false)] method Sub (line 80) | [Obsolete("Use static Subtract() method instead.")] method Sub (line 87) | [CLSCompliant(false)] method Mult (line 95) | [Obsolete("Use static Multiply() method instead.")] method Div (line 102) | [Obsolete("Use static Divide() method instead.")] method Normalize (line 110) | public void Normalize() method NormalizeFast (line 117) | public void NormalizeFast() method Scale (line 124) | [Obsolete("Use static Multiply() method instead.")] method Scale (line 131) | [Obsolete("Use static Multiply() method instead.")] method Scale (line 138) | [CLSCompliant(false)] method Sub (line 146) | [Obsolete("Use static Subtract() method instead.")] method Sub (line 154) | [Obsolete("Use static Subtract() method instead.")] method Mult (line 161) | [Obsolete("Use static Multiply() method instead.")] method Mult (line 169) | [Obsolete("Use static Multiply() method instead.")] method Div (line 176) | [Obsolete("Use static Divide() method instead.")] method Div (line 185) | [Obsolete("Use static Divide() method instead.")] method Add (line 193) | public static Vector2 Add(Vector2 a, Vector2 b) method Add (line 199) | public static void Add(ref Vector2 a, ref Vector2 b, out Vector2 result) method Subtract (line 204) | public static Vector2 Subtract(Vector2 a, Vector2 b) method Subtract (line 210) | public static void Subtract(ref Vector2 a, ref Vector2 b, out Vector2 ... method Multiply (line 215) | public static Vector2 Multiply(Vector2 vector, float scale) method Multiply (line 221) | public static void Multiply(ref Vector2 vector, float scale, out Vecto... method Multiply (line 226) | public static Vector2 Multiply(Vector2 vector, Vector2 scale) method Multiply (line 232) | public static void Multiply(ref Vector2 vector, ref Vector2 scale, out... method Divide (line 237) | public static Vector2 Divide(Vector2 vector, float scale) method Divide (line 243) | public static void Divide(ref Vector2 vector, float scale, out Vector2... method Divide (line 248) | public static Vector2 Divide(Vector2 vector, Vector2 scale) method Divide (line 254) | public static void Divide(ref Vector2 vector, ref Vector2 scale, out V... method ComponentMin (line 259) | public static Vector2 ComponentMin(Vector2 a, Vector2 b) method ComponentMin (line 266) | public static void ComponentMin(ref Vector2 a, ref Vector2 b, out Vect... method ComponentMax (line 272) | public static Vector2 ComponentMax(Vector2 a, Vector2 b) method ComponentMax (line 279) | public static void ComponentMax(ref Vector2 a, ref Vector2 b, out Vect... method Min (line 285) | public static Vector2 Min(Vector2 left, Vector2 right) method Max (line 294) | public static Vector2 Max(Vector2 left, Vector2 right) method Clamp (line 303) | public static Vector2 Clamp(Vector2 vec, Vector2 min, Vector2 max) method Clamp (line 310) | public static void Clamp(ref Vector2 vec, ref Vector2 min, ref Vector2... method Normalize (line 316) | public static Vector2 Normalize(Vector2 vec) method Normalize (line 324) | public static void Normalize(ref Vector2 vec, out Vector2 result) method NormalizeFast (line 331) | public static Vector2 NormalizeFast(Vector2 vec) method NormalizeFast (line 339) | public static void NormalizeFast(ref Vector2 vec, out Vector2 result) method Dot (line 346) | public static float Dot(Vector2 left, Vector2 right) method Dot (line 351) | public static void Dot(ref Vector2 left, ref Vector2 right, out float ... method Lerp (line 356) | public static Vector2 Lerp(Vector2 a, Vector2 b, float blend) method Lerp (line 363) | public static void Lerp(ref Vector2 a, ref Vector2 b, float blend, out... method BaryCentric (line 369) | public static Vector2 BaryCentric(Vector2 a, Vector2 b, Vector2 c, flo... method BaryCentric (line 374) | public static void BaryCentric(ref Vector2 a, ref Vector2 b, ref Vecto... method Transform (line 387) | public static Vector2 Transform(Vector2 vec, Quaternion quat) method Transform (line 393) | public static void Transform(ref Vector2 vec, ref Quaternion quat, out... method ToString (line 455) | public override string ToString() method GetHashCode (line 460) | public override int GetHashCode() method Equals (line 465) | public override bool Equals(object obj) method Equals (line 474) | public bool Equals(Vector2 other) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Vector2d.cs type Vector2d (line 6) | [Serializable] method Vector2d (line 31) | public Vector2d(double value) method Vector2d (line 37) | public Vector2d(double x, double y) method Add (line 43) | [Obsolete("Use static Add() method instead.")] method Add (line 50) | [CLSCompliant(false)] method Sub (line 58) | [Obsolete("Use static Subtract() method instead.")] method Sub (line 65) | [CLSCompliant(false)] method Mult (line 73) | [Obsolete("Use static Multiply() method instead.")] method Div (line 80) | [Obsolete("Use static Divide() method instead.")] method Normalize (line 88) | public void Normalize() method Scale (line 95) | [Obsolete("Use static Multiply() method instead.")] method Scale (line 102) | [Obsolete("Use static Multiply() method instead.")] method Scale (line 109) | [CLSCompliant(false)] method Sub (line 117) | [Obsolete("Use static Subtract() method instead.")] method Sub (line 125) | [Obsolete("Use static Subtract() method instead.")] method Mult (line 132) | [Obsolete("Use static Multiply() method instead.")] method Mult (line 140) | [Obsolete("Use static Multiply() method instead.")] method Div (line 147) | [Obsolete("Use static Divide() method instead.")] method Div (line 156) | [Obsolete("Use static Divide() method instead.")] method Add (line 164) | public static Vector2d Add(Vector2d a, Vector2d b) method Add (line 170) | public static void Add(ref Vector2d a, ref Vector2d b, out Vector2d re... method Subtract (line 175) | public static Vector2d Subtract(Vector2d a, Vector2d b) method Subtract (line 181) | public static void Subtract(ref Vector2d a, ref Vector2d b, out Vector... method Multiply (line 186) | public static Vector2d Multiply(Vector2d vector, double scale) method Multiply (line 192) | public static void Multiply(ref Vector2d vector, double scale, out Vec... method Multiply (line 197) | public static Vector2d Multiply(Vector2d vector, Vector2d scale) method Multiply (line 203) | public static void Multiply(ref Vector2d vector, ref Vector2d scale, o... method Divide (line 208) | public static Vector2d Divide(Vector2d vector, double scale) method Divide (line 214) | public static void Divide(ref Vector2d vector, double scale, out Vecto... method Divide (line 219) | public static Vector2d Divide(Vector2d vector, Vector2d scale) method Divide (line 225) | public static void Divide(ref Vector2d vector, ref Vector2d scale, out... method Min (line 230) | public static Vector2d Min(Vector2d a, Vector2d b) method Min (line 237) | public static void Min(ref Vector2d a, ref Vector2d b, out Vector2d re... method Max (line 243) | public static Vector2d Max(Vector2d a, Vector2d b) method Max (line 250) | public static void Max(ref Vector2d a, ref Vector2d b, out Vector2d re... method Clamp (line 256) | public static Vector2d Clamp(Vector2d vec, Vector2d min, Vector2d max) method Clamp (line 263) | public static void Clamp(ref Vector2d vec, ref Vector2d min, ref Vecto... method Normalize (line 269) | public static Vector2d Normalize(Vector2d vec) method Normalize (line 277) | public static void Normalize(ref Vector2d vec, out Vector2d result) method NormalizeFast (line 284) | public static Vector2d NormalizeFast(Vector2d vec) method NormalizeFast (line 292) | public static void NormalizeFast(ref Vector2d vec, out Vector2d result) method Dot (line 299) | public static double Dot(Vector2d left, Vector2d right) method Dot (line 304) | public static void Dot(ref Vector2d left, ref Vector2d right, out doub... method Lerp (line 309) | public static Vector2d Lerp(Vector2d a, Vector2d b, double blend) method Lerp (line 316) | public static void Lerp(ref Vector2d a, ref Vector2d b, double blend, ... method BaryCentric (line 322) | public static Vector2d BaryCentric(Vector2d a, Vector2d b, Vector2d c,... method BaryCentric (line 327) | public static void BaryCentric(ref Vector2d a, ref Vector2d b, ref Vec... method Transform (line 340) | public static Vector2d Transform(Vector2d vec, Quaterniond quat) method Transform (line 346) | public static void Transform(ref Vector2d vec, ref Quaterniond quat, o... method ToString (line 418) | public override string ToString() method GetHashCode (line 423) | public override int GetHashCode() method Equals (line 428) | public override bool Equals(object obj) method Equals (line 437) | public bool Equals(Vector2d other) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Vector2h.cs type Vector2h (line 7) | [Serializable] method Vector2h (line 16) | public Vector2h(Half value) method Vector2h (line 22) | public Vector2h(float value) method Vector2h (line 28) | public Vector2h(Half x, Half y) method Vector2h (line 34) | public Vector2h(float x, float y) method Vector2h (line 40) | public Vector2h(float x, float y, bool throwOnError) method Vector2h (line 46) | [CLSCompliant(false)] method Vector2h (line 53) | [CLSCompliant(false)] method Vector2h (line 60) | public Vector2h(ref Vector2 v) method Vector2h (line 66) | public Vector2h(ref Vector2 v, bool throwOnError) method Vector2h (line 72) | public Vector2h(Vector2d v) method Vector2h (line 78) | public Vector2h(Vector2d v, bool throwOnError) method Vector2h (line 84) | [CLSCompliant(false)] method Vector2h (line 91) | [CLSCompliant(false)] method ToVector2 (line 98) | public Vector2 ToVector2() method ToVector2d (line 103) | public Vector2d ToVector2d() method Vector2h (line 128) | public Vector2h(SerializationInfo info, StreamingContext context) method GetObjectData (line 134) | public void GetObjectData(SerializationInfo info, StreamingContext con... method FromBinaryStream (line 140) | public void FromBinaryStream(BinaryReader bin) method ToBinaryStream (line 146) | public void ToBinaryStream(BinaryWriter bin) method Equals (line 152) | public bool Equals(Vector2h other) method ToString (line 161) | public override string ToString() method GetBytes (line 166) | public static byte[] GetBytes(Vector2h h) method FromBytes (line 178) | public static Vector2h FromBytes(byte[] value, int startIndex) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Vector3.cs type Vector3 (line 6) | public struct Vector3 : IEquatable method Vector3 (line 45) | public Vector3(float value) method Vector3 (line 52) | public Vector3(float x, float y, float z) method Vector3 (line 59) | public Vector3(Vector2 v) method Vector3 (line 66) | public Vector3(Vector3 v) method Vector3 (line 73) | public Vector3(Vector4 v) method Add (line 80) | [Obsolete("Use static Add() method instead.")] method Add (line 88) | [CLSCompliant(false)] method Sub (line 97) | [Obsolete("Use static Subtract() method instead.")] method Sub (line 105) | [CLSCompliant(false)] method Mult (line 114) | [Obsolete("Use static Multiply() method instead.")] method Div (line 122) | [Obsolete("Use static Divide() method instead.")] method Normalize (line 131) | public void Normalize() method NormalizeFast (line 139) | public void NormalizeFast() method Scale (line 147) | [Obsolete("Use static Multiply() method instead.")] method Scale (line 155) | [Obsolete("Use static Multiply() method instead.")] method Scale (line 163) | [CLSCompliant(false)] method Sub (line 172) | [Obsolete("Use static Subtract() method instead.")] method Sub (line 181) | [Obsolete("Use static Subtract() method instead.")] method Mult (line 189) | [Obsolete("Use static Multiply() method instead.")] method Mult (line 198) | [Obsolete("Use static Multiply() method instead.")] method Div (line 206) | [Obsolete("Use static Divide() method instead.")] method Div (line 216) | [Obsolete("Use static Divide() method instead.")] method Add (line 225) | public static Vector3 Add(Vector3 a, Vector3 b) method Add (line 231) | public static void Add(ref Vector3 a, ref Vector3 b, out Vector3 result) method Subtract (line 236) | public static Vector3 Subtract(Vector3 a, Vector3 b) method Subtract (line 242) | public static void Subtract(ref Vector3 a, ref Vector3 b, out Vector3 ... method Multiply (line 247) | public static Vector3 Multiply(Vector3 vector, float scale) method Multiply (line 253) | public static void Multiply(ref Vector3 vector, float scale, out Vecto... method Multiply (line 258) | public static Vector3 Multiply(Vector3 vector, Vector3 scale) method Multiply (line 264) | public static void Multiply(ref Vector3 vector, ref Vector3 scale, out... method Divide (line 269) | public static Vector3 Divide(Vector3 vector, float scale) method Divide (line 275) | public static void Divide(ref Vector3 vector, float scale, out Vector3... method Divide (line 280) | public static Vector3 Divide(Vector3 vector, Vector3 scale) method Divide (line 286) | public static void Divide(ref Vector3 vector, ref Vector3 scale, out V... method ComponentMin (line 291) | public static Vector3 ComponentMin(Vector3 a, Vector3 b) method ComponentMin (line 299) | public static void ComponentMin(ref Vector3 a, ref Vector3 b, out Vect... method ComponentMax (line 306) | public static Vector3 ComponentMax(Vector3 a, Vector3 b) method ComponentMax (line 314) | public static void ComponentMax(ref Vector3 a, ref Vector3 b, out Vect... method Min (line 321) | public static Vector3 Min(Vector3 left, Vector3 right) method Max (line 330) | public static Vector3 Max(Vector3 left, Vector3 right) method Clamp (line 339) | public static Vector3 Clamp(Vector3 vec, Vector3 min, Vector3 max) method Clamp (line 347) | public static void Clamp(ref Vector3 vec, ref Vector3 min, ref Vector3... method Normalize (line 354) | public static Vector3 Normalize(Vector3 vec) method Normalize (line 363) | public static void Normalize(ref Vector3 vec, out Vector3 result) method NormalizeFast (line 371) | public static Vector3 NormalizeFast(Vector3 vec) method NormalizeFast (line 380) | public static void NormalizeFast(ref Vector3 vec, out Vector3 result) method Dot (line 388) | public static float Dot(Vector3 left, Vector3 right) method Dot (line 393) | public static void Dot(ref Vector3 left, ref Vector3 right, out float ... method Cross (line 398) | public static Vector3 Cross(Vector3 left, Vector3 right) method Cross (line 404) | public static void Cross(ref Vector3 left, ref Vector3 right, out Vect... method Lerp (line 409) | public static Vector3 Lerp(Vector3 a, Vector3 b, float blend) method Lerp (line 417) | public static void Lerp(ref Vector3 a, ref Vector3 b, float blend, out... method BaryCentric (line 424) | public static Vector3 BaryCentric(Vector3 a, Vector3 b, Vector3 c, flo... method BaryCentric (line 429) | public static void BaryCentric(ref Vector3 a, ref Vector3 b, ref Vecto... method TransformVector (line 442) | public static Vector3 TransformVector(Vector3 vec, Matrix4 mat) method TransformVector (line 451) | public static void TransformVector(ref Vector3 vec, ref Matrix4 mat, o... method TransformNormal (line 458) | public static Vector3 TransformNormal(Vector3 norm, Matrix4 mat) method TransformNormal (line 464) | public static void TransformNormal(ref Vector3 norm, ref Matrix4 mat, ... method TransformNormalInverse (line 470) | public static Vector3 TransformNormalInverse(Vector3 norm, Matrix4 inv... method TransformNormalInverse (line 479) | public static void TransformNormalInverse(ref Vector3 norm, ref Matrix... method TransformPosition (line 486) | public static Vector3 TransformPosition(Vector3 pos, Matrix4 mat) method TransformPosition (line 495) | public static void TransformPosition(ref Vector3 pos, ref Matrix4 mat,... method Transform (line 502) | public static Vector3 Transform(Vector3 vec, Matrix4 mat) method Transform (line 508) | public static void Transform(ref Vector3 vec, ref Matrix4 mat, out Vec... method Transform (line 515) | public static Vector3 Transform(Vector3 vec, Quaternion quat) method Transform (line 521) | public static void Transform(ref Vector3 vec, ref Quaternion quat, out... method TransformPerspective (line 532) | public static Vector3 TransformPerspective(Vector3 vec, Matrix4 mat) method TransformPerspective (line 538) | public static void TransformPerspective(ref Vector3 vec, ref Matrix4 m... method CalculateAngle (line 547) | public static float CalculateAngle(Vector3 first, Vector3 second) method CalculateAngle (line 552) | public static void CalculateAngle(ref Vector3 first, ref Vector3 secon... method ToString (line 617) | public override string ToString() method GetHashCode (line 622) | public override int GetHashCode() method Equals (line 627) | public override bool Equals(object obj) method Equals (line 636) | public bool Equals(Vector3 other) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Vector3d.cs type Vector3d (line 7) | [Serializable] method Vector3d (line 48) | public Vector3d(double value) method Vector3d (line 55) | public Vector3d(double x, double y, double z) method Vector3d (line 62) | public Vector3d(Vector2d v) method Vector3d (line 69) | public Vector3d(Vector3d v) method Vector3d (line 76) | public Vector3d(Vector4d v) method Add (line 83) | [Obsolete("Use static Add() method instead.")] method Add (line 91) | [CLSCompliant(false)] method Sub (line 100) | [Obsolete("Use static Subtract() method instead.")] method Sub (line 108) | [CLSCompliant(false)] method Mult (line 117) | [Obsolete("Use static Multiply() method instead.")] method Div (line 125) | [Obsolete("Use static Divide() method instead.")] method Normalize (line 134) | public void Normalize() method NormalizeFast (line 142) | public void NormalizeFast() method Scale (line 150) | [Obsolete("Use static Multiply() method instead.")] method Scale (line 158) | [Obsolete("Use static Multiply() method instead.")] method Scale (line 166) | [CLSCompliant(false)] method Sub (line 175) | [Obsolete("Use static Subtract() method instead.")] method Sub (line 184) | [Obsolete("Use static Subtract() method instead.")] method Mult (line 192) | [Obsolete("Use static Multiply() method instead.")] method Mult (line 201) | [Obsolete("Use static Multiply() method instead.")] method Div (line 209) | [Obsolete("Use static Divide() method instead.")] method Div (line 219) | [Obsolete("Use static Divide() method instead.")] method Add (line 228) | public static Vector3d Add(Vector3d a, Vector3d b) method Add (line 234) | public static void Add(ref Vector3d a, ref Vector3d b, out Vector3d re... method Subtract (line 239) | public static Vector3d Subtract(Vector3d a, Vector3d b) method Subtract (line 245) | public static void Subtract(ref Vector3d a, ref Vector3d b, out Vector... method Multiply (line 250) | public static Vector3d Multiply(Vector3d vector, double scale) method Multiply (line 256) | public static void Multiply(ref Vector3d vector, double scale, out Vec... method Multiply (line 261) | public static Vector3d Multiply(Vector3d vector, Vector3d scale) method Multiply (line 267) | public static void Multiply(ref Vector3d vector, ref Vector3d scale, o... method Divide (line 272) | public static Vector3d Divide(Vector3d vector, double scale) method Divide (line 278) | public static void Divide(ref Vector3d vector, double scale, out Vecto... method Divide (line 283) | public static Vector3d Divide(Vector3d vector, Vector3d scale) method Divide (line 289) | public static void Divide(ref Vector3d vector, ref Vector3d scale, out... method ComponentMin (line 294) | public static Vector3d ComponentMin(Vector3d a, Vector3d b) method ComponentMin (line 302) | public static void ComponentMin(ref Vector3d a, ref Vector3d b, out Ve... method ComponentMax (line 309) | public static Vector3d ComponentMax(Vector3d a, Vector3d b) method ComponentMax (line 317) | public static void ComponentMax(ref Vector3d a, ref Vector3d b, out Ve... method Min (line 324) | public static Vector3d Min(Vector3d left, Vector3d right) method Max (line 333) | public static Vector3d Max(Vector3d left, Vector3d right) method Clamp (line 342) | public static Vector3d Clamp(Vector3d vec, Vector3d min, Vector3d max) method Clamp (line 350) | public static void Clamp(ref Vector3d vec, ref Vector3d min, ref Vecto... method Normalize (line 357) | public static Vector3d Normalize(Vector3d vec) method Normalize (line 366) | public static void Normalize(ref Vector3d vec, out Vector3d result) method NormalizeFast (line 374) | public static Vector3d NormalizeFast(Vector3d vec) method NormalizeFast (line 383) | public static void NormalizeFast(ref Vector3d vec, out Vector3d result) method Dot (line 391) | public static double Dot(Vector3d left, Vector3d right) method Dot (line 396) | public static void Dot(ref Vector3d left, ref Vector3d right, out doub... method Cross (line 401) | public static Vector3d Cross(Vector3d left, Vector3d right) method Cross (line 407) | public static void Cross(ref Vector3d left, ref Vector3d right, out Ve... method Lerp (line 412) | public static Vector3d Lerp(Vector3d a, Vector3d b, double blend) method Lerp (line 420) | public static void Lerp(ref Vector3d a, ref Vector3d b, double blend, ... method BaryCentric (line 427) | public static Vector3d BaryCentric(Vector3d a, Vector3d b, Vector3d c,... method BaryCentric (line 432) | public static void BaryCentric(ref Vector3d a, ref Vector3d b, ref Vec... method TransformVector (line 445) | public static Vector3d TransformVector(Vector3d vec, Matrix4d mat) method TransformVector (line 450) | public static void TransformVector(ref Vector3d vec, ref Matrix4d mat,... method TransformNormal (line 457) | public static Vector3d TransformNormal(Vector3d norm, Matrix4d mat) method TransformNormal (line 463) | public static void TransformNormal(ref Vector3d norm, ref Matrix4d mat... method TransformNormalInverse (line 469) | public static Vector3d TransformNormalInverse(Vector3d norm, Matrix4d ... method TransformNormalInverse (line 474) | public static void TransformNormalInverse(ref Vector3d norm, ref Matri... method TransformPosition (line 481) | public static Vector3d TransformPosition(Vector3d pos, Matrix4d mat) method TransformPosition (line 486) | public static void TransformPosition(ref Vector3d pos, ref Matrix4d ma... method Transform (line 493) | public static Vector3d Transform(Vector3d vec, Matrix4d mat) method Transform (line 499) | public static void Transform(ref Vector3d vec, ref Matrix4d mat, out V... method Transform (line 506) | public static Vector3d Transform(Vector3d vec, Quaterniond quat) method Transform (line 512) | public static void Transform(ref Vector3d vec, ref Quaterniond quat, o... method TransformPerspective (line 523) | public static Vector3d TransformPerspective(Vector3d vec, Matrix4d mat) method TransformPerspective (line 529) | public static void TransformPerspective(ref Vector3d vec, ref Matrix4d... method CalculateAngle (line 538) | public static double CalculateAngle(Vector3d first, Vector3d second) method CalculateAngle (line 543) | public static void CalculateAngle(ref Vector3d first, ref Vector3d sec... method ToString (line 618) | public override string ToString() method GetHashCode (line 623) | public override int GetHashCode() method Equals (line 628) | public override bool Equals(object obj) method Equals (line 637) | public bool Equals(Vector3d other) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Vector3h.cs type Vector3h (line 8) | [Serializable] method Vector3h (line 33) | public Vector3h(Half value) method Vector3h (line 40) | public Vector3h(float value) method Vector3h (line 47) | public Vector3h(Half x, Half y, Half z) method Vector3h (line 54) | public Vector3h(float x, float y, float z) method Vector3h (line 61) | public Vector3h(float x, float y, float z, bool throwOnError) method Vector3h (line 68) | [CLSCompliant(false)] method Vector3h (line 76) | [CLSCompliant(false)] method Vector3h (line 84) | public Vector3h(ref Vector3 v) method Vector3h (line 91) | public Vector3h(ref Vector3 v, bool throwOnError) method Vector3h (line 98) | public Vector3h(Vector3d v) method Vector3h (line 105) | public Vector3h(Vector3d v, bool throwOnError) method Vector3h (line 112) | [CLSCompliant(false)] method Vector3h (line 120) | [CLSCompliant(false)] method ToVector3 (line 128) | public Vector3 ToVector3() method ToVector3d (line 133) | public Vector3d ToVector3d() method Vector3h (line 166) | public Vector3h(SerializationInfo info, StreamingContext context) method GetObjectData (line 173) | public void GetObjectData(SerializationInfo info, StreamingContext con... method FromBinaryStream (line 180) | public void FromBinaryStream(BinaryReader bin) method ToBinaryStream (line 187) | public void ToBinaryStream(BinaryWriter bin) method Equals (line 194) | public bool Equals(Vector3h other) method ToString (line 203) | public override string ToString() method GetBytes (line 208) | public static byte[] GetBytes(Vector3h h) method FromBytes (line 223) | public static Vector3h FromBytes(byte[] value, int startIndex) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Vector4.cs type Vector4 (line 6) | public struct Vector4 : IEquatable method Vector4 (line 63) | public Vector4(float value) method Vector4 (line 71) | public Vector4(float x, float y, float z, float w) method Vector4 (line 79) | public Vector4(Vector2 v) method Vector4 (line 87) | public Vector4(Vector3 v) method Vector4 (line 95) | public Vector4(Vector3 v, float w) method Vector4 (line 103) | public Vector4(Vector4 v) method Add (line 111) | [Obsolete("Use static Add() method instead.")] method Add (line 120) | [CLSCompliant(false)] method Sub (line 130) | [Obsolete("Use static Subtract() method instead.")] method Sub (line 139) | [CLSCompliant(false)] method Mult (line 149) | [Obsolete("Use static Multiply() method instead.")] method Div (line 158) | [Obsolete("Use static Divide() method instead.")] method Normalize (line 168) | public void Normalize() method NormalizeFast (line 177) | public void NormalizeFast() method Scale (line 186) | [Obsolete("Use static Multiply() method instead.")] method Scale (line 195) | [Obsolete("Use static Multiply() method instead.")] method Scale (line 204) | [CLSCompliant(false)] method Sub (line 214) | public static Vector4 Sub(Vector4 a, Vector4 b) method Sub (line 223) | public static void Sub(ref Vector4 a, ref Vector4 b, out Vector4 result) method Mult (line 231) | public static Vector4 Mult(Vector4 a, float f) method Mult (line 240) | public static void Mult(ref Vector4 a, float f, out Vector4 result) method Div (line 248) | public static Vector4 Div(Vector4 a, float f) method Div (line 258) | public static void Div(ref Vector4 a, float f, out Vector4 result) method Add (line 267) | public static Vector4 Add(Vector4 a, Vector4 b) method Add (line 273) | public static void Add(ref Vector4 a, ref Vector4 b, out Vector4 result) method Subtract (line 278) | public static Vector4 Subtract(Vector4 a, Vector4 b) method Subtract (line 284) | public static void Subtract(ref Vector4 a, ref Vector4 b, out Vector4 ... method Multiply (line 289) | public static Vector4 Multiply(Vector4 vector, float scale) method Multiply (line 295) | public static void Multiply(ref Vector4 vector, float scale, out Vecto... method Multiply (line 300) | public static Vector4 Multiply(Vector4 vector, Vector4 scale) method Multiply (line 306) | public static void Multiply(ref Vector4 vector, ref Vector4 scale, out... method Divide (line 311) | public static Vector4 Divide(Vector4 vector, float scale) method Divide (line 317) | public static void Divide(ref Vector4 vector, float scale, out Vector4... method Divide (line 322) | public static Vector4 Divide(Vector4 vector, Vector4 scale) method Divide (line 328) | public static void Divide(ref Vector4 vector, ref Vector4 scale, out V... method Min (line 333) | public static Vector4 Min(Vector4 a, Vector4 b) method Min (line 342) | public static void Min(ref Vector4 a, ref Vector4 b, out Vector4 result) method Max (line 350) | public static Vector4 Max(Vector4 a, Vector4 b) method Max (line 359) | public static void Max(ref Vector4 a, ref Vector4 b, out Vector4 result) method Clamp (line 367) | public static Vector4 Clamp(Vector4 vec, Vector4 min, Vector4 max) method Clamp (line 376) | public static void Clamp(ref Vector4 vec, ref Vector4 min, ref Vector4... method Normalize (line 384) | public static Vector4 Normalize(Vector4 vec) method Normalize (line 394) | public static void Normalize(ref Vector4 vec, out Vector4 result) method NormalizeFast (line 403) | public static Vector4 NormalizeFast(Vector4 vec) method NormalizeFast (line 413) | public static void NormalizeFast(ref Vector4 vec, out Vector4 result) method Dot (line 422) | public static float Dot(Vector4 left, Vector4 right) method Dot (line 427) | public static void Dot(ref Vector4 left, ref Vector4 right, out float ... method Lerp (line 432) | public static Vector4 Lerp(Vector4 a, Vector4 b, float blend) method Lerp (line 441) | public static void Lerp(ref Vector4 a, ref Vector4 b, float blend, out... method BaryCentric (line 449) | public static Vector4 BaryCentric(Vector4 a, Vector4 b, Vector4 c, flo... method BaryCentric (line 454) | public static void BaryCentric(ref Vector4 a, ref Vector4 b, ref Vecto... method Transform (line 467) | public static Vector4 Transform(Vector4 vec, Matrix4 mat) method Transform (line 473) | public static void Transform(ref Vector4 vec, ref Matrix4 mat, out Vec... method Transform (line 478) | public static Vector4 Transform(Vector4 vec, Quaternion quat) method Transform (line 484) | public static void Transform(ref Vector4 vec, ref Quaternion quat, out... method ToString (line 569) | public override string ToString() method GetHashCode (line 574) | public override int GetHashCode() method Equals (line 579) | public override bool Equals(object obj) method Equals (line 588) | public bool Equals(Vector4 other) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Vector4d.cs type Vector4d (line 7) | [Serializable] method Vector4d (line 67) | public Vector4d(double value) method Vector4d (line 75) | public Vector4d(double x, double y, double z, double w) method Vector4d (line 83) | public Vector4d(Vector2d v) method Vector4d (line 91) | public Vector4d(Vector3d v) method Vector4d (line 99) | public Vector4d(Vector3d v, double w) method Vector4d (line 107) | public Vector4d(Vector4d v) method Add (line 115) | [Obsolete("Use static Add() method instead.")] method Add (line 124) | [CLSCompliant(false)] method Sub (line 134) | [Obsolete("Use static Subtract() method instead.")] method Sub (line 143) | [CLSCompliant(false)] method Mult (line 153) | [Obsolete("Use static Multiply() method instead.")] method Div (line 162) | [Obsolete("Use static Divide() method instead.")] method Normalize (line 172) | public void Normalize() method NormalizeFast (line 181) | public void NormalizeFast() method Scale (line 190) | [Obsolete("Use static Multiply() method instead.")] method Scale (line 199) | [Obsolete("Use static Multiply() method instead.")] method Scale (line 208) | [CLSCompliant(false)] method Sub (line 218) | [Obsolete("Use static Subtract() method instead.")] method Sub (line 228) | [Obsolete("Use static Subtract() method instead.")] method Mult (line 237) | [Obsolete("Use static Multiply() method instead.")] method Mult (line 247) | [Obsolete("Use static Multiply() method instead.")] method Div (line 256) | [Obsolete("Use static Divide() method instead.")] method Div (line 267) | [Obsolete("Use static Divide() method instead.")] method Add (line 277) | public static Vector4d Add(Vector4d a, Vector4d b) method Add (line 283) | public static void Add(ref Vector4d a, ref Vector4d b, out Vector4d re... method Subtract (line 288) | public static Vector4d Subtract(Vector4d a, Vector4d b) method Subtract (line 294) | public static void Subtract(ref Vector4d a, ref Vector4d b, out Vector... method Multiply (line 299) | public static Vector4d Multiply(Vector4d vector, double scale) method Multiply (line 305) | public static void Multiply(ref Vector4d vector, double scale, out Vec... method Multiply (line 310) | public static Vector4d Multiply(Vector4d vector, Vector4d scale) method Multiply (line 316) | public static void Multiply(ref Vector4d vector, ref Vector4d scale, o... method Divide (line 321) | public static Vector4d Divide(Vector4d vector, double scale) method Divide (line 327) | public static void Divide(ref Vector4d vector, double scale, out Vecto... method Divide (line 332) | public static Vector4d Divide(Vector4d vector, Vector4d scale) method Divide (line 338) | public static void Divide(ref Vector4d vector, ref Vector4d scale, out... method Min (line 343) | public static Vector4d Min(Vector4d a, Vector4d b) method Min (line 352) | public static void Min(ref Vector4d a, ref Vector4d b, out Vector4d re... method Max (line 360) | public static Vector4d Max(Vector4d a, Vector4d b) method Max (line 369) | public static void Max(ref Vector4d a, ref Vector4d b, out Vector4d re... method Clamp (line 377) | public static Vector4d Clamp(Vector4d vec, Vector4d min, Vector4d max) method Clamp (line 386) | public static void Clamp(ref Vector4d vec, ref Vector4d min, ref Vecto... method Normalize (line 394) | public static Vector4d Normalize(Vector4d vec) method Normalize (line 404) | public static void Normalize(ref Vector4d vec, out Vector4d result) method NormalizeFast (line 413) | public static Vector4d NormalizeFast(Vector4d vec) method NormalizeFast (line 423) | public static void NormalizeFast(ref Vector4d vec, out Vector4d result) method Dot (line 432) | public static double Dot(Vector4d left, Vector4d right) method Dot (line 437) | public static void Dot(ref Vector4d left, ref Vector4d right, out doub... method Lerp (line 442) | public static Vector4d Lerp(Vector4d a, Vector4d b, double blend) method Lerp (line 451) | public static void Lerp(ref Vector4d a, ref Vector4d b, double blend, ... method BaryCentric (line 459) | public static Vector4d BaryCentric(Vector4d a, Vector4d b, Vector4d c,... method BaryCentric (line 464) | public static void BaryCentric(ref Vector4d a, ref Vector4d b, ref Vec... method Transform (line 477) | public static Vector4d Transform(Vector4d vec, Matrix4d mat) method Transform (line 483) | public static void Transform(ref Vector4d vec, ref Matrix4d mat, out V... method Transform (line 488) | public static Vector4d Transform(Vector4d vec, Quaterniond quat) method Transform (line 494) | public static void Transform(ref Vector4d vec, ref Quaterniond quat, o... method ToString (line 589) | public override string ToString() method GetHashCode (line 594) | public override int GetHashCode() method Equals (line 599) | public override bool Equals(object obj) method Equals (line 608) | public bool Equals(Vector4d other) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Vector4h.cs type Vector4h (line 8) | [Serializable] method Vector4h (line 50) | public Vector4h(Half value) method Vector4h (line 58) | public Vector4h(float value) method Vector4h (line 66) | public Vector4h(Half x, Half y, Half z, Half w) method Vector4h (line 74) | public Vector4h(float x, float y, float z, float w) method Vector4h (line 82) | public Vector4h(float x, float y, float z, float w, bool throwOnError) method Vector4h (line 90) | [CLSCompliant(false)] method Vector4h (line 99) | [CLSCompliant(false)] method Vector4h (line 108) | public Vector4h(ref Vector4 v) method Vector4h (line 116) | public Vector4h(ref Vector4 v, bool throwOnError) method Vector4h (line 124) | public Vector4h(Vector4d v) method Vector4h (line 132) | public Vector4h(Vector4d v, bool throwOnError) method Vector4h (line 140) | [CLSCompliant(false)] method Vector4h (line 149) | [CLSCompliant(false)] method ToVector4 (line 158) | public Vector4 ToVector4() method ToVector4d (line 163) | public Vector4d ToVector4d() method Vector4h (line 198) | public Vector4h(SerializationInfo info, StreamingContext context) method GetObjectData (line 206) | public void GetObjectData(SerializationInfo info, StreamingContext con... method FromBinaryStream (line 214) | public void FromBinaryStream(BinaryReader bin) method ToBinaryStream (line 222) | public void ToBinaryStream(BinaryWriter bin) method Equals (line 230) | public bool Equals(Vector4h other) method ToString (line 239) | public override string ToString() method GetBytes (line 244) | public static byte[] GetBytes(Vector4h h) method FromBytes (line 262) | public static Vector4h FromBytes(byte[] value, int startIndex) FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version11.cs type Version11 (line 3) | public enum Version11 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version11Deprecated.cs type Version11Deprecated (line 3) | public enum Version11Deprecated FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version12.cs type Version12 (line 3) | public enum Version12 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version12Deprecated.cs type Version12Deprecated (line 3) | public enum Version12Deprecated FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version13.cs type Version13 (line 3) | public enum Version13 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version13Deprecated.cs type Version13Deprecated (line 3) | public enum Version13Deprecated FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version14.cs type Version14 (line 3) | public enum Version14 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version14Deprecated.cs type Version14Deprecated (line 3) | public enum Version14Deprecated FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version15.cs type Version15 (line 3) | public enum Version15 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version15Deprecated.cs type Version15Deprecated (line 3) | public enum Version15Deprecated FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version20.cs type Version20 (line 3) | public enum Version20 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version20Deprecated.cs type Version20Deprecated (line 3) | public enum Version20Deprecated FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version21.cs type Version21 (line 3) | public enum Version21 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version21Deprecated.cs type Version21Deprecated (line 3) | public enum Version21Deprecated FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version30.cs type Version30 (line 3) | public enum Version30 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version30Deprecated.cs type Version30Deprecated (line 3) | public enum Version30Deprecated FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version31.cs type Version31 (line 3) | public enum Version31 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version32.cs type Version32 (line 3) | public enum Version32 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version33.cs type Version33 (line 3) | public enum Version33 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version40.cs type Version40 (line 3) | public enum Version40 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/Version41.cs type Version41 (line 3) | public enum Version41 FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/VertexAttribDPointerType.cs type VertexAttribDPointerType (line 3) | public enum VertexAttribDPointerType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/VertexAttribIPointerType.cs type VertexAttribIPointerType (line 3) | public enum VertexAttribIPointerType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/VertexAttribParameter.cs type VertexAttribParameter (line 3) | public enum VertexAttribParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/VertexAttribParameterArb.cs type VertexAttribParameterArb (line 3) | public enum VertexAttribParameterArb FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/VertexAttribPointerParameter.cs type VertexAttribPointerParameter (line 3) | public enum VertexAttribPointerParameter FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/VertexAttribPointerParameterArb.cs type VertexAttribPointerParameterArb (line 3) | public enum VertexAttribPointerParameterArb FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/VertexAttribPointerType.cs type VertexAttribPointerType (line 3) | public enum VertexAttribPointerType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/VertexAttribPointerTypeArb.cs type VertexAttribPointerTypeArb (line 3) | public enum VertexAttribPointerTypeArb FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/VertexPointerType.cs type VertexPointerType (line 3) | public enum VertexPointerType FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/VivShaderBinary.cs type VivShaderBinary (line 3) | public enum VivShaderBinary FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/WinPhongShading.cs type WinPhongShading (line 3) | public enum WinPhongShading FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/WinSpecularFog.cs type WinSpecularFog (line 3) | public enum WinSpecularFog FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/WindowBorder.cs type WindowBorder (line 3) | public enum WindowBorder FILE: Source/Platform/Mac/Xamarin.Mac/OpenGL/WindowState.cs type WindowState (line 3) | public enum WindowState FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAction.cs class PdfAction (line 8) | [Register("PDFAction", true)] method PdfAction (line 30) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAction (line 45) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAction (line 60) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAction (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfActionGoTo.cs class PdfActionGoTo (line 8) | [Register("PDFActionGoTo", true)] method PdfActionGoTo (line 49) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionGoTo (line 64) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionGoTo (line 79) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionGoTo (line 85) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionGoTo (line 91) | [Export("initWithDestination:")] method Dispose (line 109) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfActionNamed.cs class PdfActionNamed (line 8) | [Register("PDFActionNamed", true)] method PdfActionNamed (line 46) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionNamed (line 61) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionNamed (line 76) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionNamed (line 82) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionNamed (line 88) | [Export("initWithName:")] FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfActionNamedName.cs type PdfActionNamedName (line 3) | public enum PdfActionNamedName FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfActionRemoteGoTo.cs class PdfActionRemoteGoTo (line 9) | [Register("PDFActionRemoteGoTo", true)] method PdfActionRemoteGoTo (line 108) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionRemoteGoTo (line 123) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionRemoteGoTo (line 138) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionRemoteGoTo (line 144) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionRemoteGoTo (line 150) | [Export("initWithPageIndex:atPoint:fileURL:")] method Dispose (line 168) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfActionResetForm.cs class PdfActionResetForm (line 8) | [Register("PDFActionResetForm", true)] method PdfActionResetForm (line 75) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionResetForm (line 90) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionResetForm (line 105) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionResetForm (line 111) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfActionUrl.cs class PdfActionUrl (line 8) | [Register("PDFActionURL", true)] method PdfActionUrl (line 49) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionUrl (line 64) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionUrl (line 79) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionUrl (line 85) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfActionUrl (line 91) | [Export("initWithURL:")] method Dispose (line 109) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotation.cs class PdfAnnotation (line 10) | [Register("PDFAnnotation", true)] method PdfAnnotation (line 403) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotation (line 418) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotation (line 433) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotation (line 439) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotation (line 445) | [Export("initWithBounds:")] method RemoveAllAppearanceStreams (line 459) | [Export("removeAllAppearanceStreams")] method Draw (line 472) | [Export("drawWithBox:")] method Dispose (line 485) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationButtonWidget.cs class PdfAnnotationButtonWidget (line 9) | [Register("PDFAnnotationButtonWidget", true)] method PdfAnnotationButtonWidget (line 319) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationButtonWidget (line 334) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationButtonWidget (line 349) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationButtonWidget (line 355) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 361) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationChoiceWidget.cs class PdfAnnotationChoiceWidget (line 9) | [Register("PDFAnnotationChoiceWidget", true)] method PdfAnnotationChoiceWidget (line 246) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationChoiceWidget (line 261) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationChoiceWidget (line 276) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationChoiceWidget (line 282) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 288) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationCircle.cs class PdfAnnotationCircle (line 9) | [Register("PDFAnnotationCircle", true)] method PdfAnnotationCircle (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationCircle (line 63) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationCircle (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationCircle (line 84) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 90) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationFreeText.cs class PdfAnnotationFreeText (line 9) | [Register("PDFAnnotationFreeText", true)] method PdfAnnotationFreeText (line 109) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationFreeText (line 124) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationFreeText (line 139) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationFreeText (line 145) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 151) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationInk.cs class PdfAnnotationInk (line 9) | [Register("PDFAnnotationInk", true)] method PdfAnnotationInk (line 33) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationInk (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationInk (line 63) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationInk (line 69) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddBezierPathpath (line 75) | [Export("addBezierPath:")] method RemoveBezierPathpath (line 92) | [Export("removeBezierPath:")] method Dispose (line 109) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationLine.cs class PdfAnnotationLine (line 10) | [Register("PDFAnnotationLine", true)] method PdfAnnotationLine (line 165) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationLine (line 180) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationLine (line 195) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationLine (line 201) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 207) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationLink.cs class PdfAnnotationLink (line 8) | [Register("PDFAnnotationLink", true)] method PdfAnnotationLink (line 81) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationLink (line 96) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationLink (line 111) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationLink (line 117) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SetHighlighted (line 123) | [Export("setHighlighted:")] method Dispose (line 136) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationMarkup.cs class PdfAnnotationMarkup (line 8) | [Register("PDFAnnotationMarkup", true)] method PdfAnnotationMarkup (line 76) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationMarkup (line 91) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationMarkup (line 106) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationMarkup (line 112) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 118) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationPopup.cs class PdfAnnotationPopup (line 8) | [Register("PDFAnnotationPopup", true)] method PdfAnnotationPopup (line 44) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationPopup (line 59) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationPopup (line 74) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationPopup (line 80) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationSquare.cs class PdfAnnotationSquare (line 9) | [Register("PDFAnnotationSquare", true)] method PdfAnnotationSquare (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationSquare (line 63) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationSquare (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationSquare (line 84) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 90) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationStamp.cs class PdfAnnotationStamp (line 8) | [Register("PDFAnnotationStamp", true)] method PdfAnnotationStamp (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationStamp (line 65) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationStamp (line 80) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationStamp (line 86) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationText.cs class PdfAnnotationText (line 8) | [Register("PDFAnnotationText", true)] method PdfAnnotationText (line 44) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationText (line 59) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationText (line 74) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationText (line 80) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAnnotationTextWidget.cs class PdfAnnotationTextWidget (line 9) | [Register("PDFAnnotationTextWidget", true)] method PdfAnnotationTextWidget (line 269) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationTextWidget (line 284) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationTextWidget (line 299) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfAnnotationTextWidget (line 305) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 311) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfAreaOfInterest.cs type PdfAreaOfInterest (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfBorder.cs class PdfBorder (line 9) | [Register("PDFBorder", true)] method PdfBorder (line 166) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfBorder (line 181) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfBorder (line 196) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfBorder (line 202) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Draw (line 208) | [Export("drawInRect:")] method Dispose (line 221) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfBorderStyle.cs type PdfBorderStyle (line 3) | public enum PdfBorderStyle FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfDestination.cs class PdfDestination (line 9) | [Register("PDFDestination", true)] method PdfDestination (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfDestination (line 63) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfDestination (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfDestination (line 84) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfDestination (line 90) | [Export("initWithPage:atPoint:")] method Compare (line 108) | [Export("compare:")] method Dispose (line 122) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfDisplayBox.cs type PdfDisplayBox (line 3) | public enum PdfDisplayBox FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfDisplayMode.cs type PdfDisplayMode (line 3) | public enum PdfDisplayMode FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfDocument.cs class PdfDocument (line 9) | [Register("PDFDocument", true)] class _PdfDocumentDelegate (line 12) | [Register] method DidMatchString (line 27) | [Preserve(Conditional = true)] method ClassForAnnotationClass (line 33) | [Preserve(Conditional = true)] method FindFinished (line 39) | [Preserve(Conditional = true)] method PageFindStarted (line 45) | [Preserve(Conditional = true)] method PageFindFinished (line 51) | [Preserve(Conditional = true)] method MatchFound (line 57) | [Preserve(Conditional = true)] method PdfDocument (line 478) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfDocument (line 493) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfDocument (line 508) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfDocument (line 514) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfDocument (line 520) | [Export("initWithURL:")] method PdfDocument (line 538) | [Export("initWithData:")] method Unlock (line 556) | [Export("unlockWithPassword:")] method GetDataRepresentation (line 569) | [Export("dataRepresentation")] method GetDataRepresentation (line 579) | [Export("dataRepresentationWithOptions:")] method Write (line 593) | [Export("writeToFile:")] method Write (line 606) | [Export("writeToFile:withOptions:")] method Write (line 623) | [Export("writeToURL:")] method Write (line 637) | [Export("writeToURL:withOptions:")] method OutlineItem (line 655) | [Export("outlineItemForSelection:")] method GetPage (line 669) | [Export("pageAtIndex:")] method GetPageIndex (line 679) | [Export("indexForPage:")] method InsertPage (line 693) | [Export("insertPage:atIndex:")] method RemovePage (line 710) | [Export("removePageAtIndex:")] method ExchangePages (line 723) | [Export("exchangePageAtIndex:withPageAtIndex:")] method Find (line 736) | [Export("findString:withOptions:")] method FindAsync (line 749) | [Export("beginFindString:withOptions:")] method FindAsync (line 768) | [Export("beginFindStrings:withOptions:")] method Find (line 787) | [Export("findString:fromSelection:withOptions:")] method CancelFind (line 804) | [Export("cancelFindString")] method SelectEntireDocument (line 817) | [Export("selectionForEntireDocument")] method GetSelection (line 827) | [Export("selectionFromPage:atPoint:toPage:atPoint:")] method GetSelection (line 845) | [Export("selectionFromPage:atCharacterIndex:toPage:atCharacterIndex:")] method EnsurePdfDocumentDelegate (line 863) | private _PdfDocumentDelegate EnsurePdfDocumentDelegate() method Dispose (line 873) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfDocumentDelegate.cs class PdfDocumentDelegate (line 8) | [Register("PdfDocumentDelegate", true)] method PdfDocumentDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfDocumentDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfDocumentDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfDocumentDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DidMatchString (line 54) | [Export("didMatchString:")] method ClassForAnnotationClass (line 60) | [Export("classForAnnotationClass:")] method FindFinished (line 66) | [Export("documentDidEndDocumentFind:")] method PageFindStarted (line 72) | [Export("documentDidBeginPageFind:")] method PageFindFinished (line 78) | [Export("documentDidEndPageFind:")] method MatchFound (line 84) | [Export("documentDidFindMatch:")] FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfDocumentPermissions.cs type PdfDocumentPermissions (line 3) | public enum PdfDocumentPermissions FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfLineStyle.cs type PdfLineStyle (line 3) | public enum PdfLineStyle FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfMarkupType.cs type PdfMarkupType (line 3) | public enum PdfMarkupType FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfOutline.cs class PdfOutline (line 8) | [Register("PDFOutline", true)] method PdfOutline (line 205) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfOutline (line 220) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfOutline (line 235) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfOutline (line 241) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Child (line 247) | [Export("childAtIndex:")] method InsertChild (line 257) | [Export("insertChild:atIndex:")] method RemoveFromParent (line 274) | [Export("removeFromParent")] method Dispose (line 287) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfPage.cs class PdfPage (line 10) | [Register("PDFPage", true)] method PdfPage (line 202) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfPage (line 217) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfPage (line 232) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfPage (line 238) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfPage (line 244) | [Export("initWithImage:")] method GetBoundsForBox (line 262) | [Export("boundsForBox:")] method SetBoundsForBox (line 277) | [Export("setBounds:forBox:")] method AddAnnotation (line 290) | [Export("addAnnotation:")] method RemoveAnnotation (line 307) | [Export("removeAnnotation:")] method GetAnnotation (line 324) | [Export("annotationAtPoint:")] method Draw (line 334) | [Export("drawWithBox:")] method TransformContext (line 347) | [Export("transformContextForBox:")] method GetCharacterBounds (line 360) | [Export("characterBoundsAtIndex:")] method GetCharacterIndex (line 375) | [Export("characterIndexAtPoint:")] method GetSelection (line 385) | [Export("selectionForRect:")] method SelectWord (line 395) | [Export("selectionForWordAtPoint:")] method SelectLine (line 405) | [Export("selectionForLineAtPoint:")] method GetSelection (line 415) | [Export("selectionFromPoint:toPoint:")] method GetSelection (line 425) | [Export("selectionForRange:")] method Dispose (line 435) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfPrintScalingMode.cs type PdfPrintScalingMode (line 3) | public enum PdfPrintScalingMode FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfSelection.cs class PdfSelection (line 10) | [Register("PDFSelection", true)] method PdfSelection (line 108) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfSelection (line 123) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfSelection (line 129) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfSelection (line 135) | [Export("initWithDocument:")] method GetBoundsForPage (line 153) | [Export("boundsForPage:")] method SelectionsByLine (line 172) | [Export("selectionsByLine")] method AddSelection (line 182) | [Export("addSelection:")] method AddSelections (line 199) | [Export("addSelections:")] method ExtendSelectionAtEnd (line 218) | [Export("extendSelectionAtEnd:")] method ExtendSelectionAtStart (line 231) | [Export("extendSelectionAtStart:")] method Draw (line 244) | [Export("drawForPage:active:")] method Draw (line 261) | [Export("drawForPage:withBox:active:")] method Dispose (line 278) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfTextAnnotationIconType.cs type PdfTextAnnotationIconType (line 3) | public enum PdfTextAnnotationIconType FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfThumbnailView.cs class PdfThumbnailView (line 10) | [Register("PDFThumbnailView", true)] method PdfThumbnailView (line 242) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfThumbnailView (line 257) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfThumbnailView (line 272) | [EditorBrowsable(EditorBrowsableState.Advanced)] method PdfThumbnailView (line 278) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 284) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/PdfKit/PdfView.cs class PdfView (line 10) | [Register("PDFView", true)] class _PdfViewDelegate (line 13) | [Register] method WillChangeScaleFactor (line 30) | [Preserve(Conditional = true)] method WillClickOnLink (line 36) | [Preserve(Conditional = true)] method TitleOfPrintJob (line 47) | [Preserve(Conditional = true)] method PerformFind (line 58) | [Preserve(Conditional = true)] method PerformGoToPage (line 64) | [Preserve(Conditional = true)] method PerformPrint (line 70) | [Preserve(Conditional = true)] method OpenPdf (line 76) | [Preserve(Conditional = true)] class Notifications (line 88) | public new static class Notifications method ObserveChangedHistory (line 90) | public static NSObject ObserveChangedHistory(EventHandler FindMethods(Type type, stri... method FindProperty (line 118) | protected override PropertyInfo FindProperty(Type type, string name) method FindType (line 123) | public override Type FindType(Type relative, string @namespace, string... method GetValueTypeSize (line 136) | protected override int GetValueTypeSize(Type type) method CollectConstructors (line 141) | protected override IEnumerable CollectConstructors(Type type) method CollectMethods (line 146) | protected override IEnumerable CollectMethods(Type type) method CollectProperties (line 151) | protected override IEnumerable CollectProperties(Type type) method CollectTypes (line 156) | protected override IEnumerable CollectTypes(Assembly assembly) method GetBindAsAttribute (line 161) | protected override BindAsAttribute GetBindAsAttribute(PropertyInfo pro... method GetBindAsAttribute (line 166) | protected override BindAsAttribute GetBindAsAttribute(MethodBase metho... method GetNullableType (line 191) | public override Type GetNullableType(Type type) method GetConnectAttribute (line 204) | protected override ConnectAttribute GetConnectAttribute(PropertyInfo p... method GetExportAttribute (line 209) | protected override ExportAttribute GetExportAttribute(MethodBase method) method PrepareMethodMapping (line 224) | protected override Dictionary> PrepareMet... method GetExportAttribute (line 229) | protected override ExportAttribute GetExportAttribute(PropertyInfo pro... method GetRegisterAttribute (line 234) | public override RegisterAttribute GetRegisterAttribute(Type type) method GetProtocolAttribute (line 239) | public override ProtocolAttribute GetProtocolAttribute(Type type) method GetProtocolMemberAttributes (line 244) | protected override IEnumerable GetProtocolMem... method GetSDKVersion (line 256) | protected override Version GetSDKVersion() method GetSystemVoidType (line 261) | protected override Type GetSystemVoidType() method MakeByRef (line 266) | protected override Type MakeByRef(Type type) method GetCategoryAttribute (line 271) | protected override CategoryAttribute GetCategoryAttribute(Type type) method GetProtocolAttributeWrapperType (line 276) | protected override Type GetProtocolAttributeWrapperType(Type type) method GetAdoptsAttributes (line 281) | protected override IList GetAdoptsAttributes(Type type) method GetAssemblyName (line 286) | protected override string GetAssemblyName(Assembly assembly) method GetBaseType (line 291) | protected override Type GetBaseType(Type type) method GetBaseMethod (line 296) | protected override MethodBase GetBaseMethod(MethodBase method) method GetElementType (line 301) | protected override Type GetElementType(Type type) method GetEnumUnderlyingType (line 306) | protected override Type GetEnumUnderlyingType(Type type) method GetFieldName (line 311) | protected override string GetFieldName(FieldInfo field) method GetFields (line 316) | protected override IEnumerable GetFields(Type type) method GetFieldType (line 321) | protected override Type GetFieldType(FieldInfo field) method GetGetMethod (line 326) | protected override MethodBase GetGetMethod(PropertyInfo property) method GetSetMethod (line 331) | protected override MethodBase GetSetMethod(PropertyInfo property) method GetMethodName (line 336) | protected override string GetMethodName(MethodBase method) method GetNamespaceAndName (line 341) | protected override void GetNamespaceAndName(Type type, out string @nam... method GetParameters (line 347) | protected override Type[] GetParameters(MethodBase method) method GetParameterName (line 358) | protected override string GetParameterName(MethodBase method, int para... method GetPropertyName (line 363) | protected override string GetPropertyName(PropertyInfo property) method GetPropertyType (line 368) | protected override Type GetPropertyType(PropertyInfo property) method GetReturnType (line 373) | protected override Type GetReturnType(MethodBase method) method GetTypeFullName (line 383) | protected override string GetTypeFullName(Type type) method VerifyIsConstrainedToNSObject (line 388) | protected override bool VerifyIsConstrainedToNSObject(Type type, out T... method CreateExceptionImpl (line 429) | protected override Exception CreateExceptionImpl(int code, bool error,... method CreateExceptionImpl (line 438) | protected override Exception CreateExceptionImpl(int code, bool error,... method GetAssemblyQualifiedName (line 447) | protected override string GetAssemblyQualifiedName(Type type) method HasReleaseAttribute (line 452) | protected override bool HasReleaseAttribute(MethodBase method) method HasThisAttributeImpl (line 462) | public static bool HasThisAttributeImpl(MethodBase method) method HasThisAttribute (line 472) | protected override bool HasThisAttribute(MethodBase method) method GetTypeName (line 477) | protected override string GetTypeName(Type type) method HasModelAttribute (line 482) | protected override bool HasModelAttribute(Type type) method IsArray (line 487) | protected override bool IsArray(Type type, out int rank) method IsByRef (line 498) | protected override bool IsByRef(Type type) method IsConstructor (line 503) | protected override bool IsConstructor(MethodBase method) method IsGenericType (line 508) | protected override bool IsGenericType(Type type) method IsGenericMethod (line 517) | protected override bool IsGenericMethod(MethodBase method) method GetGenericTypeDefinition (line 526) | protected override Type GetGenericTypeDefinition(Type type) method IsDelegate (line 531) | protected override bool IsDelegate(Type type) method IsNullable (line 536) | protected override bool IsNullable(Type type) method IsEnum (line 545) | protected override bool IsEnum(Type type, out bool isNativeEnum) method IsInterface (line 555) | protected override bool IsInterface(Type type) method IsAbstract (line 560) | protected override bool IsAbstract(Type type) method IsINativeObject (line 565) | protected override bool IsINativeObject(Type type) method IsNSObject (line 570) | protected override bool IsNSObject(Type type) method IsStatic (line 579) | protected override bool IsStatic(FieldInfo field) method IsStatic (line 584) | protected override bool IsStatic(MethodBase method) method IsStatic (line 589) | protected override bool IsStatic(PropertyInfo property) method IsValueType (line 594) | protected override bool IsValueType(Type type) method IsVirtual (line 599) | protected override bool IsVirtual(MethodBase method) method GetInterfaces (line 604) | protected override Type[] GetInterfaces(Type type) method TryGetAttribute (line 609) | protected override bool TryGetAttribute(Type type, string attributeNam... method ReportError (line 633) | protected override void ReportError(int code, string message, params o... method GetPropertyAttributes (line 638) | private Class.objc_attribute_prop[] GetPropertyAttributes(ObjCProperty... method OnRegisterProtocol (line 688) | protected override void OnRegisterProtocol(ObjCType type) method OnRegisterCategory (line 739) | protected override void OnRegisterCategory(ObjCType type, ref List exceptions) method ComputeSignature (line 1104) | public string ComputeSignature(MethodInfo method, bool isBlockSignature) FILE: Source/Platform/Mac/Xamarin.Mac/Registrar/Registrar.cs class Registrar (line 11) | internal abstract class Registrar class ObjCType (line 13) | internal class ObjCType method VerifyRegisterAttribute (line 128) | public void VerifyRegisterAttribute(ref List exceptions) method VerifySelector (line 160) | private void VerifySelector(ObjCMethod method, ref List e... method VerifyAdoptedProtocolsNames (line 200) | public void VerifyAdoptedProtocolsNames(ref List exceptions) method Add (line 233) | public void Add(ObjCField field, ref List exceptions) method Add (line 256) | public bool Add(ObjCMethod method, ref List exceptions) method Add (line 273) | public void Add(ObjCProperty property, ref List exceptions) method IsObjectiveCKeyword (line 287) | public static bool IsObjectiveCKeyword(string name) method VerifyIsNotKeyword (line 336) | private void VerifyIsNotKeyword(ref List exceptions, ObjC... method TryGetMember (line 344) | public bool TryGetMember(string selector, bool is_static, out ObjCMe... method AddToMap (line 350) | private bool AddToMap(ObjCMember member, ref List excepti... method CreateException (line 369) | private Exception CreateException(int code, ObjCMember member, strin... class ObjCMember (line 383) | internal abstract class ObjCMember method SetExportAttribute (line 423) | public bool SetExportAttribute(ExportAttribute ea, ref List exceptions) method ComputeSignature (line 913) | private string ComputeSignature() method ToString (line 918) | public override string ToString() class ObjCProperty (line 924) | internal class ObjCProperty : ObjCMember class ObjCField (line 991) | internal class ObjCField : ObjCMember class StringConstants (line 1020) | internal static class StringConstants method CreateSetterSelector (line 1083) | internal static string CreateSetterSelector(string getterSelector) method SanitizeObjectiveCName (line 1097) | public static string SanitizeObjectiveCName(string name) method GetAssemblies (line 1132) | public IEnumerable GetAssemblies() method OnRegisterType (line 1137) | protected virtual void OnRegisterType(ObjCType type) method OnSkipType (line 1141) | protected virtual void OnSkipType(Type type, ObjCType registered_type) method OnReloadType (line 1145) | protected virtual void OnReloadType(ObjCType type) method OnRegisterProtocol (line 1149) | protected virtual void OnRegisterProtocol(ObjCType type) method OnRegisterCategory (line 1153) | protected virtual void OnRegisterCategory(ObjCType type, ref List CollectTypes(Assembly assembly); method CollectMethods (line 1164) | protected abstract IEnumerable CollectMethods(Type type); method CollectProperties (line 1166) | protected abstract IEnumerable CollectProperties(Type ty... method CollectConstructors (line 1168) | protected abstract IEnumerable CollectConstructors(Type ty... method ContainsPlatformReference (line 1170) | protected abstract bool ContainsPlatformReference(Assembly assembly); method GetBaseType (line 1172) | protected abstract Type GetBaseType(Type type); method GetInterfaces (line 1174) | protected abstract Type[] GetInterfaces(Type type); method GetLinkedAwayInterfaces (line 1176) | protected virtual Type[] GetLinkedAwayInterfaces(Type type) method GetBaseMethod (line 1181) | protected abstract MethodBase GetBaseMethod(MethodBase method); method GetParameters (line 1183) | protected abstract Type[] GetParameters(MethodBase method); method GetParameterName (line 1185) | protected abstract string GetParameterName(MethodBase method, int para... method GetGetMethod (line 1187) | protected abstract MethodBase GetGetMethod(PropertyInfo property); method GetSetMethod (line 1189) | protected abstract MethodBase GetSetMethod(PropertyInfo property); method GetSystemVoidType (line 1191) | protected abstract Type GetSystemVoidType(); method IsVirtual (line 1193) | protected abstract bool IsVirtual(MethodBase method); method IsByRef (line 1195) | protected abstract bool IsByRef(Type type); method IsStatic (line 1197) | protected abstract bool IsStatic(PropertyInfo property); method IsStatic (line 1199) | protected abstract bool IsStatic(FieldInfo field); method IsStatic (line 1201) | protected abstract bool IsStatic(MethodBase method); method MakeByRef (line 1203) | protected abstract Type MakeByRef(Type type); method HasThisAttribute (line 1205) | protected abstract bool HasThisAttribute(MethodBase method); method IsConstructor (line 1207) | protected abstract bool IsConstructor(MethodBase method); method GetElementType (line 1209) | protected abstract Type GetElementType(Type type); method GetReturnType (line 1211) | protected abstract Type GetReturnType(MethodBase method); method GetNamespaceAndName (line 1213) | protected abstract void GetNamespaceAndName(Type type, out string @nam... method TryGetAttribute (line 1215) | protected abstract bool TryGetAttribute(Type type, string attributeNam... method GetExportAttribute (line 1217) | protected abstract ExportAttribute GetExportAttribute(PropertyInfo pro... method GetExportAttribute (line 1219) | protected abstract ExportAttribute GetExportAttribute(MethodBase method); method PrepareMethodMapping (line 1221) | protected abstract Dictionary> PrepareMet... method GetRegisterAttribute (line 1223) | public abstract RegisterAttribute GetRegisterAttribute(Type type); method GetCategoryAttribute (line 1225) | protected abstract CategoryAttribute GetCategoryAttribute(Type type); method GetConnectAttribute (line 1227) | protected abstract ConnectAttribute GetConnectAttribute(PropertyInfo p... method GetProtocolAttribute (line 1229) | public abstract ProtocolAttribute GetProtocolAttribute(Type type); method GetProtocolMemberAttributes (line 1231) | protected abstract IEnumerable GetProtocolMem... method GetSdkIntroducedVersion (line 1233) | protected virtual Version GetSdkIntroducedVersion(Type obj, out string... method GetSDKVersion (line 1239) | protected abstract Version GetSDKVersion(); method GetProtocolAttributeWrapperType (line 1241) | protected abstract Type GetProtocolAttributeWrapperType(Type type); method GetBindAsAttribute (line 1243) | protected abstract BindAsAttribute GetBindAsAttribute(MethodBase metho... method GetBindAsAttribute (line 1245) | protected abstract BindAsAttribute GetBindAsAttribute(PropertyInfo pro... method GetAdoptsAttributes (line 1247) | protected abstract IList GetAdoptsAttributes(Type type); method GetNullableType (line 1249) | public abstract Type GetNullableType(Type type); method HasReleaseAttribute (line 1251) | protected abstract bool HasReleaseAttribute(MethodBase method); method IsINativeObject (line 1253) | protected abstract bool IsINativeObject(Type type); method IsValueType (line 1255) | protected abstract bool IsValueType(Type type); method IsArray (line 1257) | protected abstract bool IsArray(Type type, out int rank); method IsEnum (line 1259) | protected abstract bool IsEnum(Type type, out bool isNativeEnum); method IsNullable (line 1261) | protected abstract bool IsNullable(Type type); method IsDelegate (line 1263) | protected abstract bool IsDelegate(Type type); method IsGenericType (line 1265) | protected abstract bool IsGenericType(Type type); method IsGenericMethod (line 1267) | protected abstract bool IsGenericMethod(MethodBase method); method IsInterface (line 1269) | protected abstract bool IsInterface(Type type); method IsAbstract (line 1271) | protected abstract bool IsAbstract(Type type); method GetGenericTypeDefinition (line 1273) | protected abstract Type GetGenericTypeDefinition(Type type); method VerifyIsConstrainedToNSObject (line 1275) | protected abstract bool VerifyIsConstrainedToNSObject(Type type, out T... method GetEnumUnderlyingType (line 1277) | protected abstract Type GetEnumUnderlyingType(Type type); method GetFields (line 1279) | protected abstract IEnumerable GetFields(Type type); method GetFieldType (line 1281) | protected abstract Type GetFieldType(FieldInfo field); method GetValueTypeSize (line 1283) | protected abstract int GetValueTypeSize(Type type); method CreateExceptionImpl (line 1285) | protected abstract Exception CreateExceptionImpl(int code, bool error,... method CreateExceptionImpl (line 1287) | protected abstract Exception CreateExceptionImpl(int code, bool error,... method FindType (line 1289) | public abstract Type FindType(Type relative, string @namespace, string... method FindMethods (line 1291) | protected abstract IEnumerable FindMethods(Type type, stri... method FindProperty (line 1293) | protected abstract PropertyInfo FindProperty(Type type, string name); method GetAssemblyName (line 1295) | protected abstract string GetAssemblyName(Assembly assembly); method GetTypeFullName (line 1297) | protected abstract string GetTypeFullName(Type type); method GetAssemblyQualifiedName (line 1299) | protected abstract string GetAssemblyQualifiedName(Type type); method GetTypeName (line 1301) | protected abstract string GetTypeName(Type type); method GetPropertyName (line 1303) | protected abstract string GetPropertyName(PropertyInfo property); method GetPropertyType (line 1305) | protected abstract Type GetPropertyType(PropertyInfo property); method GetMethodName (line 1307) | protected abstract string GetMethodName(MethodBase method); method GetFieldName (line 1309) | protected abstract string GetFieldName(FieldInfo field); method Registrar (line 1311) | public Registrar() method IsArray (line 1315) | protected bool IsArray(Type type) method IsEnum (line 1321) | protected bool IsEnum(Type type) method GetBindAsAttribute (line 1327) | public BindAsAttribute GetBindAsAttribute(ObjCMethod method, int param... method IsSmartEnum (line 1379) | private bool IsSmartEnum(Type type) method IsSmartEnum (line 1386) | public bool IsSmartEnum(Type type, out MethodBase getConstantMethod, o... method GetMemberName (line 1434) | protected string GetMemberName(ObjCMember member) method CreateException (line 1451) | protected Exception CreateException(int code, string message, params o... method CreateException (line 1456) | protected Exception CreateException(int code, MethodBase method, strin... method CreateException (line 1461) | protected Exception CreateException(int code, PropertyInfo property, s... method CreateException (line 1466) | protected Exception CreateException(int code, Type type, string messag... method CreateException (line 1471) | protected Exception CreateException(int code, Exception innerException... method CreateExceptionImpl (line 1476) | private Exception CreateExceptionImpl(int code, bool error, string mes... method CreateExceptionImpl (line 1481) | private Exception CreateExceptionImpl(int code, bool error, MethodBase... method CreateExceptionImpl (line 1486) | private Exception CreateExceptionImpl(int code, bool error, PropertyIn... method CreateExceptionImpl (line 1491) | private Exception CreateExceptionImpl(int code, bool error, Type type,... method CreateExceptionImpl (line 1496) | private Exception CreateExceptionImpl(int code, bool error, Exception ... method CreateException (line 1510) | private Exception CreateException(int code, ObjCMember member, string ... method CreateExceptionImpl (line 1515) | private Exception CreateExceptionImpl(int code, bool error, ObjCMember... method CreateWarning (line 1528) | private Exception CreateWarning(int code, ObjCMember member, string me... method GetDescriptiveMethodName (line 1533) | protected string GetDescriptiveMethodName(MethodBase method) method GetDescriptiveMethodName (line 1558) | private string GetDescriptiveMethodName(Type type, MethodBase method) method IsNSObject (line 1563) | protected virtual bool IsNSObject(Type type) method AreEqual (line 1578) | protected virtual bool AreEqual(Type a, Type b) method Is (line 1583) | protected bool Is(Type type, string @namespace, string name) method HasModelAttribute (line 1593) | protected virtual bool HasModelAttribute(Type type) method HasProtocolAttribute (line 1599) | public virtual bool HasProtocolAttribute(Type type) method RegisterType (line 1605) | public ObjCType RegisterType(Type type) method RegisterType (line 1624) | public ObjCType RegisterType(Type type, ref List exceptions) method VerifyNonGenericMethod (line 1632) | private bool VerifyNonGenericMethod(ref List exceptions, Ty... method VerifyInSdk (line 1642) | private void VerifyInSdk(ref List exceptions, ObjCMethod me... method VerifyInSdk (line 1658) | private void VerifyInSdk(ref List exceptions, ObjCProperty ... method VerifyTypeInSDK (line 1663) | private void VerifyTypeInSDK(ref List exceptions, Type type... method AddException (line 1711) | protected static void AddException(ref List exceptions, Exc... method IsSubClassOf (line 1720) | private bool IsSubClassOf(Type type, string @namespace, string name) method VerifyIsConstrainedToNSObject (line 1733) | private bool VerifyIsConstrainedToNSObject(ref List excepti... method FlattenInterfaces (line 1783) | private void FlattenInterfaces(Type[] ifaces) method GetInterfacesImpl (line 1814) | private Type[] GetInterfacesImpl(ObjCType objcType) method GetProtocols (line 1846) | private ObjCType[] GetProtocols(ObjCType type, ref List exc... method GetAdoptedProtocols (line 1936) | private string[] GetAdoptedProtocols(ObjCType type) method RegisterCategory (line 1951) | private ObjCType RegisterCategory(Type type, CategoryAttribute attrib,... method RegisterTypeUnsafe (line 2043) | private ObjCType RegisterTypeUnsafe(Type type, ref List exc... method RegisterAssembly (line 2524) | public void RegisterAssembly(Assembly assembly) method ComputeSignature (line 2565) | public string ComputeSignature(Type DeclaringType, MethodBase Method, ... method ComputeSignature (line 2578) | public string ComputeSignature(Type declaring_type, bool is_ctor, Type... method ToSignature (line 2638) | protected string ToSignature(Type type, ObjCMember member, bool forPro... method GetExportedTypeName (line 2653) | public string GetExportedTypeName(Type type, RegisterAttribute registe... method GetExportedTypeName (line 2671) | protected string GetExportedTypeName(Type type) method ToSignature (line 2676) | protected string ToSignature(Type type, ObjCMember member, ref bool su... method ValueTypeSignature (line 2800) | private string ValueTypeSignature(Type type, ObjCMember member) method ValueTypeSignature (line 2806) | private string ValueTypeSignature(Type type, ObjCMember member, ref bo... method LockRegistrar (line 2822) | protected void LockRegistrar(ref bool lockTaken) method UnlockRegistrar (line 2827) | protected void UnlockRegistrar() method ReportError (line 2832) | protected virtual void ReportError(int code, string message, params ob... method ReportWarning (line 2837) | protected virtual void ReportWarning(int code, string message, params ... method FlushTrace (line 2842) | [Conditional("VERBOSE_REGISTRAR")] method Trace (line 2853) | [Conditional("VERBOSE_REGISTRAR")] FILE: Source/Platform/Mac/Xamarin.Mac/Registrar/Shared.cs class Shared (line 6) | internal static class Shared method GetMT4127 (line 8) | public static List GetMT4127(MethodBase impl, List> PrepareInterfac... method GetOneAttribute (line 44) | public static T GetOneAttribute(ICustomAttributeProvider provider) ... FILE: Source/Platform/Mac/Xamarin.Mac/Registrar/Trampoline.cs type Trampoline (line 3) | internal enum Trampoline FILE: Source/Platform/Mac/Xamarin.Mac/ScriptingBridge/AESendMode.cs type AESendMode (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/ScriptingBridge/LSLaunchFlags.cs type LSLaunchFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/ScriptingBridge/SBApplication.cs class SBApplication (line 8) | [Register("SBApplication", true)] class _SBApplicationDelegate (line 11) | [Register] method EventDidFailwithError (line 16) | [Preserve(Conditional = true)] method SBApplication (line 197) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SBApplication (line 212) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SBApplication (line 218) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SBApplication (line 224) | [Export("initWithURL:")] method SBApplication (line 242) | [Export("initWithProcessIdentifier:")] method SBApplication (line 256) | [Export("initWithBundleIdentifier:")] method FromBundleIdentifier (line 276) | [Export("applicationWithBundleIdentifier:")] method FromURL (line 289) | [Export("applicationWithURL:")] method FromProcessIdentifier (line 299) | [Export("applicationWithProcessIdentifier:")] method ClassForScripting (line 305) | [Export("classForScriptingClass:")] method Activate (line 318) | [Export("activate")] method EnsureSBApplicationDelegate (line 331) | private _SBApplicationDelegate EnsureSBApplicationDelegate() method Dispose (line 341) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/ScriptingBridge/SBApplicationDelegate.cs class SBApplicationDelegate (line 8) | [Register("SBApplicationDelegate", true)] method SBApplicationDelegate (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SBApplicationDelegate (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SBApplicationDelegate (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SBApplicationDelegate (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method EventDidFailwithError (line 54) | [Export("eventDidFail:withError:")] FILE: Source/Platform/Mac/Xamarin.Mac/ScriptingBridge/SBObject.cs class SBObject (line 8) | [Register("SBObject", true)] method SBObject (line 45) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SBObject (line 60) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SBObject (line 75) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SBObject (line 81) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SBObject (line 87) | [Export("initWithProperties:")] method SBObject (line 105) | [Export("initWithData:")] method Dispose (line 123) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Security/Authorization.cs class Authorization (line 7) | public class Authorization : INativeObject, IDisposable method AuthorizationCreate (line 13) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method AuthorizationExecuteWithPrivileges (line 16) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method AuthorizationFree (line 19) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method Authorization (line 22) | internal Authorization(IntPtr handle) method ExecuteWithPrivileges (line 27) | public int ExecuteWithPrivileges(string pathToTool, AuthorizationFlags... method Dispose (line 32) | public void Dispose() method Dispose (line 43) | public virtual void Dispose(AuthorizationFlags flags, bool disposing) method Create (line 52) | public static Authorization Create(AuthorizationFlags flags) method EncodeString (line 57) | private static void EncodeString(ref AuthorizationItem item, string ke... method Create (line 67) | public unsafe static Authorization Create(AuthorizationParameters para... FILE: Source/Platform/Mac/Xamarin.Mac/Security/AuthorizationEnvironment.cs class AuthorizationEnvironment (line 3) | public class AuthorizationEnvironment FILE: Source/Platform/Mac/Xamarin.Mac/Security/AuthorizationFlags.cs type AuthorizationFlags (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Security/AuthorizationItem.cs type AuthorizationItem (line 5) | internal struct AuthorizationItem FILE: Source/Platform/Mac/Xamarin.Mac/Security/AuthorizationItemSet.cs type AuthorizationItemSet (line 3) | internal struct AuthorizationItemSet FILE: Source/Platform/Mac/Xamarin.Mac/Security/AuthorizationParameters.cs class AuthorizationParameters (line 3) | public class AuthorizationParameters FILE: Source/Platform/Mac/Xamarin.Mac/Security/AuthorizationStatus.cs type AuthorizationStatus (line 3) | public enum AuthorizationStatus FILE: Source/Platform/Mac/Xamarin.Mac/Security/ClassKeys.cs class ClassKeys (line 6) | internal static class ClassKeys FILE: Source/Platform/Mac/Xamarin.Mac/Security/KeyTypeKeys.cs class KeyTypeKeys (line 6) | internal static class KeyTypeKeys FILE: Source/Platform/Mac/Xamarin.Mac/Security/KeysAccessible.cs class KeysAccessible (line 6) | internal static class KeysAccessible method FromSecAccessible (line 92) | public static IntPtr FromSecAccessible(SecAccessible accessible) method ToSecAccessible (line 106) | public static SecAccessible ToSecAccessible(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/Security/KeysAuthenticationType.cs class KeysAuthenticationType (line 6) | internal static class KeysAuthenticationType method ToSecAuthenticationType (line 120) | public static SecAuthenticationType ToSecAuthenticationType(IntPtr han... method FromSecAuthenticationType (line 157) | public static IntPtr FromSecAuthenticationType(SecAuthenticationType t... FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecAccessible.cs type SecAccessible (line 3) | public enum SecAccessible FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecAttributeKey.cs class SecAttributeKey (line 6) | internal static class SecAttributeKey FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecAuthenticationType.cs type SecAuthenticationType (line 3) | public enum SecAuthenticationType FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecCertificate.cs class SecCertificate (line 10) | public class SecCertificate : INativeObject, IDisposable method SecCertificate (line 48) | internal SecCertificate(IntPtr handle) method SecCertificate (line 53) | [Preserve(Conditional = true)] method GetTypeID (line 67) | [DllImport("/System/Library/Frameworks/Security.framework/Security", E... method SecCertificateCreateWithData (line 70) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecCertificate (line 73) | public SecCertificate(NSData data) method SecCertificate (line 82) | public SecCertificate(byte[] data) method SecCertificate (line 92) | public SecCertificate(X509Certificate certificate) method SecCertificate (line 102) | public SecCertificate(X509Certificate2 certificate) method Initialize (line 112) | private void Initialize(NSData data) method SecCertificateCopySubjectSummary (line 121) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecCertificateCopyData (line 124) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method Dispose (line 132) | public void Dispose() method Dispose (line 138) | public virtual void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecClass.cs class SecClass (line 6) | internal static class SecClass method SecClass (line 20) | static SecClass() method FromSecKind (line 30) | public static IntPtr FromSecKind(SecKind secKind) FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecIdentity.cs class SecIdentity (line 9) | public class SecIdentity : INativeObject, IDisposable method SecIdentity (line 28) | internal SecIdentity(IntPtr handle) method SecIdentity (line 33) | [Preserve(Conditional = true)] method GetTypeID (line 43) | [DllImport("/System/Library/Frameworks/Security.framework/Security", E... method SecIdentityCopyCertificate (line 46) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method Dispose (line 54) | public void Dispose() method Dispose (line 60) | public virtual void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecItem.cs class SecItem (line 7) | internal class SecItem method SecItemCopyMatching (line 263) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecItemAdd (line 266) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecItemDelete (line 269) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecItemUpdate (line 272) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecKey.cs class SecKey (line 9) | public class SecKey : INativeObject, IDisposable method SecKey (line 27) | public SecKey(IntPtr handle) method SecKey (line 32) | [Preserve(Conditional = true)] method GetTypeID (line 42) | [DllImport("/System/Library/Frameworks/Security.framework/Security", E... method SecKeyGeneratePair (line 45) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method GenerateKeyPair (line 48) | public static SecStatusCode GenerateKeyPair(NSDictionary parameters, o... method SecKeyGetBlockSize (line 67) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecKeyRawSign (line 70) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method RawSign (line 73) | private unsafe SecStatusCode RawSign(SecPadding padding, IntPtr dataTo... method RawSign (line 86) | private unsafe SecStatusCode RawSign(SecPadding padding, byte[] dataTo... method SecKeyRawVerify (line 106) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method RawVerify (line 109) | public SecStatusCode RawVerify(SecPadding padding, IntPtr signedData, ... method RawVerify (line 118) | public unsafe SecStatusCode RawVerify(SecPadding padding, byte[] signe... method SecKeyEncrypt (line 141) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method Encrypt (line 144) | public SecStatusCode Encrypt(SecPadding padding, IntPtr plainText, int... method Encrypt (line 153) | public unsafe SecStatusCode Encrypt(SecPadding padding, byte[] plainTe... method SecKeyDecrypt (line 176) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method Decrypt (line 179) | public SecStatusCode Decrypt(SecPadding padding, IntPtr cipherText, in... method Decrypt (line 188) | public unsafe SecStatusCode Decrypt(SecPadding padding, byte[] cipherT... method Dispose (line 216) | public void Dispose() method Dispose (line 222) | public virtual void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecKeyChain.cs class SecKeyChain (line 9) | public static class SecKeyChain method SetLimit (line 11) | private static NSNumber SetLimit(NSMutableDictionary dict, int max) method QueryAsData (line 32) | public static NSData QueryAsData(SecRecord query, bool wantPersistentR... method QueryAsData (line 49) | public static NSData[] QueryAsData(SecRecord query, bool wantPersisten... method QueryAsData (line 79) | public static NSData QueryAsData(SecRecord query) method QueryAsData (line 85) | public static NSData[] QueryAsData(SecRecord query, int max) method QueryAsRecord (line 91) | public static SecRecord QueryAsRecord(SecRecord query, out SecStatusCo... method QueryAsRecord (line 109) | public static SecRecord[] QueryAsRecord(SecRecord query, int max, out ... method Add (line 132) | public static SecStatusCode Add(SecRecord record) method Remove (line 141) | public static SecStatusCode Remove(SecRecord record) method Update (line 150) | public static SecStatusCode Update(SecRecord query, SecRecord newAttri... method SecKeychainAddGenericPassword (line 163) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecKeychainFindGenericPassword (line 166) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecKeychainAddInternetPassword (line 169) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecKeychainFindInternetPassword (line 172) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecKeychainItemFreeContent (line 175) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method AddInternetPassword (line 178) | public static SecStatusCode AddInternetPassword(string serverName, str... method FindInternetPassword (line 257) | public static SecStatusCode FindInternetPassword(string serverName, st... method AddGenericPassword (line 336) | public static SecStatusCode AddGenericPassword(string serviceName, str... method FindGenericPassword (line 388) | public static SecStatusCode FindGenericPassword(string serviceName, st... FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecKeyClass.cs type SecKeyClass (line 3) | public enum SecKeyClass FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecKeyType.cs type SecKeyType (line 3) | public enum SecKeyType FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecKind.cs type SecKind (line 3) | public enum SecKind FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecMatchLimit.cs class SecMatchLimit (line 6) | public static class SecMatchLimit FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecPadding.cs type SecPadding (line 3) | public enum SecPadding FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecPolicy.cs class SecPolicy (line 9) | public class SecPolicy : INativeObject, IDisposable method SecPolicy (line 15) | internal SecPolicy(IntPtr handle) method SecPolicy (line 20) | [Preserve(Conditional = true)] method SecPolicyCreateSSL (line 34) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method CreateSslPolicy (line 37) | public static SecPolicy CreateSslPolicy(bool server, string hostName) method SecPolicyCreateBasicX509 (line 46) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method CreateBasicX509Policy (line 49) | public static SecPolicy CreateBasicX509Policy() method Dispose (line 59) | public void Dispose() method Dispose (line 65) | protected virtual void Dispose(bool disposing) method GetTypeID (line 74) | [DllImport("/System/Library/Frameworks/Security.framework/Security", E... method Equals (line 103) | public override bool Equals(object other) method GetHashCode (line 109) | public override int GetHashCode() FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecProtocol.cs type SecProtocol (line 3) | public enum SecProtocol FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecProtocolKeys.cs class SecProtocolKeys (line 6) | internal static class SecProtocolKeys method FromSecProtocol (line 442) | public static IntPtr FromSecProtocol(SecProtocol protocol) method ToSecProtocol (line 481) | public static SecProtocol ToSecProtocol(IntPtr handle) FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecRecord.cs class SecRecord (line 8) | public class SecRecord : IDisposable method SecRecord (line 665) | internal SecRecord(NSMutableDictionary dict) method SecRecord (line 670) | public SecRecord(SecKind secKind) method Clone (line 683) | public SecRecord Clone() method Dispose (line 688) | public void Dispose() method Dispose (line 694) | public virtual void Dispose(bool disposing) method Fetch (line 708) | private IntPtr Fetch(IntPtr key) method FetchObject (line 713) | private NSObject FetchObject(IntPtr key) method FetchString (line 718) | private string FetchString(IntPtr key) method FetchNumber (line 723) | private NSNumber FetchNumber(IntPtr key) method FetchData (line 728) | private NSData FetchData(IntPtr key) method SetValue (line 733) | private void SetValue(NSObject val, IntPtr key) method SetValue (line 738) | private void SetValue(IntPtr val, IntPtr key) FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecStatusCode.cs type SecStatusCode (line 3) | public enum SecStatusCode FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecTrust.cs class SecTrust (line 10) | public class SecTrust : INativeObject, IDisposable method SecTrust (line 44) | internal SecTrust(IntPtr handle) method SecTrust (line 49) | [Preserve(Conditional = true)] method GetTypeID (line 63) | [DllImport("/System/Library/Frameworks/Security.framework/Security", E... method SecTrustCreateWithCertificates (line 66) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecTrust (line 69) | public SecTrust(X509Certificate certificate, SecPolicy policy) method SecTrust (line 79) | public SecTrust(X509Certificate2 certificate, SecPolicy policy) method SecTrust (line 89) | public SecTrust(X509CertificateCollection certificates, SecPolicy policy) method SecTrust (line 104) | public SecTrust(X509Certificate2Collection certificates, SecPolicy pol... method Initialize (line 121) | private void Initialize(SecCertificate[] array, SecPolicy policy) method Initialize (line 127) | private void Initialize(IntPtr certHandle, SecPolicy policy) method SecTrustEvaluate (line 140) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method Evaluate (line 143) | public SecTrustResult Evaluate() method SecTrustGetCertificateCount (line 158) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecTrustGetCertificateAtIndex (line 161) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SecTrustCopyPublicKey (line 164) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method GetPublicKey (line 167) | public SecKey GetPublicKey() method SecTrustCopyExceptions (line 176) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method GetExceptions (line 179) | public NSData GetExceptions() method SecTrustSetExceptions (line 188) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SetExceptions (line 191) | public bool SetExceptions(NSData data) method SecTrustGetVerifyTime (line 201) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method GetVerifyTime (line 204) | public double GetVerifyTime() method SecTrustSetVerifyDate (line 213) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SetVerifyDate (line 216) | public SecStatusCode SetVerifyDate(DateTime date) method SecTrustSetAnchorCertificates (line 226) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SetAnchorCertificates (line 229) | public SecStatusCode SetAnchorCertificates(X509CertificateCollection c... method SetAnchorCertificates (line 248) | public SecStatusCode SetAnchorCertificates(X509Certificate2Collection ... method SetAnchorCertificates (line 269) | private SecStatusCode SetAnchorCertificates(SecCertificate[] array) method SecTrustSetAnchorCertificatesOnly (line 275) | [DllImport("/System/Library/Frameworks/Security.framework/Security")] method SetAnchorCertificatesOnly (line 278) | public SecStatusCode SetAnchorCertificatesOnly(bool anchorCertificates... method Dispose (line 292) | protected virtual void Dispose(bool disposing) method Dispose (line 301) | public void Dispose() FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecTrustResult.cs type SecTrustResult (line 3) | public enum SecTrustResult FILE: Source/Platform/Mac/Xamarin.Mac/Security/SecurityException.cs class SecurityException (line 5) | public class SecurityException : Exception method ToMessage (line 7) | private static string ToMessage(SecStatusCode code) method SecurityException (line 26) | public SecurityException(SecStatusCode code) FILE: Source/Platform/Mac/Xamarin.Mac/Trampolines.cs class Trampolines (line 11) | internal static class Trampolines class SDActionArity1V0 (line 17) | internal static class SDActionArity1V0 method Invoke (line 21) | [MonoPInvokeCallback(typeof(DActionArity1V0))] class SDNSAction (line 31) | internal static class SDNSAction method TNSAction (line 35) | [MonoPInvokeCallback(typeof(DNSAction))] class SDNSWindowCompletionHandler (line 45) | internal static class SDNSWindowCompletionHandler method TNSWindowCompletionHandler (line 49) | [MonoPInvokeCallback(typeof(DNSWindowCompletionHandler))] class SDNSDocumentCompletionHandler (line 59) | internal static class SDNSDocumentCompletionHandler method TNSDocumentCompletionHandler (line 63) | [MonoPInvokeCallback(typeof(DNSDocumentCompletionHandler))] class SDOpenDocumentCompletionHandler (line 73) | internal static class SDOpenDocumentCompletionHandler method TOpenDocumentCompletionHandler (line 77) | [MonoPInvokeCallback(typeof(DOpenDocumentCompletionHandler))] class SDNSDraggingItemImagesContentProvider (line 87) | internal static class SDNSDraggingItemImagesContentProvider method TNSDraggingItemImagesContentProvider (line 91) | [MonoPInvokeCallback(typeof(DNSDraggingItemImagesContentProvider))] class SDNSDraggingEnumerator (line 101) | internal static class SDNSDraggingEnumerator method TNSDraggingEnumerator (line 105) | [MonoPInvokeCallback(typeof(DNSDraggingEnumerator))] class SDGlobalEventHandler (line 115) | internal static class SDGlobalEventHandler method TGlobalEventHandler (line 119) | [MonoPInvokeCallback(typeof(DGlobalEventHandler))] class SDLocalEventHandler (line 129) | internal static class SDLocalEventHandler method TLocalEventHandler (line 133) | [MonoPInvokeCallback(typeof(DLocalEventHandler))] class SDNSEventTrackHandler (line 143) | internal static class SDNSEventTrackHandler method TNSEventTrackHandler (line 147) | [MonoPInvokeCallback(typeof(DNSEventTrackHandler))] class SDNSSavePanelComplete (line 157) | internal static class SDNSSavePanelComplete method TNSSavePanelComplete (line 161) | [MonoPInvokeCallback(typeof(DNSSavePanelComplete))] class SDNSTableViewRowHandler (line 171) | internal static class SDNSTableViewRowHandler method TNSTableViewRowHandler (line 175) | [MonoPInvokeCallback(typeof(DNSTableViewRowHandler))] class SDNSWorkspaceUrlHandler (line 185) | internal static class SDNSWorkspaceUrlHandler method TNSWorkspaceUrlHandler (line 189) | [MonoPInvokeCallback(typeof(DNSWorkspaceUrlHandler))] class SDNSSharingServiceHandler (line 199) | internal static class SDNSSharingServiceHandler method TNSSharingServiceHandler (line 203) | [MonoPInvokeCallback(typeof(DNSSharingServiceHandler))] class SDAVAssetImageGeneratorCompletionHandler (line 213) | internal static class SDAVAssetImageGeneratorCompletionHandler method TAVAssetImageGeneratorCompletionHandler (line 217) | [MonoPInvokeCallback(typeof(DAVAssetImageGeneratorCompletionHandler))] class SDAVCompletionHandler (line 227) | internal static class SDAVCompletionHandler method TAVCompletionHandler (line 231) | [MonoPInvokeCallback(typeof(DAVCompletionHandler))] class SDAVCaptureCompletionHandler (line 241) | internal static class SDAVCaptureCompletionHandler method TAVCaptureCompletionHandler (line 245) | [MonoPInvokeCallback(typeof(DAVCaptureCompletionHandler))] class SDAVTimeHandler (line 255) | internal static class SDAVTimeHandler method TAVTimeHandler (line 259) | [MonoPInvokeCallback(typeof(DAVTimeHandler))] class SDAVCompletion (line 269) | internal static class SDAVCompletion method TAVCompletion (line 273) | [MonoPInvokeCallback(typeof(DAVCompletion))] class SDNSComparator (line 283) | internal static class SDNSComparator method TNSComparator (line 287) | [MonoPInvokeCallback(typeof(DNSComparator))] class SDNSAttributedRangeCallback (line 297) | internal static class SDNSAttributedRangeCallback method TNSAttributedRangeCallback (line 301) | [MonoPInvokeCallback(typeof(DNSAttributedRangeCallback))] class SDNSAttributedStringCallback (line 311) | internal static class SDNSAttributedStringCallback method TNSAttributedStringCallback (line 315) | [MonoPInvokeCallback(typeof(DNSAttributedStringCallback))] class SDNSFileHandleUpdateHandler (line 325) | internal static class SDNSFileHandleUpdateHandler method TNSFileHandleUpdateHandler (line 329) | [MonoPInvokeCallback(typeof(DNSFileHandleUpdateHandler))] class SDNSExpressionHandler (line 339) | internal static class SDNSExpressionHandler method TNSExpressionHandler (line 343) | [MonoPInvokeCallback(typeof(DNSExpressionHandler))] class SDNSLingusticEnumerator (line 353) | internal static class SDNSLingusticEnumerator method TNSLingusticEnumerator (line 357) | [MonoPInvokeCallback(typeof(DNSLingusticEnumerator))] class SDNSSetEnumerator (line 367) | internal static class SDNSSetEnumerator method TNSSetEnumerator (line 371) | [MonoPInvokeCallback(typeof(DNSSetEnumerator))] class SDNSUrlConnectionDataResponse (line 381) | internal static class SDNSUrlConnectionDataResponse method TNSUrlConnectionDataResponse (line 385) | [MonoPInvokeCallback(typeof(DNSUrlConnectionDataResponse))] class SDNSRangeIterator (line 395) | internal static class SDNSRangeIterator method TNSRangeIterator (line 399) | [MonoPInvokeCallback(typeof(DNSRangeIterator))] class SDNSNotificationHandler (line 409) | internal static class SDNSNotificationHandler method TNSNotificationHandler (line 413) | [MonoPInvokeCallback(typeof(DNSNotificationHandler))] class SDNSFileCoordinatorWorker (line 423) | internal static class SDNSFileCoordinatorWorker method TNSFileCoordinatorWorker (line 427) | [MonoPInvokeCallback(typeof(DNSFileCoordinatorWorker))] class SDNSFileCoordinatorWorkerRW (line 437) | internal static class SDNSFileCoordinatorWorkerRW method TNSFileCoordinatorWorkerRW (line 441) | [MonoPInvokeCallback(typeof(DNSFileCoordinatorWorkerRW))] class SDNSEnumerateErrorHandler (line 451) | internal static class SDNSEnumerateErrorHandler method TNSEnumerateErrorHandler (line 455) | [MonoPInvokeCallback(typeof(DNSEnumerateErrorHandler))] class SDNSPredicateEvaluator (line 465) | internal static class SDNSPredicateEvaluator method TNSPredicateEvaluator (line 469) | [MonoPInvokeCallback(typeof(DNSPredicateEvaluator))] class SDAction (line 483) | internal static class SDAction method Invoke (line 487) | [MonoPInvokeCallback(typeof(DAction))] class NIDAction (line 495) | internal sealed class NIDAction : TrampolineBlockBase method NIDAction (line 499) | public unsafe NIDAction(BlockLiteral* block) method Create (line 505) | [Preserve(Conditional = true)] method Invoke (line 516) | private void Invoke() class SDActionArity1V31 (line 526) | internal static class SDActionArity1V31 method Invoke (line 530) | [MonoPInvokeCallback(typeof(DActionArity1V31))] class NIDActionArity1V31 (line 538) | internal sealed class NIDActionArity1V31 : TrampolineBlockBase method NIDActionArity1V31 (line 542) | public unsafe NIDActionArity1V31(BlockLiteral* block) method Create (line 548) | [Preserve(Conditional = true)] method Invoke (line 559) | private void Invoke(NSHttpCookie[] obj) class SDActionArity1V96 (line 572) | internal static class SDActionArity1V96 method Invoke (line 576) | [MonoPInvokeCallback(typeof(DActionArity1V96))] class NIDActionArity1V96 (line 584) | internal sealed class NIDActionArity1V96 : TrampolineBlockBase method NIDActionArity1V96 (line 588) | public unsafe NIDActionArity1V96(BlockLiteral* block) method Create (line 594) | [Preserve(Conditional = true)] method Invoke (line 605) | private void Invoke(NSArray obj) class SDActionArity1V93 (line 616) | internal static class SDActionArity1V93 method Invoke (line 620) | [MonoPInvokeCallback(typeof(DActionArity1V93))] class NIDActionArity1V93 (line 628) | public sealed class NIDActionArity1V93 : TrampolineBlockBase method NIDActionArity1V93 (line 632) | public unsafe NIDActionArity1V93(BlockLiteral* block) method Create (line 638) | [Preserve(Conditional = true)] method Invoke (line 649) | private void Invoke(WKNavigationActionPolicy obj) class SDActionArity1V94 (line 659) | internal static class SDActionArity1V94 method Invoke (line 663) | [MonoPInvokeCallback(typeof(DActionArity1V94))] class NIDActionArity1V94 (line 671) | internal sealed class NIDActionArity1V94 : TrampolineBlockBase method NIDActionArity1V94 (line 675) | public unsafe NIDActionArity1V94(BlockLiteral* block) method Create (line 681) | [Preserve(Conditional = true)] method Invoke (line 692) | private void Invoke(WKNavigationResponsePolicy obj) class SDActionArity2V85 (line 703) | internal static class SDActionArity2V85 method Invoke (line 707) | [MonoPInvokeCallback(typeof(DActionArity2V85))] class NIDActionArity2V85 (line 715) | internal sealed class NIDActionArity2V85 : TrampolineBlockBase method NIDActionArity2V85 (line 719) | public unsafe NIDActionArity2V85(BlockLiteral* block) method Create (line 725) | [Preserve(Conditional = true)] method Invoke (line 736) | private void Invoke(WKNavigationActionPolicy arg1, WKWebpagePreferen... class SDActionArity2V44 (line 746) | internal static class SDActionArity2V44 method Invoke (line 750) | [MonoPInvokeCallback(typeof(DActionArity2V44))] class NIDActionArity2V44 (line 758) | internal sealed class NIDActionArity2V44 : TrampolineBlockBase method NIDActionArity2V44 (line 762) | public unsafe NIDActionArity2V44(BlockLiteral* block) method Create (line 768) | [Preserve(Conditional = true)] method Invoke (line 779) | private void Invoke(NSUrlSessionAuthChallengeDisposition arg1, NSUrl... class SDActionArity1V44 (line 789) | internal static class SDActionArity1V44 method Invoke (line 793) | [MonoPInvokeCallback(typeof(DActionArity1V44))] class NIDActionArity1V44 (line 801) | internal sealed class NIDActionArity1V44 : TrampolineBlockBase method NIDActionArity1V44 (line 805) | public unsafe NIDActionArity1V44(BlockLiteral* block) method Create (line 811) | [Preserve(Conditional = true)] method Invoke (line 822) | private void Invoke(string obj) class SDActionArity1V95 (line 834) | internal static class SDActionArity1V95 method Invoke (line 838) | [MonoPInvokeCallback(typeof(DActionArity1V95))] class NIDActionArity1V95 (line 846) | internal sealed class NIDActionArity1V95 : TrampolineBlockBase method NIDActionArity1V95 (line 850) | public unsafe NIDActionArity1V95(BlockLiteral* block) method Create (line 856) | [Preserve(Conditional = true)] method Invoke (line 867) | private void Invoke(NSUrl[] obj) class SDJSContextExceptionHandler (line 879) | internal static class SDJSContextExceptionHandler method Invoke (line 883) | [MonoPInvokeCallback(typeof(DJSContextExceptionHandler))] class NIDJSContextExceptionHandler (line 891) | internal sealed class NIDJSContextExceptionHandler method Create (line 893) | [Preserve(Conditional = true)] class SDJSPromiseCreationExecutor (line 909) | internal static class SDJSPromiseCreationExecutor method Invoke (line 913) | [MonoPInvokeCallback(typeof(DJSPromiseCreationExecutor))] class SDActionArity2V84 (line 925) | internal static class SDActionArity2V84 method Invoke (line 929) | [MonoPInvokeCallback(typeof(DActionArity2V84))] class NIDActionArity2V84 (line 937) | internal sealed class NIDActionArity2V84 : TrampolineBlockBase method NIDActionArity2V84 (line 941) | public unsafe NIDActionArity2V84(BlockLiteral* block) method Create (line 947) | [Preserve(Conditional = true)] method Invoke (line 958) | private void Invoke(WKContentRuleList arg1, NSError arg2) class SDActionArity1V1 (line 969) | internal static class SDActionArity1V1 method Invoke (line 973) | [MonoPInvokeCallback(typeof(DActionArity1V1))] class NIDActionArity1V1 (line 981) | internal sealed class NIDActionArity1V1 : TrampolineBlockBase method NIDActionArity1V1 (line 985) | public unsafe NIDActionArity1V1(BlockLiteral* block) method Create (line 991) | [Preserve(Conditional = true)] method Invoke (line 1002) | private void Invoke(string[] obj) class SDActionArity1V10 (line 1014) | internal static class SDActionArity1V10 method Invoke (line 1018) | [MonoPInvokeCallback(typeof(DActionArity1V10))] class SDActionArity1V11 (line 1031) | internal static class SDActionArity1V11 method Invoke (line 1035) | [MonoPInvokeCallback(typeof(DActionArity1V11))] class NIDActionArity1V11 (line 1043) | internal sealed class NIDActionArity1V11 : TrampolineBlockBase method NIDActionArity1V11 (line 1047) | public unsafe NIDActionArity1V11(BlockLiteral* block) method Create (line 1053) | [Preserve(Conditional = true)] method Invoke (line 1063) | private void Invoke(NSError obj) class SDWKJavascriptEvaluationResult (line 1074) | internal static class SDWKJavascriptEvaluationResult method Invoke (line 1078) | [MonoPInvokeCallback(typeof(DWKJavascriptEvaluationResult))] class NIDWKJavascriptEvaluationResult (line 1086) | internal sealed class NIDWKJavascriptEvaluationResult : TrampolineBloc... method NIDWKJavascriptEvaluationResult (line 1090) | public unsafe NIDWKJavascriptEvaluationResult(BlockLiteral* block) method Create (line 1096) | [Preserve(Conditional = true)] method Invoke (line 1107) | private void Invoke(NSObject result, NSError error) class SDActionArity2V86 (line 1117) | internal static class SDActionArity2V86 method Invoke (line 1121) | [MonoPInvokeCallback(typeof(DActionArity2V86))] class NIDActionArity2V86 (line 1129) | internal sealed class NIDActionArity2V86 : TrampolineBlockBase method NIDActionArity2V86 (line 1133) | public unsafe NIDActionArity2V86(BlockLiteral* block) method Create (line 1139) | [Preserve(Conditional = true)] method Invoke (line 1150) | private void Invoke(NSImage arg1, NSError arg2) class SDActionArity2V69 (line 1161) | internal static class SDActionArity2V69 method Invoke (line 1165) | [Preserve(Conditional = true)] class NIDActionArity2V69 (line 1173) | internal sealed class NIDActionArity2V69 : TrampolineBlockBase method NIDActionArity2V69 (line 1177) | public unsafe NIDActionArity2V69(BlockLiteral* block) method Create (line 1183) | [Preserve(Conditional = true)] method Invoke (line 1194) | private void Invoke(NSObject arg1, NSError arg2) class SDActionArity2V16 (line 1206) | internal static class SDActionArity2V16 method Invoke (line 1210) | [Preserve(Conditional = true)] class NIDActionArity2V16 (line 1218) | internal sealed class NIDActionArity2V16 : TrampolineBlockBase method NIDActionArity2V16 (line 1222) | public unsafe NIDActionArity2V16(BlockLiteral* block) method Create (line 1228) | [Preserve(Conditional = true)] method Invoke (line 1239) | private void Invoke(NSData arg1, NSError arg2) class SDActionArity1V256 (line 1252) | internal static class SDActionArity1V256 method Invoke (line 1256) | [Preserve(Conditional = true)] class NIDActionArity1V256 (line 1264) | internal sealed class NIDActionArity1V256 : TrampolineBlockBase method NIDActionArity1V256 (line 1268) | public unsafe NIDActionArity1V256(BlockLiteral* block) method Create (line 1274) | [Preserve(Conditional = true)] method Invoke (line 1285) | private void Invoke(WKFindResult obj) class SDActionArity1V2 (line 1296) | internal static class SDActionArity1V2 method Invoke (line 1300) | [Preserve(Conditional = true)] class NIDActionArity1V2 (line 1308) | internal sealed class NIDActionArity1V2 : TrampolineBlockBase method NIDActionArity1V2 (line 1312) | public unsafe NIDActionArity1V2(BlockLiteral* block) method Create (line 1318) | [Preserve(Conditional = true)] method Invoke (line 1329) | private void Invoke(bool obj) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomAbstractView.cs class DomAbstractView (line 8) | [Register("DOMAbstractView", true)] method DomAbstractView (line 28) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomAbstractView (line 43) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomAbstractView (line 49) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 55) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomAttr.cs class DomAttr (line 8) | [Register("DOMAttr", true)] method DomAttr (line 106) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomAttr (line 121) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomAttr (line 127) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 133) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomCDataSection.cs class DomCDataSection (line 8) | [Register("DOMCDATASection", true)] method DomCDataSection (line 15) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCDataSection (line 30) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCDataSection (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomCharacterData.cs class DomCharacterData (line 8) | [Register("DOMCharacterData", true)] method DomCharacterData (line 75) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCharacterData (line 90) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCharacterData (line 96) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SubstringData (line 102) | [Export("substringData:length:")] method AppendData (line 112) | [Export("appendData:")] method InsertData (line 131) | [Export("insertData:data:")] method DeleteData (line 150) | [Export("deleteData:length:")] method ReplaceData (line 163) | [Export("replaceData:length:data:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomComment.cs class DomComment (line 8) | [Register("DOMComment", true)] method DomComment (line 15) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomComment (line 30) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomComment (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomCssRule.cs class DomCssRule (line 8) | [Register("DOMCSSRule", true)] method DomCssRule (line 91) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCssRule (line 106) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCssRule (line 112) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 118) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomCssRuleList.cs class DomCssRuleList (line 10) | [Register("DOMCSSRuleList", true)] method DomCssRuleList (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCssRuleList (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCssRuleList (line 57) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetItem (line 63) | [Export("item:")] method GetEnumerator (line 73) | public IEnumerator GetEnumerator() method GetEnumerator (line 78) | IEnumerator IEnumerable.GetEnumerator() FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomCssRuleType.cs type DomCssRuleType (line 3) | public enum DomCssRuleType : ushort FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomCssStyleDeclaration.cs class DomCssStyleDeclaration (line 10) | [Register("DOMCSSStyleDeclaration", true)] method DomCssStyleDeclaration (line 98) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCssStyleDeclaration (line 113) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCssStyleDeclaration (line 119) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetPropertyValue (line 125) | [Export("getPropertyValue:")] method GetPropertyCssValue (line 138) | [Export("getPropertyCSSValue:")] method RemoveProperty (line 151) | [Export("removeProperty:")] method GetPropertyPriority (line 164) | [Export("getPropertyPriority:")] method SetProperty (line 177) | [Export("setProperty:value:priority:")] method GetItem (line 208) | [Export("item:")] method GetPropertyShorthand (line 218) | [Export("getPropertyShorthand:")] method IsPropertyImplicit (line 231) | [Export("isPropertyImplicit:")] method Dispose (line 244) | protected override void Dispose(bool disposing) method GetEnumerator (line 253) | public IEnumerator GetEnumerator() method GetEnumerator (line 258) | IEnumerator IEnumerable.GetEnumerator() FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomCssStyleSheet.cs class DomCssStyleSheet (line 8) | [Register("DOMCSSStyleSheet", true)] method DomCssStyleSheet (line 62) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCssStyleSheet (line 77) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCssStyleSheet (line 83) | [EditorBrowsable(EditorBrowsableState.Advanced)] method InsertRule (line 89) | [Export("insertRule:index:")] method DeleteRule (line 102) | [Export("deleteRule:")] method AddRule (line 115) | [Export("addRule:style:index:")] method RemoveRule (line 134) | [Export("removeRule:")] method Dispose (line 147) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomCssValue.cs class DomCssValue (line 8) | [Register("DOMCSSValue", true)] method DomCssValue (line 65) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCssValue (line 80) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomCssValue (line 86) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomCssValueType.cs type DomCssValueType (line 3) | public enum DomCssValueType : ushort FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomDocument.cs class DomDocument (line 8) | [Register("DOMDocument", true)] method DomDocument (line 634) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomDocument (line 649) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomDocument (line 655) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CreateElement (line 661) | [Export("createElement:")] method CreateDocumentFragment (line 674) | [Export("createDocumentFragment")] method CreateTextNode (line 684) | [Export("createTextNode:")] method CreateComment (line 697) | [Export("createComment:")] method CreateCDataSection (line 710) | [Export("createCDATASection:")] method CreateProcessingInstruction (line 723) | [Export("createProcessingInstruction:data:")] method CreateAttribute (line 742) | [Export("createAttribute:")] method CreateEntityReference (line 755) | [Export("createEntityReference:")] method GetElementsByTagName (line 768) | [Export("getElementsByTagName:")] method ImportNode (line 781) | [Export("importNode:deep:")] method CreateElementNS (line 795) | [Export("createElementNS:qualifiedName:")] method CreateAttributeNS (line 814) | [Export("createAttributeNS:qualifiedName:")] method GetElementsByTagNameNS (line 833) | [Export("getElementsByTagNameNS:localName:")] method GetElementById (line 852) | [Export("getElementById:")] method AdoptNode (line 865) | [Export("adoptNode:")] method CreateRange (line 879) | [Export("createRange")] method GetOverrideStyle (line 889) | [Export("getOverrideStyle:pseudoElement:")] method ExecCommand (line 906) | [Export("execCommand:userInterface:value:")] method ExecCommand (line 925) | [Export("execCommand:userInterface:")] method ExecCommand (line 938) | [Export("execCommand:")] method QueryCommandEnabled (line 951) | [Export("queryCommandEnabled:")] method QueryCommandIndeterm (line 964) | [Export("queryCommandIndeterm:")] method QueryCommandState (line 977) | [Export("queryCommandState:")] method QueryCommandSupported (line 990) | [Export("queryCommandSupported:")] method QueryCommandValue (line 1003) | [Export("queryCommandValue:")] method GetElementsByName (line 1016) | [Export("getElementsByName:")] method ElementFromPoint (line 1029) | [Export("elementFromPoint:y:")] method CreateCssStyleDeclaration (line 1039) | [Export("createCSSStyleDeclaration")] method GetComputedStyle (line 1049) | [Export("getComputedStyle:pseudoElement:")] method GetMatchedCSSRules (line 1066) | [Export("getMatchedCSSRules:pseudoElement:")] method GetMatchedCSSRules (line 1083) | [Export("getMatchedCSSRules:pseudoElement:authorOnly:")] method GetElementsByClassName (line 1100) | [Export("getElementsByClassName:")] method QuerySelector (line 1113) | [Export("querySelector:")] method QuerySelectorAll (line 1126) | [Export("querySelectorAll:")] method Dispose (line 1139) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomDocumentFragment.cs class DomDocumentFragment (line 8) | [Register("DOMDocumentFragment", true)] method DomDocumentFragment (line 15) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomDocumentFragment (line 30) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomDocumentFragment (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomDocumentPosition.cs type DomDocumentPosition (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomDocumentType.cs class DomDocumentType (line 8) | [Register("DOMDocumentType", true)] method DomDocumentType (line 101) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomDocumentType (line 116) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomDocumentType (line 122) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 128) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomElement.cs class DomElement (line 8) | [Register("DOMElement", true)] method DomElement (line 368) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomElement (line 383) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomElement (line 389) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetAttribute (line 395) | [Export("getAttribute:")] method SetAttribute (line 408) | [Export("setAttribute:value:")] method RemoveAttribute (line 433) | [Export("removeAttribute:")] method GetAttributeNode (line 452) | [Export("getAttributeNode:")] method SetAttributeNode (line 465) | [Export("setAttributeNode:")] method RemoveAttributeNode (line 479) | [Export("removeAttributeNode:")] method GetElementsByTagName (line 493) | [Export("getElementsByTagName:")] method GetAttributeNS (line 506) | [Export("getAttributeNS:localName:")] method SetAttributeNS (line 525) | [Export("setAttributeNS:qualifiedName:value:")] method RemoveAttributeNS (line 556) | [Export("removeAttributeNS:localName:")] method GetElementsByTagNameNS (line 581) | [Export("getElementsByTagNameNS:localName:")] method GetAttributeNodeNS (line 600) | [Export("getAttributeNodeNS:localName:")] method SetAttributeNodeNS (line 619) | [Export("setAttributeNodeNS:")] method HasAttribute (line 633) | [Export("hasAttribute:")] method HasAttributeNS (line 646) | [Export("hasAttributeNS:localName:")] method Focus (line 665) | [Export("focus")] method Blur (line 678) | [Export("blur")] method ScrollIntoView (line 691) | [Export("scrollIntoView:")] method Contains (line 704) | [Export("contains:")] method ScrollIntoViewIfNeeded (line 718) | [Export("scrollIntoViewIfNeeded:")] method ScrollByLines (line 731) | [Export("scrollByLines:")] method ScrollByPages (line 744) | [Export("scrollByPages:")] method GetElementsByClassName (line 757) | [Export("getElementsByClassName:")] method QuerySelector (line 770) | [Export("querySelector:")] method QuerySelectorAll (line 783) | [Export("querySelectorAll:")] method Dispose (line 796) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomEntityReference.cs class DomEntityReference (line 8) | [Register("DOMEntityReference", true)] method DomEntityReference (line 15) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomEntityReference (line 30) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomEntityReference (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomEvent.cs class DomEvent (line 8) | [Register("DOMEvent", true)] method DomEvent (line 193) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomEvent (line 208) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomEvent (line 214) | [EditorBrowsable(EditorBrowsableState.Advanced)] method StopPropagation (line 220) | [Export("stopPropagation")] method PreventDefault (line 233) | [Export("preventDefault")] method InitEvent (line 246) | [Export("initEvent:canBubbleArg:cancelableArg:")] method Dispose (line 265) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomEventArgs.cs class DomEventArgs (line 5) | public class DomEventArgs : EventArgs method DomEventArgs (line 9) | public DomEventArgs(DomEvent evt) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomEventListener.cs class DomEventListener (line 8) | [Register("DOMEventListener", true)] method DomEventListener (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomEventListener (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomEventListener (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomEventListener (line 48) | [EditorBrowsable(EditorBrowsableState.Advanced)] method HandleEvent (line 54) | [Export("handleEvent:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomEventPhase.cs type DomEventPhase (line 3) | public enum DomEventPhase : ushort FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomHtmlCollection.cs class DomHtmlCollection (line 10) | [Register("DOMHTMLCollection", true)] method DomHtmlCollection (line 40) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomHtmlCollection (line 55) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomHtmlCollection (line 61) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetItem (line 67) | [Export("item:")] method GetNamedItem (line 77) | [Export("namedItem:")] method GetTags (line 90) | [Export("tags:")] method GetEnumerator (line 103) | public IEnumerator GetEnumerator() method GetEnumerator (line 108) | IEnumerator IEnumerable.GetEnumerator() FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomHtmlDocument.cs class DomHtmlDocument (line 8) | [Register("DOMHTMLDocument", true)] method DomHtmlDocument (line 373) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomHtmlDocument (line 388) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomHtmlDocument (line 394) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Open (line 400) | [Export("open")] method Close (line 413) | [Export("close")] method Write (line 426) | [Export("write:")] method Writeln (line 445) | [Export("writeln:")] method Clear (line 464) | [Export("clear")] method CaptureEvents (line 477) | [Export("captureEvents")] method ReleaseEvents (line 490) | [Export("releaseEvents")] method HasFocus (line 503) | [Export("hasFocus")] method Dispose (line 513) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomHtmlElement.cs class DomHtmlElement (line 8) | [Register("DOMHTMLElement", true)] method DomHtmlElement (line 437) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomHtmlElement (line 452) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomHtmlElement (line 458) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 464) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomHtmlInputElement.cs class DomHtmlInputElement (line 8) | [Register("DOMHTMLInputElement", true)] method DomHtmlInputElement (line 739) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomHtmlInputElement (line 754) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomHtmlInputElement (line 760) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Select (line 766) | [Export("select")] method SetSelectionRange (line 779) | [Export("setSelectionRange:end:")] method Click (line 792) | [Export("click")] method Dispose (line 805) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomHtmlTextAreaElement.cs class DomHtmlTextAreaElement (line 8) | [Register("DOMHTMLTextAreaElement", true)] method DomHtmlTextAreaElement (line 321) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomHtmlTextAreaElement (line 336) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomHtmlTextAreaElement (line 342) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Blur (line 348) | [Export("blur")] method Focus (line 361) | [Export("focus")] method Select (line 374) | [Export("select")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomImplementation.cs class DomImplementation (line 8) | [Register("DOMImplementation", true)] method DomImplementation (line 25) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomImplementation (line 40) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomImplementation (line 46) | [EditorBrowsable(EditorBrowsableState.Advanced)] method HasFeature (line 52) | [Export("hasFeature:version:")] method CreateDocumentType (line 71) | [Export("createDocumentType:publicId:systemId:")] method CreateDocument (line 96) | [Export("createDocument:qualifiedName:doctype:")] method CreateCssStyleSheet (line 119) | [Export("createCSSStyleSheet:media:")] method CreateHtmlDocument (line 138) | [Export("createHTMLDocument:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomMediaList.cs class DomMediaList (line 10) | [Register("DOMMediaList", true)] method DomMediaList (line 75) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomMediaList (line 90) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomMediaList (line 96) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetItem (line 102) | [Export("item:")] method DeleteMedium (line 112) | [Export("deleteMedium:")] method AppendMedium (line 131) | [Export("appendMedium:")] method GetEnumerator (line 150) | public IEnumerator GetEnumerator() method GetEnumerator (line 155) | IEnumerator IEnumerable.GetEnumerator() FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomNamedNodeMap.cs class DomNamedNodeMap (line 10) | [Register("DOMNamedNodeMap", true)] method DomNamedNodeMap (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomNamedNodeMap (line 65) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomNamedNodeMap (line 71) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetNamedItem (line 77) | [Export("getNamedItem:")] method SetNamedItem (line 90) | [Export("setNamedItem:")] method RemoveNamedItem (line 104) | [Export("removeNamedItem:")] method GetItem (line 117) | [Export("item:")] method GetNamedItemNS (line 127) | [Export("getNamedItemNS:localName:")] method SetNamedItemNS (line 146) | [Export("setNamedItemNS:")] method RemoveNamedItemNS (line 160) | [Export("removeNamedItemNS:localName:")] method GetEnumerator (line 179) | public IEnumerator GetEnumerator() method GetEnumerator (line 184) | IEnumerator IEnumerable.GetEnumerator() FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomNode.cs class DomNode (line 8) | [Register("DOMNode", true)] class DomNodeEventProxy (line 11) | internal class DomNodeEventProxy : DomEventListener method DomNodeEventProxy (line 17) | public DomNodeEventProxy(DomNode root, DomEventListenerHandler handler) method HandleEvent (line 23) | public override void HandleEvent(DomEvent evt) class DomNodeEventProxy2 (line 29) | internal class DomNodeEventProxy2 : DomEventListener method DomNodeEventProxy2 (line 33) | public DomNodeEventProxy2(Action callback) method HandleEvent (line 38) | public override void HandleEvent(DomEvent evt) method AddEventListener (line 396) | public DomEventListener AddEventListener(string type, DomEventListener... method AddEventListener (line 407) | public DomEventListener AddEventListener(string type, Action... method DomNode (line 418) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomNode (line 433) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomNode (line 439) | [EditorBrowsable(EditorBrowsableState.Advanced)] method InsertBefore (line 445) | [Export("insertBefore:refChild:")] method ReplaceChild (line 459) | [Export("replaceChild:oldChild:")] method RemoveChild (line 477) | [Export("removeChild:")] method AppendChild (line 491) | [Export("appendChild:")] method HasChildNodes (line 505) | [Export("hasChildNodes")] method CloneNode (line 515) | [Export("cloneNode:")] method Normalize (line 525) | [Export("normalize")] method IsSupported (line 538) | [Export("isSupported:version:")] method HasAttributes (line 557) | [Export("hasAttributes")] method IsSameNode (line 567) | [Export("isSameNode:")] method IsEqualNode (line 577) | [Export("isEqualNode:")] method LookupPrefix (line 587) | [Export("lookupPrefix:")] method IsDefaultNamespace (line 600) | [Export("isDefaultNamespace:")] method LookupNamespace (line 613) | [Export("lookupNamespaceURI:")] method CompareDocumentPosition (line 626) | [Export("compareDocumentPosition:")] method AddEventListener (line 640) | [Export("addEventListener:listener:useCapture:")] method RemoveEventListener (line 663) | [Export("removeEventListener:listener:useCapture:")] method DispatchEvent (line 686) | [Export("dispatchEvent:")] method Dispose (line 700) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomNodeList.cs class DomNodeList (line 10) | [Register("DOMNodeList", true)] method DomNodeList (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomNodeList (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomNodeList (line 57) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetItem (line 63) | [Export("item:")] method GetEnumerator (line 73) | public IEnumerator GetEnumerator() method GetEnumerator (line 78) | IEnumerator IEnumerable.GetEnumerator() FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomNodeType.cs type DomNodeType (line 3) | public enum DomNodeType : ushort FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomObject.cs class DomObject (line 8) | [Register("DOMObject", true)] method DomObject (line 15) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomObject (line 30) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomObject (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomProcessingInstruction.cs class DomProcessingInstruction (line 8) | [Register("DOMProcessingInstruction", true)] method DomProcessingInstruction (line 78) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomProcessingInstruction (line 93) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomProcessingInstruction (line 99) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 105) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomRange.cs class DomRange (line 8) | [Register("DOMRange", true)] method DomRange (line 160) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomRange (line 175) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomRange (line 181) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SetStart (line 187) | [Export("setStart:offset:")] method SetEnd (line 204) | [Export("setEnd:offset:")] method SetStartBefore (line 221) | [Export("setStartBefore:")] method SetStartAfter (line 238) | [Export("setStartAfter:")] method SetEndBefore (line 255) | [Export("setEndBefore:")] method SetEndAfter (line 272) | [Export("setEndAfter:")] method Collapse (line 289) | [Export("collapse:")] method SelectNode (line 302) | [Export("selectNode:")] method SelectNodeContents (line 319) | [Export("selectNodeContents:")] method CompareBoundaryPoints (line 336) | [Export("compareBoundaryPoints:sourceRange:")] method DeleteContents (line 350) | [Export("deleteContents")] method ExtractContents (line 363) | [Export("extractContents")] method CloneContents (line 373) | [Export("cloneContents")] method InsertNode (line 383) | [Export("insertNode:")] method SurroundContents (line 400) | [Export("surroundContents:")] method CloneRange (line 417) | [Export("cloneRange")] method ToString (line 427) | [Export("toString")] method Detach (line 437) | [Export("detach")] method CreateContextualFragment (line 450) | [Export("createContextualFragment:")] method IntersectsNode (line 463) | [Export("intersectsNode:")] method CompareNode (line 477) | [Export("compareNode:")] method ComparePoint (line 491) | [Export("comparePoint:offset:")] method IsPointInRange (line 505) | [Export("isPointInRange:offset:")] method Dispose (line 519) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomRangeCompareHow.cs type DomRangeCompareHow (line 3) | public enum DomRangeCompareHow : ushort FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomStyleSheet.cs class DomStyleSheet (line 8) | [Register("DOMStyleSheet", true)] method DomStyleSheet (line 128) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomStyleSheet (line 143) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomStyleSheet (line 149) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 155) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomStyleSheetList.cs class DomStyleSheetList (line 10) | [Register("DOMStyleSheetList", true)] method DomStyleSheetList (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomStyleSheetList (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomStyleSheetList (line 57) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetItem (line 63) | [Export("item:")] method GetEnumerator (line 73) | public IEnumerator GetEnumerator() method GetEnumerator (line 78) | IEnumerator IEnumerable.GetEnumerator() FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/DomText.cs class DomText (line 8) | [Register("DOMText", true)] method DomText (line 34) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomText (line 49) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DomText (line 55) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SplitText (line 61) | [Export("splitText:")] method ReplaceWholeText (line 71) | [Export("replaceWholeText:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IIndexedContainer.cs type IIndexedContainer (line 3) | public interface IIndexedContainer FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWKHttpCookieStoreObserver.cs type IWKHttpCookieStoreObserver (line 5) | [Protocol(Name = "WKHTTPCookieStoreObserver", WrapperType = typeof(WKHtt... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWKNavigationDelegate.cs type IWKNavigationDelegate (line 5) | [Protocol(Name = "WKNavigationDelegate", WrapperType = typeof(WKNavigati... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWKScriptMessageHandler.cs type IWKScriptMessageHandler (line 6) | [Protocol(Name = "WKScriptMessageHandler", WrapperType = typeof(WKScript... method DidReceiveScriptMessage (line 14) | [Export("userContentController:didReceiveScriptMessage:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWKUIDelegate.cs type IWKUIDelegate (line 6) | [Protocol(Name = "WKUIDelegate", WrapperType = typeof(WKUIDelegateWrappe... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWKUrlSchemeHandler.cs type IWKUrlSchemeHandler (line 6) | [Protocol(Name = "WKURLSchemeHandler", WrapperType = typeof(WKUrlSchemeH... method StartUrlSchemeTask (line 19) | [Export("webView:startURLSchemeTask:")] method StopUrlSchemeTask (line 23) | [Export("webView:stopURLSchemeTask:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWKUrlSchemeTask.cs type IWKUrlSchemeTask (line 7) | [Protocol(Name = "WKURLSchemeTask", WrapperType = typeof(WKUrlSchemeTask... method DidReceiveResponse (line 22) | [Export("didReceiveResponse:")] method DidReceiveData (line 26) | [Export("didReceiveData:")] method DidFinish (line 30) | [Export("didFinish")] method DidFailWithError (line 34) | [Export("didFailWithError:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWebDocumentRepresentation.cs type IWebDocumentRepresentation (line 6) | [Protocol(Name = "WebDocumentRepresentation", WrapperType = typeof(WebDo... method SetDataSource (line 45) | [Export("setDataSource:")] method ReceivedData (line 49) | [Export("receivedData:withDataSource:")] method ReceivedError (line 53) | [Export("receivedError:withDataSource:")] method FinishedLoading (line 57) | [Export("finishedLoadingWithDataSource:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWebDownloadDelegate.cs type IWebDownloadDelegate (line 7) | [Protocol(Name = "WebDownloadDelegate", WrapperType = typeof(WebDownload... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWebFrameLoadDelegate.cs type IWebFrameLoadDelegate (line 8) | [Protocol(Name = "WebFrameLoadDelegate", WrapperType = typeof(WebFrameLo... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWebOpenPanelResultListener.cs type IWebOpenPanelResultListener (line 6) | [Protocol(Name = "WebOpenPanelResultListener", WrapperType = typeof(WebO... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWebPolicyDecisionListener.cs type IWebPolicyDecisionListener (line 6) | [Protocol(Name = "WebPolicyDecisionListener", WrapperType = typeof(WebPo... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWebPolicyDelegate.cs type IWebPolicyDelegate (line 6) | [Protocol(Name = "WebPolicyDelegate", WrapperType = typeof(WebPolicyDele... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IWebResourceLoadDelegate.cs type IWebResourceLoadDelegate (line 6) | [Protocol(Name = "WebResourceLoadDelegate", WrapperType = typeof(WebReso... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/IndexedContainerEnumerator.cs class IndexedContainerEnumerator (line 7) | internal class IndexedContainerEnumerator : IEnumerator, IEnumerat... method IndexedContainerEnumerator (line 17) | public IndexedContainerEnumerator(IIndexedContainer container) method Dispose (line 23) | public void Dispose() method MoveNext (line 28) | public bool MoveNext() method Reset (line 33) | public void Reset() FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/NSUrlSessionAuthChallengeDisposition.cs type NSUrlSessionAuthChallengeDisposition (line 2) | public enum NSUrlSessionAuthChallengeDisposition : long FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKAudiovisualMediaTypes.cs type WKAudiovisualMediaTypes (line 3) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKBackForwardList.cs class WKBackForwardList (line 7) | [Register("WKBackForwardList", true)] method WKBackForwardList (line 32) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKBackForwardList (line 38) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ItemAtIndex (line 104) | [Export("itemAtIndex:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKBackForwardListItem.cs class WKBackForwardListItem (line 7) | [Register("WKBackForwardListItem", true)] method WKBackForwardListItem (line 23) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKBackForwardListItem (line 29) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKContentMode.cs type WKContentMode (line 3) | public enum WKContentMode : long FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKContentRuleList.cs class WKContentRuleList (line 7) | [Register("WKContentRuleList", true)] method WKContentRuleList (line 17) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKContentRuleList (line 25) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKContentRuleList (line 31) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKContentRuleListStore.cs class WKContentRuleListStore (line 11) | [Register("WKContentRuleListStore", true)] method WKContentRuleListStore (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKContentRuleListStore (line 59) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKContentRuleListStore (line 65) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CompileContentRuleList (line 71) | [Export("compileContentRuleListForIdentifier:encodedContentRuleList:co... method CompileContentRuleListAsync (line 104) | public virtual Task CompileContentRuleListAsync(str... method FromUrl (line 121) | [Export("storeWithURL:")] method GetAvailableContentRuleListIdentifiers (line 131) | [Export("getAvailableContentRuleListIdentifiers:")] method GetAvailableContentRuleListIdentifiersAsync (line 152) | public virtual Task GetAvailableContentRuleListIdentifiersAs... method LookUpContentRuleList (line 162) | [Export("lookUpContentRuleListForIdentifier:completionHandler:")] method LookUpContentRuleListAsync (line 189) | public virtual Task LookUpContentRuleListAsync(stri... method RemoveContentRuleList (line 206) | [Export("removeContentRuleListForIdentifier:completionHandler:")] method RemoveContentRuleListAsync (line 233) | public virtual Task RemoveContentRuleListAsync(string identifier) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKContentWorld.cs class WKContentWorld (line 9) | [Register("WKContentWorld", true)] method WKContentWorld (line 47) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKContentWorld (line 53) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Create (line 59) | [Export("worldWithName:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKErrorCode.cs type WKErrorCode (line 2) | public enum WKErrorCode : long FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKErrorCodeExtensions.cs class WKErrorCodeExtensions (line 5) | public static class WKErrorCodeExtensions method GetDomain (line 10) | public static NSString? GetDomain(this WKErrorCode self) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKFindConfiguration.cs class WKFindConfiguration (line 8) | [Register("WKFindConfiguration", true)] method WKFindConfiguration (line 88) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKFindConfiguration (line 96) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKFindConfiguration (line 102) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Copy (line 108) | [Export("copyWithZone:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKFindResult.cs class WKFindResult (line 8) | [Register("WKFindResult", true)] method WKFindResult (line 27) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKFindResult (line 33) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Copy (line 39) | [Export("copyWithZone:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKFrameInfo.cs class WKFrameInfo (line 7) | [Register("WKFrameInfo", true)] method WKFrameInfo (line 30) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKFrameInfo (line 38) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKFrameInfo (line 44) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Copy (line 98) | [Export("copyWithZone:")] method Dispose (line 108) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKFullscreenState.cs type WKFullscreenState (line 4) | [Native] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKHttpCookieStore.cs class WKHttpCookieStore (line 8) | [Register("WKHTTPCookieStore", true)] method WKHttpCookieStore (line 30) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKHttpCookieStore (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddObserver (line 42) | [Export("addObserver:")] method DeleteCookie (line 54) | [Export("deleteCookie:completionHandler:")] method DeleteCookieAsync (line 78) | public virtual Task DeleteCookieAsync(NSHttpCookie cookie) method GetAllCookies (line 88) | [Export("getAllCookies:")] method GetAllCookiesAsync (line 105) | public virtual Task GetAllCookiesAsync() method RemoveObserver (line 115) | [Export("removeObserver:")] method SetCookie (line 127) | [Export("setCookie:completionHandler:")] method SetCookieAsync (line 151) | public virtual Task SetCookieAsync(NSHttpCookie cookie) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKHttpCookieStoreObserverWrapper.cs class WKHttpCookieStoreObserverWrapper (line 5) | internal class WKHttpCookieStoreObserverWrapper : BaseWrapper, IWKHttpCo... method WKHttpCookieStoreObserverWrapper (line 7) | [Preserve(Conditional = true)] method WKHttpCookieStoreObserverWrapper (line 13) | [Preserve(Conditional = false)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKHttpCookieStoreObserver_Extensions.cs class WKHttpCookieStoreObserver_Extensions (line 5) | public static class WKHttpCookieStoreObserver_Extensions method CookiesDidChangeInCookieStore (line 7) | public static void CookiesDidChangeInCookieStore(this IWKHttpCookieSto... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKMediaCaptureState.cs type WKMediaCaptureState (line 5) | [Native] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKNavigation.cs class WKNavigation (line 7) | [Register("WKNavigation", true)] method WKNavigation (line 18) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKNavigation (line 26) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKNavigation (line 32) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKNavigationAction.cs class WKNavigationAction (line 8) | [Register("WKNavigationAction", true)] method WKNavigationAction (line 39) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKNavigationAction (line 47) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKNavigationAction (line 53) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKNavigationActionPolicy.cs type WKNavigationActionPolicy (line 2) | public enum WKNavigationActionPolicy : long FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKNavigationDelegate.cs class WKNavigationDelegate (line 8) | [Protocol] method WKNavigationDelegate (line 13) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKNavigationDelegate (line 22) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKNavigationDelegate (line 29) | [EditorBrowsable(EditorBrowsableState.Advanced)] method ContentProcessDidTerminate (line 36) | [Export("webViewWebContentProcessDidTerminate:")] method DecidePolicy (line 42) | [Export("webView:decidePolicyForNavigationAction:decisionHandler:")] method DecidePolicy (line 48) | [Export("webView:decidePolicyForNavigationResponse:decisionHandler:")] method DecidePolicy (line 54) | [Export("webView:decidePolicyForNavigationAction:preferences:decisionH... method DidCommitNavigation (line 60) | [Export("webView:didCommitNavigation:")] method DidFailNavigation (line 66) | [Export("webView:didFailNavigation:withError:")] method DidFailProvisionalNavigation (line 72) | [Export("webView:didFailProvisionalNavigation:withError:")] method DidFinishNavigation (line 78) | [Export("webView:didFinishNavigation:")] method DidReceiveAuthenticationChallenge (line 84) | [Export("webView:didReceiveAuthenticationChallenge:completionHandler:")] method DidReceiveServerRedirectForProvisionalNavigation (line 90) | [Export("webView:didReceiveServerRedirectForProvisionalNavigation:")] method DidStartProvisionalNavigation (line 96) | [Export("webView:didStartProvisionalNavigation:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKNavigationDelegateWrapper.cs class WKNavigationDelegateWrapper (line 6) | internal sealed class WKNavigationDelegateWrapper : BaseWrapper, IWKNavi... method WKNavigationDelegateWrapper (line 8) | [Preserve(Conditional = true)] method WKNavigationDelegateWrapper (line 14) | [Preserve(Conditional = false)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKNavigationDelegate_Extensions.cs class WKNavigationDelegate_Extensions (line 7) | public static class WKNavigationDelegate_Extensions method DecidePolicy (line 9) | public unsafe static void DecidePolicy(this IWKNavigationDelegate This... method DecidePolicy (line 30) | public unsafe static void DecidePolicy(this IWKNavigationDelegate This... method DecidePolicy (line 51) | public unsafe static void DecidePolicy(this IWKNavigationDelegate This... method DidStartProvisionalNavigation (line 76) | public static void DidStartProvisionalNavigation(this IWKNavigationDel... method DidReceiveServerRedirectForProvisionalNavigation (line 89) | public static void DidReceiveServerRedirectForProvisionalNavigation(th... method DidFailProvisionalNavigation (line 102) | public static void DidFailProvisionalNavigation(this IWKNavigationDele... method DidCommitNavigation (line 119) | public static void DidCommitNavigation(this IWKNavigationDelegate This... method DidFinishNavigation (line 132) | public static void DidFinishNavigation(this IWKNavigationDelegate This... method DidFailNavigation (line 145) | public static void DidFailNavigation(this IWKNavigationDelegate This, ... method DidReceiveAuthenticationChallenge (line 162) | public unsafe static void DidReceiveAuthenticationChallenge(this IWKNa... method ContentProcessDidTerminate (line 183) | public static void ContentProcessDidTerminate(this IWKNavigationDelega... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKNavigationResponse.cs class WKNavigationResponse (line 7) | [Register("WKNavigationResponse", true)] method WKNavigationResponse (line 23) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKNavigationResponse (line 31) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKNavigationResponse (line 37) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKNavigationResponsePolicy.cs type WKNavigationResponsePolicy (line 2) | public enum WKNavigationResponsePolicy : long FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKNavigationType.cs type WKNavigationType (line 2) | public enum WKNavigationType : long FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKOpenPanelParameters.cs class WKOpenPanelParameters (line 7) | [Register("WKOpenPanelParameters", true)] method WKOpenPanelParameters (line 22) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKOpenPanelParameters (line 30) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKOpenPanelParameters (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKPreferences.cs class WKPreferences (line 8) | [Register("WKPreferences", true)] method WKPreferences (line 63) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKPreferences (line 71) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKPreferences (line 79) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKPreferences (line 85) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKProcessPool.cs class WKProcessPool (line 7) | [Register("WKProcessPool", true)] method WKProcessPool (line 20) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKProcessPool (line 28) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKProcessPool (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKProcessPool (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKScriptMessage.cs class WKScriptMessage (line 7) | [Register("WKScriptMessage", true)] method WKScriptMessage (line 28) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKScriptMessage (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKScriptMessage (line 42) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Dispose (line 98) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKScriptMessageHandler.cs class WKScriptMessageHandler (line 7) | [Protocol] method WKScriptMessageHandler (line 12) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKScriptMessageHandler (line 21) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKScriptMessageHandler (line 28) | [EditorBrowsable(EditorBrowsableState.Advanced)] method DidReceiveScriptMessage (line 35) | [Export("userContentController:didReceiveScriptMessage:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKScriptMessageHandlerWrapper.cs class WKScriptMessageHandlerWrapper (line 6) | internal class WKScriptMessageHandlerWrapper : BaseWrapper, IWKScriptMes... method WKScriptMessageHandlerWrapper (line 8) | [Preserve(Conditional = true)] method WKScriptMessageHandlerWrapper (line 14) | [Preserve(Conditional = false)] method DidReceiveScriptMessage (line 20) | [Export("userContentController:didReceiveScriptMessage:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKSecurityOrigin.cs class WKSecurityOrigin (line 7) | [Register("WKSecurityOrigin", true)] method WKSecurityOrigin (line 23) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKSecurityOrigin (line 29) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKSelectionGranularity.cs type WKSelectionGranularity (line 3) | public enum WKSelectionGranularity : long FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKSnapshotConfiguration.cs class WKSnapshotConfiguration (line 8) | [Register("WKSnapshotConfiguration", true)] method WKSnapshotConfiguration (line 36) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKSnapshotConfiguration (line 44) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKSnapshotConfiguration (line 50) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Copy (line 140) | [Export("copyWithZone:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKUIDelegate.cs class WKUIDelegate (line 8) | [Protocol] method WKUIDelegate (line 13) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKUIDelegate (line 22) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKUIDelegate (line 29) | [EditorBrowsable(EditorBrowsableState.Advanced)] method CreateWebView (line 36) | [Export("webView:createWebViewWithConfiguration:forNavigationAction:wi... method DidClose (line 42) | [Export("webViewDidClose:")] method RunJavaScriptAlertPanel (line 48) | [Export("webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:c... method RunJavaScriptConfirmPanel (line 54) | [Export("webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame... method RunJavaScriptTextInputPanel (line 60) | [Export("webView:runJavaScriptTextInputPanelWithPrompt:defaultText:ini... method RunOpenPanel (line 66) | [Export("webView:runOpenPanelWithParameters:initiatedByFrame:completio... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKUIDelegateWrapper.cs class WKUIDelegateWrapper (line 6) | internal sealed class WKUIDelegateWrapper : BaseWrapper, IWKUIDelegate method WKUIDelegateWrapper (line 8) | [Preserve(Conditional = true)] method WKUIDelegateWrapper (line 14) | [Preserve(Conditional = false)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKUIDelegate_Extensions.cs class WKUIDelegate_Extensions (line 10) | public static class WKUIDelegate_Extensions method CreateWebView (line 12) | public static WKWebView CreateWebView(this IWKUIDelegate This, WKWebVi... method RunJavaScriptAlertPanel (line 33) | public unsafe static void RunJavaScriptAlertPanel(this IWKUIDelegate T... method RunJavaScriptConfirmPanel (line 60) | public unsafe static void RunJavaScriptConfirmPanel(this IWKUIDelegate... method RunJavaScriptTextInputPanel (line 87) | public unsafe static void RunJavaScriptTextInputPanel(this IWKUIDelega... method RunOpenPanel (line 116) | public unsafe static void RunOpenPanel(this IWKUIDelegate This, WKWebV... method DidClose (line 141) | public static void DidClose(this IWKUIDelegate This, WKWebView webView) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKUrlSchemeHandlerWrapper.cs class WKUrlSchemeHandlerWrapper (line 6) | internal sealed class WKUrlSchemeHandlerWrapper : BaseWrapper, IWKUrlSch... method WKUrlSchemeHandlerWrapper (line 8) | [Preserve(Conditional = true)] method WKUrlSchemeHandlerWrapper (line 14) | [Preserve(Conditional = false)] method StartUrlSchemeTask (line 20) | [Export("webView:startURLSchemeTask:")] method StopUrlSchemeTask (line 32) | [Export("webView:stopURLSchemeTask:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKUrlSchemeTaskWrapper.cs class WKUrlSchemeTaskWrapper (line 6) | internal sealed class WKUrlSchemeTaskWrapper : BaseWrapper, IWKUrlScheme... method WKUrlSchemeTaskWrapper (line 8) | [Preserve(Conditional = true)] method WKUrlSchemeTaskWrapper (line 14) | [Preserve(Conditional = false)] method DidReceiveResponse (line 29) | [Export("didReceiveResponse:")] method DidReceiveData (line 38) | [Export("didReceiveData:")] method DidFinish (line 47) | [Export("didFinish")] method DidFailWithError (line 53) | [Export("didFailWithError:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKUserContentController.cs class WKUserContentController (line 7) | [Register("WKUserContentController", true)] method WKUserContentController (line 44) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKUserContentController (line 52) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKUserContentController (line 60) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKUserContentController (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddContentRuleList (line 84) | [Export("addContentRuleList:")] method AddScriptMessageHandler (line 101) | [Export("addScriptMessageHandler:name:")] method AddUserScript (line 129) | [Export("addUserScript:")] method RemoveAllContentRuleLists (line 146) | [Export("removeAllContentRuleLists")] method RemoveAllUserScripts (line 159) | [Export("removeAllUserScripts")] method RemoveContentRuleList (line 172) | [Export("removeContentRuleList:")] method RemoveScriptMessageHandler (line 189) | [Export("removeScriptMessageHandlerForName:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKUserScript.cs class WKUserScript (line 7) | [Register("WKUserScript", true)] method WKUserScript (line 29) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKUserScript (line 35) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKUserScript (line 41) | [Export("initWithSource:injectionTime:forMainFrameOnly:")] method Copy (line 91) | [Export("copyWithZone:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKUserScriptInjectionTime.cs type WKUserScriptInjectionTime (line 3) | public enum WKUserScriptInjectionTime : long FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKWebView.cs class WKWebView (line 13) | [Register(nameof(WKWebView), true)] method WKWebView (line 177) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebView (line 185) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebView (line 191) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebView (line 197) | [Export(selInitWithFrame_Configuration_)] method EvaluateJavaScript (line 589) | [Export(selEvaluateJavaScript_CompletionHandler_)] method EvaluateJavaScriptAsync (line 613) | public virtual Task EvaluateJavaScriptAsync(NSString javascr... method EvaluateJavaScript (line 630) | public void EvaluateJavaScript(string javascript, WKJavascriptEvaluati... method EvaluateJavaScriptAsync (line 632) | public Task EvaluateJavaScriptAsync(string javascript) method EvaluateJavaScript (line 645) | [Export(selEvaluateJavaScript_InFrame_InContentWorld_CompletionHandler_)] method EvaluateJavaScriptAsync (line 677) | public virtual Task EvaluateJavaScriptAsync(string javaScrip... method CallAsyncJavaScript (line 694) | [Export(selCallAsyncJavaScript_Arguments_InFrame_InContentWorld_Comple... method CallAsyncJavaScriptAsync (line 723) | public virtual Task CallAsyncJavaScriptAsync(string function... method CreateWebArchive (line 736) | [Export(selCreateWebArchiveDataWithCompletionHandler_)] method CreateWebArchiveAsync (line 753) | public virtual Task CreateWebArchiveAsync() method GoBack (line 766) | [Export(selGoBack)] method GoForward (line 775) | [Export(selGoForward)] method GoTo (line 784) | [Export(selGoToBackForwardListItem_)] method HandlesUrlScheme (line 796) | [Export(selHandlesURLScheme_)] method LoadData (line 808) | [Export(selLoadData_MIMEType_CharacterEncodingName_BaseURL_)] method LoadFileRequest (line 832) | [Export(selLoadFileRequest_AllowingReadAccessToURL_)] method LoadFileUrl (line 843) | [Export(selLoadFileURL_AllowingReadAccessToURL_)] method LoadHtmlString (line 858) | [Export(selLoadHTMLString_BaseURL_)] method LoadHtmlString (line 870) | public WKNavigation LoadHtmlString(string htmlString, NSUrl baseUrl) =... method LoadRequest (line 872) | [Export(selLoadRequest_)] method Reload (line 884) | [Export(selReload)] method ReloadFromOrigin (line 893) | [Export(selReloadFromOrigin)] method SetMagnification (line 902) | [Export(selSetMagnification_CenteredAtPoint_)] method StopLoading (line 911) | [Export(selStopLoading)] method TakeSnapshot (line 920) | [Export(selTakeSnapshotWithConfiguration_CompletionHandler_)] method TakeSnapshotAsync (line 938) | public virtual Task TakeSnapshotAsync(WKSnapshotConfiguration... method ValidateUserInterfaceItem (line 951) | [Export(selValidateUserInterfaceItem_)] method Find (line 963) | [Export(selFindString_WithConfiguration_completionHandler_)] method FindAsync (line 987) | public virtual Task FindAsync(string @string, WKFindConf... method Dispose (line 997) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKWebViewConfiguration.cs class WKWebViewConfiguration (line 7) | [Register("WKWebViewConfiguration", true)] method WKWebViewConfiguration (line 83) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebViewConfiguration (line 91) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebViewConfiguration (line 99) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebViewConfiguration (line 106) | [EditorBrowsable(EditorBrowsableState.Advanced)] method Copy (line 365) | [Export("copyWithZone:")] method EncodeTo (line 375) | [Export("encodeWithCoder:")] method GetUrlSchemeHandler (line 388) | [Export("urlSchemeHandlerForURLScheme:")] method SetUrlSchemeHandler (line 401) | [Export("setURLSchemeHandler:forURLScheme:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKWebpagePreferences.cs class WKWebpagePreferences (line 7) | [Register("WKWebpagePreferences", true)] method WKWebpagePreferences (line 20) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebpagePreferences (line 29) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebpagePreferences (line 35) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKWebsiteDataRecord.cs class WKWebsiteDataRecord (line 7) | [Register("WKWebsiteDataRecord", true)] method WKWebsiteDataRecord (line 46) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebsiteDataRecord (line 54) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebsiteDataRecord (line 60) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKWebsiteDataStore.cs class WKWebsiteDataStore (line 8) | [Register("WKWebsiteDataStore", true)] method WKWebsiteDataStore (line 45) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebsiteDataStore (line 53) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebsiteDataStore (line 61) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWebsiteDataStore (line 67) | [EditorBrowsable(EditorBrowsableState.Advanced)] method FetchDataRecordsOfTypes (line 126) | [Export("fetchDataRecordsOfTypes:completionHandler:")] method FetchDataRecordsOfTypesAsync (line 151) | public virtual Task FetchDataRecordsOfTypesAsync(NSSet dataTypes, ... method RemoveDataOfTypes (line 202) | [Export("removeDataOfTypes:modifiedSince:completionHandler:")] method RemoveDataOfTypesAsync (line 231) | public virtual Task RemoveDataOfTypesAsync(NSSet websiteData... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKWebsiteDataType.cs class WKWebsiteDataType (line 6) | public static class WKWebsiteDataType FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WKWindowFeatures.cs class WKWindowFeatures (line 8) | [Register("WKWindowFeatures", true)] method WKWindowFeatures (line 55) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWindowFeatures (line 63) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WKWindowFeatures (line 69) | [EditorBrowsable(EditorBrowsableState.Advanced)] method NFloatValue (line 179) | private static nfloat? NFloatValue(NSNumber number) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebArchive.cs class WebArchive (line 8) | [Register("WebArchive", true)] method WebArchive (line 71) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebArchive (line 86) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebArchive (line 101) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebArchive (line 107) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebArchive (line 113) | [Export("initWithMainResource:subresources:subframeArchives:")] method WebArchive (line 139) | [Export("initWithData:")] method Dispose (line 157) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebBackForwardList.cs class WebBackForwardList (line 8) | [Register("WebBackForwardList", true)] method WebBackForwardList (line 96) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebBackForwardList (line 111) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebBackForwardList (line 126) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebBackForwardList (line 132) | [EditorBrowsable(EditorBrowsableState.Advanced)] method AddItem (line 138) | [Export("addItem:")] method GoBack (line 155) | [Export("goBack")] method GoForward (line 168) | [Export("goForward")] method GoToItem (line 181) | [Export("goToItem:")] method BackItem (line 198) | [Export("backItem")] method CurrentItem (line 208) | [Export("currentItem")] method ForwardItem (line 218) | [Export("forwardItem")] method BackListWithLimit (line 228) | [Export("backListWithLimit:")] method ForwardListWithLimit (line 238) | [Export("forwardListWithLimit:")] method ContainsItem (line 248) | [Export("containsItem:")] method ItemAtIndex (line 262) | [Export("itemAtIndex:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebCacheModel.cs type WebCacheModel (line 3) | public enum WebCacheModel FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebDataSource.cs class WebDataSource (line 8) | [Register("WebDataSource", true)] method WebDataSource (line 196) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDataSource (line 211) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDataSource (line 226) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDataSource (line 232) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDataSource (line 238) | [Export("initWithRequest:")] method SubresourceForUrl (line 256) | [Export("subresourceForURL:")] method AddSubresource (line 270) | [Export("addSubresource:")] method Dispose (line 287) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebDocumentRepresentation.cs class WebDocumentRepresentation (line 8) | [Register("WebDocumentRepresentation", true)] method WebDocumentRepresentation (line 30) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDocumentRepresentation (line 45) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDocumentRepresentation (line 60) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDocumentRepresentation (line 66) | [EditorBrowsable(EditorBrowsableState.Advanced)] method SetDataSource (line 72) | [Export("setDataSource:")] method ReceivedData (line 75) | [Export("receivedData:withDataSource:")] method ReceivedError (line 78) | [Export("receivedError:withDataSource:")] method FinishedLoading (line 81) | [Export("finishedLoadingWithDataSource:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebDocumentRepresentationWrapper.cs class WebDocumentRepresentationWrapper (line 6) | internal sealed class WebDocumentRepresentationWrapper : BaseWrapper, IW... method WebDocumentRepresentationWrapper (line 35) | [Preserve(Conditional = false)] method WebDocumentRepresentationWrapper (line 41) | [Preserve(Conditional = true)] method SetDataSource (line 47) | [Export("setDataSource:")] method ReceivedData (line 57) | [Export("receivedData:withDataSource:")] method ReceivedError (line 71) | [Export("receivedError:withDataSource:")] method FinishedLoading (line 85) | [Export("finishedLoadingWithDataSource:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebDownload.cs class WebDownload (line 8) | [Register("WebDownload", true)] method WebDownload (line 15) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDownload (line 30) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDownload (line 45) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDownload (line 51) | [EditorBrowsable(EditorBrowsableState.Advanced)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebDownloadDelegate.cs class WebDownloadDelegate (line 9) | [Register("WebDownloadDelegate", true)] method WebDownloadDelegate (line 13) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDownloadDelegate (line 28) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDownloadDelegate (line 43) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebDownloadDelegate (line 49) | [EditorBrowsable(EditorBrowsableState.Advanced)] method OnDownloadWindowForSheet (line 55) | [Export("downloadWindowForAuthenticationSheet:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebDownloadDelegateWrapper.cs class WebDownloadDelegateWrapper (line 5) | internal sealed class WebDownloadDelegateWrapper : BaseWrapper, IWebDown... method WebDownloadDelegateWrapper (line 7) | [Preserve(Conditional = true)] method WebDownloadDelegateWrapper (line 13) | [Preserve(Conditional = false)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebDragDestinationAction.cs type WebDragDestinationAction (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebDragSourceAction.cs type WebDragSourceAction (line 5) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebFailureToImplementPolicyEventArgs.cs class WebFailureToImplementPolicyEventArgs (line 6) | public class WebFailureToImplementPolicyEventArgs : EventArgs method WebFailureToImplementPolicyEventArgs (line 12) | public WebFailureToImplementPolicyEventArgs(NSError error, WebFrame fr... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebFrame.cs class WebFrame (line 8) | [Register("WebFrame", true)] method WebFrame (line 182) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebFrame (line 197) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebFrame (line 203) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebFrame (line 209) | [Export("initWithName:webFrameView:webView:")] method LoadRequest (line 237) | [Export("loadRequest:")] method LoadData (line 254) | [Export("loadData:MIMEType:textEncodingName:baseURL:")] method LoadHtmlString (line 287) | [Export("loadHTMLString:baseURL:")] method LoadAlternateHtmlString (line 304) | [Export("loadAlternateHTMLString:baseURL:forUnreachableURL:")] method LoadArchive (line 331) | [Export("loadArchive:")] method StopLoading (line 348) | [Export("stopLoading")] method Reload (line 361) | [Export("reload")] method ReloadFromOrigin (line 374) | [Export("reloadFromOrigin")] method FindFrameNamed (line 387) | [Export("findFrameNamed:")] method Dispose (line 400) | protected override void Dispose(bool disposing) method LoadHtmlString (line 417) | public void LoadHtmlString(string htmlString, NSUrl? baseUrl) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebFrameClientRedirectEventArgs.cs class WebFrameClientRedirectEventArgs (line 6) | public class WebFrameClientRedirectEventArgs : EventArgs method WebFrameClientRedirectEventArgs (line 16) | public WebFrameClientRedirectEventArgs(NSUrl toUrl, double secondsDela... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebFrameErrorEventArgs.cs class WebFrameErrorEventArgs (line 6) | public class WebFrameErrorEventArgs : EventArgs method WebFrameErrorEventArgs (line 12) | public WebFrameErrorEventArgs(NSError error, WebFrame forFrame) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebFrameEventArgs.cs class WebFrameEventArgs (line 5) | public class WebFrameEventArgs : EventArgs method WebFrameEventArgs (line 9) | public WebFrameEventArgs(WebFrame forFrame) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebFrameImageEventArgs.cs class WebFrameImageEventArgs (line 6) | public class WebFrameImageEventArgs : EventArgs method WebFrameImageEventArgs (line 12) | public WebFrameImageEventArgs(NSImage image, WebFrame forFrame) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebFrameLoadDelegate.cs class WebFrameLoadDelegate (line 9) | [Register("WebFrameLoadDelegate", true)] method WebFrameLoadDelegate (line 13) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebFrameLoadDelegate (line 28) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebFrameLoadDelegate (line 43) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebFrameLoadDelegate (line 49) | [EditorBrowsable(EditorBrowsableState.Advanced)] method StartedProvisionalLoad (line 55) | [Export("webView:didStartProvisionalLoadForFrame:")] method ReceivedServerRedirectForProvisionalLoad (line 61) | [Export("webView:didReceiveServerRedirectForProvisionalLoadForFrame:")] method FailedProvisionalLoad (line 67) | [Export("webView:didFailProvisionalLoadWithError:forFrame:")] method CommitedLoad (line 73) | [Export("webView:didCommitLoadForFrame:")] method ReceivedTitle (line 79) | [Export("webView:didReceiveTitle:forFrame:")] method ReceivedIcon (line 85) | [Export("webView:didReceiveIcon:forFrame:")] method FinishedLoad (line 91) | [Export("webView:didFinishLoadForFrame:")] method FailedLoadWithError (line 97) | [Export("webView:didFailLoadWithError:forFrame:")] method ChangedLocationWithinPage (line 103) | [Export("webView:didChangeLocationWithinPageForFrame:")] method WillPerformClientRedirect (line 109) | [Export("webView:willPerformClientRedirectToURL:delay:fireDate:forFram... method CanceledClientRedirect (line 115) | [Export("webView:didCancelClientRedirectForFrame:")] method WillCloseFrame (line 121) | [Export("webView:willCloseFrame:")] method ClearedWindowObject (line 127) | [Export("webView:didClearWindowObject:forFrame:")] method WindowScriptObjectAvailable (line 133) | [Export("webView:windowScriptObjectAvailable:")] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebFrameLoadDelegateWrapper.cs class WebFrameLoadDelegateWrapper (line 5) | internal sealed class WebFrameLoadDelegateWrapper : BaseWrapper, IWebFra... method WebFrameLoadDelegateWrapper (line 7) | [Preserve(Conditional = true)] method WebFrameLoadDelegateWrapper (line 13) | [Preserve(Conditional = false)] FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebFrameScriptFrameEventArgs.cs class WebFrameScriptFrameEventArgs (line 5) | public class WebFrameScriptFrameEventArgs : EventArgs method WebFrameScriptFrameEventArgs (line 11) | public WebFrameScriptFrameEventArgs(WebScriptObject windowObject, WebF... FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebFrameScriptObjectEventArgs.cs class WebFrameScriptObjectEventArgs (line 5) | public class WebFrameScriptObjectEventArgs : EventArgs method WebFrameScriptObjectEventArgs (line 9) | public WebFrameScriptObjectEventArgs(WebScriptObject windowScriptObject) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebFrameTitleEventArgs.cs class WebFrameTitleEventArgs (line 5) | public class WebFrameTitleEventArgs : EventArgs method WebFrameTitleEventArgs (line 11) | public WebFrameTitleEventArgs(string title, WebFrame forFrame) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebFrameView.cs class WebFrameView (line 9) | [Register("WebFrameView", true)] method WebFrameView (line 105) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebFrameView (line 120) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebFrameView (line 135) | [EditorBrowsable(EditorBrowsableState.Advanced)] method WebFrameView (line 141) | [EditorBrowsable(EditorBrowsableState.Advanced)] method GetPrintOperation (line 147) | [Export("printOperationWithPrintInfo:")] method PrintDocumentView (line 161) | [Export("printDocumentView")] method Dispose (line 174) | protected override void Dispose(bool disposing) FILE: Source/Platform/Mac/Xamarin.Mac/WebKit/WebHistoryItem.cs class WebHistoryItem (line 9) | [Register("WebHistoryItem", true)] class Notifications (line 12) | public static class Notifications method ObserveChanged (line 14) | public static NSObject ObserveChanged(EventHandler list) method Show (line 108) | public static void Show(Exception e) method Exit (line 123) | private static void Exit(int exitCode) method CollectExceptions (line 128) | private static void CollectExceptions(Exception ex, List ex... method ShowInternal (line 141) | private static bool ShowInternal(Exception e) method ShowInner (line 181) | private static void ShowInner(Exception e) FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/IntPtrEqualityComparer.cs class IntPtrEqualityComparer (line 2) | internal class IntPtrEqualityComparer : IEqualityComparer method Equals (line 4) | public bool Equals(IntPtr x, IntPtr y) method GetHashCode (line 9) | public int GetHashCode(IntPtr obj) FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/LinkerSafeAttribute.cs class LinkerSafeAttribute (line 5) | [AttributeUsage(AttributeTargets.Assembly)] FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/LogHelper.cs class LogHelper (line 5) | internal class LogHelper method NSLog_impl (line 7) | [DllImport("/System/Library/Frameworks/Foundation.framework/Foundation... method NSLog (line 10) | internal static void NSLog(string format, params object[] args) method NSLog (line 18) | private static void NSLog(IntPtr format, string s) FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/MavericksAttribute.cs class MavericksAttribute (line 5) | public class MavericksAttribute : Attribute FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/MonoNativeFunctionWrapperAttribute.cs class MonoNativeFunctionWrapperAttribute (line 3) | [AttributeUsage(AttributeTargets.Delegate)] FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/MonoPInvokeCallbackAttribute.cs class MonoPInvokeCallbackAttribute (line 3) | [AttributeUsage(AttributeTargets.Method)] method MonoPInvokeCallbackAttribute (line 6) | public MonoPInvokeCallbackAttribute(Type t) FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/NativeAttribute.cs class NativeAttribute (line 3) | [AttributeUsage(AttributeTargets.Enum)] method NativeAttribute (line 8) | public NativeAttribute() method NativeAttribute (line 12) | public NativeAttribute(string name) FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/OutletAttribute.cs class OutletAttribute (line 5) | [AttributeUsage(AttributeTargets.Property)] method OutletAttribute (line 8) | public OutletAttribute() method OutletAttribute (line 12) | public OutletAttribute(string name) FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/Platform.cs type Platform (line 2) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/PlatformArchitecture.cs type PlatformArchitecture (line 2) | [Flags] FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/PlatformHelper.cs class PlatformHelper (line 6) | public static class PlatformHelper method IsValid (line 18) | public static bool IsValid(this Platform platform) method ToVersion (line 74) | public static Platform ToVersion(this Platform platform) method ToMacVersion (line 79) | public static Platform ToMacVersion(this Platform platform) method ToIosVersion (line 84) | public static Platform ToIosVersion(this Platform platform) method ToArch (line 89) | public static Platform ToArch(this Platform platform) method ToMacArch (line 94) | public static Platform ToMacArch(this Platform platform) method ToIosArch (line 99) | public static Platform ToIosArch(this Platform platform) method CompareMacVersion (line 104) | public static int CompareMacVersion(this Platform a, Platform b) method CompareIosVersion (line 109) | public static int CompareIosVersion(this Platform a, Platform b) method IsMac (line 114) | public static bool IsMac(this Platform platform) method IsIos (line 119) | public static bool IsIos(this Platform platform) method Is64BitOnlyOnCurrentPlatform (line 124) | public static bool Is64BitOnlyOnCurrentPlatform(this Platform platform) method GetHostApiPlatform (line 129) | public static Platform GetHostApiPlatform() method ParseApiPlatform (line 140) | public static Platform ParseApiPlatform(string productName, string pro... method Gestalt (line 168) | [DllImport("/System/Library/Frameworks/Carbon.framework/Versions/Curre... method CheckSystemVersion (line 171) | public static bool CheckSystemVersion(int major, int minor) FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/PlatformName.cs type PlatformName (line 2) | public enum PlatformName : byte FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/ReleaseAttribute.cs class ReleaseAttribute (line 3) | [AttributeUsage(AttributeTargets.ReturnValue)] FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/RequiredFrameworkAttribute.cs class RequiredFrameworkAttribute (line 3) | [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)] method RequiredFrameworkAttribute (line 8) | public RequiredFrameworkAttribute(string name) FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/RuntimeException.cs class RuntimeException (line 2) | public class RuntimeException : Exception method RuntimeException (line 8) | public RuntimeException(string message, params object[] args) method RuntimeException (line 13) | public RuntimeException(int code, string message, params object[] args) method RuntimeException (line 18) | public RuntimeException(int code, bool error, string message, params o... method RuntimeException (line 23) | public RuntimeException(int code, bool error, Exception innerException... FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/Stret.cs class Stret (line 6) | internal class Stret method IsHomogeneousAggregateSmallEnough_Armv7k (line 8) | private static bool IsHomogeneousAggregateSmallEnough_Armv7k(Type t, i... method IsHomogeneousAggregateBaseType_Armv7k (line 13) | private static bool IsHomogeneousAggregateBaseType_Armv7k(Type t, obje... method IsHomogeneousAggregate_Armv7k (line 22) | private static bool IsHomogeneousAggregate_Armv7k(List fieldType... method ArmNeedStret (line 46) | public static bool ArmNeedStret(Type returnType, object generator) method X86NeedStret (line 89) | public static bool X86NeedStret(Type returnType, object generator) method X86_64NeedStret (line 108) | public static bool X86_64NeedStret(Type returnType, object generator) method GetValueTypeSize (line 118) | private static int GetValueTypeSize(Type type, List fieldTypes, ... method AlignAndAdd (line 144) | private static int AlignAndAdd(Type original_type, int size, int add, ... method IsBuiltInType (line 154) | private static bool IsBuiltInType(Type type) method IsBuiltInType (line 160) | private static bool IsBuiltInType(Type type, bool is_64_bits, out int ... method GetValueTypeSize (line 206) | private static void GetValueTypeSize(Type original_type, Type type, Li... method NeedStret (line 260) | public static bool NeedStret(Type returnType, object generator) FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/StringUtils.cs class StringUtils (line 4) | internal class StringUtils method StringUtils (line 12) | static StringUtils() method Quote (line 27) | public static string[] Quote(params string[] array) method Quote (line 41) | public static string Quote(string f) method QuoteForProcess (line 65) | public static string[] QuoteForProcess(IList arguments) method QuoteForProcess (line 74) | public static string[] QuoteForProcess(params string[] array) method QuoteForProcess (line 88) | public static string QuoteForProcess(string f) method FormatArguments (line 118) | public static string FormatArguments(params string[] arguments) method FormatArguments (line 123) | public static string FormatArguments(IList arguments) method Unquote (line 128) | public static string Unquote(string input) method TryParseArguments (line 151) | public static bool TryParseArguments(string quotedArguments, out strin... method GetArgument (line 175) | private static string GetArgument(StringBuilder builder, string buf, i... method ParseVersion (line 248) | public static Version ParseVersion(string v) method SanitizeObjectiveCName (line 257) | public static string SanitizeObjectiveCName(string name) FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/ThrowHelper.cs class ThrowHelper (line 5) | [EditorBrowsable(EditorBrowsableState.Never)] method ThrowArgumentException (line 8) | [DoesNotReturn] method ThrowArgumentException (line 14) | [DoesNotReturn] method ThrowArgumentNullException (line 20) | [DoesNotReturn] method ThrowArgumentNullException (line 26) | [DoesNotReturn] method ThrowArgumentOutOfRangeException (line 32) | [DoesNotReturn] method ThrowArgumentOutOfRangeException (line 38) | [DoesNotReturn] method ThrowObjectDisposedException (line 44) | [DoesNotReturn] FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/TransientAttribute.cs class TransientAttribute (line 2) | [AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)] FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/TypeEqualityComparer.cs class TypeEqualityComparer (line 3) | internal class TypeEqualityComparer : IEqualityComparer method Equals (line 5) | public bool Equals(Type x, Type y) method GetHashCode (line 10) | public int GetHashCode(Type obj) FILE: Source/Platform/Mac/Xamarin.Mac/Xamarin.Utiles/YosemiteAttribute.cs class YosemiteAttribute (line 3) | public class YosemiteAttribute : Attribute FILE: Source/Platform/Windows/Avalonia.WebView.Windows/AppBuilderExtensions.cs class AppBuilderExtensions (line 4) | public static class AppBuilderExtensions method UseWindowWebView (line 6) | public static AppBuilder UseWindowWebView(this AppBuilder appBuilder) FILE: Source/Platform/Windows/Avalonia.WebView.Windows/BlazorWebViewHandlerProvider.cs class BlazorWebViewHandlerProvider (line 3) | internal class BlazorWebViewHandlerProvider : IPlatformBlazorWebViewProv... method CreateFileProvider (line 7) | public IFileProvider CreateFileProvider(Assembly? assembly, string con... FILE: Source/Platform/Windows/Avalonia.WebView.Windows/Core/WebView2Core-assist.cs class WebView2Core (line 3) | partial class WebView2Core method VerifyNotDisposed (line 6) | void VerifyNotDisposed() method VerifyBrowserNotCrashed (line 12) | private void VerifyBrowserNotCrashed() method VerifyCoreWebView2 (line 18) | private void VerifyCoreWebView2() method ReparentController (line 24) | void ReparentController(CoreWebView2Controller coreWebView2Controller,... method SyncControllerWithParentWindow (line 42) | void SyncControllerWithParentWindow(CoreWebView2Controller coreWebView... method ResetWebViewSize (line 56) | void ResetWebViewSize(CoreWebView2Controller coreWebView2Controller) method ApplyDefaultWebViewSettings (line 72) | void ApplyDefaultWebViewSettings(CoreWebView2 coreWebView2) FILE: Source/Platform/Windows/Avalonia.WebView.Windows/Core/WebView2Core-core.cs class WebView2Core (line 8) | partial class WebView2Core method CreateEnvironmentAsync (line 10) | Task CreateEnvironmentAsync() method CreateCoreWebView2ControllerOptions (line 17) | CoreWebView2ControllerOptions? CreateCoreWebView2ControllerOptions(Cor... method SetEnvirmentDefaultBackground (line 29) | void SetEnvirmentDefaultBackground(Color color) => Environment.SetEnvi... method PrepareBlazorWebViewStarting (line 31) | Task PrepareBlazorWebViewStarting(IVirtualBlazorWebViewProvider provid... method ClearBlazorWebViewCompleted (line 45) | void ClearBlazorWebViewCompleted(CoreWebView2 coreWebView2) method CoreWebView2_WebResourceRequested (line 50) | private async void CoreWebView2_WebResourceRequested(object sender, Co... method GetHeaderString (line 55) | private protected string GetHeaderString(IDictionary h... method CoreWebView2_WebResourceRequestedAsync (line 57) | private Task CoreWebView2_WebResourceRequestedAsync(object sender, Cor... method CoreWebView2Controller_ZoomFactorChanged (line 85) | private void CoreWebView2Controller_ZoomFactorChanged(object sender, o... method CoreWebView2Controller_MoveFocusRequested (line 89) | private void CoreWebView2Controller_MoveFocusRequested(object sender, ... method CoreWebView2Controller_LostFocus (line 93) | private void CoreWebView2Controller_LostFocus(object sender, object e) method CoreWebView2Controller_GotFocus (line 97) | private void CoreWebView2Controller_GotFocus(object sender, object e) method CoreWebView2Controller_AcceleratorKeyPressed (line 101) | private void CoreWebView2Controller_AcceleratorKeyPressed(object sende... method CoreWebView2_DOMContentLoaded (line 105) | private async void CoreWebView2_DOMContentLoaded(object sender, CoreWe... method CoreWebView2_WebMessageReceived (line 121) | private void CoreWebView2_WebMessageReceived(object sender, CoreWebVie... method CoreWebView2_SourceChanged (line 134) | private void CoreWebView2_SourceChanged(object sender, CoreWebView2Sou... method CoreWebView2_ProcessFailed (line 138) | private void CoreWebView2_ProcessFailed(object sender, CoreWebView2Pro... method CoreWebView2_NavigationStarting (line 142) | private void CoreWebView2_NavigationStarting(object sender, CoreWebVie... method CoreWebView2_NavigationCompleted (line 153) | private void CoreWebView2_NavigationCompleted(object sender, CoreWebVi... method CoreWebView2_HistoryChanged (line 158) | private void CoreWebView2_HistoryChanged(object sender, object e) method CoreWebView2_ContentLoading (line 162) | private void CoreWebView2_ContentLoading(object sender, CoreWebView2Co... method CoreWebView2_NewWindowRequested (line 166) | private void CoreWebView2_NewWindowRequested(object sender, CoreWebVie... method Profile_Deleted (line 206) | private void Profile_Deleted(object sender, object e) FILE: Source/Platform/Windows/Avalonia.WebView.Windows/Core/WebView2Core-event.cs class WebView2Core (line 5) | partial class WebView2Core method RegisterEvents (line 7) | void RegisterEvents() method UnregisterEvents (line 13) | void UnregisterEvents() method RegisterWebViewEvents (line 19) | void RegisterWebViewEvents(CoreWebView2Controller coreWebView2Controller) method UnregisterWebViewEvents (line 49) | void UnregisterWebViewEvents(CoreWebView2Controller coreWebView2Contro... method HostControl_SizeChanged (line 81) | private void HostControl_SizeChanged(object sender, SizeChangedEventAr... method Handler_PlatformHandlerChanged (line 95) | private void Handler_PlatformHandlerChanged(object sender, EventArgs e) FILE: Source/Platform/Windows/Avalonia.WebView.Windows/Core/WebView2Core-override.cs class WebView2Core (line 3) | partial class WebView2Core method Initialize (line 17) | async Task IPlatformWebView.Initialize() method GoBack (line 85) | bool IWebViewControl.GoBack() method GoForward (line 98) | bool IWebViewControl.GoForward() method Navigate (line 111) | bool IWebViewControl.Navigate(Uri? uri) method NavigateToString (line 124) | bool IWebViewControl.NavigateToString(string htmlContent) method OpenDevToolsWindow (line 137) | bool IWebViewControl.OpenDevToolsWindow() method ExecuteScriptAsync (line 147) | async Task IWebViewControl.ExecuteScriptAsync(string javaScript) method PostWebMessageAsJson (line 161) | bool IWebViewControl.PostWebMessageAsJson(string webMessageAsJson, Uri... method PostWebMessageAsString (line 174) | bool IWebViewControl.PostWebMessageAsString(string webMessageAsString,... method Reload (line 187) | bool IWebViewControl.Reload() method Stop (line 197) | bool IWebViewControl.Stop() method Dispose (line 207) | protected virtual void Dispose(bool disposing) method Dispose (line 233) | void IDisposable.Dispose() method DisposeAsync (line 239) | ValueTask IAsyncDisposable.DisposeAsync() FILE: Source/Platform/Windows/Avalonia.WebView.Windows/Core/WebView2Core.cs class WebView2Core (line 3) | public partial class WebView2Core : IPlatformWebView method WebView2Core (line 5) | public WebView2Core(ViewHandler handler, IVirtualWebViewControlCallBac... FILE: Source/Platform/Windows/Avalonia.WebView.Windows/Helpers/BlazorScriptHelper.cs class BlazorScriptHelper (line 2) | internal static class BlazorScriptHelper FILE: Source/Platform/Windows/Avalonia.WebView.Windows/ViewHandlerProvider.cs class ViewHandlerProvider (line 2) | internal class ViewHandlerProvider : IViewHandlerProvider method CreatePlatformWebViewHandler (line 4) | IViewHandler IViewHandlerProvider.CreatePlatformWebViewHandler(IVirtua... FILE: Source/Platform/Windows/Avalonia.WebView.Windows/WebViewHandler.cs class WebViewHandler (line 3) | public class WebViewHandler : ViewHandler method WebViewHandler (line 5) | public WebViewHandler(IVirtualWebView virtualWebView, IVirtualWebViewC... method CreatePlatformHandler (line 13) | protected override HandleRef CreatePlatformHandler(IPlatformHandle par... method Disposing (line 19) | protected override void Disposing() FILE: Source/Platform/Windows/Microsoft.AspNetCore.Components.WebView.Wpf/AutoCloseOnReadCompleteStream.cs class AutoCloseOnReadCompleteStream (line 4) | internal class AutoCloseOnReadCompleteStream : Stream method AutoCloseOnReadCompleteStream (line 8) | public AutoCloseOnReadCompleteStream(Stream baseStream) method Flush (line 23) | public override void Flush() => _baseStream.Flush(); method Read (line 25) | public override int Read(byte[] buffer, int offset, int count) method Seek (line 40) | public override long Seek(long offset, SeekOrigin origin) => _baseStre... method SetLength (line 42) | public override void SetLength(long value) => _baseStream.SetLength(va... method Write (line 44) | public override void Write(byte[] buffer, int offset, int count) => _b... FILE: Source/Platform/Windows/Microsoft.AspNetCore.Components.WebView.Wpf/BlazorWebView.cs class BlazorWebView (line 15) | public class BlazorWebView : Control, IAsyncDisposable method BlazorWebView (line 75) | static BlazorWebView() method BlazorWebView (line 89) | public BlazorWebView() method OnServicesPropertyChanged (line 169) | private static void OnServicesPropertyChanged(DependencyObject d, Depe... method OnServicesPropertyChanged (line 171) | private void OnServicesPropertyChanged(DependencyPropertyChangedEventA... method OnHostPagePropertyChanged (line 173) | private static void OnHostPagePropertyChanged(DependencyObject d, Depe... method OnHostPagePropertyChanged (line 175) | private void OnHostPagePropertyChanged(DependencyPropertyChangedEventA... method OnIsTabStopPropertyChanged (line 177) | private static void OnIsTabStopPropertyChanged(DependencyObject d, Dep... method OnIsTabStopPropertyChanged (line 179) | private void OnIsTabStopPropertyChanged(DependencyPropertyChangedEvent... method ApplyTabNavigation (line 181) | private void ApplyTabNavigation(bool isTabStop) method OnApplyTemplate (line 193) | public override void OnApplyTemplate() method OnInitialized (line 208) | protected override void OnInitialized(EventArgs e) method StartWebViewCoreIfPossible (line 215) | private void StartWebViewCoreIfPossible() method HandleRootComponentsCollectionChanged (line 272) | private void HandleRootComponentsCollectionChanged(object? sender, Not... method CreateFileProvider (line 306) | public virtual IFileProvider CreateFileProvider(string contentRootDir) method CheckDisposed (line 321) | private void CheckDisposed() method DisposeAsyncCore (line 332) | protected virtual async ValueTask DisposeAsyncCore() method DisposeAsync (line 349) | public async ValueTask DisposeAsync() FILE: Source/Platform/Windows/Microsoft.AspNetCore.Components.WebView.Wpf/BlazorWebViewDeveloperTools.cs class BlazorWebViewDeveloperTools (line 2) | internal class BlazorWebViewDeveloperTools FILE: Source/Platform/Windows/Microsoft.AspNetCore.Components.WebView.Wpf/BlazorWebViewInitializedEventArgs.cs class BlazorWebViewInitializedEventArgs (line 4) | public class BlazorWebViewInitializedEventArgs : EventArgs FILE: Source/Platform/Windows/Microsoft.AspNetCore.Components.WebView.Wpf/BlazorWebViewInitializingEventArgs.cs class BlazorWebViewInitializingEventArgs (line 4) | public class BlazorWebViewInitializingEventArgs : EventArgs FILE: Source/Platform/Windows/Microsoft.AspNetCore.Components.WebView.Wpf/BlazorWebViewServiceCollectionExtensions.cs class BlazorWebViewServiceCollectionExtensions (line 5) | public static class BlazorWebViewServiceCollectionExtensions method AddWpfBlazorWebView (line 13) | public static IWpfBlazorWebViewBuilder AddWpfBlazorWebView(this IServi... method AddBlazorWebViewDeveloperTools (line 31) | public static IServiceCollection AddBlazorWebViewDeveloperTools(this I... FILE: Source/Platform/Windows/Microsoft.AspNetCore.Components.WebView.Wpf/IWpfBlazorWebViewBuilder.cs type IWpfBlazorWebViewBuilder (line 4) | public interface IWpfBlazorWebViewBuilder FILE: Source/Platform/Windows/Microsoft.AspNetCore.Components.WebView.Wpf/QueryStringHelper.cs class QueryStringHelper (line 2) | internal static class QueryStringHelper method RemovePossibleQueryString (line 4) | public static string RemovePossibleQueryString(string? url) FILE: Source/Platform/Windows/Microsoft.AspNetCore.Components.WebView.Wpf/RootComponent.cs class RootComponent (line 2) | public class RootComponent method AddToWebViewManagerAsync (line 20) | internal Task AddToWebViewManagerAsync(WebViewManager webViewManager) method RemoveFromWebViewManagerAsync (line 40) | internal Task RemoveFromWebViewManagerAsync(WebView2WebViewManager web... FILE: Source/Platform/Windows/Microsoft.AspNetCore.Components.WebView.Wpf/RootComponentsCollection.cs class RootComponentsCollection (line 5) | public class RootComponentsCollection : ObservableCollection TryInitializeWebView2() method HandleWebResourceRequest (line 149) | protected virtual Task HandleWebResourceRequest(CoreWebView2WebResourc... method QueueBlazorStart (line 181) | protected virtual void QueueBlazorStart() method CoreWebView2_NavigationStarting (line 185) | private void CoreWebView2_NavigationStarting(object? sender, CoreWebVi... method CoreWebView2_NewWindowRequested (line 204) | private void CoreWebView2_NewWindowRequested(object? sender, CoreWebVi... method LaunchUriInExternalBrowser (line 213) | private void LaunchUriInExternalBrowser(Uri uri) method GetHeaderString (line 226) | private protected static string GetHeaderString(IDictionary workItem) method InvokeAsync (line 61) | public override async Task InvokeAsync(Func... method InvokeAsync (line 81) | public override async Task InvokeAsync(Func CookieListCOMToNet(ICoreWebView... method CoreWebView2FrameInfoCollectionCOMToNet (line 50) | public static IReadOnlyList CoreWebView2FrameIn... method ColorCOMToNet (line 68) | public static Color ColorCOMToNet(COREWEBVIEW2_COLOR color) method ColorNetToCOM (line 73) | public static COREWEBVIEW2_COLOR ColorNetToCOM(Color dotNetColor) method PointCOMToNet (line 83) | public static Point PointCOMToNet(tagPOINT point) method PointNetToCOM (line 88) | public static tagPOINT PointNetToCOM(Point dotNetPoint) method CoreWebView2ClientCertificateCollectionCOMToNet (line 96) | public static IReadOnlyList CoreWebView... method CoreWebView2StringCollectionCOMToNet (line 112) | public static IReadOnlyList CoreWebView2StringCollectionCOMToN... method CoreWebView2ObjectCollectionViewCOMToNet (line 128) | public static IReadOnlyList CoreWebView2ObjectCollectionViewCO... method CoreWebView2ContextMenuItemCollectionCOMToNet (line 144) | public static IList CoreWebView2ContextMe... method Matrix4x4COMToNet (line 193) | public static Matrix4x4 Matrix4x4COMToNet(COREWEBVIEW2_MATRIX_4X4 matr... method Matrix4x4NetToCOM (line 214) | public static COREWEBVIEW2_MATRIX_4X4 Matrix4x4NetToCOM(Matrix4x4 dotN... method ProcessInfoCollectionCOMToNet (line 236) | public static IReadOnlyList ProcessInfoCollec... method StreamCOMToNet (line 252) | public static COMStreamWrapper StreamCOMToNet(IStream stream) method CoreWebView2PermissionSettingCollectionViewCOMToNet (line 262) | public static IReadOnlyList CoreWebView... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/COMStreamWrapper.cs class COMStreamWrapper (line 13) | internal class COMStreamWrapper : Stream method COMStreamWrapper (line 48) | public COMStreamWrapper(IStream source) method Flush (line 77) | public override void Flush() method Read (line 82) | public override int Read(byte[] buffer, int offset, int count) method Seek (line 93) | public override long Seek(long offset, SeekOrigin origin) method SetLength (line 99) | public override void SetLength(long value) method Write (line 104) | public override void Write(byte[] buffer, int offset, int count) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2.cs class CoreWebView2 (line 19) | public class CoreWebView2 method PrintToPdfAsync (line 4525) | public async Task PrintToPdfAsync(string ResultFilePath, CoreWeb... method AddWebResourceRequestedFilter (line 4582) | public void AddWebResourceRequestedFilter(string uri, CoreWebView2WebR... method RemoveWebResourceRequestedFilter (line 4625) | public void RemoveWebResourceRequestedFilter(string uri, CoreWebView2W... method ShowPrintUI (line 4654) | public void ShowPrintUI() method CoreWebView2 (line 4681) | internal CoreWebView2(object rawCoreWebView2) method OnNavigationStarting (line 4686) | internal void OnNavigationStarting(CoreWebView2NavigationStartingEvent... method OnContentLoading (line 4691) | internal void OnContentLoading(CoreWebView2ContentLoadingEventArgs args) method OnSourceChanged (line 4696) | internal void OnSourceChanged(CoreWebView2SourceChangedEventArgs args) method OnHistoryChanged (line 4701) | internal void OnHistoryChanged(object args) method OnNavigationCompleted (line 4706) | internal void OnNavigationCompleted(CoreWebView2NavigationCompletedEve... method OnFrameNavigationStarting (line 4711) | internal void OnFrameNavigationStarting(CoreWebView2NavigationStarting... method OnFrameNavigationCompleted (line 4716) | internal void OnFrameNavigationCompleted(CoreWebView2NavigationComplet... method OnScriptDialogOpening (line 4721) | internal void OnScriptDialogOpening(CoreWebView2ScriptDialogOpeningEve... method OnPermissionRequested (line 4726) | internal void OnPermissionRequested(CoreWebView2PermissionRequestedEve... method OnProcessFailed (line 4731) | internal void OnProcessFailed(CoreWebView2ProcessFailedEventArgs args) method OnWebMessageReceived (line 4736) | internal void OnWebMessageReceived(CoreWebView2WebMessageReceivedEvent... method OnNewWindowRequested (line 4741) | internal void OnNewWindowRequested(CoreWebView2NewWindowRequestedEvent... method OnDocumentTitleChanged (line 4746) | internal void OnDocumentTitleChanged(object args) method OnContainsFullScreenElementChanged (line 4751) | internal void OnContainsFullScreenElementChanged(object args) method OnWebResourceRequested (line 4756) | internal void OnWebResourceRequested(CoreWebView2WebResourceRequestedE... method OnWindowCloseRequested (line 4761) | internal void OnWindowCloseRequested(object args) method Navigate (line 4778) | public void Navigate(string uri) method NavigateToString (line 4815) | public void NavigateToString(string htmlContent) method AddScriptToExecuteOnDocumentCreatedAsync (line 4866) | public async Task AddScriptToExecuteOnDocumentCreatedAsync(str... method RemoveScriptToExecuteOnDocumentCreated (line 4906) | public void RemoveScriptToExecuteOnDocumentCreated(string id) method ExecuteScriptAsync (line 4955) | public async Task ExecuteScriptAsync(string javaScript) method CapturePreviewAsync (line 5008) | public async Task CapturePreviewAsync(CoreWebView2CapturePreviewImageF... method Reload (line 5047) | public void Reload() method PostWebMessageAsJson (line 5090) | public void PostWebMessageAsJson(string webMessageAsJson) method PostWebMessageAsString (line 5130) | public void PostWebMessageAsString(string webMessageAsString) method CallDevToolsProtocolMethodAsync (line 5178) | public async Task CallDevToolsProtocolMethodAsync(string metho... method GoBack (line 5213) | public void GoBack() method GoForward (line 5242) | public void GoForward() method GetDevToolsProtocolEventReceiver (line 5283) | public CoreWebView2DevToolsProtocolEventReceiver GetDevToolsProtocolEv... method Stop (line 5315) | public void Stop() method AddHostObjectToScript (line 5465) | public void AddHostObjectToScript(string name, object rawObject) method RemoveHostObjectFromScript (line 5506) | public void RemoveHostObjectFromScript(string name) method OpenDevToolsWindow (line 5538) | public void OpenDevToolsWindow() method AddWebResourceRequestedFilter (line 5613) | public void AddWebResourceRequestedFilter(string uri, CoreWebView2WebR... method RemoveWebResourceRequestedFilter (line 5658) | public void RemoveWebResourceRequestedFilter(string uri, CoreWebView2W... method OnWebResourceResponseReceived (line 5684) | internal void OnWebResourceResponseReceived(CoreWebView2WebResourceRes... method OnDOMContentLoaded (line 5689) | internal void OnDOMContentLoaded(CoreWebView2DOMContentLoadedEventArgs... method NavigateWithWebResourceRequest (line 5709) | public void NavigateWithWebResourceRequest(CoreWebView2WebResourceRequ... method TrySuspendAsync (line 5763) | public async Task TrySuspendAsync() method Resume (line 5803) | public void Resume() method SetVirtualHostNameToFolderMapping (line 5890) | public void SetVirtualHostNameToFolderMapping(string hostName, string ... method ClearVirtualHostNameToFolderMapping (line 5923) | public void ClearVirtualHostNameToFolderMapping(string hostName) method OnFrameCreated (line 5949) | internal void OnFrameCreated(CoreWebView2FrameCreatedEventArgs args) method OnDownloadStarting (line 5954) | internal void OnDownloadStarting(CoreWebView2DownloadStartingEventArgs... method OnClientCertificateRequested (line 5959) | internal void OnClientCertificateRequested(CoreWebView2ClientCertifica... method OpenTaskManagerWindow (line 5973) | public void OpenTaskManagerWindow() method OnIsMutedChanged (line 6006) | internal void OnIsMutedChanged(object args) method OnIsDocumentPlayingAudioChanged (line 6011) | internal void OnIsDocumentPlayingAudioChanged(object args) method OnIsDefaultDownloadDialogOpenChanged (line 6016) | internal void OnIsDefaultDownloadDialogOpenChanged(object args) method OpenDefaultDownloadDialog (line 6031) | public void OpenDefaultDownloadDialog() method CloseDefaultDownloadDialog (line 6071) | public void CloseDefaultDownloadDialog() method OnBasicAuthenticationRequested (line 6104) | internal void OnBasicAuthenticationRequested(CoreWebView2BasicAuthenti... method OnContextMenuRequested (line 6109) | internal void OnContextMenuRequested(CoreWebView2ContextMenuRequestedE... method CallDevToolsProtocolMethodForSessionAsync (line 6147) | public async Task CallDevToolsProtocolMethodForSessionAsync(st... method OnStatusBarTextChanged (line 6187) | internal void OnStatusBarTextChanged(object args) method OnServerCertificateErrorDetected (line 6192) | internal void OnServerCertificateErrorDetected(CoreWebView2ServerCerti... method ClearServerCertificateErrorActionsAsync (line 6201) | public async Task ClearServerCertificateErrorActionsAsync() method OnFaviconChanged (line 6240) | internal void OnFaviconChanged(object args) method GetFaviconAsync (line 6256) | public async Task GetFaviconAsync(CoreWebView2FaviconImageForm... method PrintAsync (line 6327) | public async Task PrintAsync(CoreWebView2Prin... method ShowPrintUI (line 6375) | public void ShowPrintUI(CoreWebView2PrintDialogKind printDialogKind) method PrintToPdfStreamAsync (line 6423) | public async Task PrintToPdfStreamAsync(CoreWebView2PrintSetti... method PostSharedBufferToScript (line 6508) | public void PostSharedBufferToScript(CoreWebView2SharedBuffer sharedBu... method OnLaunchingExternalUriScheme (line 6541) | internal void OnLaunchingExternalUriScheme(CoreWebView2LaunchingExtern... method ExecuteScriptWithResultAsync (line 6553) | public async Task ExecuteScriptWithRe... method AddHostObjectHelper (line 6585) | internal void AddHostObjectHelper(CoreWebView2PrivateHostObjectHelper ... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2AcceleratorKeyPressedEventArgs.cs class CoreWebView2AcceleratorKeyPressedEventArgs (line 16) | public class CoreWebView2AcceleratorKeyPressedEventArgs : EventArgs method CoreWebView2AcceleratorKeyPressedEventArgs (line 246) | internal CoreWebView2AcceleratorKeyPressedEventArgs(object rawCoreWebV... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2AcceleratorKeyPressedEventHandler.cs class CoreWebView2AcceleratorKeyPressedEventHandler (line 10) | internal class CoreWebView2AcceleratorKeyPressedEventHandler : ICoreWebV... method CoreWebView2AcceleratorKeyPressedEventHandler (line 16) | public CoreWebView2AcceleratorKeyPressedEventHandler(CallbackType call... method Invoke (line 21) | public void Invoke(ICoreWebView2Controller source, ICoreWebView2Accele... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler.cs class CoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler (line 12) | internal class CoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedH... method CoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler (line 22) | public CoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler() method Invoke (line 27) | public void Invoke(int errCode, string id) method GetAwaiter (line 38) | public CoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler... method OnCompleted (line 43) | public void OnCompleted(Action continuation) method GetResult (line 52) | public string GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2BasicAuthenticationRequestedEventArgs.cs class CoreWebView2BasicAuthenticationRequestedEventArgs (line 17) | public class CoreWebView2BasicAuthenticationRequestedEventArgs : EventArgs method CoreWebView2BasicAuthenticationRequestedEventArgs (line 208) | internal CoreWebView2BasicAuthenticationRequestedEventArgs(object rawC... method GetDeferral (line 219) | public CoreWebView2Deferral GetDeferral() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2BasicAuthenticationRequestedEventHandler.cs class CoreWebView2BasicAuthenticationRequestedEventHandler (line 10) | internal class CoreWebView2BasicAuthenticationRequestedEventHandler : IC... method CoreWebView2BasicAuthenticationRequestedEventHandler (line 16) | public CoreWebView2BasicAuthenticationRequestedEventHandler(CallbackTy... method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2BasicAuthenticat... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2BasicAuthenticationResponse.cs class CoreWebView2BasicAuthenticationResponse (line 16) | public class CoreWebView2BasicAuthenticationResponse method CoreWebView2BasicAuthenticationResponse (line 160) | internal CoreWebView2BasicAuthenticationResponse(object rawCoreWebView... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2BoundsMode.cs type CoreWebView2BoundsMode (line 13) | public enum CoreWebView2BoundsMode FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2BrowserProcessExitKind.cs type CoreWebView2BrowserProcessExitKind (line 11) | public enum CoreWebView2BrowserProcessExitKind FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2BrowserProcessExitedEventArgs.cs class CoreWebView2BrowserProcessExitedEventArgs (line 16) | public class CoreWebView2BrowserProcessExitedEventArgs : EventArgs method CoreWebView2BrowserProcessExitedEventArgs (line 110) | internal CoreWebView2BrowserProcessExitedEventArgs(object rawCoreWebVi... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2BrowserProcessExitedEventHandler.cs class CoreWebView2BrowserProcessExitedEventHandler (line 10) | internal class CoreWebView2BrowserProcessExitedEventHandler : ICoreWebVi... method CoreWebView2BrowserProcessExitedEventHandler (line 16) | public CoreWebView2BrowserProcessExitedEventHandler(CallbackType callb... method Invoke (line 21) | public void Invoke(ICoreWebView2Environment source, ICoreWebView2Brows... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2BrowsingDataKinds.cs type CoreWebView2BrowsingDataKinds (line 17) | [Flags] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2BytesReceivedChangedEventHandler.cs class CoreWebView2BytesReceivedChangedEventHandler (line 11) | internal class CoreWebView2BytesReceivedChangedEventHandler : ICoreWebVi... method CoreWebView2BytesReceivedChangedEventHandler (line 17) | public CoreWebView2BytesReceivedChangedEventHandler(CallbackType callb... method Invoke (line 22) | public void Invoke(ICoreWebView2DownloadOperation source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2CallDevToolsProtocolMethodCompletedHandler.cs class CoreWebView2CallDevToolsProtocolMethodCompletedHandler (line 12) | internal class CoreWebView2CallDevToolsProtocolMethodCompletedHandler : ... method CoreWebView2CallDevToolsProtocolMethodCompletedHandler (line 22) | public CoreWebView2CallDevToolsProtocolMethodCompletedHandler() method Invoke (line 27) | public void Invoke(int errCode, string returnObjectAsJson) method GetAwaiter (line 38) | public CoreWebView2CallDevToolsProtocolMethodCompletedHandler GetAwait... method OnCompleted (line 43) | public void OnCompleted(Action continuation) method GetResult (line 52) | public string GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2CapturePreviewCompletedHandler.cs class CoreWebView2CapturePreviewCompletedHandler (line 12) | internal class CoreWebView2CapturePreviewCompletedHandler : ICoreWebView... method CoreWebView2CapturePreviewCompletedHandler (line 20) | public CoreWebView2CapturePreviewCompletedHandler() method Invoke (line 25) | public void Invoke(int errCode) method GetAwaiter (line 35) | public CoreWebView2CapturePreviewCompletedHandler GetAwaiter() method OnCompleted (line 40) | public void OnCompleted(Action continuation) method GetResult (line 49) | public void GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2CapturePreviewImageFormat.cs type CoreWebView2CapturePreviewImageFormat (line 12) | public enum CoreWebView2CapturePreviewImageFormat FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2Certificate.cs class CoreWebView2Certificate (line 17) | public class CoreWebView2Certificate method ToX509Certificate2 (line 229) | public X509Certificate2 ToX509Certificate2() method SecondsSinceUnixEpochToDateTime (line 240) | private DateTime SecondsSinceUnixEpochToDateTime(double seconds) method CoreWebView2Certificate (line 257) | internal CoreWebView2Certificate(object rawCoreWebView2Certificate) method ToPemEncoding (line 266) | public string ToPemEncoding() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ClearBrowsingDataCompletedHandler.cs class CoreWebView2ClearBrowsingDataCompletedHandler (line 12) | internal class CoreWebView2ClearBrowsingDataCompletedHandler : ICoreWebV... method CoreWebView2ClearBrowsingDataCompletedHandler (line 20) | public CoreWebView2ClearBrowsingDataCompletedHandler() method Invoke (line 25) | public void Invoke(int errCode) method GetAwaiter (line 35) | public CoreWebView2ClearBrowsingDataCompletedHandler GetAwaiter() method OnCompleted (line 40) | public void OnCompleted(Action continuation) method GetResult (line 49) | public void GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ClearCustomDataPartitionCompletedHandler.cs class CoreWebView2ClearCustomDataPartitionCompletedHandler (line 12) | internal class CoreWebView2ClearCustomDataPartitionCompletedHandler : IC... method CoreWebView2ClearCustomDataPartitionCompletedHandler (line 20) | public CoreWebView2ClearCustomDataPartitionCompletedHandler() method Invoke (line 25) | public void Invoke(int errCode) method GetAwaiter (line 35) | public CoreWebView2ClearCustomDataPartitionCompletedHandler GetAwaiter() method OnCompleted (line 40) | public void OnCompleted(Action continuation) method GetResult (line 49) | public void GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ClearServerCertificateErrorActionsCompletedHandler.cs class CoreWebView2ClearServerCertificateErrorActionsCompletedHandler (line 12) | internal class CoreWebView2ClearServerCertificateErrorActionsCompletedHa... method CoreWebView2ClearServerCertificateErrorActionsCompletedHandler (line 20) | public CoreWebView2ClearServerCertificateErrorActionsCompletedHandler() method Invoke (line 25) | public void Invoke(int errCode) method GetAwaiter (line 35) | public CoreWebView2ClearServerCertificateErrorActionsCompletedHandler ... method OnCompleted (line 40) | public void OnCompleted(Action continuation) method GetResult (line 49) | public void GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ClientCertificate.cs class CoreWebView2ClientCertificate (line 17) | public class CoreWebView2ClientCertificate method ToX509Certificate2 (line 262) | public X509Certificate2 ToX509Certificate2() method SecondsSinceUnixEpochToDateTime (line 273) | private DateTime SecondsSinceUnixEpochToDateTime(double seconds) method CoreWebView2ClientCertificate (line 290) | internal CoreWebView2ClientCertificate(object rawCoreWebView2ClientCer... method ToPemEncoding (line 299) | public string ToPemEncoding() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ClientCertificateKind.cs type CoreWebView2ClientCertificateKind (line 11) | public enum CoreWebView2ClientCertificateKind FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ClientCertificateRequestedEventArgs.cs class CoreWebView2ClientCertificateRequestedEventArgs (line 17) | public class CoreWebView2ClientCertificateRequestedEventArgs : EventArgs method CoreWebView2ClientCertificateRequestedEventArgs (line 403) | internal CoreWebView2ClientCertificateRequestedEventArgs(object rawCor... method GetDeferral (line 415) | public CoreWebView2Deferral GetDeferral() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ClientCertificateRequestedEventHandler.cs class CoreWebView2ClientCertificateRequestedEventHandler (line 10) | internal class CoreWebView2ClientCertificateRequestedEventHandler : ICor... method CoreWebView2ClientCertificateRequestedEventHandler (line 16) | public CoreWebView2ClientCertificateRequestedEventHandler(CallbackType... method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2ClientCertificat... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2Color.cs type CoreWebView2Color (line 17) | public struct CoreWebView2Color method CoreWebView2Color (line 40) | internal CoreWebView2Color(COREWEBVIEW2_COLOR rawStruct) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2CompositionController.cs class CoreWebView2CompositionController (line 18) | public class CoreWebView2CompositionController method CoreWebView2CompositionController (line 371) | internal CoreWebView2CompositionController(object rawCoreWebView2Compo... method OnCursorChanged (line 376) | internal void OnCursorChanged(object args) method SendMouseInput (line 417) | public void SendMouseInput(CoreWebView2MouseEventKind eventKind, CoreW... method SendPointerInput (line 458) | public void SendPointerInput(CoreWebView2PointerEventKind eventKind, C... method DragLeave (line 492) | public void DragLeave() method CreateCoreWebView2PointerInfoFromPointerId (line 544) | public CoreWebView2PointerInfo CreateCoreWebView2PointerInfoFromPointe... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ContainsFullScreenElementChangedEventHandler.cs class CoreWebView2ContainsFullScreenElementChangedEventHandler (line 11) | internal class CoreWebView2ContainsFullScreenElementChangedEventHandler ... method CoreWebView2ContainsFullScreenElementChangedEventHandler (line 17) | public CoreWebView2ContainsFullScreenElementChangedEventHandler(Callba... method Invoke (line 22) | public void Invoke(ICoreWebView2 source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ContentLoadingEventArgs.cs class CoreWebView2ContentLoadingEventArgs (line 15) | public class CoreWebView2ContentLoadingEventArgs : EventArgs method CoreWebView2ContentLoadingEventArgs (line 109) | internal CoreWebView2ContentLoadingEventArgs(object rawCoreWebView2Con... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ContentLoadingEventHandler.cs class CoreWebView2ContentLoadingEventHandler (line 10) | internal class CoreWebView2ContentLoadingEventHandler : ICoreWebView2Con... method CoreWebView2ContentLoadingEventHandler (line 16) | public CoreWebView2ContentLoadingEventHandler(CallbackType callback) method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2ContentLoadingEv... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ContextMenuItem.cs class CoreWebView2ContextMenuItem (line 17) | public class CoreWebView2ContextMenuItem method CoreWebView2ContextMenuItem (line 496) | internal CoreWebView2ContextMenuItem(object rawCoreWebView2ContextMenu... method OnCustomItemSelected (line 501) | internal void OnCustomItemSelected(object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ContextMenuItemKind.cs type CoreWebView2ContextMenuItemKind (line 12) | public enum CoreWebView2ContextMenuItemKind FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ContextMenuRequestedEventArgs.cs class CoreWebView2ContextMenuRequestedEventArgs (line 23) | public class CoreWebView2ContextMenuRequestedEventArgs : EventArgs method CoreWebView2ContextMenuRequestedEventArgs (line 288) | internal CoreWebView2ContextMenuRequestedEventArgs(object rawCoreWebVi... method GetDeferral (line 299) | public CoreWebView2Deferral GetDeferral() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ContextMenuRequestedEventHandler.cs class CoreWebView2ContextMenuRequestedEventHandler (line 10) | internal class CoreWebView2ContextMenuRequestedEventHandler : ICoreWebVi... method CoreWebView2ContextMenuRequestedEventHandler (line 16) | public CoreWebView2ContextMenuRequestedEventHandler(CallbackType callb... method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2ContextMenuReque... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ContextMenuTarget.cs class CoreWebView2ContextMenuTarget (line 16) | public class CoreWebView2ContextMenuTarget method CoreWebView2ContextMenuTarget (line 470) | internal CoreWebView2ContextMenuTarget(object rawCoreWebView2ContextMe... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ContextMenuTargetKind.cs type CoreWebView2ContextMenuTargetKind (line 16) | public enum CoreWebView2ContextMenuTargetKind FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2Controller.cs class CoreWebView2Controller (line 23) | public class CoreWebView2Controller method MoveFocus (line 1532) | public void MoveFocus(CoreWebView2MoveFocusReason reason) method Initialize (line 1567) | private void Initialize() method CoreWebView2Controller (line 1585) | internal CoreWebView2Controller(object rawCoreWebView2Controller) method OnZoomFactorChanged (line 1591) | internal void OnZoomFactorChanged(object args) method OnMoveFocusRequested (line 1596) | internal void OnMoveFocusRequested(CoreWebView2MoveFocusRequestedEvent... method OnGotFocus (line 1601) | internal void OnGotFocus(object args) method OnLostFocus (line 1606) | internal void OnLostFocus(object args) method OnAcceleratorKeyPressed (line 1611) | internal void OnAcceleratorKeyPressed(CoreWebView2AcceleratorKeyPresse... method SetBoundsAndZoomFactor (line 1642) | public void SetBoundsAndZoomFactor(Rectangle Bounds, double ZoomFactor) method NotifyParentWindowPositionChanged (line 1675) | public void NotifyParentWindowPositionChanged() method Close (line 1719) | public void Close() method OnRasterizationScaleChanged (line 1745) | internal void OnRasterizationScaleChanged(object args) method OnKeyPressed (line 1750) | internal void OnKeyPressed(CoreWebView2PrivateKeyPressedEventArgs args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ControllerOptions.cs class CoreWebView2ControllerOptions (line 15) | public class CoreWebView2ControllerOptions method CoreWebView2ControllerOptions (line 312) | internal CoreWebView2ControllerOptions(object rawCoreWebView2Controlle... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2Cookie.cs class CoreWebView2Cookie (line 16) | public class CoreWebView2Cookie method ToSystemNetCookie (line 458) | public Cookie ToSystemNetCookie() method SecondsSinceUnixEpochToDateTime (line 468) | private DateTime SecondsSinceUnixEpochToDateTime(double seconds) method CoreWebView2Cookie (line 485) | internal CoreWebView2Cookie(object rawCoreWebView2Cookie) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2CookieManager.cs class CoreWebView2CookieManager (line 22) | public class CoreWebView2CookieManager method CreateCookieWithSystemNetCookie (line 73) | public CoreWebView2Cookie CreateCookieWithSystemNetCookie(Cookie syste... method CoreWebView2CookieManager (line 83) | internal CoreWebView2CookieManager(object rawCoreWebView2CookieManager) method CreateCookie (line 107) | public CoreWebView2Cookie CreateCookie(string name, string value, stri... method CopyCookie (line 136) | public CoreWebView2Cookie CopyCookie(CoreWebView2Cookie cookieParam) method GetCookiesAsync (line 173) | public async Task> GetCookiesAsync(string uri) method AddOrUpdateCookie (line 216) | public void AddOrUpdateCookie(CoreWebView2Cookie cookie) method DeleteCookie (line 246) | public void DeleteCookie(CoreWebView2Cookie cookie) method DeleteCookies (line 283) | public void DeleteCookies(string name, string uri) method DeleteCookiesWithDomainAndPath (line 322) | public void DeleteCookiesWithDomainAndPath(string name, string Domain,... method DeleteAllCookies (line 354) | public void DeleteAllCookies() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2CookieSameSiteKind.cs type CoreWebView2CookieSameSiteKind (line 16) | public enum CoreWebView2CookieSameSiteKind FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler.cs class CoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler (line 12) | internal class CoreWebView2CreateCoreWebView2CompositionControllerComple... method CoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler (line 22) | public CoreWebView2CreateCoreWebView2CompositionControllerCompletedHan... method Invoke (line 27) | public void Invoke(int errCode, ICoreWebView2CompositionController web... method GetAwaiter (line 38) | public CoreWebView2CreateCoreWebView2CompositionControllerCompletedHan... method OnCompleted (line 43) | public void OnCompleted(Action continuation) method GetResult (line 52) | public CoreWebView2CompositionController GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2CreateCoreWebView2ControllerCompletedHandler.cs class CoreWebView2CreateCoreWebView2ControllerCompletedHandler (line 12) | internal class CoreWebView2CreateCoreWebView2ControllerCompletedHandler ... method CoreWebView2CreateCoreWebView2ControllerCompletedHandler (line 22) | public CoreWebView2CreateCoreWebView2ControllerCompletedHandler() method Invoke (line 27) | public void Invoke(int errCode, ICoreWebView2Controller createdControl... method GetAwaiter (line 38) | public CoreWebView2CreateCoreWebView2ControllerCompletedHandler GetAwa... method OnCompleted (line 43) | public void OnCompleted(Action continuation) method GetResult (line 52) | public CoreWebView2Controller GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2CreateCoreWebView2EnvironmentCompletedHandler.cs class CoreWebView2CreateCoreWebView2EnvironmentCompletedHandler (line 12) | internal class CoreWebView2CreateCoreWebView2EnvironmentCompletedHandler... method CoreWebView2CreateCoreWebView2EnvironmentCompletedHandler (line 22) | public CoreWebView2CreateCoreWebView2EnvironmentCompletedHandler() method Invoke (line 27) | public void Invoke(int errCode, ICoreWebView2Environment createdEnviro... method GetAwaiter (line 38) | public CoreWebView2CreateCoreWebView2EnvironmentCompletedHandler GetAw... method OnCompleted (line 43) | public void OnCompleted(Action continuation) method GetResult (line 52) | public CoreWebView2Environment GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2CursorChangedEventHandler.cs class CoreWebView2CursorChangedEventHandler (line 11) | internal class CoreWebView2CursorChangedEventHandler : ICoreWebView2Curs... method CoreWebView2CursorChangedEventHandler (line 17) | public CoreWebView2CursorChangedEventHandler(CallbackType callback) method Invoke (line 22) | public void Invoke(ICoreWebView2CompositionController source, object a... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2CustomItemSelectedEventHandler.cs class CoreWebView2CustomItemSelectedEventHandler (line 11) | internal class CoreWebView2CustomItemSelectedEventHandler : ICoreWebView... method CoreWebView2CustomItemSelectedEventHandler (line 17) | public CoreWebView2CustomItemSelectedEventHandler(CallbackType callback) method Invoke (line 22) | public void Invoke(ICoreWebView2ContextMenuItem source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2CustomSchemeRegistration.cs class CoreWebView2CustomSchemeRegistration (line 35) | public class CoreWebView2CustomSchemeRegistration class RawCustomSchemeRegistration (line 37) | private class RawCustomSchemeRegistration : ICoreWebView2CustomSchemeR... method RawCustomSchemeRegistration (line 48) | public RawCustomSchemeRegistration(string schemeName, bool treatAsSe... method GetAllowedOrigins (line 56) | public void GetAllowedOrigins(out uint allowedOriginsCount, IntPtr a... method SetAllowedOrigins (line 71) | public void SetAllowedOrigins(uint allowedOriginsCount, ref string a... method CoreWebView2CustomSchemeRegistration (line 153) | public CoreWebView2CustomSchemeRegistration(string schemeName) method GetNative (line 158) | internal IntPtr GetNative() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2DOMContentLoadedEventArgs.cs class CoreWebView2DOMContentLoadedEventArgs (line 16) | public class CoreWebView2DOMContentLoadedEventArgs : EventArgs method CoreWebView2DOMContentLoadedEventArgs (line 78) | internal CoreWebView2DOMContentLoadedEventArgs(object rawCoreWebView2D... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2DOMContentLoadedEventHandler.cs class CoreWebView2DOMContentLoadedEventHandler (line 10) | internal class CoreWebView2DOMContentLoadedEventHandler : ICoreWebView2D... method CoreWebView2DOMContentLoadedEventHandler (line 16) | public CoreWebView2DOMContentLoadedEventHandler(CallbackType callback) method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2DOMContentLoaded... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2DefaultDownloadDialogCornerAlignment.cs type CoreWebView2DefaultDownloadDialogCornerAlignment (line 13) | public enum CoreWebView2DefaultDownloadDialogCornerAlignment FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2Deferral.cs class CoreWebView2Deferral (line 17) | public class CoreWebView2Deferral : IDisposable method Dispose (line 51) | public void Dispose() method Dispose (line 60) | protected virtual void Dispose(bool disposing) method CoreWebView2Deferral (line 74) | internal CoreWebView2Deferral(object rawCoreWebView2Deferral) method Complete (line 85) | public void Complete() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2DevToolsProtocolEventReceivedEventArgs.cs class CoreWebView2DevToolsProtocolEventReceivedEventArgs (line 16) | public class CoreWebView2DevToolsProtocolEventReceivedEventArgs : EventArgs method CoreWebView2DevToolsProtocolEventReceivedEventArgs (line 139) | internal CoreWebView2DevToolsProtocolEventReceivedEventArgs(object raw... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2DevToolsProtocolEventReceivedEventHandler.cs class CoreWebView2DevToolsProtocolEventReceivedEventHandler (line 10) | internal class CoreWebView2DevToolsProtocolEventReceivedEventHandler : I... method CoreWebView2DevToolsProtocolEventReceivedEventHandler (line 16) | public CoreWebView2DevToolsProtocolEventReceivedEventHandler(CallbackT... method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2DevToolsProtocol... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2DevToolsProtocolEventReceiver.cs class CoreWebView2DevToolsProtocolEventReceiver (line 19) | public class CoreWebView2DevToolsProtocolEventReceiver method CoreWebView2DevToolsProtocolEventReceiver (line 122) | internal CoreWebView2DevToolsProtocolEventReceiver(object rawCoreWebVi... method OnDevToolsProtocolEventReceived (line 127) | internal void OnDevToolsProtocolEventReceived(CoreWebView2DevToolsProt... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2DocumentTitleChangedEventHandler.cs class CoreWebView2DocumentTitleChangedEventHandler (line 11) | internal class CoreWebView2DocumentTitleChangedEventHandler : ICoreWebVi... method CoreWebView2DocumentTitleChangedEventHandler (line 17) | public CoreWebView2DocumentTitleChangedEventHandler(CallbackType callb... method Invoke (line 22) | public void Invoke(ICoreWebView2 source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2DownloadInterruptReason.cs type CoreWebView2DownloadInterruptReason (line 12) | public enum CoreWebView2DownloadInterruptReason FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2DownloadOperation.cs class CoreWebView2DownloadOperation (line 16) | public class CoreWebView2DownloadOperation method CoreWebView2DownloadOperation (line 564) | internal CoreWebView2DownloadOperation(object rawCoreWebView2DownloadO... method OnBytesReceivedChanged (line 569) | internal void OnBytesReceivedChanged(object args) method OnEstimatedEndTimeChanged (line 574) | internal void OnEstimatedEndTimeChanged(object args) method OnStateChanged (line 579) | internal void OnStateChanged(object args) method Cancel (line 592) | public void Cancel() method Pause (line 626) | public void Pause() method Resume (line 660) | public void Resume() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2DownloadStartingEventArgs.cs class CoreWebView2DownloadStartingEventArgs (line 16) | public class CoreWebView2DownloadStartingEventArgs : EventArgs method CoreWebView2DownloadStartingEventArgs (line 266) | internal CoreWebView2DownloadStartingEventArgs(object rawCoreWebView2D... method GetDeferral (line 278) | public CoreWebView2Deferral GetDeferral() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2DownloadStartingEventHandler.cs class CoreWebView2DownloadStartingEventHandler (line 10) | internal class CoreWebView2DownloadStartingEventHandler : ICoreWebView2D... method CoreWebView2DownloadStartingEventHandler (line 16) | public CoreWebView2DownloadStartingEventHandler(CallbackType callback) method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2DownloadStarting... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2DownloadState.cs type CoreWebView2DownloadState (line 11) | public enum CoreWebView2DownloadState FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2Environment.cs class CoreWebView2Environment (line 27) | public class CoreWebView2Environment type ProcessorArchitecture (line 29) | private enum ProcessorArchitecture : ushort type SYSTEM_INFO (line 37) | private struct SYSTEM_INFO method CreateCoreWebView2EnvironmentWithOptions (line 1184) | [DllImport("WebView2Loader.dll")] method GetAvailableCoreWebView2BrowserVersionString (line 1187) | [DllImport("WebView2Loader.dll")] method CompareBrowserVersions (line 1190) | [DllImport("WebView2Loader.dll")] method CreateAsync (line 1310) | public static async Task CreateAsync(string b... method GetAvailableBrowserVersionString (line 1339) | public static string GetAvailableBrowserVersionString(string browserEx... method CompareBrowserVersions (line 1373) | public static int CompareBrowserVersions(string version1, string versi... method CreateWebResourceRequest (line 1401) | public CoreWebView2WebResourceRequest CreateWebResourceRequest(string ... method CreateCoreWebView2ControllerOptions (line 1428) | public CoreWebView2ControllerOptions CreateCoreWebView2ControllerOptio... method CreateCoreWebView2ControllerAsync (line 1476) | public async Task CreateCoreWebView2Controller... method CreateCoreWebView2CompositionControllerAsync (line 1526) | public async Task CreateCoreWebView... method GetArchitecture (line 1558) | private static ProcessorArchitecture GetArchitecture() method GetSystemInfo (line 1564) | [DllImport("kernel32.dll", SetLastError = true)] method LoadLibrary (line 1567) | [DllImport("kernel32.dll", CharSet = CharSet.Unicode, SetLastError = t... method IsDirectorySeparator (line 1570) | private static bool IsDirectorySeparator(char c) method IsValidDriveChar (line 1580) | internal static bool IsValidDriveChar(char value) method IsPathPartiallyQualified (line 1595) | private static bool IsPathPartiallyQualified(string path) method IsDotNetFramework (line 1620) | private static bool IsDotNetFramework() method IsDotNet (line 1625) | public static bool IsDotNet() method GetAssemblyLocationDirectory (line 1630) | private static string GetAssemblyLocationDirectory() method GetAssemblyCodeBaseDirectory (line 1635) | private static string GetAssemblyCodeBaseDirectory() method GetProcessArchSubFolder (line 1646) | private static string GetProcessArchSubFolder() method SetLoaderDllFolderPath (line 1688) | public static void SetLoaderDllFolderPath(string folderPath) method LoadWebView2LoaderDll (line 1699) | private static void LoadWebView2LoaderDll() method CoreWebView2Environment (line 1752) | internal CoreWebView2Environment(object rawCoreWebView2Environment) method OnNewBrowserVersionAvailable (line 1757) | internal void OnNewBrowserVersionAvailable(object args) method CreateCoreWebView2ControllerAsync (line 1806) | public async Task CreateCoreWebView2Controller... method CreateWebResourceResponse (line 1859) | public CoreWebView2WebResourceResponse CreateWebResourceResponse(Strea... method CreateCoreWebView2CompositionControllerAsync (line 1912) | public async Task CreateCoreWebView... method CreateCoreWebView2PointerInfo (line 1951) | public CoreWebView2PointerInfo CreateCoreWebView2PointerInfo() method OnBrowserProcessExited (line 1977) | internal void OnBrowserProcessExited(CoreWebView2BrowserProcessExitedE... method CreatePrintSettings (line 1987) | public CoreWebView2PrintSettings CreatePrintSettings() method OnProcessInfosChanged (line 2020) | internal void OnProcessInfosChanged(object args) method GetProcessInfos (line 2028) | public IReadOnlyList GetProcessInfos() method CreateContextMenuItem (line 2076) | public CoreWebView2ContextMenuItem CreateContextMenuItem(string Label,... method CreateSharedBuffer (line 2122) | public CoreWebView2SharedBuffer CreateSharedBuffer(ulong Size) method OnRenderAdapterLUIDChanged (line 2155) | internal void OnRenderAdapterLUIDChanged(object args) method CreateTextureStream (line 2163) | public CoreWebView2TextureStream CreateTextureStream(string streamId, ... method UpdateRuntimeAsync (line 2224) | public async Task UpdateRuntimeAsync() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2EnvironmentOptions.cs class CoreWebView2EnvironmentOptions (line 20) | public class CoreWebView2EnvironmentOptions class RawOptions (line 22) | private class RawOptions : ICoreWebView2EnvironmentOptions, ICoreWebVi... method GetCustomSchemeRegistrations (line 41) | public void GetCustomSchemeRegistrations(out uint count, IntPtr regi... method SetCustomSchemeRegistrations (line 60) | public void SetCustomSchemeRegistrations(uint count, ref ICoreWebVie... method RawOptions (line 65) | public RawOptions(string additionalBrowserArguments, string language... method CoreWebView2EnvironmentOptions (line 712) | public CoreWebView2EnvironmentOptions(string additionalBrowserArgument... method CoreWebView2EnvironmentOptions (line 719) | internal CoreWebView2EnvironmentOptions(object rawCoreWebView2Environm... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2EstimatedEndTimeChangedEventHandler.cs class CoreWebView2EstimatedEndTimeChangedEventHandler (line 11) | internal class CoreWebView2EstimatedEndTimeChangedEventHandler : ICoreWe... method CoreWebView2EstimatedEndTimeChangedEventHandler (line 17) | public CoreWebView2EstimatedEndTimeChangedEventHandler(CallbackType ca... method Invoke (line 22) | public void Invoke(ICoreWebView2DownloadOperation source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ExecuteScriptCompletedHandler.cs class CoreWebView2ExecuteScriptCompletedHandler (line 12) | internal class CoreWebView2ExecuteScriptCompletedHandler : ICoreWebView2... method CoreWebView2ExecuteScriptCompletedHandler (line 22) | public CoreWebView2ExecuteScriptCompletedHandler() method Invoke (line 27) | public void Invoke(int errCode, string resultObjectAsJson) method GetAwaiter (line 38) | public CoreWebView2ExecuteScriptCompletedHandler GetAwaiter() method OnCompleted (line 43) | public void OnCompleted(Action continuation) method GetResult (line 52) | public string GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ExecuteScriptResult.cs class CoreWebView2ExecuteScriptResult (line 15) | public class CoreWebView2ExecuteScriptResult method CoreWebView2ExecuteScriptResult (line 146) | internal CoreWebView2ExecuteScriptResult(object rawCoreWebView2Execute... method TryGetResultAsString (line 156) | public void TryGetResultAsString(out string stringResult, out int value) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ExecuteScriptWithResultCompletedHandler.cs class CoreWebView2ExecuteScriptWithResultCompletedHandler (line 12) | internal class CoreWebView2ExecuteScriptWithResultCompletedHandler : ICo... method CoreWebView2ExecuteScriptWithResultCompletedHandler (line 22) | public CoreWebView2ExecuteScriptWithResultCompletedHandler() method Invoke (line 27) | public void Invoke(int errCode, ICoreWebView2ExperimentalExecuteScript... method GetAwaiter (line 38) | public CoreWebView2ExecuteScriptWithResultCompletedHandler GetAwaiter() method OnCompleted (line 43) | public void OnCompleted(Action continuation) method GetResult (line 52) | public CoreWebView2ExecuteScriptResult GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ExperimentalLaunchingExternalUriSchemeEventHandler.cs class CoreWebView2ExperimentalLaunchingExternalUriSchemeEventHandler (line 10) | internal class CoreWebView2ExperimentalLaunchingExternalUriSchemeEventHa... method CoreWebView2ExperimentalLaunchingExternalUriSchemeEventHandler (line 16) | public CoreWebView2ExperimentalLaunchingExternalUriSchemeEventHandler(... method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2ExperimentalLaun... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ExperimentalProfileDeletedEventHandler.cs class CoreWebView2ExperimentalProfileDeletedEventHandler (line 11) | internal class CoreWebView2ExperimentalProfileDeletedEventHandler : ICor... method CoreWebView2ExperimentalProfileDeletedEventHandler (line 17) | public CoreWebView2ExperimentalProfileDeletedEventHandler(CallbackType... method Invoke (line 22) | public void Invoke(ICoreWebView2Profile source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ExperimentalRasterizationScaleChangedEventHandler.cs class CoreWebView2ExperimentalRasterizationScaleChangedEventHandler (line 11) | internal class CoreWebView2ExperimentalRasterizationScaleChangedEventHan... method CoreWebView2ExperimentalRasterizationScaleChangedEventHandler (line 17) | public CoreWebView2ExperimentalRasterizationScaleChangedEventHandler(C... method Invoke (line 22) | public void Invoke(ICoreWebView2ExperimentalController source, object ... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ExperimentalRenderAdapterLUIDChangedEventHandler.cs class CoreWebView2ExperimentalRenderAdapterLUIDChangedEventHandler (line 11) | internal class CoreWebView2ExperimentalRenderAdapterLUIDChangedEventHand... method CoreWebView2ExperimentalRenderAdapterLUIDChangedEventHandler (line 17) | public CoreWebView2ExperimentalRenderAdapterLUIDChangedEventHandler(Ca... method Invoke (line 22) | public void Invoke(ICoreWebView2ExperimentalEnvironment12 source, obje... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ExperimentalTextureStreamErrorReceivedEventHandler.cs class CoreWebView2ExperimentalTextureStreamErrorReceivedEventHandler (line 10) | internal class CoreWebView2ExperimentalTextureStreamErrorReceivedEventHa... method CoreWebView2ExperimentalTextureStreamErrorReceivedEventHandler (line 16) | public CoreWebView2ExperimentalTextureStreamErrorReceivedEventHandler(... method Invoke (line 21) | public void Invoke(ICoreWebView2ExperimentalTextureStream source, ICor... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ExperimentalTextureStreamStartRequestedEventHandler.cs class CoreWebView2ExperimentalTextureStreamStartRequestedEventHandler (line 11) | internal class CoreWebView2ExperimentalTextureStreamStartRequestedEventH... method CoreWebView2ExperimentalTextureStreamStartRequestedEventHandler (line 17) | public CoreWebView2ExperimentalTextureStreamStartRequestedEventHandler... method Invoke (line 22) | public void Invoke(ICoreWebView2ExperimentalTextureStream source, obje... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ExperimentalTextureStreamStoppedEventHandler.cs class CoreWebView2ExperimentalTextureStreamStoppedEventHandler (line 11) | internal class CoreWebView2ExperimentalTextureStreamStoppedEventHandler ... method CoreWebView2ExperimentalTextureStreamStoppedEventHandler (line 17) | public CoreWebView2ExperimentalTextureStreamStoppedEventHandler(Callba... method Invoke (line 22) | public void Invoke(ICoreWebView2ExperimentalTextureStream source, obje... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ExperimentalTextureStreamWebTextureReceivedEventHandler.cs class CoreWebView2ExperimentalTextureStreamWebTextureReceivedEventHandler (line 10) | internal class CoreWebView2ExperimentalTextureStreamWebTextureReceivedEv... method CoreWebView2ExperimentalTextureStreamWebTextureReceivedEventHandler (line 16) | public CoreWebView2ExperimentalTextureStreamWebTextureReceivedEventHan... method Invoke (line 21) | public void Invoke(ICoreWebView2ExperimentalTextureStream source, ICor... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ExperimentalTextureStreamWebTextureStreamStoppedEventHandler.cs class CoreWebView2ExperimentalTextureStreamWebTextureStreamStoppedEventHandler (line 11) | internal class CoreWebView2ExperimentalTextureStreamWebTextureStreamStop... method CoreWebView2ExperimentalTextureStreamWebTextureStreamStoppedEventHandler (line 17) | public CoreWebView2ExperimentalTextureStreamWebTextureStreamStoppedEve... method Invoke (line 22) | public void Invoke(ICoreWebView2ExperimentalTextureStream source, obje... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FaviconChangedEventHandler.cs class CoreWebView2FaviconChangedEventHandler (line 11) | internal class CoreWebView2FaviconChangedEventHandler : ICoreWebView2Fav... method CoreWebView2FaviconChangedEventHandler (line 17) | public CoreWebView2FaviconChangedEventHandler(CallbackType callback) method Invoke (line 22) | public void Invoke(ICoreWebView2 source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FaviconImageFormat.cs type CoreWebView2FaviconImageFormat (line 11) | public enum CoreWebView2FaviconImageFormat FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2File.cs class CoreWebView2File (line 19) | public class CoreWebView2File method CoreWebView2File (line 81) | internal CoreWebView2File(object rawCoreWebView2File) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FocusChangedEventHandler.cs class CoreWebView2FocusChangedEventHandler (line 11) | internal class CoreWebView2FocusChangedEventHandler : ICoreWebView2Focus... method CoreWebView2FocusChangedEventHandler (line 17) | public CoreWebView2FocusChangedEventHandler(CallbackType callback) method Invoke (line 22) | public void Invoke(ICoreWebView2Controller source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2Frame.cs class CoreWebView2Frame (line 18) | public class CoreWebView2Frame method AddHostObjectToScript (line 997) | public void AddHostObjectToScript(string name, object rawObject, IEnum... method CoreWebView2Frame (line 1004) | internal CoreWebView2Frame(object rawCoreWebView2Frame) method OnNameChanged (line 1009) | internal void OnNameChanged(object args) method OnDestroyed (line 1014) | internal void OnDestroyed(object args) method RemoveHostObjectFromScript (line 1029) | public void RemoveHostObjectFromScript(string name) method IsDestroyed (line 1059) | public int IsDestroyed() method OnNavigationStarting (line 1085) | internal void OnNavigationStarting(CoreWebView2NavigationStartingEvent... method OnContentLoading (line 1090) | internal void OnContentLoading(CoreWebView2ContentLoadingEventArgs args) method OnNavigationCompleted (line 1095) | internal void OnNavigationCompleted(CoreWebView2NavigationCompletedEve... method OnDOMContentLoaded (line 1100) | internal void OnDOMContentLoaded(CoreWebView2DOMContentLoadedEventArgs... method OnWebMessageReceived (line 1105) | internal void OnWebMessageReceived(CoreWebView2WebMessageReceivedEvent... method ExecuteScriptAsync (line 1128) | public async Task ExecuteScriptAsync(string javaScript) method PostWebMessageAsJson (line 1185) | public void PostWebMessageAsJson(string webMessageAsJson) method PostWebMessageAsString (line 1232) | public void PostWebMessageAsString(string webMessageAsString) method OnPermissionRequested (line 1265) | internal void OnPermissionRequested(CoreWebView2PermissionRequestedEve... method PostSharedBufferToScript (line 1315) | public void PostSharedBufferToScript(CoreWebView2SharedBuffer sharedBu... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FrameContentLoadingEventHandler.cs class CoreWebView2FrameContentLoadingEventHandler (line 10) | internal class CoreWebView2FrameContentLoadingEventHandler : ICoreWebVie... method CoreWebView2FrameContentLoadingEventHandler (line 16) | public CoreWebView2FrameContentLoadingEventHandler(CallbackType callback) method Invoke (line 21) | public void Invoke(ICoreWebView2Frame source, ICoreWebView2ContentLoad... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FrameCreatedEventArgs.cs class CoreWebView2FrameCreatedEventArgs (line 15) | public class CoreWebView2FrameCreatedEventArgs : EventArgs method CoreWebView2FrameCreatedEventArgs (line 77) | internal CoreWebView2FrameCreatedEventArgs(object rawCoreWebView2Frame... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FrameCreatedEventHandler.cs class CoreWebView2FrameCreatedEventHandler (line 10) | internal class CoreWebView2FrameCreatedEventHandler : ICoreWebView2Frame... method CoreWebView2FrameCreatedEventHandler (line 16) | public CoreWebView2FrameCreatedEventHandler(CallbackType callback) method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2FrameCreatedEven... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FrameDOMContentLoadedEventHandler.cs class CoreWebView2FrameDOMContentLoadedEventHandler (line 10) | internal class CoreWebView2FrameDOMContentLoadedEventHandler : ICoreWebV... method CoreWebView2FrameDOMContentLoadedEventHandler (line 16) | public CoreWebView2FrameDOMContentLoadedEventHandler(CallbackType call... method Invoke (line 21) | public void Invoke(ICoreWebView2Frame source, ICoreWebView2DOMContentL... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FrameDestroyedEventHandler.cs class CoreWebView2FrameDestroyedEventHandler (line 11) | internal class CoreWebView2FrameDestroyedEventHandler : ICoreWebView2Fra... method CoreWebView2FrameDestroyedEventHandler (line 17) | public CoreWebView2FrameDestroyedEventHandler(CallbackType callback) method Invoke (line 22) | public void Invoke(ICoreWebView2Frame source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FrameInfo.cs class CoreWebView2FrameInfo (line 15) | public class CoreWebView2FrameInfo method CoreWebView2FrameInfo (line 112) | internal CoreWebView2FrameInfo(object rawCoreWebView2FrameInfo) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FrameNameChangedEventHandler.cs class CoreWebView2FrameNameChangedEventHandler (line 11) | internal class CoreWebView2FrameNameChangedEventHandler : ICoreWebView2F... method CoreWebView2FrameNameChangedEventHandler (line 17) | public CoreWebView2FrameNameChangedEventHandler(CallbackType callback) method Invoke (line 22) | public void Invoke(ICoreWebView2Frame source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FrameNavigationCompletedEventHandler.cs class CoreWebView2FrameNavigationCompletedEventHandler (line 10) | internal class CoreWebView2FrameNavigationCompletedEventHandler : ICoreW... method CoreWebView2FrameNavigationCompletedEventHandler (line 16) | public CoreWebView2FrameNavigationCompletedEventHandler(CallbackType c... method Invoke (line 21) | public void Invoke(ICoreWebView2Frame source, ICoreWebView2NavigationC... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FrameNavigationStartingEventHandler.cs class CoreWebView2FrameNavigationStartingEventHandler (line 10) | internal class CoreWebView2FrameNavigationStartingEventHandler : ICoreWe... method CoreWebView2FrameNavigationStartingEventHandler (line 16) | public CoreWebView2FrameNavigationStartingEventHandler(CallbackType ca... method Invoke (line 21) | public void Invoke(ICoreWebView2Frame source, ICoreWebView2NavigationS... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FramePermissionRequestedEventHandler.cs class CoreWebView2FramePermissionRequestedEventHandler (line 10) | internal class CoreWebView2FramePermissionRequestedEventHandler : ICoreW... method CoreWebView2FramePermissionRequestedEventHandler (line 16) | public CoreWebView2FramePermissionRequestedEventHandler(CallbackType c... method Invoke (line 21) | public void Invoke(ICoreWebView2Frame source, ICoreWebView2PermissionR... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2FrameWebMessageReceivedEventHandler.cs class CoreWebView2FrameWebMessageReceivedEventHandler (line 10) | internal class CoreWebView2FrameWebMessageReceivedEventHandler : ICoreWe... method CoreWebView2FrameWebMessageReceivedEventHandler (line 16) | public CoreWebView2FrameWebMessageReceivedEventHandler(CallbackType ca... method Invoke (line 21) | public void Invoke(ICoreWebView2Frame source, ICoreWebView2WebMessageR... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2GetCookiesCompletedHandler.cs class CoreWebView2GetCookiesCompletedHandler (line 13) | internal class CoreWebView2GetCookiesCompletedHandler : ICoreWebView2Get... method CoreWebView2GetCookiesCompletedHandler (line 23) | public CoreWebView2GetCookiesCompletedHandler() method Invoke (line 28) | public void Invoke(int errCode, ICoreWebView2CookieList cookieList) method GetAwaiter (line 39) | public CoreWebView2GetCookiesCompletedHandler GetAwaiter() method OnCompleted (line 44) | public void OnCompleted(Action continuation) method GetResult (line 53) | public List GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2GetFaviconCompletedHandler.cs class CoreWebView2GetFaviconCompletedHandler (line 14) | internal class CoreWebView2GetFaviconCompletedHandler : ICoreWebView2Get... method CoreWebView2GetFaviconCompletedHandler (line 24) | public CoreWebView2GetFaviconCompletedHandler() method Invoke (line 29) | public void Invoke(int errCode, IStream faviconStream) method GetAwaiter (line 40) | public CoreWebView2GetFaviconCompletedHandler GetAwaiter() method OnCompleted (line 45) | public void OnCompleted(Action continuation) method GetResult (line 54) | public Stream GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2GetNonDefaultPermissionSettingsCompletedHandler.cs class CoreWebView2GetNonDefaultPermissionSettingsCompletedHandler (line 13) | internal class CoreWebView2GetNonDefaultPermissionSettingsCompletedHandl... method Invoke (line 23) | public void Invoke(int errCode, ICoreWebView2PermissionSettingCollecti... method CoreWebView2GetNonDefaultPermissionSettingsCompletedHandler (line 34) | public CoreWebView2GetNonDefaultPermissionSettingsCompletedHandler() method Invoke (line 39) | public void Invoke(int errCode, IReadOnlyList GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2HistoryChangedEventHandler.cs class CoreWebView2HistoryChangedEventHandler (line 11) | internal class CoreWebView2HistoryChangedEventHandler : ICoreWebView2His... method CoreWebView2HistoryChangedEventHandler (line 17) | public CoreWebView2HistoryChangedEventHandler(CallbackType callback) method Invoke (line 22) | public void Invoke(ICoreWebView2 source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2HostResourceAccessKind.cs type CoreWebView2HostResourceAccessKind (line 20) | public enum CoreWebView2HostResourceAccessKind FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2HttpHeadersCollectionIterator.cs class CoreWebView2HttpHeadersCollectionIterator (line 17) | public class CoreWebView2HttpHeadersCollectionIterator : IEnumerator> IEnumerable> IEnumerable> GetNon... method ClearCustomDataPartitionAsync (line 1309) | public async Task ClearCustomDataPartitionAsync(string CustomDataParti... method OnDeleted (line 1340) | internal void OnDeleted(object args) method Delete (line 1358) | public void Delete() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2RasterizationScaleChangedEventHandler.cs class CoreWebView2RasterizationScaleChangedEventHandler (line 11) | internal class CoreWebView2RasterizationScaleChangedEventHandler : ICore... method CoreWebView2RasterizationScaleChangedEventHandler (line 17) | public CoreWebView2RasterizationScaleChangedEventHandler(CallbackType ... method Invoke (line 22) | public void Invoke(ICoreWebView2Controller source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ScriptDialogKind.cs type CoreWebView2ScriptDialogKind (line 11) | public enum CoreWebView2ScriptDialogKind FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ScriptDialogOpeningEventArgs.cs class CoreWebView2ScriptDialogOpeningEventArgs (line 16) | public class CoreWebView2ScriptDialogOpeningEventArgs : EventArgs method CoreWebView2ScriptDialogOpeningEventArgs (line 245) | internal CoreWebView2ScriptDialogOpeningEventArgs(object rawCoreWebVie... method Accept (line 260) | public void Accept() method GetDeferral (line 293) | public CoreWebView2Deferral GetDeferral() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ScriptDialogOpeningEventHandler.cs class CoreWebView2ScriptDialogOpeningEventHandler (line 10) | internal class CoreWebView2ScriptDialogOpeningEventHandler : ICoreWebVie... method CoreWebView2ScriptDialogOpeningEventHandler (line 16) | public CoreWebView2ScriptDialogOpeningEventHandler(CallbackType callback) method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2ScriptDialogOpen... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ScriptException.cs class CoreWebView2ScriptException (line 15) | public class CoreWebView2ScriptException method CoreWebView2ScriptException (line 207) | internal CoreWebView2ScriptException(object rawCoreWebView2ScriptExcep... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ServerCertificateErrorAction.cs type CoreWebView2ServerCertificateErrorAction (line 12) | public enum CoreWebView2ServerCertificateErrorAction FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ServerCertificateErrorDetectedEventArgs.cs class CoreWebView2ServerCertificateErrorDetectedEventArgs (line 16) | public class CoreWebView2ServerCertificateErrorDetectedEventArgs : Event... method CoreWebView2ServerCertificateErrorDetectedEventArgs (line 202) | internal CoreWebView2ServerCertificateErrorDetectedEventArgs(object ra... method GetDeferral (line 214) | public CoreWebView2Deferral GetDeferral() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ServerCertificateErrorDetectedEventHandler.cs class CoreWebView2ServerCertificateErrorDetectedEventHandler (line 10) | internal class CoreWebView2ServerCertificateErrorDetectedEventHandler : ... method CoreWebView2ServerCertificateErrorDetectedEventHandler (line 16) | public CoreWebView2ServerCertificateErrorDetectedEventHandler(Callback... method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2ServerCertificat... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2SetPermissionStateCompletedHandler.cs class CoreWebView2SetPermissionStateCompletedHandler (line 12) | internal class CoreWebView2SetPermissionStateCompletedHandler : ICoreWeb... method CoreWebView2SetPermissionStateCompletedHandler (line 20) | public CoreWebView2SetPermissionStateCompletedHandler() method Invoke (line 25) | public void Invoke(int errCode) method GetAwaiter (line 35) | public CoreWebView2SetPermissionStateCompletedHandler GetAwaiter() method OnCompleted (line 40) | public void OnCompleted(Action continuation) method GetResult (line 49) | public void GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2Settings.cs class CoreWebView2Settings (line 21) | public class CoreWebView2Settings method CoreWebView2Settings (line 1635) | internal CoreWebView2Settings(object rawCoreWebView2Settings) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2SharedBuffer.cs class CoreWebView2SharedBuffer (line 16) | public class CoreWebView2SharedBuffer : IDisposable class WebView2SharedBufferSafeHandle (line 18) | internal class WebView2SharedBufferSafeHandle : SafeHandle method WebView2SharedBufferSafeHandle (line 35) | public WebView2SharedBufferSafeHandle(CoreWebView2SharedBuffer share... method ReleaseHandle (line 46) | protected override bool ReleaseHandle() method Dispose (line 192) | public void Dispose() method Dispose (line 201) | protected virtual void Dispose(bool disposing) method CoreWebView2SharedBuffer (line 215) | internal CoreWebView2SharedBuffer(object rawCoreWebView2SharedBuffer) method OpenStream (line 223) | public Stream OpenStream() method Close (line 272) | public void Close() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2SharedBufferAccess.cs type CoreWebView2SharedBufferAccess (line 11) | public enum CoreWebView2SharedBufferAccess FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2SourceChangedEventArgs.cs class CoreWebView2SourceChangedEventArgs (line 15) | public class CoreWebView2SourceChangedEventArgs : EventArgs method CoreWebView2SourceChangedEventArgs (line 77) | internal CoreWebView2SourceChangedEventArgs(object rawCoreWebView2Sour... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2SourceChangedEventHandler.cs class CoreWebView2SourceChangedEventHandler (line 10) | internal class CoreWebView2SourceChangedEventHandler : ICoreWebView2Sour... method CoreWebView2SourceChangedEventHandler (line 16) | public CoreWebView2SourceChangedEventHandler(CallbackType callback) method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2SourceChangedEve... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2StateChangedEventHandler.cs class CoreWebView2StateChangedEventHandler (line 11) | internal class CoreWebView2StateChangedEventHandler : ICoreWebView2State... method CoreWebView2StateChangedEventHandler (line 17) | public CoreWebView2StateChangedEventHandler(CallbackType callback) method Invoke (line 22) | public void Invoke(ICoreWebView2DownloadOperation source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2StatusBarTextChangedEventHandler.cs class CoreWebView2StatusBarTextChangedEventHandler (line 11) | internal class CoreWebView2StatusBarTextChangedEventHandler : ICoreWebVi... method CoreWebView2StatusBarTextChangedEventHandler (line 17) | public CoreWebView2StatusBarTextChangedEventHandler(CallbackType callb... method Invoke (line 22) | public void Invoke(ICoreWebView2 source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2Texture.cs class CoreWebView2Texture (line 15) | public class CoreWebView2Texture method CoreWebView2Texture (line 166) | internal CoreWebView2Texture(object rawCoreWebView2Texture) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2TextureStream.cs class CoreWebView2TextureStream (line 15) | public class CoreWebView2TextureStream method CoreWebView2TextureStream (line 437) | internal CoreWebView2TextureStream(object rawCoreWebView2TextureStream) method OnStartRequested (line 442) | internal void OnStartRequested(object args) method OnStopped (line 447) | internal void OnStopped(object args) method OnErrorReceived (line 452) | internal void OnErrorReceived(CoreWebView2TextureStreamErrorReceivedEv... method OnWebTextureReceived (line 457) | internal void OnWebTextureReceived(CoreWebView2TextureStreamWebTexture... method OnWebTextureStreamStopped (line 462) | internal void OnWebTextureStreamStopped(object args) method AddAllowedOrigin (line 470) | public void AddAllowedOrigin(string origin, int value) method RemoveAllowedOrigin (line 499) | public void RemoveAllowedOrigin(string origin) method CreateTexture (line 528) | public CoreWebView2Texture CreateTexture(uint widthInTexels, uint heig... method GetAvailableTexture (line 557) | public CoreWebView2Texture GetAvailableTexture() method CloseTexture (line 586) | public void CloseTexture(CoreWebView2Texture texture) method PresentTexture (line 615) | public void PresentTexture(CoreWebView2Texture texture) method Stop (line 644) | public void Stop() method SetD3DDevice (line 673) | public void SetD3DDevice(object d3dDevice) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2TextureStreamErrorKind.cs type CoreWebView2TextureStreamErrorKind (line 11) | public enum CoreWebView2TextureStreamErrorKind FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2TextureStreamErrorReceivedEventArgs.cs class CoreWebView2TextureStreamErrorReceivedEventArgs (line 15) | public class CoreWebView2TextureStreamErrorReceivedEventArgs : EventArgs method CoreWebView2TextureStreamErrorReceivedEventArgs (line 109) | internal CoreWebView2TextureStreamErrorReceivedEventArgs(object rawCor... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2TextureStreamWebTextureReceivedEventArgs.cs class CoreWebView2TextureStreamWebTextureReceivedEventArgs (line 15) | public class CoreWebView2TextureStreamWebTextureReceivedEventArgs : Even... method CoreWebView2TextureStreamWebTextureReceivedEventArgs (line 77) | internal CoreWebView2TextureStreamWebTextureReceivedEventArgs(object r... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2TrackingPreventionLevel.cs type CoreWebView2TrackingPreventionLevel (line 11) | public enum CoreWebView2TrackingPreventionLevel FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2TrySuspendCompletedHandler.cs class CoreWebView2TrySuspendCompletedHandler (line 12) | internal class CoreWebView2TrySuspendCompletedHandler : ICoreWebView2Try... method CoreWebView2TrySuspendCompletedHandler (line 22) | public CoreWebView2TrySuspendCompletedHandler() method Invoke (line 27) | public void Invoke(int errCode, int isSuccessful) method GetAwaiter (line 38) | public CoreWebView2TrySuspendCompletedHandler GetAwaiter() method OnCompleted (line 43) | public void OnCompleted(Action continuation) method GetResult (line 52) | public bool GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2UpdateRuntimeCompletedHandler.cs class CoreWebView2UpdateRuntimeCompletedHandler (line 12) | internal class CoreWebView2UpdateRuntimeCompletedHandler : ICoreWebView2... method CoreWebView2UpdateRuntimeCompletedHandler (line 22) | public CoreWebView2UpdateRuntimeCompletedHandler() method Invoke (line 27) | public void Invoke(int errCode, ICoreWebView2ExperimentalUpdateRuntime... method GetAwaiter (line 38) | public CoreWebView2UpdateRuntimeCompletedHandler GetAwaiter() method OnCompleted (line 43) | public void OnCompleted(Action continuation) method GetResult (line 52) | public CoreWebView2UpdateRuntimeResult GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2UpdateRuntimeResult.cs class CoreWebView2UpdateRuntimeResult (line 15) | public class CoreWebView2UpdateRuntimeResult method CoreWebView2UpdateRuntimeResult (line 113) | internal CoreWebView2UpdateRuntimeResult(object rawCoreWebView2UpdateR... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2UpdateRuntimeStatus.cs type CoreWebView2UpdateRuntimeStatus (line 11) | public enum CoreWebView2UpdateRuntimeStatus FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebErrorStatus.cs type CoreWebView2WebErrorStatus (line 11) | public enum CoreWebView2WebErrorStatus FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebMessageReceivedEventArgs.cs class CoreWebView2WebMessageReceivedEventArgs (line 17) | public class CoreWebView2WebMessageReceivedEventArgs : EventArgs method CoreWebView2WebMessageReceivedEventArgs (line 216) | internal CoreWebView2WebMessageReceivedEventArgs(object rawCoreWebView... method TryGetWebMessageAsString (line 234) | public string TryGetWebMessageAsString() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebMessageReceivedEventHandler.cs class CoreWebView2WebMessageReceivedEventHandler (line 10) | internal class CoreWebView2WebMessageReceivedEventHandler : ICoreWebView... method CoreWebView2WebMessageReceivedEventHandler (line 16) | public CoreWebView2WebMessageReceivedEventHandler(CallbackType callback) method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2WebMessageReceiv... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebResourceContext.cs type CoreWebView2WebResourceContext (line 11) | public enum CoreWebView2WebResourceContext FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebResourceRequest.cs class CoreWebView2WebResourceRequest (line 17) | public class CoreWebView2WebResourceRequest method CoreWebView2WebResourceRequest (line 257) | internal CoreWebView2WebResourceRequest(object rawCoreWebView2WebResou... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebResourceRequestSourceKinds.cs type CoreWebView2WebResourceRequestSourceKinds (line 13) | [Flags] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebResourceRequestedEventArgs.cs class CoreWebView2WebResourceRequestedEventArgs (line 16) | public class CoreWebView2WebResourceRequestedEventArgs : EventArgs method CoreWebView2WebResourceRequestedEventArgs (line 236) | internal CoreWebView2WebResourceRequestedEventArgs(object rawCoreWebVi... method GetDeferral (line 249) | public CoreWebView2Deferral GetDeferral() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebResourceRequestedEventHandler.cs class CoreWebView2WebResourceRequestedEventHandler (line 10) | internal class CoreWebView2WebResourceRequestedEventHandler : ICoreWebVi... method CoreWebView2WebResourceRequestedEventHandler (line 16) | public CoreWebView2WebResourceRequestedEventHandler(CallbackType callb... method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2WebResourceReque... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebResourceResponse.cs class CoreWebView2WebResourceResponse (line 17) | public class CoreWebView2WebResourceResponse method CoreWebView2WebResourceResponse (line 256) | internal CoreWebView2WebResourceResponse(object rawCoreWebView2WebReso... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebResourceResponseReceivedEventArgs.cs class CoreWebView2WebResourceResponseReceivedEventArgs (line 16) | public class CoreWebView2WebResourceResponseReceivedEventArgs : EventArgs method CoreWebView2WebResourceResponseReceivedEventArgs (line 116) | internal CoreWebView2WebResourceResponseReceivedEventArgs(object rawCo... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebResourceResponseReceivedEventHandler.cs class CoreWebView2WebResourceResponseReceivedEventHandler (line 10) | internal class CoreWebView2WebResourceResponseReceivedEventHandler : ICo... method CoreWebView2WebResourceResponseReceivedEventHandler (line 16) | public CoreWebView2WebResourceResponseReceivedEventHandler(CallbackTyp... method Invoke (line 21) | public void Invoke(ICoreWebView2 source, ICoreWebView2WebResourceRespo... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebResourceResponseView.cs class CoreWebView2WebResourceResponseView (line 21) | public class CoreWebView2WebResourceResponseView method CoreWebView2WebResourceResponseView (line 147) | internal CoreWebView2WebResourceResponseView(object rawCoreWebView2Web... method GetContentAsync (line 169) | public async Task GetContentAsync() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebResourceResponseViewGetContentCompletedHandler.cs class CoreWebView2WebResourceResponseViewGetContentCompletedHandler (line 14) | internal class CoreWebView2WebResourceResponseViewGetContentCompletedHan... method CoreWebView2WebResourceResponseViewGetContentCompletedHandler (line 24) | public CoreWebView2WebResourceResponseViewGetContentCompletedHandler() method Invoke (line 29) | public void Invoke(int errCode, IStream Content) method GetAwaiter (line 40) | public CoreWebView2WebResourceResponseViewGetContentCompletedHandler G... method OnCompleted (line 45) | public void OnCompleted(Action continuation) method GetResult (line 54) | public Stream GetResult() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WebTexture.cs class CoreWebView2WebTexture (line 15) | public class CoreWebView2WebTexture method CoreWebView2WebTexture (line 141) | internal CoreWebView2WebTexture(object rawCoreWebView2WebTexture) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WindowCloseRequestedEventHandler.cs class CoreWebView2WindowCloseRequestedEventHandler (line 11) | internal class CoreWebView2WindowCloseRequestedEventHandler : ICoreWebVi... method CoreWebView2WindowCloseRequestedEventHandler (line 17) | public CoreWebView2WindowCloseRequestedEventHandler(CallbackType callb... method Invoke (line 22) | public void Invoke(ICoreWebView2 source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2WindowFeatures.cs class CoreWebView2WindowFeatures (line 29) | public class CoreWebView2WindowFeatures method CoreWebView2WindowFeatures (line 383) | internal CoreWebView2WindowFeatures(object rawCoreWebView2WindowFeatures) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/CoreWebView2ZoomFactorChangedEventHandler.cs class CoreWebView2ZoomFactorChangedEventHandler (line 11) | internal class CoreWebView2ZoomFactorChangedEventHandler : ICoreWebView2... method CoreWebView2ZoomFactorChangedEventHandler (line 17) | public CoreWebView2ZoomFactorChangedEventHandler(CallbackType callback) method Invoke (line 22) | public void Invoke(ICoreWebView2Controller source, object args) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Dispatchcontainerscriptbehavior.cs type Dispatchcontainerscriptbehavior (line 8) | public enum Dispatchcontainerscriptbehavior FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/HostObjectHelper.cs class HostObjectHelper (line 13) | [ClassInterface(ClassInterfaceType.AutoDual)] method IsMethod (line 19) | public bool IsMethod(object obj, string name) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/ManagedIStream.cs class ManagedIStream (line 14) | internal class ManagedIStream : IStream method ManagedIStream (line 41) | internal ManagedIStream(Stream ioStream) method Read (line 61) | [SecurityCritical] method Seek (line 79) | [SecurityCritical] method SetSize (line 99) | void IStream.SetSize(long libNewSize) method Stat (line 116) | void IStream.Stat(out STATSTG streamStats, int grfStatFlag) method Write (line 146) | [SecurityCritical] method Clone (line 162) | void IStream.Clone(out IStream streamCopy) method CopyTo (line 174) | void IStream.CopyTo(IStream targetStream, long bufferSize, IntPtr buff... method Commit (line 185) | void IStream.Commit(int flags) method LockRegion (line 196) | void IStream.LockRegion(long offset, long byteCount, int lockType) method Revert (line 207) | void IStream.Revert() method UnlockRegion (line 218) | void IStream.UnlockRegion(long offset, long byteCount, int lockType) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/BrowserInfo.cs class BrowserInfo (line 9) | internal static class BrowserInfo FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_BOUNDS_MODE.cs type COREWEBVIEW2_BOUNDS_MODE (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_BROWSER_PROCESS_EXIT_KIND.cs type COREWEBVIEW2_BROWSER_PROCESS_EXIT_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_BROWSING_DATA_KINDS.cs type COREWEBVIEW2_BROWSING_DATA_KINDS (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_CAPTURE_PREVIEW_IMAGE_FORMAT.cs type COREWEBVIEW2_CAPTURE_PREVIEW_IMAGE_FORMAT (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_CLIENT_CERTIFICATE_KIND.cs type COREWEBVIEW2_CLIENT_CERTIFICATE_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_COLOR.cs type COREWEBVIEW2_COLOR (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_CONTEXT_MENU_ITEM_KIND.cs type COREWEBVIEW2_CONTEXT_MENU_ITEM_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_CONTEXT_MENU_TARGET_KIND.cs type COREWEBVIEW2_CONTEXT_MENU_TARGET_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_COOKIE_SAME_SITE_KIND.cs type COREWEBVIEW2_COOKIE_SAME_SITE_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_DEFAULT_DOWNLOAD_DIALOG_CORNER_ALIGNMENT.cs type COREWEBVIEW2_DEFAULT_DOWNLOAD_DIALOG_CORNER_ALIGNMENT (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON.cs type COREWEBVIEW2_DOWNLOAD_INTERRUPT_REASON (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_DOWNLOAD_STATE.cs type COREWEBVIEW2_DOWNLOAD_STATE (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_FAVICON_IMAGE_FORMAT.cs type COREWEBVIEW2_FAVICON_IMAGE_FORMAT (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_HOST_RESOURCE_ACCESS_KIND.cs type COREWEBVIEW2_HOST_RESOURCE_ACCESS_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_KEY_EVENT_KIND.cs type COREWEBVIEW2_KEY_EVENT_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_MATRIX_4X4.cs type COREWEBVIEW2_MATRIX_4X4 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_MEMORY_USAGE_TARGET_LEVEL.cs type COREWEBVIEW2_MEMORY_USAGE_TARGET_LEVEL (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_MOUSE_EVENT_KIND.cs type COREWEBVIEW2_MOUSE_EVENT_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_MOUSE_EVENT_VIRTUAL_KEYS.cs type COREWEBVIEW2_MOUSE_EVENT_VIRTUAL_KEYS (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_MOVE_FOCUS_REASON.cs type COREWEBVIEW2_MOVE_FOCUS_REASON (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_NAVIGATION_KIND.cs type COREWEBVIEW2_NAVIGATION_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PDF_TOOLBAR_ITEMS.cs type COREWEBVIEW2_PDF_TOOLBAR_ITEMS (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PERMISSION_KIND.cs type COREWEBVIEW2_PERMISSION_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PERMISSION_STATE.cs type COREWEBVIEW2_PERMISSION_STATE (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PHYSICAL_KEY_STATUS.cs type COREWEBVIEW2_PHYSICAL_KEY_STATUS (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_POINTER_EVENT_KIND.cs type COREWEBVIEW2_POINTER_EVENT_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PREFERRED_COLOR_SCHEME.cs type COREWEBVIEW2_PREFERRED_COLOR_SCHEME (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PRINT_COLLATION.cs type COREWEBVIEW2_PRINT_COLLATION (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PRINT_COLOR_MODE.cs type COREWEBVIEW2_PRINT_COLOR_MODE (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PRINT_DIALOG_KIND.cs type COREWEBVIEW2_PRINT_DIALOG_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PRINT_DUPLEX.cs type COREWEBVIEW2_PRINT_DUPLEX (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PRINT_MEDIA_SIZE.cs type COREWEBVIEW2_PRINT_MEDIA_SIZE (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PRINT_ORIENTATION.cs type COREWEBVIEW2_PRINT_ORIENTATION (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PRINT_STATUS.cs type COREWEBVIEW2_PRINT_STATUS (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PROCESS_FAILED_KIND.cs type COREWEBVIEW2_PROCESS_FAILED_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PROCESS_FAILED_REASON.cs type COREWEBVIEW2_PROCESS_FAILED_REASON (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_PROCESS_KIND.cs type COREWEBVIEW2_PROCESS_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_SCRIPT_DIALOG_KIND.cs type COREWEBVIEW2_SCRIPT_DIALOG_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION.cs type COREWEBVIEW2_SERVER_CERTIFICATE_ERROR_ACTION (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_SHARED_BUFFER_ACCESS.cs type COREWEBVIEW2_SHARED_BUFFER_ACCESS (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_TEXTURE_STREAM_ERROR_KIND.cs type COREWEBVIEW2_TEXTURE_STREAM_ERROR_KIND (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_TRACKING_PREVENTION_LEVEL.cs type COREWEBVIEW2_TRACKING_PREVENTION_LEVEL (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_UPDATE_RUNTIME_STATUS.cs type COREWEBVIEW2_UPDATE_RUNTIME_STATUS (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_WEB_ERROR_STATUS.cs type COREWEBVIEW2_WEB_ERROR_STATUS (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_WEB_RESOURCE_CONTEXT.cs type COREWEBVIEW2_WEB_RESOURCE_CONTEXT (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/COREWEBVIEW2_WEB_RESOURCE_REQUEST_SOURCE_KINDS.cs type COREWEBVIEW2_WEB_RESOURCE_REQUEST_SOURCE_KINDS (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/EventRegistrationToken.cs type EventRegistrationToken (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2.cs type ICoreWebView2 (line 13) | [CompilerGenerated] method Navigate (line 26) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method NavigateToString (line 29) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_NavigationStarting (line 32) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_NavigationStarting (line 37) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_ContentLoading (line 40) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ContentLoading (line 45) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_SourceChanged (line 48) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_SourceChanged (line 53) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_HistoryChanged (line 56) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_HistoryChanged (line 61) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_NavigationCompleted (line 64) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_NavigationCompleted (line 69) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_FrameNavigationStarting (line 72) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_FrameNavigationStarting (line 77) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_FrameNavigationCompleted (line 80) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_FrameNavigationCompleted (line 85) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_ScriptDialogOpening (line 88) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ScriptDialogOpening (line 93) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_PermissionRequested (line 96) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_PermissionRequested (line 101) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_ProcessFailed (line 104) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ProcessFailed (line 109) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method AddScriptToExecuteOnDocumentCreated (line 112) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method RemoveScriptToExecuteOnDocumentCreated (line 117) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method ExecuteScript (line 120) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method CapturePreview (line 123) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method Reload (line 129) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method PostWebMessageAsJson (line 132) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method PostWebMessageAsString (line 135) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_WebMessageReceived (line 138) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_WebMessageReceived (line 143) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method CallDevToolsProtocolMethod (line 146) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GoBack (line 161) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GoForward (line 164) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetDevToolsProtocolEventReceiver (line 167) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method Stop (line 171) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_NewWindowRequested (line 174) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_NewWindowRequested (line 179) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_DocumentTitleChanged (line 182) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_DocumentTitleChanged (line 187) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method AddHostObjectToScript (line 193) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method RemoveHostObjectFromScript (line 196) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method OpenDevToolsWindow (line 199) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_ContainsFullScreenElementChanged (line 202) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ContainsFullScreenElementChanged (line 207) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_WebResourceRequested (line 213) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_WebResourceRequested (line 218) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method AddWebResourceRequestedFilter (line 221) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method RemoveWebResourceRequestedFilter (line 226) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_WindowCloseRequested (line 231) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_WindowCloseRequested (line 236) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2AcceleratorKeyPressedEventArgs.cs type ICoreWebView2AcceleratorKeyPressedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2AcceleratorKeyPressedEventHandler.cs type ICoreWebView2AcceleratorKeyPressedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler.cs type ICoreWebView2AddScriptToExecuteOnDocumentCreatedCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2BasicAuthenticationRequestedEventArgs.cs type ICoreWebView2BasicAuthenticationRequestedEventArgs (line 12) | [CompilerGenerated] method GetDeferral (line 31) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2BasicAuthenticationRequestedEventHandler.cs type ICoreWebView2BasicAuthenticationRequestedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2BasicAuthenticationResponse.cs type ICoreWebView2BasicAuthenticationResponse (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2BrowserProcessExitedEventArgs.cs type ICoreWebView2BrowserProcessExitedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2BrowserProcessExitedEventHandler.cs type ICoreWebView2BrowserProcessExitedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2BytesReceivedChangedEventHandler.cs type ICoreWebView2BytesReceivedChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CallDevToolsProtocolMethodCompletedHandler.cs type ICoreWebView2CallDevToolsProtocolMethodCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CapturePreviewCompletedHandler.cs type ICoreWebView2CapturePreviewCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Certificate.cs type ICoreWebView2Certificate (line 12) | [CompilerGenerated] method ToPemEncoding (line 37) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ClearBrowsingDataCompletedHandler.cs type ICoreWebView2ClearBrowsingDataCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler.cs type ICoreWebView2ClearServerCertificateErrorActionsCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ClientCertificate.cs type ICoreWebView2ClientCertificate (line 12) | [CompilerGenerated] method ToPemEncoding (line 37) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ClientCertificateCollection.cs type ICoreWebView2ClientCertificateCollection (line 12) | [CompilerGenerated] method GetValueAtIndex (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ClientCertificateRequestedEventArgs.cs type ICoreWebView2ClientCertificateRequestedEventArgs (line 12) | [CompilerGenerated] method GetDeferral (line 43) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ClientCertificateRequestedEventHandler.cs type ICoreWebView2ClientCertificateRequestedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CompositionController.cs type ICoreWebView2CompositionController (line 13) | [CompilerGenerated] method SendMouseInput (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method SendPointerInput (line 30) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_CursorChanged (line 41) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_CursorChanged (line 46) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CompositionController2.cs type ICoreWebView2CompositionController2 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CompositionController3.cs type ICoreWebView2CompositionController3 (line 12) | [CompilerGenerated] method _VtblGap1_10 (line 19) | [SpecialName] method DragLeave (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ContainsFullScreenElementChangedEventHandler.cs type ICoreWebView2ContainsFullScreenElementChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ContentLoadingEventArgs.cs type ICoreWebView2ContentLoadingEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ContentLoadingEventHandler.cs type ICoreWebView2ContentLoadingEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ContextMenuItem.cs type ICoreWebView2ContextMenuItem (line 13) | [CompilerGenerated] method add_CustomItemSelected (line 47) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_CustomItemSelected (line 52) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ContextMenuItemCollection.cs type ICoreWebView2ContextMenuItemCollection (line 12) | [CompilerGenerated] method GetValueAtIndex (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method RemoveValueAtIndex (line 26) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method InsertValueAtIndex (line 29) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ContextMenuRequestedEventArgs.cs type ICoreWebView2ContextMenuRequestedEventArgs (line 12) | [CompilerGenerated] method GetDeferral (line 34) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ContextMenuRequestedEventHandler.cs type ICoreWebView2ContextMenuRequestedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ContextMenuTarget.cs type ICoreWebView2ContextMenuTarget (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Controller.cs type ICoreWebView2Controller (line 13) | [CompilerGenerated] method add_ZoomFactorChanged (line 29) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ZoomFactorChanged (line 34) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method SetBoundsAndZoomFactor (line 37) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method MoveFocus (line 40) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_MoveFocusRequested (line 43) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_MoveFocusRequested (line 48) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_GotFocus (line 51) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_GotFocus (line 56) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_LostFocus (line 59) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_LostFocus (line 64) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_AcceleratorKeyPressed (line 67) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_AcceleratorKeyPressed (line 72) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method NotifyParentWindowPositionChanged (line 78) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method Close (line 81) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Controller2.cs type ICoreWebView2Controller2 (line 12) | [CompilerGenerated] method _VtblGap1_23 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Controller3.cs type ICoreWebView2Controller3 (line 12) | [CompilerGenerated] method _VtblGap1_25 (line 19) | [SpecialName] method add_RasterizationScaleChanged (line 29) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_RasterizationScaleChanged (line 34) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Controller4.cs type ICoreWebView2Controller4 (line 12) | [CompilerGenerated] method _VtblGap1_33 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ControllerOptions.cs type ICoreWebView2ControllerOptions (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ControllerOptions2.cs type ICoreWebView2ControllerOptions2 (line 12) | [CompilerGenerated] method _VtblGap1_4 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Cookie.cs type ICoreWebView2Cookie (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CookieList.cs type ICoreWebView2CookieList (line 12) | [CompilerGenerated] method GetValueAtIndex (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CookieManager.cs type ICoreWebView2CookieManager (line 12) | [CompilerGenerated] method CreateCookie (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method CopyCookie (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetCookies (line 27) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method AddOrUpdateCookie (line 30) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method DeleteCookie (line 33) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method DeleteCookies (line 36) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method DeleteCookiesWithDomainAndPath (line 39) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method DeleteAllCookies (line 42) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler.cs type ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CreateCoreWebView2ControllerCompletedHandler.cs type ICoreWebView2CreateCoreWebView2ControllerCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler.cs type ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CursorChangedEventHandler.cs type ICoreWebView2CursorChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CustomItemSelectedEventHandler.cs type ICoreWebView2CustomItemSelectedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2CustomSchemeRegistration.cs type ICoreWebView2CustomSchemeRegistration (line 13) | [CompilerGenerated] method GetAllowedOrigins (line 26) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method SetAllowedOrigins (line 29) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2DOMContentLoadedEventArgs.cs type ICoreWebView2DOMContentLoadedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2DOMContentLoadedEventHandler.cs type ICoreWebView2DOMContentLoadedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Deferral.cs type ICoreWebView2Deferral (line 12) | [CompilerGenerated] method Complete (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2DevToolsProtocolEventReceivedEventArgs.cs type ICoreWebView2DevToolsProtocolEventReceivedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2DevToolsProtocolEventReceivedEventArgs2.cs type ICoreWebView2DevToolsProtocolEventReceivedEventArgs2 (line 12) | [CompilerGenerated] method _VtblGap1_1 (line 20) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2DevToolsProtocolEventReceivedEventHandler.cs type ICoreWebView2DevToolsProtocolEventReceivedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2DevToolsProtocolEventReceiver.cs type ICoreWebView2DevToolsProtocolEventReceiver (line 12) | [CompilerGenerated] method add_DevToolsProtocolEventReceived (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_DevToolsProtocolEventReceived (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2DocumentTitleChangedEventHandler.cs type ICoreWebView2DocumentTitleChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2DownloadOperation.cs type ICoreWebView2DownloadOperation (line 12) | [CompilerGenerated] method add_BytesReceivedChanged (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_BytesReceivedChanged (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_EstimatedEndTimeChanged (line 27) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_EstimatedEndTimeChanged (line 32) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_StateChanged (line 35) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_StateChanged (line 40) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method Cancel (line 70) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method Pause (line 73) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method Resume (line 76) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2DownloadStartingEventArgs.cs type ICoreWebView2DownloadStartingEventArgs (line 12) | [CompilerGenerated] method GetDeferral (line 31) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2DownloadStartingEventHandler.cs type ICoreWebView2DownloadStartingEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Environment.cs type ICoreWebView2Environment (line 14) | [CompilerGenerated] method CreateCoreWebView2Controller (line 21) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method CreateWebResourceResponse (line 26) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_NewBrowserVersionAvailable (line 37) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_NewBrowserVersionAvailable (line 42) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Environment10.cs type ICoreWebView2Environment10 (line 13) | [CompilerGenerated] method _VtblGap1_17 (line 20) | [SpecialName] method CreateCoreWebView2ControllerOptions (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method CreateCoreWebView2ControllerWithOptions (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method CreateCoreWebView2CompositionControllerWithOptions (line 34) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Environment11.cs type ICoreWebView2Environment11 (line 12) | [CompilerGenerated] method _VtblGap1_20 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Environment12.cs type ICoreWebView2Environment12 (line 12) | [CompilerGenerated] method _VtblGap1_21 (line 19) | [SpecialName] method CreateSharedBuffer (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Environment2.cs type ICoreWebView2Environment2 (line 13) | [CompilerGenerated] method _VtblGap1_5 (line 20) | [SpecialName] method CreateWebResourceRequest (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Environment3.cs type ICoreWebView2Environment3 (line 13) | [CompilerGenerated] method _VtblGap1_6 (line 20) | [SpecialName] method CreateCoreWebView2CompositionController (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method CreateCoreWebView2PointerInfo (line 29) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Environment4.cs type ICoreWebView2Environment4 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Environment5.cs type ICoreWebView2Environment5 (line 12) | [CompilerGenerated] method _VtblGap1_9 (line 19) | [SpecialName] method add_BrowserProcessExited (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_BrowserProcessExited (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Environment6.cs type ICoreWebView2Environment6 (line 12) | [CompilerGenerated] method _VtblGap1_11 (line 19) | [SpecialName] method CreatePrintSettings (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Environment7.cs type ICoreWebView2Environment7 (line 12) | [CompilerGenerated] method _VtblGap1_12 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Environment8.cs type ICoreWebView2Environment8 (line 12) | [CompilerGenerated] method _VtblGap1_13 (line 19) | [SpecialName] method add_ProcessInfosChanged (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ProcessInfosChanged (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetProcessInfos (line 31) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Environment9.cs type ICoreWebView2Environment9 (line 13) | [CompilerGenerated] method _VtblGap1_16 (line 20) | [SpecialName] method CreateContextMenuItem (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2EnvironmentOptions.cs type ICoreWebView2EnvironmentOptions (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2EnvironmentOptions2.cs type ICoreWebView2EnvironmentOptions2 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2EnvironmentOptions3.cs type ICoreWebView2EnvironmentOptions3 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2EnvironmentOptions4.cs type ICoreWebView2EnvironmentOptions4 (line 13) | [CompilerGenerated] method GetCustomSchemeRegistrations (line 20) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method SetCustomSchemeRegistrations (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2EnvironmentOptions5.cs type ICoreWebView2EnvironmentOptions5 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2EstimatedEndTimeChangedEventHandler.cs type ICoreWebView2EstimatedEndTimeChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExecuteScriptCompletedHandler.cs type ICoreWebView2ExecuteScriptCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental.cs type ICoreWebView2Experimental (line 12) | [CompilerGenerated] method add_FrameCreated (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_FrameCreated (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental10.cs type ICoreWebView2Experimental10 (line 12) | [CompilerGenerated] method add_BasicAuthenticationRequested (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_BasicAuthenticationRequested (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental11.cs type ICoreWebView2Experimental11 (line 12) | [CompilerGenerated] method add_IsDefaultDownloadDialogOpenChanged (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_IsDefaultDownloadDialogOpenChanged (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method OpenDefaultDownloadDialog (line 30) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method CloseDefaultDownloadDialog (line 33) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental12.cs type ICoreWebView2Experimental12 (line 12) | [CompilerGenerated] method add_FaviconChanged (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_FaviconChanged (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetFavicon (line 30) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental13.cs type ICoreWebView2Experimental13 (line 12) | [CompilerGenerated] method add_StatusBarTextChanged (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_StatusBarTextChanged (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental14.cs type ICoreWebView2Experimental14 (line 12) | [CompilerGenerated] method CallDevToolsProtocolMethodForSession (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental15.cs type ICoreWebView2Experimental15 (line 12) | [CompilerGenerated] method add_ServerCertificateErrorDetected (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ServerCertificateErrorDetected (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method ClearServerCertificateErrorActions (line 27) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental16.cs type ICoreWebView2Experimental16 (line 12) | [CompilerGenerated] method AddWebResourceRequestedFilterWithRequestSourceKinds (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method RemoveWebResourceRequestedFilterWithRequestSourceKinds (line 25) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental17.cs type ICoreWebView2Experimental17 (line 12) | [CompilerGenerated] method Print (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method ShowPrintUI (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method PrintToPdfStream (line 25) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental18.cs type ICoreWebView2Experimental18 (line 12) | [CompilerGenerated] method PostSharedBufferToScript (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental19.cs type ICoreWebView2Experimental19 (line 12) | [CompilerGenerated] method ExecuteScriptWithResult (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental2.cs type ICoreWebView2Experimental2 (line 12) | [CompilerGenerated] method add_DownloadStarting (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_DownloadStarting (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental20.cs type ICoreWebView2Experimental20 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental21.cs type ICoreWebView2Experimental21 (line 12) | [CompilerGenerated] method add_LaunchingExternalUriScheme (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_LaunchingExternalUriScheme (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental3.cs type ICoreWebView2Experimental3 (line 12) | [CompilerGenerated] method add_ClientCertificateRequested (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ClientCertificateRequested (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental4.cs type ICoreWebView2Experimental4 (line 12) | [CompilerGenerated] method OpenTaskManagerWindow (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental5.cs type ICoreWebView2Experimental5 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental6.cs type ICoreWebView2Experimental6 (line 12) | [CompilerGenerated] method add_ContextMenuRequested (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ContextMenuRequested (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental7.cs type ICoreWebView2Experimental7 (line 12) | [CompilerGenerated] method PrintToPdf (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental8.cs type ICoreWebView2Experimental8 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Experimental9.cs type ICoreWebView2Experimental9 (line 12) | [CompilerGenerated] method add_IsMutedChanged (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_IsMutedChanged (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_IsDocumentPlayingAudioChanged (line 30) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_IsDocumentPlayingAudioChanged (line 35) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalClearCustomDataPartitionCompletedHandler.cs type ICoreWebView2ExperimentalClearCustomDataPartitionCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalCompositionController3.cs type ICoreWebView2ExperimentalCompositionController3 (line 12) | [CompilerGenerated] method _VtblGap1_1 (line 19) | [SpecialName] method DragLeave (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalCompositionController4.cs type ICoreWebView2ExperimentalCompositionController4 (line 13) | [CompilerGenerated] method _VtblGap1_1 (line 20) | [SpecialName] method CreateCoreWebView2PointerInfoFromPointerId (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalController.cs type ICoreWebView2ExperimentalController (line 12) | [CompilerGenerated] method add_RasterizationScaleChanged (line 25) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_RasterizationScaleChanged (line 30) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalController2.cs type ICoreWebView2ExperimentalController2 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalControllerOptions.cs type ICoreWebView2ExperimentalControllerOptions (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalEnvironment.cs type ICoreWebView2ExperimentalEnvironment (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalEnvironment10.cs type ICoreWebView2ExperimentalEnvironment10 (line 12) | [CompilerGenerated] method CreateSharedBuffer (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalEnvironment12.cs type ICoreWebView2ExperimentalEnvironment12 (line 12) | [CompilerGenerated] method CreateTextureStream (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_RenderAdapterLUIDChanged (line 26) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_RenderAdapterLUIDChanged (line 31) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalEnvironment2.cs type ICoreWebView2ExperimentalEnvironment2 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalEnvironment3.cs type ICoreWebView2ExperimentalEnvironment3 (line 12) | [CompilerGenerated] method UpdateRuntime (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalEnvironment4.cs type ICoreWebView2ExperimentalEnvironment4 (line 12) | [CompilerGenerated] method add_BrowserProcessExited (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_BrowserProcessExited (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalEnvironment5.cs type ICoreWebView2ExperimentalEnvironment5 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalEnvironment6.cs type ICoreWebView2ExperimentalEnvironment6 (line 13) | [CompilerGenerated] method CreateContextMenuItem (line 20) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalEnvironment7.cs type ICoreWebView2ExperimentalEnvironment7 (line 12) | [CompilerGenerated] method CreatePrintSettings (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalEnvironment8.cs type ICoreWebView2ExperimentalEnvironment8 (line 12) | [CompilerGenerated] method CreateCoreWebView2ControllerOptions (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalEnvironment9.cs type ICoreWebView2ExperimentalEnvironment9 (line 12) | [CompilerGenerated] method add_ProcessInfosChanged (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ProcessInfosChanged (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetProcessInfos (line 27) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalExecuteScriptResult.cs type ICoreWebView2ExperimentalExecuteScriptResult (line 12) | [CompilerGenerated] method TryGetResultAsString (line 25) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalExecuteScriptWithResultCompletedHandler.cs type ICoreWebView2ExperimentalExecuteScriptWithResultCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalFrame.cs type ICoreWebView2ExperimentalFrame (line 12) | [CompilerGenerated] method add_NavigationStarting (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_NavigationStarting (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_ContentLoading (line 27) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ContentLoading (line 32) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_NavigationCompleted (line 35) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_NavigationCompleted (line 40) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_DOMContentLoaded (line 43) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_DOMContentLoaded (line 48) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method ExecuteScript (line 51) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalFrame2.cs type ICoreWebView2ExperimentalFrame2 (line 12) | [CompilerGenerated] method PostWebMessageAsJson (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method PostWebMessageAsString (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_WebMessageReceived (line 25) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_WebMessageReceived (line 30) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalFrame3.cs type ICoreWebView2ExperimentalFrame3 (line 12) | [CompilerGenerated] method add_PermissionRequested (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_PermissionRequested (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalFrame4.cs type ICoreWebView2ExperimentalFrame4 (line 12) | [CompilerGenerated] method PostSharedBufferToScript (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalLaunchingExternalUriSchemeEventArgs.cs type ICoreWebView2ExperimentalLaunchingExternalUriSchemeEventArgs (line 12) | [CompilerGenerated] method GetDeferral (line 31) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalLaunchingExternalUriSchemeEventHandler.cs type ICoreWebView2ExperimentalLaunchingExternalUriSchemeEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalNavigationStartingEventArgs.cs type ICoreWebView2ExperimentalNavigationStartingEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalNavigationStartingEventArgs2.cs type ICoreWebView2ExperimentalNavigationStartingEventArgs2 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalNewWindowRequestedEventArgs.cs type ICoreWebView2ExperimentalNewWindowRequestedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalPrintSettings2.cs type ICoreWebView2ExperimentalPrintSettings2 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalProfile10.cs type ICoreWebView2ExperimentalProfile10 (line 12) | [CompilerGenerated] method Delete (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_Deleted (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_Deleted (line 27) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalProfile11.cs type ICoreWebView2ExperimentalProfile11 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalProfile2.cs type ICoreWebView2ExperimentalProfile2 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalProfile3.cs type ICoreWebView2ExperimentalProfile3 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalProfile4.cs type ICoreWebView2ExperimentalProfile4 (line 12) | [CompilerGenerated] method ClearBrowsingData (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalProfile5.cs type ICoreWebView2ExperimentalProfile5 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalProfile6.cs type ICoreWebView2ExperimentalProfile6 (line 12) | [CompilerGenerated] method SetPermissionState (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetNonDefaultPermissionSettings (line 26) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalProfile7.cs type ICoreWebView2ExperimentalProfile7 (line 12) | [CompilerGenerated] method ClearCustomDataPartition (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalProfile8.cs type ICoreWebView2ExperimentalProfile8 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalProfileDeletedEventHandler.cs type ICoreWebView2ExperimentalProfileDeletedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalRasterizationScaleChangedEventHandler.cs type ICoreWebView2ExperimentalRasterizationScaleChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalRenderAdapterLUIDChangedEventHandler.cs type ICoreWebView2ExperimentalRenderAdapterLUIDChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalScriptException.cs type ICoreWebView2ExperimentalScriptException (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalSettings.cs type ICoreWebView2ExperimentalSettings (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalSettings2.cs type ICoreWebView2ExperimentalSettings2 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalSettings3.cs type ICoreWebView2ExperimentalSettings3 (line 12) | [CompilerGenerated] method _VtblGap1_2 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalSettings4.cs type ICoreWebView2ExperimentalSettings4 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalSettings5.cs type ICoreWebView2ExperimentalSettings5 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalSettings6.cs type ICoreWebView2ExperimentalSettings6 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalSettings7.cs type ICoreWebView2ExperimentalSettings7 (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalTexture.cs type ICoreWebView2ExperimentalTexture (line 13) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalTextureStream.cs type ICoreWebView2ExperimentalTextureStream (line 12) | [CompilerGenerated] method AddAllowedOrigin (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method RemoveAllowedOrigin (line 25) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_StartRequested (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_StartRequested (line 33) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_Stopped (line 36) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_Stopped (line 41) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method CreateTexture (line 44) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetAvailableTexture (line 48) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method CloseTexture (line 52) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method PresentTexture (line 55) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method Stop (line 58) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_ErrorReceived (line 61) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ErrorReceived (line 66) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method SetD3DDevice (line 69) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_WebTextureReceived (line 72) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_WebTextureReceived (line 77) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_WebTextureStreamStopped (line 80) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_WebTextureStreamStopped (line 85) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalTextureStreamErrorReceivedEventArgs.cs type ICoreWebView2ExperimentalTextureStreamErrorReceivedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalTextureStreamErrorReceivedEventHandler.cs type ICoreWebView2ExperimentalTextureStreamErrorReceivedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalTextureStreamStartRequestedEventHandler.cs type ICoreWebView2ExperimentalTextureStreamStartRequestedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalTextureStreamStoppedEventHandler.cs type ICoreWebView2ExperimentalTextureStreamStoppedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalTextureStreamWebTextureReceivedEventArgs.cs type ICoreWebView2ExperimentalTextureStreamWebTextureReceivedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalTextureStreamWebTextureReceivedEventHandler.cs type ICoreWebView2ExperimentalTextureStreamWebTextureReceivedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalTextureStreamWebTextureStreamStoppedEventHandler.cs type ICoreWebView2ExperimentalTextureStreamWebTextureStreamStoppedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalUpdateRuntimeCompletedHandler.cs type ICoreWebView2ExperimentalUpdateRuntimeCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalUpdateRuntimeResult.cs type ICoreWebView2ExperimentalUpdateRuntimeResult (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalWebMessageReceivedEventArgs.cs type ICoreWebView2ExperimentalWebMessageReceivedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalWebResourceRequestedEventArgs.cs type ICoreWebView2ExperimentalWebResourceRequestedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ExperimentalWebTexture.cs type ICoreWebView2ExperimentalWebTexture (line 13) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FaviconChangedEventHandler.cs type ICoreWebView2FaviconChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2File.cs type ICoreWebView2File (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FocusChangedEventHandler.cs type ICoreWebView2FocusChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Frame.cs type ICoreWebView2Frame (line 12) | [CompilerGenerated] method add_NameChanged (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_NameChanged (line 27) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method AddHostObjectToScriptWithOrigins (line 30) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method RemoveHostObjectFromScript (line 37) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_Destroyed (line 40) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_Destroyed (line 45) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method IsDestroyed (line 48) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Frame2.cs type ICoreWebView2Frame2 (line 12) | [CompilerGenerated] method _VtblGap1_8 (line 19) | [SpecialName] method add_NavigationStarting (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_NavigationStarting (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_ContentLoading (line 31) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ContentLoading (line 36) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_NavigationCompleted (line 39) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_NavigationCompleted (line 44) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_DOMContentLoaded (line 47) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_DOMContentLoaded (line 52) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method ExecuteScript (line 55) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method PostWebMessageAsJson (line 58) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method PostWebMessageAsString (line 61) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_WebMessageReceived (line 64) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_WebMessageReceived (line 69) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Frame3.cs type ICoreWebView2Frame3 (line 12) | [CompilerGenerated] method _VtblGap1_21 (line 19) | [SpecialName] method add_PermissionRequested (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_PermissionRequested (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Frame4.cs type ICoreWebView2Frame4 (line 12) | [CompilerGenerated] method _VtblGap1_23 (line 19) | [SpecialName] method PostSharedBufferToScript (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FrameContentLoadingEventHandler.cs type ICoreWebView2FrameContentLoadingEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FrameCreatedEventArgs.cs type ICoreWebView2FrameCreatedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FrameCreatedEventHandler.cs type ICoreWebView2FrameCreatedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FrameDOMContentLoadedEventHandler.cs type ICoreWebView2FrameDOMContentLoadedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FrameDestroyedEventHandler.cs type ICoreWebView2FrameDestroyedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FrameInfo.cs type ICoreWebView2FrameInfo (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FrameInfoCollection.cs type ICoreWebView2FrameInfoCollection (line 12) | [CompilerGenerated] method GetIterator (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FrameInfoCollectionIterator.cs type ICoreWebView2FrameInfoCollectionIterator (line 12) | [CompilerGenerated] method GetCurrent (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method MoveNext (line 26) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FrameNameChangedEventHandler.cs type ICoreWebView2FrameNameChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FrameNavigationCompletedEventHandler.cs type ICoreWebView2FrameNavigationCompletedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FrameNavigationStartingEventHandler.cs type ICoreWebView2FrameNavigationStartingEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FramePermissionRequestedEventHandler.cs type ICoreWebView2FramePermissionRequestedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2FrameWebMessageReceivedEventHandler.cs type ICoreWebView2FrameWebMessageReceivedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2GetCookiesCompletedHandler.cs type ICoreWebView2GetCookiesCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2GetFaviconCompletedHandler.cs type ICoreWebView2GetFaviconCompletedHandler (line 13) | [CompilerGenerated] method Invoke (line 20) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2GetNonDefaultPermissionSettingsCompletedHandler.cs type ICoreWebView2GetNonDefaultPermissionSettingsCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2HistoryChangedEventHandler.cs type ICoreWebView2HistoryChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2HttpHeadersCollectionIterator.cs type ICoreWebView2HttpHeadersCollectionIterator (line 12) | [CompilerGenerated] method GetCurrentHeader (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method MoveNext (line 25) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2HttpRequestHeaders.cs type ICoreWebView2HttpRequestHeaders (line 12) | [CompilerGenerated] method GetHeader (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetHeaders (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method Contains (line 27) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method SetHeader (line 30) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method RemoveHeader (line 33) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetIterator (line 36) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2HttpResponseHeaders.cs type ICoreWebView2HttpResponseHeaders (line 12) | [CompilerGenerated] method AppendHeader (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method Contains (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetHeader (line 25) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetHeaders (line 29) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetIterator (line 33) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2IsDefaultDownloadDialogOpenChangedEventHandler.cs type ICoreWebView2IsDefaultDownloadDialogOpenChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2IsDocumentPlayingAudioChangedEventHandler.cs type ICoreWebView2IsDocumentPlayingAudioChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2IsMutedChangedEventHandler.cs type ICoreWebView2IsMutedChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2MoveFocusRequestedEventArgs.cs type ICoreWebView2MoveFocusRequestedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2MoveFocusRequestedEventHandler.cs type ICoreWebView2MoveFocusRequestedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2NavigationCompletedEventArgs.cs type ICoreWebView2NavigationCompletedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2NavigationCompletedEventArgs2.cs type ICoreWebView2NavigationCompletedEventArgs2 (line 12) | [CompilerGenerated] method _VtblGap1_3 (line 20) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2NavigationCompletedEventHandler.cs type ICoreWebView2NavigationCompletedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2NavigationStartingEventArgs.cs type ICoreWebView2NavigationStartingEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2NavigationStartingEventArgs2.cs type ICoreWebView2NavigationStartingEventArgs2 (line 12) | [CompilerGenerated] method _VtblGap1_7 (line 20) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2NavigationStartingEventHandler.cs type ICoreWebView2NavigationStartingEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2NewBrowserVersionAvailableEventHandler.cs type ICoreWebView2NewBrowserVersionAvailableEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2NewWindowRequestedEventArgs.cs type ICoreWebView2NewWindowRequestedEventArgs (line 12) | [CompilerGenerated] method GetDeferral (line 31) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2NewWindowRequestedEventArgs2.cs type ICoreWebView2NewWindowRequestedEventArgs2 (line 12) | [CompilerGenerated] method _VtblGap1_8 (line 20) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2NewWindowRequestedEventHandler.cs type ICoreWebView2NewWindowRequestedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ObjectCollectionView.cs type ICoreWebView2ObjectCollectionView (line 12) | [CompilerGenerated] method GetValueAtIndex (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PermissionRequestedEventArgs.cs type ICoreWebView2PermissionRequestedEventArgs (line 12) | [CompilerGenerated] method GetDeferral (line 31) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PermissionRequestedEventArgs2.cs type ICoreWebView2PermissionRequestedEventArgs2 (line 12) | [CompilerGenerated] method _VtblGap1_6 (line 20) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PermissionRequestedEventArgs3.cs type ICoreWebView2PermissionRequestedEventArgs3 (line 12) | [CompilerGenerated] method _VtblGap1_8 (line 20) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PermissionRequestedEventHandler.cs type ICoreWebView2PermissionRequestedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PermissionSetting.cs type ICoreWebView2PermissionSetting (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PermissionSettingCollectionView.cs type ICoreWebView2PermissionSettingCollectionView (line 12) | [CompilerGenerated] method GetValueAtIndex (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PointerInfo.cs type ICoreWebView2PointerInfo (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrintCompletedHandler.cs type ICoreWebView2PrintCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrintSettings.cs type ICoreWebView2PrintSettings (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrintSettings2.cs type ICoreWebView2PrintSettings2 (line 12) | [CompilerGenerated] method _VtblGap1_26 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrintToPdfCompletedHandler.cs type ICoreWebView2PrintToPdfCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrintToPdfStreamCompletedHandler.cs type ICoreWebView2PrintToPdfStreamCompletedHandler (line 13) | [CompilerGenerated] method Invoke (line 20) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrivateContextMenuItem.cs type ICoreWebView2PrivateContextMenuItem (line 12) | [CompilerGenerated] method ReportSelected (line 19) | [MethodImpl(MethodImplOptions.PreserveSig | MethodImplOptions.Internal... method IsCustom (line 22) | [MethodImpl(MethodImplOptions.PreserveSig | MethodImplOptions.Internal... method SetHasReadIconStream (line 25) | [MethodImpl(MethodImplOptions.PreserveSig | MethodImplOptions.Internal... method HasReadIconStream (line 28) | [MethodImpl(MethodImplOptions.PreserveSig | MethodImplOptions.Internal... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrivateEnvironmentTesting.cs type ICoreWebView2PrivateEnvironmentTesting (line 12) | [CompilerGenerated] method SetShouldCheckUninitializeForTesting (line 19) | [MethodImpl(MethodImplOptions.PreserveSig | MethodImplOptions.Internal... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrivateHostObjectAsyncMethodContinuation.cs type ICoreWebView2PrivateHostObjectAsyncMethodContinuation (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrivateHostObjectHelper.cs type ICoreWebView2PrivateHostObjectHelper (line 12) | [CompilerGenerated] method IsMethodMember (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrivateHostObjectHelper2.cs type ICoreWebView2PrivateHostObjectHelper2 (line 12) | [CompilerGenerated] method IsAsyncMethod (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method SetAsyncMethodContinuation (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrivateKeyPressedEventArgs.cs type ICoreWebView2PrivateKeyPressedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrivateKeyPressedEventHandler.cs type ICoreWebView2PrivateKeyPressedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrivatePartial.cs type ICoreWebView2PrivatePartial (line 12) | [CompilerGenerated] method AddHostObjectHelper (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrivatePartialController.cs type ICoreWebView2PrivatePartialController (line 12) | [CompilerGenerated] method add_KeyPressed (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_KeyPressed (line 24) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2PrivateRemoteObjectProxy.cs type ICoreWebView2PrivateRemoteObjectProxy (line 12) | [CompilerGenerated] method GetId (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ProcessFailedEventArgs.cs type ICoreWebView2ProcessFailedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ProcessFailedEventArgs2.cs type ICoreWebView2ProcessFailedEventArgs2 (line 12) | [CompilerGenerated] method _VtblGap1_1 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ProcessFailedEventHandler.cs type ICoreWebView2ProcessFailedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ProcessInfo.cs type ICoreWebView2ProcessInfo (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ProcessInfoCollection.cs type ICoreWebView2ProcessInfoCollection (line 12) | [CompilerGenerated] method GetValueAtIndex (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ProcessInfosChangedEventHandler.cs type ICoreWebView2ProcessInfosChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Profile.cs type ICoreWebView2Profile (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Profile2.cs type ICoreWebView2Profile2 (line 12) | [CompilerGenerated] method _VtblGap1_7 (line 19) | [SpecialName] method ClearBrowsingData (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method ClearBrowsingDataInTimeRange (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method ClearBrowsingDataAll (line 35) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Profile3.cs type ICoreWebView2Profile3 (line 12) | [CompilerGenerated] method _VtblGap1_10 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Profile4.cs type ICoreWebView2Profile4 (line 12) | [CompilerGenerated] method _VtblGap1_12 (line 19) | [SpecialName] method SetPermissionState (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetNonDefaultPermissionSettings (line 30) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Profile5.cs type ICoreWebView2Profile5 (line 12) | [CompilerGenerated] method _VtblGap1_14 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Profile6.cs type ICoreWebView2Profile6 (line 12) | [CompilerGenerated] method _VtblGap1_15 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2RasterizationScaleChangedEventHandler.cs type ICoreWebView2RasterizationScaleChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ScriptDialogOpeningEventArgs.cs type ICoreWebView2ScriptDialogOpeningEventArgs (line 12) | [CompilerGenerated] method Accept (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetDeferral (line 37) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ScriptDialogOpeningEventHandler.cs type ICoreWebView2ScriptDialogOpeningEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ServerCertificateErrorDetectedEventArgs.cs type ICoreWebView2ServerCertificateErrorDetectedEventArgs (line 12) | [CompilerGenerated] method GetDeferral (line 31) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ServerCertificateErrorDetectedEventHandler.cs type ICoreWebView2ServerCertificateErrorDetectedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2SetPermissionStateCompletedHandler.cs type ICoreWebView2SetPermissionStateCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Settings.cs type ICoreWebView2Settings (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Settings2.cs type ICoreWebView2Settings2 (line 12) | [CompilerGenerated] method _VtblGap1_18 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Settings3.cs type ICoreWebView2Settings3 (line 12) | [CompilerGenerated] method _VtblGap1_20 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Settings4.cs type ICoreWebView2Settings4 (line 12) | [CompilerGenerated] method _VtblGap1_22 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Settings5.cs type ICoreWebView2Settings5 (line 12) | [CompilerGenerated] method _VtblGap1_26 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Settings6.cs type ICoreWebView2Settings6 (line 12) | [CompilerGenerated] method _VtblGap1_28 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Settings7.cs type ICoreWebView2Settings7 (line 12) | [CompilerGenerated] method _VtblGap1_30 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2Settings8.cs type ICoreWebView2Settings8 (line 12) | [CompilerGenerated] method _VtblGap1_32 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2SharedBuffer.cs type ICoreWebView2SharedBuffer (line 14) | [CompilerGenerated] method OpenStream (line 27) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method Close (line 34) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2SourceChangedEventArgs.cs type ICoreWebView2SourceChangedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2SourceChangedEventHandler.cs type ICoreWebView2SourceChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2StateChangedEventHandler.cs type ICoreWebView2StateChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2StatusBarTextChangedEventHandler.cs type ICoreWebView2StatusBarTextChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2StringCollection.cs type ICoreWebView2StringCollection (line 12) | [CompilerGenerated] method GetValueAtIndex (line 22) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2TrySuspendCompletedHandler.cs type ICoreWebView2TrySuspendCompletedHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WebMessageReceivedEventArgs.cs type ICoreWebView2WebMessageReceivedEventArgs (line 12) | [CompilerGenerated] method TryGetWebMessageAsString (line 25) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WebMessageReceivedEventArgs2.cs type ICoreWebView2WebMessageReceivedEventArgs2 (line 12) | [CompilerGenerated] method _VtblGap1_3 (line 20) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WebMessageReceivedEventHandler.cs type ICoreWebView2WebMessageReceivedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WebResourceRequest.cs type ICoreWebView2WebResourceRequest (line 13) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WebResourceRequestedEventArgs.cs type ICoreWebView2WebResourceRequestedEventArgs (line 12) | [CompilerGenerated] method GetDeferral (line 25) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WebResourceRequestedEventHandler.cs type ICoreWebView2WebResourceRequestedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WebResourceResponse.cs type ICoreWebView2WebResourceResponse (line 13) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WebResourceResponseReceivedEventArgs.cs type ICoreWebView2WebResourceResponseReceivedEventArgs (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WebResourceResponseReceivedEventHandler.cs type ICoreWebView2WebResourceResponseReceivedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WebResourceResponseView.cs type ICoreWebView2WebResourceResponseView (line 12) | [CompilerGenerated] method GetContent (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WebResourceResponseViewGetContentCompletedHandler.cs type ICoreWebView2WebResourceResponseViewGetContentCompletedHandler (line 13) | [CompilerGenerated] method Invoke (line 20) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WindowCloseRequestedEventHandler.cs type ICoreWebView2WindowCloseRequestedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2WindowFeatures.cs type ICoreWebView2WindowFeatures (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2ZoomFactorChangedEventHandler.cs type ICoreWebView2ZoomFactorChangedEventHandler (line 12) | [CompilerGenerated] method Invoke (line 19) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_10.cs type ICoreWebView2_10 (line 12) | [CompilerGenerated] method _VtblGap1_94 (line 19) | [SpecialName] method add_BasicAuthenticationRequested (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_BasicAuthenticationRequested (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_11.cs type ICoreWebView2_11 (line 12) | [CompilerGenerated] method _VtblGap1_96 (line 19) | [SpecialName] method CallDevToolsProtocolMethodForSession (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_ContextMenuRequested (line 30) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ContextMenuRequested (line 35) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_12.cs type ICoreWebView2_12 (line 12) | [CompilerGenerated] method _VtblGap1_99 (line 19) | [SpecialName] method add_StatusBarTextChanged (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_StatusBarTextChanged (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_13.cs type ICoreWebView2_13 (line 12) | [CompilerGenerated] method _VtblGap1_102 (line 19) | [SpecialName] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_14.cs type ICoreWebView2_14 (line 12) | [CompilerGenerated] method _VtblGap1_103 (line 19) | [SpecialName] method add_ServerCertificateErrorDetected (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ServerCertificateErrorDetected (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method ClearServerCertificateErrorActions (line 31) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_15.cs type ICoreWebView2_15 (line 12) | [CompilerGenerated] method _VtblGap1_106 (line 19) | [SpecialName] method add_FaviconChanged (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_FaviconChanged (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method GetFavicon (line 34) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_16.cs type ICoreWebView2_16 (line 12) | [CompilerGenerated] method _VtblGap1_110 (line 19) | [SpecialName] method Print (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method ShowPrintUI (line 26) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method PrintToPdfStream (line 29) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_17.cs type ICoreWebView2_17 (line 12) | [CompilerGenerated] method _VtblGap1_113 (line 19) | [SpecialName] method PostSharedBufferToScript (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_2.cs type ICoreWebView2_2 (line 12) | [CompilerGenerated] method _VtblGap1_58 (line 19) | [SpecialName] method add_WebResourceResponseReceived (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_WebResourceResponseReceived (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method NavigateWithWebResourceRequest (line 31) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_DOMContentLoaded (line 34) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_DOMContentLoaded (line 39) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_3.cs type ICoreWebView2_3 (line 12) | [CompilerGenerated] method _VtblGap1_65 (line 19) | [SpecialName] method TrySuspend (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method Resume (line 26) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method SetVirtualHostNameToFolderMapping (line 32) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method ClearVirtualHostNameToFolderMapping (line 38) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_4.cs type ICoreWebView2_4 (line 12) | [CompilerGenerated] method _VtblGap1_70 (line 19) | [SpecialName] method add_FrameCreated (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_FrameCreated (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_DownloadStarting (line 31) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_DownloadStarting (line 36) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_5.cs type ICoreWebView2_5 (line 12) | [CompilerGenerated] method _VtblGap1_74 (line 19) | [SpecialName] method add_ClientCertificateRequested (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_ClientCertificateRequested (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_6.cs type ICoreWebView2_6 (line 12) | [CompilerGenerated] method _VtblGap1_76 (line 19) | [SpecialName] method OpenTaskManagerWindow (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_7.cs type ICoreWebView2_7 (line 12) | [CompilerGenerated] method _VtblGap1_77 (line 19) | [SpecialName] method PrintToPdf (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_8.cs type ICoreWebView2_8 (line 12) | [CompilerGenerated] method _VtblGap1_78 (line 19) | [SpecialName] method add_IsMutedChanged (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_IsMutedChanged (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method add_IsDocumentPlayingAudioChanged (line 34) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_IsDocumentPlayingAudioChanged (line 39) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/ICoreWebView2_9.cs type ICoreWebView2_9 (line 12) | [CompilerGenerated] method _VtblGap1_85 (line 19) | [SpecialName] method add_IsDefaultDownloadDialogOpenChanged (line 23) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method remove_IsDefaultDownloadDialogOpenChanged (line 28) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method OpenDefaultDownloadDialog (line 34) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... method CloseDefaultDownloadDialog (line 37) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCod... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/tagPOINT.cs type tagPOINT (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/Raw/tagRECT.cs type tagRECT (line 12) | [CompilerGenerated] FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Core/WebView2RuntimeNotFoundException.cs class WebView2RuntimeNotFoundException (line 13) | [Serializable] method WebView2RuntimeNotFoundException (line 19) | public WebView2RuntimeNotFoundException() method WebView2RuntimeNotFoundException (line 32) | public WebView2RuntimeNotFoundException(string message) method WebView2RuntimeNotFoundException (line 45) | public WebView2RuntimeNotFoundException(Exception inner) method WebView2RuntimeNotFoundException (line 62) | public WebView2RuntimeNotFoundException(string message, Exception inner) FILE: Source/Platform/Windows/Microsoft.Web.WebView2.WinForms/CoreWebView2CreationProperties.cs class CoreWebView2CreationProperties (line 6) | public class CoreWebView2CreationProperties method CreateEnvironmentAsync (line 74) | internal Task CreateEnvironmentAsync() method CreateCoreWebView2ControllerOptions (line 83) | internal CoreWebView2ControllerOptions CreateCoreWebView2ControllerOpt... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.WinForms/WebView2.cs class WebView2 (line 5) | public class WebView2 : Control, ISupportInitialize class NativeMethods (line 7) | private static class NativeMethods type WS_EX (line 9) | [Flags] type WM (line 16) | public enum WM : uint type Rect (line 21) | public struct Rect type PaintStruct (line 32) | public struct PaintStruct method BeginPaint (line 48) | [DllImport("user32.dll", SetLastError = true)] method EndPaint (line 51) | [DllImport("user32.dll", SetLastError = true)] method WebView2 (line 267) | [ToolboxItem(true)] method Dispose (line 275) | protected override void Dispose(bool disposing) method UnsubscribeHandlersAndCloseController (line 291) | private void UnsubscribeHandlersAndCloseController(bool browserCrashed... method OnPaint (line 320) | protected override void OnPaint(PaintEventArgs e) method WndProc (line 335) | protected override void WndProc(ref Message m) method EnsureCoreWebView2Async (line 347) | public Task EnsureCoreWebView2Async(CoreWebView2Environment environmen... method EnsureCoreWebView2Async (line 372) | public Task EnsureCoreWebView2Async(CoreWebView2Environment environmen... method InitCoreWebView2Async (line 374) | private async Task InitCoreWebView2Async(CoreWebView2Environment envir... method WebView2_HandleCreated (line 461) | private void WebView2_HandleCreated(object sender, EventArgs e) method WebView2_HandleDestroyed (line 467) | private void WebView2_HandleDestroyed(object sender, EventArgs e) method WebView2_WindowPositionChanged (line 473) | private void WebView2_WindowPositionChanged(object sender, EventArgs e... method _coreWebView2Controller_KeyPressed (line 475) | private void _coreWebView2Controller_KeyPressed(object sender, CoreWeb... method _coreWebView2Controller_AcceleratorKeyPressed (line 498) | private void _coreWebView2Controller_AcceleratorKeyPressed(object send... method CoreWebView2Controller_MoveFocusRequested (line 521) | private void CoreWebView2Controller_MoveFocusRequested(object sender, ... method OnVisibleChanged (line 532) | protected override void OnVisibleChanged(EventArgs e) method OnSizeChanged (line 539) | protected override void OnSizeChanged(EventArgs e) method Select (line 546) | protected override void Select(bool directed, bool forward) method OnGotFocus (line 555) | protected override void OnGotFocus(EventArgs e) method OnParentChanged (line 575) | protected override void OnParentChanged(EventArgs e) method GetSitedParentSite (line 589) | private ISite GetSitedParentSite(Control control) method BeginInit (line 601) | void ISupportInitialize.BeginInit() => _inInit = true; method EndInit (line 603) | void ISupportInitialize.EndInit() method ShouldSerializeSource (line 615) | private bool ShouldSerializeSource() => (_source?.AbsoluteUri?.Length)... method ResetSource (line 617) | private void ResetSource() => _source = null; method ExecuteScriptAsync (line 619) | public async Task ExecuteScriptAsync(string script) method Reload (line 626) | public void Reload() method GoForward (line 633) | public void GoForward() => CoreWebView2?.GoForward(); method GoBack (line 635) | public void GoBack() => CoreWebView2?.GoBack(); method NavigateToString (line 637) | public void NavigateToString(string htmlContent) method Stop (line 644) | public void Stop() => CoreWebView2?.Stop(); method VerifyInitializedGuard (line 646) | private void VerifyInitializedGuard() method VerifyNotClosedGuard (line 652) | private void VerifyNotClosedGuard() method VerifyBrowserNotCrashedGuard (line 658) | private void VerifyBrowserNotCrashedGuard() method CoreWebView2_NavigationStarting (line 664) | private void CoreWebView2_NavigationStarting(object sender, CoreWebVie... method CoreWebView2_NavigationCompleted (line 666) | private void CoreWebView2_NavigationCompleted(object sender, CoreWebVi... method CoreWebView2_WebMessageReceived (line 668) | private void CoreWebView2_WebMessageReceived(object sender, CoreWebVie... method CoreWebView2_SourceChanged (line 670) | private void CoreWebView2_SourceChanged(object sender, CoreWebView2Sou... method CoreWebView2_ContentLoading (line 676) | private void CoreWebView2_ContentLoading(object sender, CoreWebView2Co... method CoreWebView2_ProcessFailed (line 678) | private void CoreWebView2_ProcessFailed(object sender, CoreWebView2Pro... method _coreWebView2Controller_ZoomFactorChanged (line 684) | private void _coreWebView2Controller_ZoomFactorChanged(object sender, ... method InitializeComponent (line 691) | private void InitializeComponent() => components = new Container(); FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Wpf/CoreWebView2CreationProperties.cs class CoreWebView2CreationProperties (line 7) | public class CoreWebView2CreationProperties : DependencyObject method EnvironmentPropertyChanged (line 109) | private static void EnvironmentPropertyChanged(DependencyObject d, Dep... method CreateEnvironmentAsync (line 114) | internal Task CreateEnvironmentAsync() method CreateCoreWebView2ControllerOptions (line 123) | internal CoreWebView2ControllerOptions CreateCoreWebView2ControllerOpt... FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Wpf/ImplicitInitGate.cs class ImplicitInitGate (line 10) | internal class ImplicitInitGate : ISupportInitialize method BeginInit (line 20) | public void BeginInit() method EndInit (line 26) | public void EndInit() method OnSynchronizationContextExists (line 33) | public void OnSynchronizationContextExists(object sender, RoutedEventA... method RunWhenOpen (line 39) | public void RunWhenOpen(Action initAction) method OnDataChanged (line 45) | private void OnDataChanged() FILE: Source/Platform/Windows/Microsoft.Web.WebView2.Wpf/WebView2.cs class WebView2 (line 20) | [ToolboxItem(true)] class WebView2KeyEventArgs (line 23) | private class WebView2KeyEventArgs : KeyEventArgs method WebView2KeyEventArgs (line 25) | public WebView2KeyEventArgs(KeyboardDevice keyboard, PresentationSou... class NativeMethods (line 31) | private static class NativeMethods type WS (line 33) | [Flags] type WS_EX (line 42) | [Flags] type WM (line 49) | public enum WM : uint type Rect (line 55) | public struct Rect type PaintStruct (line 66) | public struct PaintStruct method BeginPaint (line 82) | [DllImport("user32.dll", SetLastError = true)] method EndPaint (line 85) | [DllImport("user32.dll", SetLastError = true)] method CreateWindowExW (line 88) | [DllImport("user32.dll", CharSet = CharSet.Unicode, SetLastError = t... method DestroyWindow (line 91) | [DllImport("user32.dll", SetLastError = true)] method WebView2 (line 276) | public WebView2() method CoerceCreationPropertiesProperty (line 281) | private static object CoerceCreationPropertiesProperty(DependencyObjec... method BuildWindowCore (line 290) | protected override HandleRef BuildWindowCore(HandleRef hwndParent) method DestroyWindowCore (line 304) | protected override void DestroyWindowCore(HandleRef hwnd) method WndProc (line 313) | protected override IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam,... method OnRender (line 333) | protected override void OnRender(DrawingContext dc) method VerifyCoreWebView2 (line 355) | private void VerifyCoreWebView2() method RegisterProfileDeletedEvent (line 363) | private void RegisterProfileDeletedEvent(bool register, CoreWebView2 c... method EnsureCoreWebView2Async (line 375) | public Task EnsureCoreWebView2Async(CoreWebView2Environment environmen... method Profile_Deleted (line 524) | private void Profile_Deleted(object sender, object e) method EnsureCoreWebView2Async (line 529) | public Task EnsureCoreWebView2Async(CoreWebView2Environment environment) method Dispose (line 534) | protected override void Dispose(bool disposing) method VerifyNotDisposed (line 544) | private void VerifyNotDisposed() method Uninitialize (line 552) | private void Uninitialize(bool browserCrashed = false) method CoreWebView2_ProcessFailed (line 591) | private void CoreWebView2_ProcessFailed(object sender, CoreWebView2Pro... method VerifyBrowserNotCrashed (line 599) | private void VerifyBrowserNotCrashed() method BeginInit (line 607) | public override void BeginInit() method EndInit (line 613) | public override void EndInit() method SetCurrentValueFromCore (line 619) | private void SetCurrentValueFromCore(DependencyProperty property, obje... method IsPropertyChangingFromCore (line 627) | private bool IsPropertyChangingFromCore(DependencyProperty property) method ReparentController (line 636) | private void ReparentController(IntPtr hwnd, bool sync = true) method SyncControllerWithParentWindow (line 651) | private void SyncControllerWithParentWindow() method UIElement_IsVisibleChanged (line 661) | private void UIElement_IsVisibleChanged(object sender, DependencyPrope... method OnWindowPositionChanged (line 680) | protected override void OnWindowPositionChanged(Rect rcBoundingBox) method SourcePropertyValid (line 690) | private static bool SourcePropertyValid(object val) method SourcePropertyChanged (line 700) | private static void SourcePropertyChanged(DependencyObject d, Dependen... method CoreWebView2_SourceChanged (line 722) | private void CoreWebView2_SourceChanged(object sender, CoreWebView2Sou... method CoreWebView2_NavigationStarting (line 728) | private void CoreWebView2_NavigationStarting(object sender, CoreWebVie... method CoreWebView2_NavigationCompleted (line 733) | private void CoreWebView2_NavigationCompleted(object sender, CoreWebVi... method CoreWebView2_HistoryChanged (line 738) | private void CoreWebView2_HistoryChanged(object sender, object e) method TabIntoCore (line 744) | protected override bool TabIntoCore(TraversalRequest request) method OnGotKeyboardFocus (line 765) | protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventAr... method CoreWebView2Controller_MoveFocusRequested (line 771) | private void CoreWebView2Controller_MoveFocusRequested(object sender, ... method CoreWebView2Controller_GotFocus (line 786) | private void CoreWebView2Controller_GotFocus(object sender, object e) method CoreWebView2Controller_LostFocus (line 791) | private void CoreWebView2Controller_LostFocus(object sender, object e) method CoreWebView2Controller_AcceleratorKeyPressed (line 796) | private void CoreWebView2Controller_AcceleratorKeyPressed(object sende... method OnKeyDown (line 806) | protected override void OnKeyDown(KeyEventArgs e) method OnKeyUp (line 811) | protected override void OnKeyUp(KeyEventArgs e) method OnPreviewKeyDown (line 816) | protected override void OnPreviewKeyDown(KeyEventArgs e) method OnPreviewKeyUp (line 826) | protected override void OnPreviewKeyUp(KeyEventArgs e) method ZoomFactorPropertyChanged (line 836) | private static void ZoomFactorPropertyChanged(DependencyObject d, Depe... method CoreWebView2Controller_ZoomFactorChanged (line 845) | private void CoreWebView2Controller_ZoomFactorChanged(object sender, o... method DefaultBackgroundColorPropertyChanged (line 851) | private static void DefaultBackgroundColorPropertyChanged(DependencyOb... method AllowExternalDropPropertyChanged (line 860) | private static void AllowExternalDropPropertyChanged(DependencyObject ... method GoBack (line 875) | public void GoBack() method GoForward (line 883) | public void GoForward() method Reload (line 891) | public void Reload() method Stop (line 897) | public void Stop() method NavigateToString (line 903) | public void NavigateToString(string htmlContent) method CoreWebView2_ContentLoading (line 909) | private void CoreWebView2_ContentLoading(object sender, CoreWebView2Co... method ExecuteScriptAsync (line 914) | public async Task ExecuteScriptAsync(string javaScript) method CoreWebView2_WebMessageReceived (line 920) | private void CoreWebView2_WebMessageReceived(object sender, CoreWebVie... FILE: Source/Platform/iOS/Avalonia.WebView.iOS/AppBuilderExtensions.cs class AppBuilderExtensions (line 3) | public static class AppBuilderExtensions method UseIosWebView (line 5) | public static AppBuilder UseIosWebView(this AppBuilder builder) FILE: Source/Platform/iOS/Avalonia.WebView.iOS/BlazorWebViewHandlerProvider.cs class BlazorWebViewHandlerProvider (line 3) | internal class BlazorWebViewHandlerProvider : IPlatformBlazorWebViewProv... method CreateFileProvider (line 7) | public IFileProvider CreateFileProvider(Assembly? assembly, string con... FILE: Source/Platform/iOS/Avalonia.WebView.iOS/Common/iOSAssetFileProvider.cs class iOSAssetFileProvider (line 3) | internal class iOSAssetFileProvider : IFileProvider method iOSAssetFileProvider (line 5) | public iOSAssetFileProvider(string contentRootDir) method GetDirectoryContents (line 13) | public IDirectoryContents GetDirectoryContents(string subpath) => new ... method GetFileInfo (line 15) | public IFileInfo GetFileInfo(string subpath) => new iOSAssetFileInfo(P... method Watch (line 18) | public IChangeToken Watch(string filter) class iOSAssetDirectoryContents (line 22) | private sealed class iOSAssetDirectoryContents : IDirectoryContents method iOSAssetDirectoryContents (line 24) | public iOSAssetDirectoryContents(string filePath) method GetEnumerator (line 30) | public IEnumerator GetEnumerator() method GetEnumerator (line 33) | IEnumerator IEnumerable.GetEnumerator() class iOSAssetFileInfo (line 37) | private sealed class iOSAssetFileInfo : IFileInfo method iOSAssetFileInfo (line 39) | public iOSAssetFileInfo(string filePath) method CreateReadStream (line 58) | public Stream CreateReadStream() FILE: Source/Platform/iOS/Avalonia.WebView.iOS/Core/IosWebViewCore-assist.cs class IosWebViewCore (line 3) | partial class IosWebViewCore FILE: Source/Platform/iOS/Avalonia.WebView.iOS/Core/IosWebViewCore-core.cs class IosWebViewCore (line 3) | partial class IosWebViewCore method PrepareBlazorWebViewStarting (line 5) | Task PrepareBlazorWebViewStarting(IVirtualBlazorWebViewProvider? provi... method ClearBlazorWebViewCompleted (line 13) | void ClearBlazorWebViewCompleted() method MessageReceived (line 18) | private void MessageReceived(Uri uri, string message) FILE: Source/Platform/iOS/Avalonia.WebView.iOS/Core/IosWebViewCore-event.cs class IosWebViewCore (line 3) | partial class IosWebViewCore method RegisterEvents (line 5) | void RegisterEvents() method UnregisterEvents (line 11) | void UnregisterEvents() method HostControl_SizeChanged (line 17) | private void HostControl_SizeChanged(object? sender, SizeChangedEventA... method Handler_PlatformHandlerChanged (line 22) | private void Handler_PlatformHandlerChanged(object? sender, EventArgs e) FILE: Source/Platform/iOS/Avalonia.WebView.iOS/Core/IosWebViewCore-override.cs class IosWebViewCore (line 3) | partial class IosWebViewCore method Initialize (line 17) | async Task IPlatformWebView.Initialize() method ExecuteScriptAsync (line 29) | Task IWebViewControl.ExecuteScriptAsync(string javaScript) method GoBack (line 48) | bool IWebViewControl.GoBack() method GoForward (line 59) | bool IWebViewControl.GoForward() method Navigate (line 70) | bool IWebViewControl.Navigate(Uri? uri) method NavigateToString (line 81) | bool IWebViewControl.NavigateToString(string htmlContent) method OpenDevToolsWindow (line 89) | bool IWebViewControl.OpenDevToolsWindow() method PostWebMessageAsJson (line 94) | bool IWebViewControl.PostWebMessageAsJson(string webMessageAsJson, Uri... method PostWebMessageAsString (line 108) | bool IWebViewControl.PostWebMessageAsString(string webMessageAsString,... method Reload (line 122) | bool IWebViewControl.Reload() method Stop (line 131) | bool IWebViewControl.Stop() method Dispose (line 140) | protected virtual void Dispose(bool disposing) method Dispose (line 158) | void IDisposable.Dispose() method DisposeAsync (line 164) | ValueTask IAsyncDisposable.DisposeAsync() FILE: Source/Platform/iOS/Avalonia.WebView.iOS/Core/IosWebViewCore.cs class IosWebViewCore (line 5) | public partial class IosWebViewCore: IPlatformWebView method IosWebViewCore (line 7) | public IosWebViewCore(ViewHandler handler, IVirtualWebViewControlCallB... FILE: Source/Platform/iOS/Avalonia.WebView.iOS/Delegates/WebViewNavigationDelegate.cs class WebViewNavigationDelegate (line 3) | internal class WebViewNavigationDelegate : WKNavigationDelegate method WebViewNavigationDelegate (line 5) | public WebViewNavigationDelegate(IosWebViewCore webViewCore, IVirtualW... method DidStartProvisionalNavigation (line 21) | public override void DidStartProvisionalNavigation(WKWebView webView, ... method DecidePolicy (line 26) | public override void DecidePolicy(WKWebView webView, WKNavigationActio... method DidReceiveServerRedirectForProvisionalNavigation (line 76) | public override void DidReceiveServerRedirectForProvisionalNavigation(... method DidFailNavigation (line 94) | public override void DidFailNavigation(WKWebView webView, WKNavigation... method DidFailProvisionalNavigation (line 101) | public override void DidFailProvisionalNavigation(WKWebView webView, W... method DidCommitNavigation (line 108) | public override void DidCommitNavigation(WKWebView webView, WKNavigati... method DidFinishNavigation (line 118) | public override void DidFinishNavigation(WKWebView webView, WKNavigati... FILE: Source/Platform/iOS/Avalonia.WebView.iOS/Delegates/WebViewUIDelegate.cs class WebViewUIDelegate (line 3) | internal class WebViewUIDelegate : WKUIDelegate method RunJavaScriptAlertPanel (line 8) | public override void RunJavaScriptAlertPanel(WKWebView webView, string... method RunJavaScriptConfirmPanel (line 17) | public override void RunJavaScriptConfirmPanel(WKWebView webView, stri... method RunJavaScriptTextInputPanel (line 27) | public override void RunJavaScriptTextInputPanel(WKWebView webView, st... method GetJsAlertTitle (line 38) | private static string GetJsAlertTitle(WKWebView webView) method PresentAlertController (line 46) | private static void PresentAlertController( method GetTopViewController (line 71) | private static UIViewController? GetTopViewController(UIViewController... method AddOkAction (line 85) | private static UIAlertAction AddOkAction(UIAlertController controller,... method AddCancelAction (line 93) | private static UIAlertAction AddCancelAction(UIAlertController control... FILE: Source/Platform/iOS/Avalonia.WebView.iOS/Handlers/SchemeHandler.cs class SchemeHandler (line 3) | internal class SchemeHandler : NSObject, IWKUrlSchemeHandler method SchemeHandler (line 5) | public SchemeHandler(IosWebViewCore webViewCore, IVirtualBlazorWebView... method StartUrlSchemeTask (line 16) | [Export("webView:startURLSchemeTask:")] method GetResponseBytes (line 38) | private byte[] GetResponseBytes(string? url, out string contentType, o... method StopUrlSchemeTask (line 66) | [Export("webView:stopURLSchemeTask:")] FILE: Source/Platform/iOS/Avalonia.WebView.iOS/Handlers/WebViewScriptMessageHandler.cs class WebViewScriptMessageHandler (line 3) | internal sealed class WebViewScriptMessageHandler : NSObject, IWKScriptM... method WebViewScriptMessageHandler (line 5) | public WebViewScriptMessageHandler(Uri baseUri, Action me... method DidReceiveScriptMessage (line 14) | public void DidReceiveScriptMessage(WKUserContentController userConten... FILE: Source/Platform/iOS/Avalonia.WebView.iOS/Helpers/BlazorScriptHelper.cs class BlazorScriptHelper (line 2) | internal class BlazorScriptHelper FILE: Source/Platform/iOS/Avalonia.WebView.iOS/ViewHandlerProvider.cs class ViewHandlerProvider (line 3) | internal class ViewHandlerProvider : IViewHandlerProvider method CreatePlatformWebViewHandler (line 5) | IViewHandler IViewHandlerProvider.CreatePlatformWebViewHandler(IVirtua... FILE: Source/Platform/iOS/Avalonia.WebView.iOS/WebViewHandler.cs class WebViewHandler (line 3) | public class WebViewHandler : ViewHandler method WebViewHandler (line 5) | public WebViewHandler(IVirtualWebView virtualWebView, IVirtualWebViewC... method CreatePlatformHandler (line 15) | protected override HandleRef CreatePlatformHandler(IPlatformHandle par... method Disposing (line 21) | protected override void Disposing() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebView.Android/MainActivity.cs class MainActivity (line 8) | [Activity(Label = "SampleBlazorWebView.Android", method CustomizeAppBuilder (line 15) | protected override AppBuilder CustomizeAppBuilder(AppBuilder builder) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebView.Desktop/Program.cs class Program (line 8) | internal class Program method Main (line 13) | [STAThread] method BuildAvaloniaApp (line 18) | public static AppBuilder BuildAvaloniaApp() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebView.Wpf/App.xaml.cs class App (line 13) | public partial class App : Application FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebView.Wpf/MainWindow.xaml.cs class MainWindow (line 10) | public partial class MainWindow : Window method MainWindow (line 12) | public MainWindow() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebView.iOS/AppDelegate.cs class AppDelegate (line 14) | [Register("AppDelegate")] method CustomizeAppBuilder (line 17) | protected override AppBuilder CustomizeAppBuilder(AppBuilder builder) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebView.iOS/Main.cs class Application (line 4) | public class Application method Main (line 7) | static void Main(string[] args) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebView/App.axaml.cs class App (line 12) | public partial class App : Application method Initialize (line 14) | public override void Initialize() method RegisterServices (line 19) | public override void RegisterServices() method OnFrameworkInitializationCompleted (line 45) | public override void OnFrameworkInitializationCompleted() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebView/ViewModels/MainViewModel.cs class MainViewModel (line 3) | public class MainViewModel : ViewModelBase FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebView/ViewModels/ViewModelBase.cs class ViewModelBase (line 4) | public class ViewModelBase : ReactiveObject FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebView/Views/MainView.axaml.cs class MainView (line 4) | public partial class MainView : UserControl method MainView (line 6) | public MainView() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebView/Views/MainWindow.axaml.cs class MainWindow (line 4) | public partial class MainWindow : Window method MainWindow (line 6) | public MainWindow() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/App/ECommerce/BasketService.cs class BasketService (line 3) | public static class BasketService method GetBasketItems (line 5) | public static List GetBasketItems() => new List GetAddressTypes() => new List GetGoodsList() => _datas; method GetRelatedGoodsList (line 71) | public static List GetRelatedGoodsList() => GetGoodsList().G... method GetMultiRangeList (line 73) | public static List GetMultiRangeList() => new() method GetCategortyList (line 82) | public static List GetCategortyList() => new() method GetBrandList (line 93) | public static List GetBrandList() => new() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/App/Invoice/Dto/BillDto.cs class BillDto (line 3) | public class BillDto method BillDto (line 23) | public BillDto() { } method BillDto (line 25) | public BillDto(string? type, int cost, int qty, decimal price, string?... method Set (line 34) | public void Set(BillDto bill) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/App/Invoice/Dto/InvoiceRecordDto.cs class InvoiceRecordDto (line 3) | public class InvoiceRecordDto method InvoiceRecordDto (line 25) | public InvoiceRecordDto(UserDto client) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/App/Invoice/Dto/InvoiceStateDto.cs class InvoiceStateDto (line 3) | public class InvoiceStateDto method InvoiceStateDto (line 9) | public InvoiceStateDto(string label, int value) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/App/Invoice/InvoiceService.cs class InvoiceService (line 3) | public static class InvoiceService method GetInvoiceRecordList (line 5) | public static List GetInvoiceRecordList() => new() method GetBillList (line 46) | public static List GetBillList() => new() method GetStateList (line 54) | public static List GetStateList() => new() method GetInvoiceRecordList (line 63) | public static PagingData GetInvoiceRecordList(int pa... method GetpaymentMethodList (line 77) | public static List GetpaymentMethodList() => new() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/App/Todo/Dto/SelectData.cs class SelectData (line 3) | public class SelectData FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/App/Todo/Dto/TodoDto.cs class TodoDto (line 3) | public class TodoDto method TodoDto (line 29) | public TodoDto() { } method TodoDto (line 31) | public TodoDto(int id, bool isChecked, bool isImportant, bool isComple... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/App/Todo/TodoService.cs class TodoService (line 3) | public class TodoService method GetList (line 5) | public static List GetList() => new() method GetAssigneeList (line 69) | public static List GetAssigneeList() => new() method GetTagList (line 80) | public static List GetTagList() => new() method GetTagColorMap (line 89) | public static Dictionary GetTagColorMap() => new() method GetAvatars (line 98) | public static string[] GetAvatars() => new string[] FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/App/User/Dto/PermissionDto.cs class PermissionDto (line 3) | public class PermissionDto FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/App/User/Dto/UserDto.cs class UserDto (line 3) | public class UserDto : IComparable method UserDto (line 88) | public UserDto(string status, string role, DateOnly birthDate, string ... method CompareTo (line 107) | public int CompareTo(object? other) method GetFullNameInitials (line 116) | public string GetFullNameInitials() method Copy (line 126) | public UserDto Copy() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/App/User/UserService.cs class UserService (line 3) | public class UserService method GetList (line 709) | public static List GetList() => _datas; method GetRoleList (line 711) | public static List GetRoleList() => new List method GetRoleIconMap (line 716) | public static Dictionary GetRoleIconMap() => new() method GetPlanList (line 725) | public static List GetPlanList() => new List method GetStatusList (line 730) | public static List GetStatusList() => new List method GetLanguageList (line 735) | public static List GetLanguageList() => new List method GetPermissionsList (line 740) | public static List GetPermissionsList() => new List where TEntity : class method PagingData (line 15) | public PagingData(int pageIndex, int pageSize, long count, IEnumerable... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/Dashboard/Analytics/AnalyticsService.cs class AnalyticsService (line 3) | public static class AnalyticsService method GetSubscribersChartData (line 5) | public static int[] GetSubscribersChartData() => new[] { 28, 40, 36, 5... method GetOrdersChartData (line 7) | public static int[] GetOrdersChartData() => new[] { 10, 15, 8, 15, 7, ... method GetSessionsChartData (line 9) | public static int[] GetSessionsChartData() => new[] { 75, 125, 225, 17... method GetSalesChartData (line 11) | public static int[][] GetSalesChartData() => new int[][] { new[] { 70,... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/Dashboard/ECommerce/Dto/CompanyDto.cs class CompanyDto (line 3) | public class CompanyDto method CompanyDto (line 25) | public CompanyDto(string companyName, string category, string views, s... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/Dashboard/ECommerce/ECommerceService.cs class ECommerceService (line 3) | public static class ECommerceService method GetCompanyList (line 5) | public static List GetCompanyList() => new List() method GetOrderChartData (line 14) | public static int[][] GetOrderChartData() => new int[][] { new[] { 0, ... method GetProfitChartData (line 16) | public static int[] GetProfitChartData() => new[] { 2, 6, 4, 2, 4 }; method GetEarningsChartData (line 18) | public static int[] GetEarningsChartData() => new[] { 53, 31, 16 }; method GetRevenueReportChartData (line 20) | public static int[][] GetRevenueReportChartData() => new int[][] { new... method GetBudgetChartData (line 22) | public static int[] GetBudgetChartData() => new[] { 150, 260, 160, 200... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/Others/AccountSettings/AccountSettingService.cs class AccountSettingService (line 3) | public static class AccountSettingService method GetAccount (line 5) | public static AccountDto GetAccount() => new AccountDto("johndoe", "Jo... method GetCountryList (line 7) | public static List GetCountryList() => new() method GetInformation (line 14) | public static InformationDto GetInformation() => new("", DateOnly.From... method GetSocial (line 16) | public static SocialDto GetSocial() => new("https://www.twitter.com", ... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/Others/AccountSettings/Dto/AccountDto.cs class AccountDto (line 3) | public class AccountDto method AccountDto (line 13) | public AccountDto(string userName, string name, string email, string c... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/Others/AccountSettings/Dto/CountryDto.cs class CountryDto (line 3) | public class CountryDto method CountryDto (line 9) | public CountryDto(string id, string name) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/Others/AccountSettings/Dto/InformationDto.cs class InformationDto (line 3) | public class InformationDto method InformationDto (line 15) | public InformationDto(string bio, DateOnly birthDate, string country, ... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/Others/AccountSettings/Dto/SocialDto.cs class SocialDto (line 3) | public class SocialDto method SocialDto (line 17) | public SocialDto(string twitter, string facebook, string google, strin... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Data/Shared/Favorite/FavoriteService.cs class FavoriteService (line 3) | public static class FavoriteService method GetDefaultFavoriteMenuList (line 5) | public static List GetDefaultFavoriteMenuList() => new() { 5, 2, ... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Global/Config/GlobalConfig.cs class GlobalConfig (line 3) | public class GlobalConfig method GlobalConfig (line 12) | public GlobalConfig(CookieStorage cookieStorage, IHttpContextAccessor ... method Initialization (line 69) | public void Initialization(IRequestCookieCollection cookies) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Global/Config/NavigationStyles.cs class NavigationStyles (line 3) | public static class NavigationStyles FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Global/Config/PageModes.cs class PageModes (line 3) | public static class PageModes FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Global/Nav/Model/NavModel.cs class NavModel (line 3) | public class NavModel method NavModel (line 27) | public NavModel(int id, string? href, string icon, string title, NavMo... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Global/Nav/NavHelper.cs class NavHelper (line 5) | public class NavHelper method NavHelper (line 18) | public NavHelper(List navList, NavigationManager navigationM... method Initialization (line 25) | private void Initialization() method NavigateTo (line 62) | public void NavigateTo(NavModel nav) method NavigateTo (line 67) | public void NavigateTo(string href) type PageTabItem (line 73) | public record PageTabItem(string Title, string Href, string Icon); FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Global/Nav/NavServiceCollectionExtensions.cs class NavServiceCollectionExtensions (line 5) | public static class NavServiceCollectionExtensions method AddNav (line 7) | public static IServiceCollection AddNav(this IServiceCollection servic... method AddNav (line 15) | public static IServiceCollection AddNav(this IServiceCollection servic... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Global/ServiceCollectionExtensions.cs class ServiceCollectionExtensions (line 6) | public static class ServiceCollectionExtensions method AddGlobalForServer (line 8) | public static IServiceCollection AddGlobalForServer(this IServiceColle... method AddGlobalForWasmAsync (line 17) | public static async Task AddGlobalForWasmAsync(thi... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/App/ECommerce/Shop/Shop.razor.cs class Shop (line 3) | public partial class Shop : ProComponentBase method OnInitialized (line 24) | protected override void OnInitialized() method NavigateToDetails (line 29) | private void NavigateToDetails(Guid id) method NavigateToOrder (line 34) | private void NavigateToOrder() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/App/ECommerce/Shop/ViewModel/ShopPage.cs class ShopPage (line 3) | public class ShopPage method GetFilterDatas (line 7) | private IEnumerable GetFilterDatas() method GetPageDatas (line 52) | public List GetPageDatas() method ShopPage (line 81) | public ShopPage(List datas) method GetGoods (line 86) | public GoodsDto GetGoods(string? id) type SortType (line 92) | public enum SortType FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/App/Invoice/Add.razor.cs class Add (line 3) | public partial class Add : ProComponentBase method OnBillChange (line 43) | public void OnBillChange(BillDto oldValue, BillDto newValue) method ConvertText (line 48) | private static string ConvertText(int value) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/App/Invoice/Components/InvoiceList.razor.cs class InvoiceList (line 3) | public partial class InvoiceList method NavigateToPreview (line 22) | private void NavigateToPreview(int id) method NavigateToEdit (line 27) | private void NavigateToEdit(int id) method NavigateToAdd (line 32) | private void NavigateToAdd() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/App/Invoice/Preview.razor.cs class Preview (line 3) | public partial class Preview method NavigateToEdit (line 14) | private void NavigateToEdit() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/App/Invoice/ViewModel/InvoicePage.cs class InvoicePage (line 3) | public class InvoicePage method GetFilterDatas (line 7) | private IEnumerable GetFilterDatas() method GetPageDatas (line 25) | public List GetPageDatas() method InvoicePage (line 42) | public InvoicePage(List datas) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/App/Todo/Todo.razor.cs class Todo (line 3) | public partial class Todo method GenerateId (line 26) | public int GenerateId() => _dataList.Count + 1; method GetFilterList (line 28) | public List GetFilterList(string? filter) method ShowDetail (line 44) | private void ShowDetail(TodoDto item) method ResetSort (line 50) | private void ResetSort() method SortbyAssignee (line 55) | private void SortbyAssignee() method SortbyDueDate (line 60) | private void SortbyDueDate() method InputTextChanged (line 65) | private void InputTextChanged(string? text) method AddData (line 83) | public void AddData(TodoDto data) method UpdateData (line 90) | public void UpdateData(TodoDto data) method RefreshData (line 98) | public void RefreshData() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/App/Todo/TodoDetail.razor.cs class TodoDetail (line 4) | public partial class TodoDetail method HideNavigationDrawer (line 31) | private async Task HideNavigationDrawer() method Complete (line 39) | private void Complete() method HandleCloseClick (line 45) | private void HandleCloseClick(string lable) method OnParametersSet (line 50) | protected override void OnParametersSet() method AddAsync (line 83) | private async Task AddAsync(EditContext context) method UpdateAsync (line 96) | private async Task UpdateAsync(EditContext context) method Reset (line 107) | private void Reset() method DeleteAsync (line 133) | private async Task DeleteAsync() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/App/User/List.razor.cs class List (line 3) | public partial class List method NavigateToDetails (line 19) | private void NavigateToDetails(string id) method NavigateToEdit (line 24) | private void NavigateToEdit(string id) method AddUserData (line 29) | private void AddUserData(UserDto userData) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/App/User/ViewModel/UserPage.cs class UserPage (line 3) | public class UserPage method UserPage (line 23) | public UserPage(List datas) method GetFilterDatas (line 29) | private IEnumerable GetFilterDatas() method GetPageDatas (line 58) | public List GetPageDatas() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/Authentication/Components/Login.razor.cs class Login (line 3) | public partial class Login FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/Dashboard/Analytics.razor.cs class Analytics (line 3) | public partial class Analytics : ProComponentBase method OnInitialized (line 10) | protected override void OnInitialized() method MerginAttributes (line 347) | private static Dictionary MerginAttributes(Dictionary<... FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Pages/Dashboard/ECommerce.razor.cs class ECommerce (line 3) | public partial class ECommerce : ProComponentBase method GetEchartKey (line 21) | private string GetEchartKey() method OnInitialized (line 26) | protected override void OnInitialized() method OnPropertyChanged (line 382) | private Task OnPropertyChanged() method OnPropertyChanged (line 391) | private void OnPropertyChanged(object? sender, PropertyChangedEventArg... method Dispose (line 396) | public void Dispose() FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Shared/Favorite.razor.cs class Favorite (line 3) | public partial class Favorite method OnInitialized (line 7) | protected override void OnInitialized() method OnOpen (line 22) | void OnOpen(bool open) method GetNavs (line 31) | List GetNavs(string? search) method GetFavoriteMenus (line 44) | List GetFavoriteMenus() => GetNavs(null); method AddOrRemoveFavoriteMenu (line 46) | void AddOrRemoveFavoriteMenu(int id) method GetI18nFullTitle (line 53) | string GetI18nFullTitle(string fullTitle) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Shared/ProComponentBase.cs class ProComponentBase (line 3) | public abstract class ProComponentBase : ComponentBase method T (line 11) | protected string T(string? key, params object[] args) FILE: Source/Sample/SampleBlazorWebView/SampleBlazorWebViewShared/Working/JsWorking.cs class JsWorking (line 5) | public class JsWorking method ReturnArrayAsync (line 7) | [JSInvokable] FILE: Source/Sample/SampleWebView/SampleWebView.Android/MainActivity.cs class MainActivity (line 8) | [Activity(Label = "SampleWebView.Android", method CustomizeAppBuilder (line 15) | protected override AppBuilder CustomizeAppBuilder(AppBuilder builder) FILE: Source/Sample/SampleWebView/SampleWebView.Desktop/Program.cs class Program (line 8) | internal class Program method Main (line 13) | [STAThread] method BuildAvaloniaApp (line 18) | public static AppBuilder BuildAvaloniaApp() FILE: Source/Sample/SampleWebView/SampleWebView.iOS/AppDelegate.cs class AppDelegate (line 14) | [Register("AppDelegate")] method CustomizeAppBuilder (line 17) | protected override AppBuilder CustomizeAppBuilder(AppBuilder builder) FILE: Source/Sample/SampleWebView/SampleWebView.iOS/Main.cs class Application (line 4) | public class Application method Main (line 7) | static void Main(string[] args) FILE: Source/Sample/SampleWebView/SampleWebView/App.axaml.cs class App (line 9) | public partial class App : Application method Initialize (line 11) | public override void Initialize() method RegisterServices (line 16) | public override void RegisterServices() method OnFrameworkInitializationCompleted (line 22) | public override void OnFrameworkInitializationCompleted() FILE: Source/Sample/SampleWebView/SampleWebView/ViewModels/MainViewModel.cs class MainViewModel (line 6) | public class MainViewModel : ViewModelBase method MainViewModel (line 8) | public MainViewModel() FILE: Source/Sample/SampleWebView/SampleWebView/ViewModels/ViewModelBase.cs class ViewModelBase (line 4) | public class ViewModelBase : ReactiveObject FILE: Source/Sample/SampleWebView/SampleWebView/Views/MainView.axaml.cs class MainView (line 4) | public partial class MainView : UserControl method MainView (line 6) | public MainView() method PART_WebView_WebViewNewWindowRequested (line 13) | private void PART_WebView_WebViewNewWindowRequested(object? sender, We... method PART_Button_Click (line 18) | private void PART_Button_Click(object? sender, Avalonia.Interactivity.... FILE: Source/Sample/SampleWebView/SampleWebView/Views/MainWindow.axaml.cs class MainWindow (line 4) | public partial class MainWindow : Window method MainWindow (line 6) | public MainWindow() FILE: Source/Toolkit.Shared/OperatingSystemEx.cs class OperatingSystemEx (line 4) | public sealed class OperatingSystemEx method IsWindows (line 7) | public static bool IsWindows() => OperatingSystem.IsWindows(); method IsMacOS (line 8) | public static bool IsMacOS() => OperatingSystem.IsMacOS(); method IsMacCatalyst (line 9) | public static bool IsMacCatalyst() => OperatingSystem.IsMacCatalyst(); method IsLinux (line 10) | public static bool IsLinux() => OperatingSystem.IsLinux(); method IsAndroid (line 11) | public static bool IsAndroid() => OperatingSystem.IsAndroid(); method IsIOS (line 12) | public static bool IsIOS() => OperatingSystem.IsIOS(); method IsBrowser (line 13) | public static bool IsBrowser() => OperatingSystem.IsBrowser(); method IsOSPlatform (line 14) | public static bool IsOSPlatform(string platform) => OperatingSystem.Is... method IsDesktop (line 16) | public static bool IsDesktop() => IsWindows() || IsMacOS() || IsMacCat... method IsWindows (line 18) | public static bool IsWindows() => RuntimeInformation.IsOSPlatform(OSPl... method IsMacOS (line 19) | public static bool IsMacOS() => RuntimeInformation.IsOSPlatform(OSPlat... method IsLinux (line 20) | public static bool IsLinux() => RuntimeInformation.IsOSPlatform(OSPlat... method IsAndroid (line 21) | public static bool IsAndroid() => IsOSPlatform("ANDROID"); method IsIOS (line 22) | public static bool IsIOS() => IsOSPlatform("IOS"); method IsBrowser (line 23) | public static bool IsBrowser() => IsOSPlatform("BROWSER"); method IsOSPlatform (line 24) | public static bool IsOSPlatform(string platform) => RuntimeInformation... method IsDesktop (line 26) | public static bool IsDesktop() => IsWindows() || IsMacOS() || IsLinux(); FILE: Source/Toolkit.Shared/Utf8Buffer.cs class Utf8Buffer (line 6) | public class Utf8Buffer : SafeHandle method Utf8Buffer (line 11) | public Utf8Buffer(string? s) : base(IntPtr.Zero, true) method ReleaseHandle (line 22) | protected override bool ReleaseHandle() method StringFromPtr (line 35) | public static unsafe string? StringFromPtr(IntPtr s) FILE: Source/WebView.Core/Configurations/WebViewCreationProperties.cs class WebViewCreationProperties (line 4) | public class WebViewCreationProperties FILE: Source/WebView.Core/Enums/UrlRequestStrategy.cs type UrlRequestStrategy (line 3) | public enum UrlRequestStrategy FILE: Source/WebView.Core/Events/WebViewCreatedEventArgs.cs class WebViewCreatedEventArgs (line 2) | public class WebViewCreatedEventArgs : EventArgs FILE: Source/WebView.Core/Events/WebViewCreatingEventArgs.cs class WebViewCreatingEventArgs (line 2) | public class WebViewCreatingEventArgs : EventArgs FILE: Source/WebView.Core/Events/WebViewMessageReceivedEventArgs.cs class WebViewMessageReceivedEventArgs (line 3) | public class WebViewMessageReceivedEventArgs : EventArgs FILE: Source/WebView.Core/Events/WebViewNewWindowEventArgs.cs class WebViewNewWindowEventArgs (line 4) | public class WebViewNewWindowEventArgs : EventArgs FILE: Source/WebView.Core/Events/WebViewUrlLoadedEventArg.cs class WebViewUrlLoadedEventArg (line 3) | public class WebViewUrlLoadedEventArg : EventArgs FILE: Source/WebView.Core/Events/WebViewUrlLoadingEventArg.cs class WebViewUrlLoadingEventArg (line 2) | public class WebViewUrlLoadingEventArg : EventArgs FILE: Source/WebView.Core/Extensions/TaskExtensions.cs class TaskExtensions (line 3) | public static class TaskExtensions method FireAndForget (line 5) | public static async void FireAndForget( method FireAndForget (line 23) | public static async void FireAndForget( method RunAndReport (line 42) | public static async void RunAndReport(this TaskCompletionSource ... FILE: Source/WebView.Core/Extensions/UriExtensions.cs class UriExtensions (line 3) | public static class UriExtensions method IsBaseOfPage (line 5) | public static bool IsBaseOfPage(this Uri baseUri, string? uriString) FILE: Source/WebView.Core/Helpers/OpenUriHelper.cs class OpenUriHelper (line 4) | public class OpenUriHelper method OpenInProcess (line 6) | public static void OpenInProcess(Uri uri) FILE: Source/WebView.Core/Helpers/QueryStringHelper.cs class QueryStringHelper (line 3) | public class QueryStringHelper method RemovePossibleQueryString (line 7) | public static string RemovePossibleQueryString(string? url) FILE: Source/WebView.Core/IPlatformBlazorWebViewProvider.cs type IPlatformBlazorWebViewProvider (line 6) | public interface IPlatformBlazorWebViewProvider method CreateFileProvider (line 10) | IFileProvider CreateFileProvider(Assembly? assembly, string contentRoo... FILE: Source/WebView.Core/IPlatformWebView.cs type IPlatformWebView (line 3) | public interface IPlatformWebView : IWebViewControl, IDisposable, IAsync... method Initialize (line 8) | Task Initialize(); FILE: Source/WebView.Core/IPlatformWebView@T.cs type IPlatformWebView (line 3) | public interface IPlatformWebView : IPlatformWebView FILE: Source/WebView.Core/IVirtualBlazorWebViewProvider.cs type IVirtualBlazorWebViewProvider (line 5) | public interface IVirtualBlazorWebViewProvider method ResourceRequestedFilterProvider (line 9) | bool ResourceRequestedFilterProvider(object? requester, out WebScheme ... method PlatformWebViewResourceRequested (line 11) | bool PlatformWebViewResourceRequested(object? sender, WebResourceReque... method PlatformWebViewMessageReceived (line 13) | void PlatformWebViewMessageReceived(object? sender, WebViewMessageRece... FILE: Source/WebView.Core/IVirtualWebView.cs type IVirtualWebView (line 3) | public interface IVirtualWebView FILE: Source/WebView.Core/IVirtualWebView@T.cs type IVirtualWebView (line 3) | public interface IVirtualWebView : IVirtualWebView FILE: Source/WebView.Core/IVirtualWebViewControlCallBack.cs type IVirtualWebViewControlCallBack (line 4) | public interface IVirtualWebViewControlCallBack method PlatformWebViewCreating (line 6) | bool PlatformWebViewCreating(object? sender, WebViewCreatingEventArgs ... method PlatformWebViewCreated (line 8) | void PlatformWebViewCreated(object? sender, WebViewCreatedEventArgs arg); method PlatformWebViewNavigationStarting (line 10) | bool PlatformWebViewNavigationStarting(object? sender, WebViewUrlLoadi... method PlatformWebViewNavigationCompleted (line 12) | void PlatformWebViewNavigationCompleted(object? sender, WebViewUrlLoad... method PlatformWebViewMessageReceived (line 14) | void PlatformWebViewMessageReceived(object? sender, WebViewMessageRece... method PlatformWebViewNewWindowRequest (line 16) | bool PlatformWebViewNewWindowRequest(object? sender, WebViewNewWindowE... FILE: Source/WebView.Core/IVirtualWebViewProvider.cs type IVirtualWebViewProvider (line 2) | public interface IVirtualWebViewProvider FILE: Source/WebView.Core/IWebViewControl.cs type IWebViewControl (line 2) | public interface IWebViewControl method Navigate (line 7) | bool Navigate(Uri? uri); method NavigateToString (line 8) | bool NavigateToString(string htmlContent); method GoBack (line 10) | bool GoBack(); method GoForward (line 11) | bool GoForward(); method Stop (line 12) | bool Stop(); method Reload (line 13) | bool Reload(); method ExecuteScriptAsync (line 15) | Task ExecuteScriptAsync(string javaScript); method PostWebMessageAsJson (line 17) | bool PostWebMessageAsJson(string webMessageAsJson, Uri? baseUri); method PostWebMessageAsString (line 18) | bool PostWebMessageAsString(string webMessageAsString, Uri? baseUri); method OpenDevToolsWindow (line 20) | bool OpenDevToolsWindow(); FILE: Source/WebView.Core/IWebViewEventHandler.cs type IWebViewEventHandler (line 5) | public interface IWebViewEventHandler FILE: Source/WebView.Core/Ioc/WebViewLocator.cs class WebViewLocator (line 5) | public class WebViewLocator method WebViewLocator (line 7) | static WebViewLocator() FILE: Source/WebView.Core/Models/WebResourceRequest.cs class WebResourceRequest (line 3) | public class WebResourceRequest FILE: Source/WebView.Core/Models/WebResourceResponse.cs class WebResourceResponse (line 3) | public class WebResourceResponse FILE: Source/WebView.Core/Models/WebScheme.cs type WebScheme (line 2) | public record WebScheme(string Scheme, string AppAddress, Uri BaseUri)