Skip to content

Instantly share code, notes, and snippets.

@lewing
Created July 8, 2020 19:30
Show Gist options
  • Save lewing/c2bb3b5d35c0d7a6b74ebe8eb2c37dd6 to your computer and use it in GitHub Desktop.
Save lewing/c2bb3b5d35c0d7a6b74ebe8eb2c37dd6 to your computer and use it in GitHub Desktop.
Mono WASM 3.2 BCL methods that throw PNSE
DocId Namespace Type Member Nesting
M:System.Xml.Linq.XName.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Xml.Linq XName System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Net.Http.HttpClientHandler.get_CheckCertificateRevocationList System.Net.Http HttpClientHandler get_CheckCertificateRevocationList() 0
M:System.Net.Http.HttpClientHandler.get_PreAuthenticate System.Net.Http HttpClientHandler get_PreAuthenticate() 0
M:System.Net.Http.HttpClientHandler.get_CookieContainer System.Net.Http HttpClientHandler get_CookieContainer() 0
M:System.Net.Http.HttpClientHandler.get_DefaultProxyCredentials System.Net.Http HttpClientHandler get_DefaultProxyCredentials() 0
M:System.Net.Http.HttpClientHandler.set_MaxRequestContentBufferSize(System.Int64) System.Net.Http HttpClientHandler set_MaxRequestContentBufferSize(Int64) 0
M:System.Net.Http.HttpClientHandler.set_Credentials(System.Net.ICredentials) System.Net.Http HttpClientHandler set_Credentials(ICredentials) 0
M:System.Net.Http.HttpClientHandler.get_UseProxy System.Net.Http HttpClientHandler get_UseProxy() 0
M:System.Net.Http.HttpClientHandler.get_MaxResponseHeadersLength System.Net.Http HttpClientHandler get_MaxResponseHeadersLength() 0
M:System.Net.Http.HttpClientHandler.get_Properties System.Net.Http HttpClientHandler get_Properties() 0
M:System.Net.Http.HttpClientHandler.set_Proxy(System.Net.IWebProxy) System.Net.Http HttpClientHandler set_Proxy(IWebProxy) 0
M:System.Net.Http.HttpClientHandler.set_ClientCertificates(System.Security.Cryptography.X509Certificates.X509CertificateCollection) System.Net.Http HttpClientHandler set_ClientCertificates(X509CertificateCollection) 0
M:System.Net.Http.HttpClientHandler.get_AutomaticDecompression System.Net.Http HttpClientHandler get_AutomaticDecompression() 0
M:System.Net.Http.HttpClientHandler.get_Proxy System.Net.Http HttpClientHandler get_Proxy() 0
M:System.Net.Http.HttpClientHandler.set_ServerCertificateCustomValidationCallback(System.Func{System.Net.Http.HttpRequestMessage,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors,System.Boolean}) System.Net.Http HttpClientHandler set_ServerCertificateCustomValidationCallback(Func<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, Boolean>) 0
M:System.Net.Http.HttpClientHandler.get_ClientCertificateOptions System.Net.Http HttpClientHandler get_ClientCertificateOptions() 0
M:System.Net.Http.HttpClientHandler.set_UseCookies(System.Boolean) System.Net.Http HttpClientHandler set_UseCookies(Boolean) 0
M:System.Net.Http.HttpClientHandler.set_ClientCertificateOptions(System.Net.Http.ClientCertificateOption) System.Net.Http HttpClientHandler set_ClientCertificateOptions(ClientCertificateOption) 0
M:System.Net.Http.HttpClientHandler.set_CheckCertificateRevocationList(System.Boolean) System.Net.Http HttpClientHandler set_CheckCertificateRevocationList(Boolean) 0
M:System.Net.Http.HttpClientHandler.get_MaxAutomaticRedirections System.Net.Http HttpClientHandler get_MaxAutomaticRedirections() 0
M:System.Net.Http.HttpClientHandler.get_MaxConnectionsPerServer System.Net.Http HttpClientHandler get_MaxConnectionsPerServer() 0
M:System.Net.Http.HttpClientHandler.get_UseCookies System.Net.Http HttpClientHandler get_UseCookies() 0
M:System.Net.Http.HttpClientHandler.set_UseProxy(System.Boolean) System.Net.Http HttpClientHandler set_UseProxy(Boolean) 0
M:System.Net.Http.HttpClientHandler.get_ServerCertificateCustomValidationCallback System.Net.Http HttpClientHandler get_ServerCertificateCustomValidationCallback() 0
M:System.Net.Http.HttpClientHandler.get_ClientCertificates System.Net.Http HttpClientHandler get_ClientCertificates() 0
M:System.Net.Http.HttpClientHandler.get_SslProtocols System.Net.Http HttpClientHandler get_SslProtocols() 0
M:System.Net.Http.HttpClientHandler.set_MaxResponseHeadersLength(System.Int32) System.Net.Http HttpClientHandler set_MaxResponseHeadersLength(Int32) 0
M:System.Net.Http.HttpClientHandler.set_SslProtocols(System.Security.Authentication.SslProtocols) System.Net.Http HttpClientHandler set_SslProtocols(SslProtocols) 0
M:System.Net.Http.HttpClientHandler.set_AutomaticDecompression(System.Net.DecompressionMethods) System.Net.Http HttpClientHandler set_AutomaticDecompression(DecompressionMethods) 0
M:System.Net.Http.HttpClientHandler.set_MaxAutomaticRedirections(System.Int32) System.Net.Http HttpClientHandler set_MaxAutomaticRedirections(Int32) 0
M:System.Net.Http.HttpClientHandler.get_Credentials System.Net.Http HttpClientHandler get_Credentials() 0
M:System.Net.Http.HttpClientHandler.set_MaxConnectionsPerServer(System.Int32) System.Net.Http HttpClientHandler set_MaxConnectionsPerServer(Int32) 0
M:System.Net.Http.HttpClientHandler.set_CookieContainer(System.Net.CookieContainer) System.Net.Http HttpClientHandler set_CookieContainer(CookieContainer) 0
M:System.Net.Http.HttpClientHandler.get_MaxRequestContentBufferSize System.Net.Http HttpClientHandler get_MaxRequestContentBufferSize() 0
M:System.Net.Http.HttpClientHandler.set_PreAuthenticate(System.Boolean) System.Net.Http HttpClientHandler set_PreAuthenticate(Boolean) 0
M:System.Net.Http.HttpClientHandler.get_AllowAutoRedirect System.Net.Http HttpClientHandler get_AllowAutoRedirect() 0
M:System.Net.Http.HttpClientHandler.set_UseDefaultCredentials(System.Boolean) System.Net.Http HttpClientHandler set_UseDefaultCredentials(Boolean) 0
M:System.Net.Http.HttpClientHandler.set_DefaultProxyCredentials(System.Net.ICredentials) System.Net.Http HttpClientHandler set_DefaultProxyCredentials(ICredentials) 0
M:System.Net.Http.HttpClientHandler.get_UseDefaultCredentials System.Net.Http HttpClientHandler get_UseDefaultCredentials() 0
M:System.Net.Http.HttpClientHandler.set_AllowAutoRedirect(System.Boolean) System.Net.Http HttpClientHandler set_AllowAutoRedirect(Boolean) 0
M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Reflection.Assembly}) System.Runtime.Serialization XsdDataContractExporter Export(ICollection<Assembly>) 2
M:System.Runtime.Serialization.XsdDataContractExporter.get_Schemas System.Runtime.Serialization XsdDataContractExporter get_Schemas() 0
M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Reflection.Assembly}) System.Runtime.Serialization XsdDataContractExporter CanExport(ICollection<Assembly>) 3
M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Type) System.Runtime.Serialization XsdDataContractExporter Export(Type) 2
M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Type) System.Runtime.Serialization XsdDataContractExporter CanExport(Type) 2
M:System.Runtime.Serialization.XsdDataContractExporter.CanExport(System.Collections.Generic.ICollection{System.Type}) System.Runtime.Serialization XsdDataContractExporter CanExport(ICollection<Type>) 2
M:System.Runtime.Serialization.XsdDataContractExporter.Export(System.Collections.Generic.ICollection{System.Type}) System.Runtime.Serialization XsdDataContractExporter Export(ICollection<Type>) 2
M:System.IO.Compression.BrotliStream.#ctor(System.IO.Stream,System.IO.Compression.CompressionLevel) System.IO.Compression BrotliStream .ctor(Stream, CompressionLevel) 3
M:System.IO.Compression.BrotliStream.#ctor(System.IO.Stream,System.IO.Compression.CompressionLevel,System.Boolean) System.IO.Compression BrotliStream .ctor(Stream, CompressionLevel, Boolean) 2
M:System.IO.Compression.BrotliStream.Read(System.Span{System.Byte}) System.IO.Compression BrotliStream Read(Span<Byte>) 2
M:System.IO.Compression.BrotliStream.Flush System.IO.Compression BrotliStream Flush() 3
M:System.IO.Compression.BrotliDecoder.Decompress(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32@) System.IO.Compression BrotliDecoder Decompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32) 1
M:System.IO.Compression.BrotliDecoder.TryDecompress(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@) System.IO.Compression BrotliDecoder TryDecompress(ReadOnlySpan<Byte>, Span<Byte>, Int32) 1
M:System.IO.Compression.BrotliEncoder.TryCompress(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@) System.IO.Compression BrotliEncoder TryCompress(ReadOnlySpan<Byte>, Span<Byte>, Int32) 2
M:System.IO.Compression.BrotliEncoder.TryCompress(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32,System.Int32) System.IO.Compression BrotliEncoder TryCompress(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32, Int32) 1
M:System.IO.Compression.BrotliEncoder.Compress(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32@,System.Boolean) System.IO.Compression BrotliEncoder Compress(ReadOnlySpan<Byte>, Span<Byte>, Int32, Int32, Boolean) 2
M:System.IO.Compression.BrotliEncoder.Flush(System.Span{System.Byte},System.Int32@) System.IO.Compression BrotliEncoder Flush(Span<Byte>, Int32) 2
M:System.IO.Compression.BrotliEncoder.#ctor(System.Int32,System.Int32) System.IO.Compression BrotliEncoder .ctor(Int32, Int32) 1
M:System.Data.DataTableExtensions.AsDataView``1(System.Data.EnumerableRowCollection{``0}) System.Data DataTableExtensions AsDataView<T>(EnumerableRowCollection<T>) 0
M:System.Data.DataTableExtensions.AsDataView(System.Data.DataTable) System.Data DataTableExtensions AsDataView(DataTable) 0
M:Microsoft.Win32.Registry.SetValue(System.String,System.String,System.Object) Microsoft.Win32 Registry SetValue(String, String, Object) 2
M:Microsoft.Win32.Registry.SetValue(System.String,System.String,System.Object,Microsoft.Win32.RegistryValueKind) Microsoft.Win32 Registry SetValue(String, String, Object, RegistryValueKind) 2
M:Microsoft.Win32.Registry.GetValue(System.String,System.String,System.Object) Microsoft.Win32 Registry GetValue(String, String, Object) 1
M:Microsoft.Win32.RegistryKey.GetAccessControl Microsoft.Win32 RegistryKey GetAccessControl() 0
M:Microsoft.Win32.RegistryKey.GetAccessControl(System.Security.AccessControl.AccessControlSections) Microsoft.Win32 RegistryKey GetAccessControl(AccessControlSections) 0
M:Microsoft.Win32.RegistryKey.OpenSubKey(System.String) Microsoft.Win32 RegistryKey OpenSubKey(String) 0
M:Microsoft.Win32.RegistryKey.get_ValueCount Microsoft.Win32 RegistryKey get_ValueCount() 0
M:Microsoft.Win32.RegistryKey.CreateSubKey(System.String,System.Boolean) Microsoft.Win32 RegistryKey CreateSubKey(String, Boolean) 0
M:Microsoft.Win32.RegistryKey.OpenSubKey(System.String,Microsoft.Win32.RegistryKeyPermissionCheck,System.Security.AccessControl.RegistryRights) Microsoft.Win32 RegistryKey OpenSubKey(String, RegistryKeyPermissionCheck, RegistryRights) 0
M:Microsoft.Win32.RegistryKey.GetSubKeyNames Microsoft.Win32 RegistryKey GetSubKeyNames() 0
M:Microsoft.Win32.RegistryKey.get_SubKeyCount Microsoft.Win32 RegistryKey get_SubKeyCount() 0
M:Microsoft.Win32.RegistryKey.GetValue(System.String) Microsoft.Win32 RegistryKey GetValue(String) 0
M:Microsoft.Win32.RegistryKey.GetValueKind(System.String) Microsoft.Win32 RegistryKey GetValueKind(String) 0
M:Microsoft.Win32.RegistryKey.CreateSubKey(System.String,Microsoft.Win32.RegistryKeyPermissionCheck,Microsoft.Win32.RegistryOptions,System.Security.AccessControl.RegistrySecurity) Microsoft.Win32 RegistryKey CreateSubKey(String, RegistryKeyPermissionCheck, RegistryOptions, RegistrySecurity) 0
M:Microsoft.Win32.RegistryKey.get_View Microsoft.Win32 RegistryKey get_View() 0
M:Microsoft.Win32.RegistryKey.get_Name Microsoft.Win32 RegistryKey get_Name() 0
M:Microsoft.Win32.RegistryKey.FromHandle(Microsoft.Win32.SafeHandles.SafeRegistryHandle) Microsoft.Win32 RegistryKey FromHandle(SafeRegistryHandle) 0
M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object) Microsoft.Win32 RegistryKey GetValue(String, Object) 0
M:Microsoft.Win32.RegistryKey.get_Handle Microsoft.Win32 RegistryKey get_Handle() 0
M:Microsoft.Win32.RegistryKey.OpenSubKey(System.String,System.Security.AccessControl.RegistryRights) Microsoft.Win32 RegistryKey OpenSubKey(String, RegistryRights) 0
M:Microsoft.Win32.RegistryKey.GetValue(System.String,System.Object,Microsoft.Win32.RegistryValueOptions) Microsoft.Win32 RegistryKey GetValue(String, Object, RegistryValueOptions) 0
M:Microsoft.Win32.RegistryKey.OpenRemoteBaseKey(Microsoft.Win32.RegistryHive,System.String) Microsoft.Win32 RegistryKey OpenRemoteBaseKey(RegistryHive, String) 0
M:Microsoft.Win32.RegistryKey.CreateSubKey(System.String,System.Boolean,Microsoft.Win32.RegistryOptions) Microsoft.Win32 RegistryKey CreateSubKey(String, Boolean, RegistryOptions) 0
M:Microsoft.Win32.RegistryKey.SetAccessControl(System.Security.AccessControl.RegistrySecurity) Microsoft.Win32 RegistryKey SetAccessControl(RegistrySecurity) 0
M:Microsoft.Win32.RegistryKey.OpenSubKey(System.String,System.Boolean) Microsoft.Win32 RegistryKey OpenSubKey(String, Boolean) 0
M:Microsoft.Win32.RegistryKey.GetValueNames Microsoft.Win32 RegistryKey GetValueNames() 0
M:Microsoft.Win32.RegistryKey.CreateSubKey(System.String) Microsoft.Win32 RegistryKey CreateSubKey(String) 0
M:Microsoft.Win32.RegistryKey.OpenRemoteBaseKey(Microsoft.Win32.RegistryHive,System.String,Microsoft.Win32.RegistryView) Microsoft.Win32 RegistryKey OpenRemoteBaseKey(RegistryHive, String, RegistryView) 0
M:Microsoft.Win32.RegistryKey.CreateSubKey(System.String,Microsoft.Win32.RegistryKeyPermissionCheck) Microsoft.Win32 RegistryKey CreateSubKey(String, RegistryKeyPermissionCheck) 0
M:Microsoft.Win32.RegistryKey.OpenBaseKey(Microsoft.Win32.RegistryHive,Microsoft.Win32.RegistryView) Microsoft.Win32 RegistryKey OpenBaseKey(RegistryHive, RegistryView) 0
M:Microsoft.Win32.RegistryKey.CreateSubKey(System.String,Microsoft.Win32.RegistryKeyPermissionCheck,Microsoft.Win32.RegistryOptions) Microsoft.Win32 RegistryKey CreateSubKey(String, RegistryKeyPermissionCheck, RegistryOptions) 0
M:Microsoft.Win32.RegistryKey.OpenSubKey(System.String,Microsoft.Win32.RegistryKeyPermissionCheck) Microsoft.Win32 RegistryKey OpenSubKey(String, RegistryKeyPermissionCheck) 0
M:Microsoft.Win32.RegistryKey.FromHandle(Microsoft.Win32.SafeHandles.SafeRegistryHandle,Microsoft.Win32.RegistryView) Microsoft.Win32 RegistryKey FromHandle(SafeRegistryHandle, RegistryView) 0
M:Microsoft.Win32.RegistryKey.CreateSubKey(System.String,Microsoft.Win32.RegistryKeyPermissionCheck,System.Security.AccessControl.RegistrySecurity) Microsoft.Win32 RegistryKey CreateSubKey(String, RegistryKeyPermissionCheck, RegistrySecurity) 0
M:System.DateTime.TryParse(System.String,System.DateTime@) System DateTime TryParse(String, DateTime) 3
M:System.DateTime.TryParse(System.ReadOnlySpan{System.Char},System.DateTime@) System DateTime TryParse(ReadOnlySpan<Char>, DateTime) 3
M:System.DateTime.Parse(System.String) System DateTime Parse(String) 3
M:System.DateTime.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@) System DateTime TryParse(ReadOnlySpan<Char>, IFormatProvider, DateTimeStyles, DateTime) 3
M:System.DateTime.Parse(System.String,System.IFormatProvider) System DateTime Parse(String, IFormatProvider) 3
M:System.DateTime.Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles) System DateTime Parse(ReadOnlySpan<Char>, IFormatProvider, DateTimeStyles) 3
M:System.DateTime.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime@) System DateTime TryParse(String, IFormatProvider, DateTimeStyles, DateTime) 3
M:System.DateTime.Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) System DateTime Parse(String, IFormatProvider, DateTimeStyles) 3
M:System.DateTimeOffset.TryParse(System.String,System.DateTimeOffset@) System DateTimeOffset TryParse(String, DateTimeOffset) 3
M:System.DateTimeOffset.TryParse(System.ReadOnlySpan{System.Char},System.DateTimeOffset@) System DateTimeOffset TryParse(ReadOnlySpan<Char>, DateTimeOffset) 3
M:System.DateTimeOffset.TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@) System DateTimeOffset TryParse(String, IFormatProvider, DateTimeStyles, DateTimeOffset) 3
M:System.DateTimeOffset.TryParse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTimeOffset@) System DateTimeOffset TryParse(ReadOnlySpan<Char>, IFormatProvider, DateTimeStyles, DateTimeOffset) 3
M:System.DateTimeOffset.Parse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles) System DateTimeOffset Parse(String, IFormatProvider, DateTimeStyles) 3
M:System.DateTimeOffset.Parse(System.String) System DateTimeOffset Parse(String) 3
M:System.DateTimeOffset.Parse(System.ReadOnlySpan{System.Char},System.IFormatProvider,System.Globalization.DateTimeStyles) System DateTimeOffset Parse(ReadOnlySpan<Char>, IFormatProvider, DateTimeStyles) 3
M:System.String.Concat(System.Object,System.Object,System.Object,System.Object,__arglist) System String Concat(Object, Object, Object, Object, __arglist) 0
M:System.OperatingSystem.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System OperatingSystem GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Activator.CreateInstance(System.ActivationContext,System.String[]) System Activator CreateInstance(ActivationContext, String[]) 0
M:System.Activator.CreateInstance(System.ActivationContext) System Activator CreateInstance(ActivationContext) 0
M:System.AppDomain.SetDynamicBase(System.String) System AppDomain SetDynamicBase(String) 0
M:System.AppDomain.CreateInstanceFromAndUnwrap(System.String,System.String,System.Object[]) System AppDomain CreateInstanceFromAndUnwrap(String, String, Object[]) 1
M:System.AppDomain.CreateDomain(System.String,System.Security.Policy.Evidence,System.String,System.String,System.Boolean,System.AppDomainInitializer,System.String[]) System AppDomain CreateDomain(String, Evidence, String, String, Boolean, AppDomainInitializer, String[]) 0
M:System.AppDomain.CreateInstanceAndUnwrap(System.String,System.String) System AppDomain CreateInstanceAndUnwrap(String, String) 1
M:System.AppDomain.CreateInstanceAndUnwrap(System.String,System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[],System.Security.Policy.Evidence) System AppDomain CreateInstanceAndUnwrap(String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence) 1
M:System.AppDomain.CreateDomain(System.String) System AppDomain CreateDomain(String) 0
M:System.AppDomain.CreateInstanceAndUnwrap(System.String,System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]) System AppDomain CreateInstanceAndUnwrap(String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[]) 1
M:System.AppDomain.CreateInstanceFromAndUnwrap(System.String,System.String) System AppDomain CreateInstanceFromAndUnwrap(String, String) 1
M:System.AppDomain.CreateDomain(System.String,System.Security.Policy.Evidence,System.String,System.String,System.Boolean) System AppDomain CreateDomain(String, Evidence, String, String, Boolean) 0
M:System.AppDomain.IsDefaultAppDomain System AppDomain IsDefaultAppDomain() 1
M:System.AppDomain.CreateInstanceFromAndUnwrap(System.String,System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[]) System AppDomain CreateInstanceFromAndUnwrap(String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[]) 1
M:System.AppDomain.Unload(System.AppDomain) System AppDomain Unload(AppDomain) 0
M:System.AppDomain.get_DomainManager System AppDomain get_DomainManager() 0
M:System.AppDomain.CreateDomain(System.String,System.Security.Policy.Evidence) System AppDomain CreateDomain(String, Evidence) 0
M:System.AppDomain.CreateInstanceFromAndUnwrap(System.String,System.String,System.Boolean,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo,System.Object[],System.Security.Policy.Evidence) System AppDomain CreateInstanceFromAndUnwrap(String, String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[], Evidence) 1
M:System.AppDomain.CreateInstanceAndUnwrap(System.String,System.String,System.Object[]) System AppDomain CreateInstanceAndUnwrap(String, String, Object[]) 1
M:System.AppDomain.CreateDomain(System.String,System.Security.Policy.Evidence,System.AppDomainSetup) System AppDomain CreateDomain(String, Evidence, AppDomainSetup) 0
M:System.AppDomainManager.get_ApplicationActivator System AppDomainManager get_ApplicationActivator() 0
M:System.AppDomainManager.CreateDomainHelper(System.String,System.Security.Policy.Evidence,System.AppDomainSetup) System AppDomainManager CreateDomainHelper(String, Evidence, AppDomainSetup) 0
M:System.AppDomainManager.CheckSecuritySettings(System.Security.SecurityState) System AppDomainManager CheckSecuritySettings(SecurityState) 0
M:System.AppDomainManager.get_EntryAssembly System AppDomainManager get_EntryAssembly() 0
M:System.AppDomainManager.get_InitializationFlags System AppDomainManager get_InitializationFlags() 0
M:System.AppDomainManager.InitializeNewDomain(System.AppDomainSetup) System AppDomainManager InitializeNewDomain(AppDomainSetup) 0
M:System.AppDomainManager.get_HostExecutionContextManager System AppDomainManager get_HostExecutionContextManager() 0
M:System.AppDomainManager.CreateDomain(System.String,System.Security.Policy.Evidence,System.AppDomainSetup) System AppDomainManager CreateDomain(String, Evidence, AppDomainSetup) 0
M:System.AppDomainManager.#ctor System AppDomainManager .ctor() 0
M:System.AppDomainManager.get_HostSecurityManager System AppDomainManager get_HostSecurityManager() 0
M:System.AppDomainManager.set_InitializationFlags(System.AppDomainManagerInitializationOptions) System AppDomainManager set_InitializationFlags(AppDomainManagerInitializationOptions) 0
M:System.AppDomainSetup.set_AppDomainInitializer(System.AppDomainInitializer) System AppDomainSetup set_AppDomainInitializer(AppDomainInitializer) 0
M:System.AppDomainSetup.get_AppDomainInitializer System AppDomainSetup get_AppDomainInitializer() 0
M:System.ArgIterator.#ctor(System.RuntimeArgumentHandle) System ArgIterator .ctor(RuntimeArgumentHandle) 0
M:System.ArgIterator.#ctor(System.RuntimeArgumentHandle,System.Void*) System ArgIterator .ctor(RuntimeArgumentHandle, Void*) 0
M:System.Console.SetWindowPosition(System.Int32,System.Int32) System Console SetWindowPosition(Int32, Int32) 0
M:System.Console.get_BufferHeight System Console get_BufferHeight() 0
M:System.Console.get_WindowHeight System Console get_WindowHeight() 0
M:System.Console.set_WindowWidth(System.Int32) System Console set_WindowWidth(Int32) 0
M:System.Console.get_CursorVisible System Console get_CursorVisible() 0
M:System.Console.set_CursorLeft(System.Int32) System Console set_CursorLeft(Int32) 0
M:System.Console.SetWindowSize(System.Int32,System.Int32) System Console SetWindowSize(Int32, Int32) 0
M:System.Console.Beep(System.Int32,System.Int32) System Console Beep(Int32, Int32) 0
M:System.Console.Write(System.String,System.Object,System.Object,System.Object,System.Object,__arglist) System Console Write(String, Object, Object, Object, Object, __arglist) 1
M:System.Console.get_LargestWindowHeight System Console get_LargestWindowHeight() 0
M:System.Console.get_TreatControlCAsInput System Console get_TreatControlCAsInput() 0
M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) System Console MoveBufferArea(Int32, Int32, Int32, Int32, Int32, Int32) 0
M:System.Console.set_BufferHeight(System.Int32) System Console set_BufferHeight(Int32) 0
M:System.Console.set_CursorTop(System.Int32) System Console set_CursorTop(Int32) 0
M:System.Console.get_IsOutputRedirected System Console get_IsOutputRedirected() 0
M:System.Console.get_NumberLock System Console get_NumberLock() 0
M:System.Console.get_BufferWidth System Console get_BufferWidth() 0
M:System.Console.get_KeyAvailable System Console get_KeyAvailable() 0
M:System.Console.SetCursorPosition(System.Int32,System.Int32) System Console SetCursorPosition(Int32, Int32) 0
M:System.Console.set_CursorSize(System.Int32) System Console set_CursorSize(Int32) 0
M:System.Console.get_CursorLeft System Console get_CursorLeft() 0
M:System.Console.set_BufferWidth(System.Int32) System Console set_BufferWidth(Int32) 0
M:System.Console.Beep System Console Beep() 0
M:System.Console.set_LargestWindowHeight(System.Int32) System Console set_LargestWindowHeight(Int32) 0
M:System.Console.set_CursorVisible(System.Boolean) System Console set_CursorVisible(Boolean) 0
M:System.Console.Clear System Console Clear() 0
M:System.Console.set_WindowTop(System.Int32) System Console set_WindowTop(Int32) 0
M:System.Console.set_TreatControlCAsInput(System.Boolean) System Console set_TreatControlCAsInput(Boolean) 0
M:System.Console.get_IsInputRedirected System Console get_IsInputRedirected() 0
M:System.Console.remove_CancelKeyPress(System.ConsoleCancelEventHandler) System Console remove_CancelKeyPress(ConsoleCancelEventHandler) 0
M:System.Console.add_CancelKeyPress(System.ConsoleCancelEventHandler) System Console add_CancelKeyPress(ConsoleCancelEventHandler) 0
M:System.Console.get_IsErrorRedirected System Console get_IsErrorRedirected() 0
M:System.Console.get_Title System Console get_Title() 0
M:System.Console.get_WindowWidth System Console get_WindowWidth() 0
M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Char,System.ConsoleColor,System.ConsoleColor) System Console MoveBufferArea(Int32, Int32, Int32, Int32, Int32, Int32, Char, ConsoleColor, ConsoleColor) 0
M:System.Console.set_LargestWindowWidth(System.Int32) System Console set_LargestWindowWidth(Int32) 0
M:System.Console.set_WindowLeft(System.Int32) System Console set_WindowLeft(Int32) 0
M:System.Console.get_LargestWindowWidth System Console get_LargestWindowWidth() 0
M:System.Console.set_WindowHeight(System.Int32) System Console set_WindowHeight(Int32) 0
M:System.Console.set_Title(System.String) System Console set_Title(String) 0
M:System.Console.get_CapsLock System Console get_CapsLock() 0
M:System.Console.ReadKey System Console ReadKey() 1
M:System.Console.get_CursorTop System Console get_CursorTop() 0
M:System.Console.ReadKey(System.Boolean) System Console ReadKey(Boolean) 0
M:System.Console.SetBufferSize(System.Int32,System.Int32) System Console SetBufferSize(Int32, Int32) 0
M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object,System.Object,__arglist) System Console WriteLine(String, Object, Object, Object, Object, __arglist) 1
M:System.MarshalByRefObject.MemberwiseClone(System.Boolean) System MarshalByRefObject MemberwiseClone(Boolean) 0
M:System.MarshalByRefObject.GetLifetimeService System MarshalByRefObject GetLifetimeService() 0
M:System.MarshalByRefObject.InitializeLifetimeService System MarshalByRefObject InitializeLifetimeService() 0
M:System.Threading.Thread.Resume System.Threading Thread Resume() 0
M:System.Threading.Thread.get_CurrentPrincipal System.Threading Thread get_CurrentPrincipal() 0
M:System.Threading.Thread.Abort System.Threading Thread Abort() 0
M:System.Threading.Thread.set_CurrentPrincipal(System.Security.Principal.IPrincipal) System.Threading Thread set_CurrentPrincipal(IPrincipal) 0
M:System.Threading.Thread.ResetAbort System.Threading Thread ResetAbort() 0
M:System.Threading.Thread.Suspend System.Threading Thread Suspend() 0
M:System.Threading.Thread.DisableComObjectEagerCleanup System.Threading Thread DisableComObjectEagerCleanup() 0
M:System.Threading.Thread.Abort(System.Object) System.Threading Thread Abort(Object) 0
M:System.Threading.ThreadAbortException.get_ExceptionState System.Threading ThreadAbortException get_ExceptionState() 1
M:System.Threading.PreAllocatedOverlapped.#ctor(System.Threading.IOCompletionCallback,System.Object,System.Object) System.Threading PreAllocatedOverlapped .ctor(IOCompletionCallback, Object, Object) 0
M:System.Threading.ThreadPoolBoundHandle.BindHandle(System.Runtime.InteropServices.SafeHandle) System.Threading ThreadPoolBoundHandle BindHandle(SafeHandle) 0
M:System.Threading.ThreadPoolBoundHandle.FreeNativeOverlapped(System.Threading.NativeOverlapped*) System.Threading ThreadPoolBoundHandle FreeNativeOverlapped(NativeOverlapped*) 0
M:System.Threading.ThreadPoolBoundHandle.get_Handle System.Threading ThreadPoolBoundHandle get_Handle() 0
M:System.Threading.ThreadPoolBoundHandle.AllocateNativeOverlapped(System.Threading.PreAllocatedOverlapped) System.Threading ThreadPoolBoundHandle AllocateNativeOverlapped(PreAllocatedOverlapped) 0
M:System.Threading.ThreadPoolBoundHandle.AllocateNativeOverlapped(System.Threading.IOCompletionCallback,System.Object,System.Object) System.Threading ThreadPoolBoundHandle AllocateNativeOverlapped(IOCompletionCallback, Object, Object) 0
M:System.Threading.ThreadPoolBoundHandle.GetNativeOverlappedState(System.Threading.NativeOverlapped*) System.Threading ThreadPoolBoundHandle GetNativeOverlappedState(NativeOverlapped*) 0
M:System.Security.SecurityState.IsStateAvailable System.Security SecurityState IsStateAvailable() 0
M:System.Security.Policy.ApplicationTrust.ToXml System.Security.Policy ApplicationTrust ToXml() 0
M:System.Security.Policy.ApplicationTrust.FromXml(System.Security.SecurityElement) System.Security.Policy ApplicationTrust FromXml(SecurityElement) 0
M:System.Security.Cryptography.Rfc2898DeriveBytes.CryptDeriveKey(System.String,System.String,System.Int32,System.Byte[]) System.Security.Cryptography Rfc2898DeriveBytes CryptDeriveKey(String, String, Int32, Byte[]) 0
M:System.Security.Cryptography.AsymmetricAlgorithm.ImportPkcs8PrivateKey(System.ReadOnlySpan{System.Byte},System.Int32@) System.Security.Cryptography AsymmetricAlgorithm ImportPkcs8PrivateKey(ReadOnlySpan<Byte>, Int32) 0
M:System.Security.Cryptography.AsymmetricAlgorithm.TryExportPkcs8PrivateKey(System.Span{System.Byte},System.Int32@) System.Security.Cryptography AsymmetricAlgorithm TryExportPkcs8PrivateKey(Span<Byte>, Int32) 0
M:System.Security.Cryptography.AsymmetricAlgorithm.ImportSubjectPublicKeyInfo(System.ReadOnlySpan{System.Byte},System.Int32@) System.Security.Cryptography AsymmetricAlgorithm ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>, Int32) 0
M:System.Security.Cryptography.AsymmetricAlgorithm.ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters) System.Security.Cryptography AsymmetricAlgorithm ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters) 0
M:System.Security.Cryptography.AsymmetricAlgorithm.TryExportSubjectPublicKeyInfo(System.Span{System.Byte},System.Int32@) System.Security.Cryptography AsymmetricAlgorithm TryExportSubjectPublicKeyInfo(Span<Byte>, Int32) 0
M:System.Security.Cryptography.AsymmetricAlgorithm.ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Int32@) System.Security.Cryptography AsymmetricAlgorithm ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Int32) 0
M:System.Security.Cryptography.AsymmetricAlgorithm.ExportPkcs8PrivateKey System.Security.Cryptography AsymmetricAlgorithm ExportPkcs8PrivateKey() 0
M:System.Security.Cryptography.AsymmetricAlgorithm.ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Byte},System.Int32@) System.Security.Cryptography AsymmetricAlgorithm ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>, Int32) 0
M:System.Security.Cryptography.AsymmetricAlgorithm.ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters) System.Security.Cryptography AsymmetricAlgorithm ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters) 0
M:System.Security.Cryptography.AsymmetricAlgorithm.TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@) System.Security.Cryptography AsymmetricAlgorithm TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32) 0
M:System.Security.Cryptography.AsymmetricAlgorithm.TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@) System.Security.Cryptography AsymmetricAlgorithm TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32) 0
M:System.Security.Cryptography.AsymmetricAlgorithm.ExportSubjectPublicKeyInfo System.Security.Cryptography AsymmetricAlgorithm ExportSubjectPublicKeyInfo() 0
M:System.Security.Cryptography.RSA.TryExportRSAPublicKey(System.Span{System.Byte},System.Int32@) System.Security.Cryptography RSA TryExportRSAPublicKey(Span<Byte>, Int32) 0
M:System.Security.Cryptography.RSA.ImportRSAPrivateKey(System.ReadOnlySpan{System.Byte},System.Int32@) System.Security.Cryptography RSA ImportRSAPrivateKey(ReadOnlySpan<Byte>, Int32) 0
M:System.Security.Cryptography.RSA.TryExportRSAPrivateKey(System.Span{System.Byte},System.Int32@) System.Security.Cryptography RSA TryExportRSAPrivateKey(Span<Byte>, Int32) 0
M:System.Security.Cryptography.RSA.ExportRSAPublicKey System.Security.Cryptography RSA ExportRSAPublicKey() 0
M:System.Security.Cryptography.RSA.ExportRSAPrivateKey System.Security.Cryptography RSA ExportRSAPrivateKey() 0
M:System.Security.Cryptography.RSA.ImportRSAPublicKey(System.ReadOnlySpan{System.Byte},System.Int32@) System.Security.Cryptography RSA ImportRSAPublicKey(ReadOnlySpan<Byte>, Int32) 0
M:System.Security.Cryptography.CryptoConfig.AddOID(System.String,System.String[]) System.Security.Cryptography CryptoConfig AddOID(String, String[]) 0
M:System.Security.Cryptography.AesCcm.Encrypt(System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.Byte[]) System.Security.Cryptography AesCcm Encrypt(Byte[], Byte[], Byte[], Byte[], Byte[]) 0
M:System.Security.Cryptography.AesCcm.#ctor(System.ReadOnlySpan{System.Byte}) System.Security.Cryptography AesCcm .ctor(ReadOnlySpan<Byte>) 0
M:System.Security.Cryptography.AesCcm.Decrypt(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.ReadOnlySpan{System.Byte}) System.Security.Cryptography AesCcm Decrypt(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, ReadOnlySpan<Byte>) 0
M:System.Security.Cryptography.AesCcm.get_NonceByteSizes System.Security.Cryptography AesCcm get_NonceByteSizes() 0
M:System.Security.Cryptography.AesCcm.Decrypt(System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.Byte[]) System.Security.Cryptography AesCcm Decrypt(Byte[], Byte[], Byte[], Byte[], Byte[]) 0
M:System.Security.Cryptography.AesCcm.Encrypt(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Span{System.Byte},System.ReadOnlySpan{System.Byte}) System.Security.Cryptography AesCcm Encrypt(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, Span<Byte>, ReadOnlySpan<Byte>) 0
M:System.Security.Cryptography.AesCcm.#ctor(System.Byte[]) System.Security.Cryptography AesCcm .ctor(Byte[]) 0
M:System.Security.Cryptography.AesCcm.get_TagByteSizes System.Security.Cryptography AesCcm get_TagByteSizes() 0
M:System.Security.Cryptography.AesGcm.Encrypt(System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.Byte[]) System.Security.Cryptography AesGcm Encrypt(Byte[], Byte[], Byte[], Byte[], Byte[]) 0
M:System.Security.Cryptography.AesGcm.#ctor(System.ReadOnlySpan{System.Byte}) System.Security.Cryptography AesGcm .ctor(ReadOnlySpan<Byte>) 0
M:System.Security.Cryptography.AesGcm.Decrypt(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.ReadOnlySpan{System.Byte}) System.Security.Cryptography AesGcm Decrypt(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, ReadOnlySpan<Byte>) 0
M:System.Security.Cryptography.AesGcm.get_NonceByteSizes System.Security.Cryptography AesGcm get_NonceByteSizes() 0
M:System.Security.Cryptography.AesGcm.Decrypt(System.Byte[],System.Byte[],System.Byte[],System.Byte[],System.Byte[]) System.Security.Cryptography AesGcm Decrypt(Byte[], Byte[], Byte[], Byte[], Byte[]) 0
M:System.Security.Cryptography.AesGcm.Encrypt(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Span{System.Byte},System.ReadOnlySpan{System.Byte}) System.Security.Cryptography AesGcm Encrypt(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, Span<Byte>, ReadOnlySpan<Byte>) 0
M:System.Security.Cryptography.AesGcm.#ctor(System.Byte[]) System.Security.Cryptography AesGcm .ctor(Byte[]) 0
M:System.Security.Cryptography.AesGcm.get_TagByteSizes System.Security.Cryptography AesGcm get_TagByteSizes() 0
M:System.Security.Cryptography.X509Certificates.X509Certificate.Import(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) System.Security.Cryptography.X509Certificates X509Certificate Import(Byte[], SecureString, X509KeyStorageFlags) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[]) System.Security.Cryptography.X509Certificates X509Certificate .ctor(Byte[]) 3
M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) System.Security.Cryptography.X509Certificates X509Certificate .ctor(Byte[], SecureString, X509KeyStorageFlags) 3
M:System.Security.Cryptography.X509Certificates.X509Certificate.GetCertHash(System.Security.Cryptography.HashAlgorithmName) System.Security.Cryptography.X509Certificates X509Certificate GetCertHash(HashAlgorithmName) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) System.Security.Cryptography.X509Certificates X509Certificate .ctor(String, SecureString, X509KeyStorageFlags) 3
M:System.Security.Cryptography.X509Certificates.X509Certificate.Import(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) System.Security.Cryptography.X509Certificates X509Certificate Import(String, String, X509KeyStorageFlags) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.IntPtr) System.Security.Cryptography.X509Certificates X509Certificate .ctor(IntPtr) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object) System.Security.Cryptography.X509Certificates X509Certificate System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(Object) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Security.Cryptography.X509Certificates X509Certificate System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate.TryGetCertHash(System.Security.Cryptography.HashAlgorithmName,System.Span{System.Byte},System.Int32@) System.Security.Cryptography.X509Certificates X509Certificate TryGetCertHash(HashAlgorithmName, Span<Byte>, Int32) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate.Import(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) System.Security.Cryptography.X509Certificates X509Certificate Import(String, SecureString, X509KeyStorageFlags) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) System.Security.Cryptography.X509Certificates X509Certificate .ctor(Byte[], String, X509KeyStorageFlags) 3
M:System.Security.Cryptography.X509Certificates.X509Certificate.GetCertHashString(System.Security.Cryptography.HashAlgorithmName) System.Security.Cryptography.X509Certificates X509Certificate GetCertHashString(HashAlgorithmName) 1
M:System.Security.Cryptography.X509Certificates.X509Certificate.Import(System.String) System.Security.Cryptography.X509Certificates X509Certificate Import(String) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) System.Security.Cryptography.X509Certificates X509Certificate .ctor(String, String, X509KeyStorageFlags) 3
M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate) System.Security.Cryptography.X509Certificates X509Certificate .ctor(X509Certificate) 3
M:System.Security.Cryptography.X509Certificates.X509Certificate.Import(System.Byte[]) System.Security.Cryptography.X509Certificates X509Certificate Import(Byte[]) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate.Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) System.Security.Cryptography.X509Certificates X509Certificate Import(Byte[], String, X509KeyStorageFlags) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Security.Cryptography.X509Certificates X509Certificate .ctor(SerializationInfo, StreamingContext) 0
M:System.Security.Claims.ClaimsPrincipal.get_Current System.Security.Claims ClaimsPrincipal get_Current() 0
M:System.Security.AccessControl.MutexSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections) System.Security.AccessControl MutexSecurity .ctor(String, AccessControlSections) 2
M:System.Security.AccessControl.NativeObjectSecurity.#ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.String,System.Security.AccessControl.AccessControlSections) System.Security.AccessControl NativeObjectSecurity .ctor(Boolean, ResourceType, String, AccessControlSections) 2
M:System.Security.AccessControl.NativeObjectSecurity.Persist(System.String,System.Security.AccessControl.AccessControlSections) System.Security.AccessControl NativeObjectSecurity Persist(String, AccessControlSections) 2
M:System.Security.AccessControl.NativeObjectSecurity.#ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.Runtime.InteropServices.SafeHandle,System.Security.AccessControl.AccessControlSections,System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode,System.Object) System.Security.AccessControl NativeObjectSecurity .ctor(Boolean, ResourceType, SafeHandle, AccessControlSections, ExceptionFromErrorCode, Object) 1
M:System.Security.AccessControl.NativeObjectSecurity.#ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.String,System.Security.AccessControl.AccessControlSections,System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode,System.Object) System.Security.AccessControl NativeObjectSecurity .ctor(Boolean, ResourceType, String, AccessControlSections, ExceptionFromErrorCode, Object) 1
M:System.Security.AccessControl.NativeObjectSecurity.Persist(System.Runtime.InteropServices.SafeHandle,System.Security.AccessControl.AccessControlSections,System.Object) System.Security.AccessControl NativeObjectSecurity Persist(SafeHandle, AccessControlSections, Object) 1
M:System.Security.AccessControl.NativeObjectSecurity.Persist(System.Runtime.InteropServices.SafeHandle,System.Security.AccessControl.AccessControlSections) System.Security.AccessControl NativeObjectSecurity Persist(SafeHandle, AccessControlSections) 2
M:System.Security.AccessControl.NativeObjectSecurity.Persist(System.String,System.Security.AccessControl.AccessControlSections,System.Object) System.Security.AccessControl NativeObjectSecurity Persist(String, AccessControlSections, Object) 1
M:System.Security.AccessControl.NativeObjectSecurity.#ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.Runtime.InteropServices.SafeHandle,System.Security.AccessControl.AccessControlSections) System.Security.AccessControl NativeObjectSecurity .ctor(Boolean, ResourceType, SafeHandle, AccessControlSections) 2
M:System.Security.AccessControl.ObjectSecurity`1.#ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.Runtime.InteropServices.SafeHandle,System.Security.AccessControl.AccessControlSections,System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode,System.Object) System.Security.AccessControl ObjectSecurity .ctor(Boolean, ResourceType, SafeHandle, AccessControlSections, ExceptionFromErrorCode, Object) 2
M:System.Security.AccessControl.ObjectSecurity`1.#ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.String,System.Security.AccessControl.AccessControlSections) System.Security.AccessControl ObjectSecurity .ctor(Boolean, ResourceType, String, AccessControlSections) 3
M:System.Security.AccessControl.ObjectSecurity`1.#ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.Runtime.InteropServices.SafeHandle,System.Security.AccessControl.AccessControlSections) System.Security.AccessControl ObjectSecurity .ctor(Boolean, ResourceType, SafeHandle, AccessControlSections) 3
M:System.Security.AccessControl.ObjectSecurity`1.#ctor(System.Boolean,System.Security.AccessControl.ResourceType,System.String,System.Security.AccessControl.AccessControlSections,System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode,System.Object) System.Security.AccessControl ObjectSecurity .ctor(Boolean, ResourceType, String, AccessControlSections, ExceptionFromErrorCode, Object) 2
M:System.Runtime.Remoting.ObjectHandle.InitializeLifetimeService System.Runtime.Remoting ObjectHandle InitializeLifetimeService() 0
M:System.Runtime.Remoting.ObjectHandle.#ctor(System.Object) System.Runtime.Remoting ObjectHandle .ctor(Object) 0
M:System.Runtime.Remoting.ObjectHandle.Unwrap System.Runtime.Remoting ObjectHandle Unwrap() 0
M:System.Runtime.Remoting.Messaging.CallContext.GetData(System.String) System.Runtime.Remoting.Messaging CallContext GetData(String) 0
M:System.Runtime.Remoting.Messaging.CallContext.SetData(System.String,System.Object) System.Runtime.Remoting.Messaging CallContext SetData(String, Object) 0
M:System.Runtime.Hosting.ApplicationActivator.CreateInstance(System.ActivationContext,System.String[]) System.Runtime.Hosting ApplicationActivator CreateInstance(ActivationContext, String[]) 0
M:System.Runtime.Hosting.ApplicationActivator.CreateInstanceHelper(System.AppDomainSetup) System.Runtime.Hosting ApplicationActivator CreateInstanceHelper(AppDomainSetup) 0
M:System.Runtime.Hosting.ApplicationActivator.CreateInstance(System.ActivationContext) System.Runtime.Hosting ApplicationActivator CreateInstance(ActivationContext) 0
M:System.Runtime.Hosting.ApplicationActivator.#ctor System.Runtime.Hosting ApplicationActivator .ctor() 0
M:System.Runtime.InteropServices.DispatchWrapper.#ctor(System.Object) System.Runtime.InteropServices DispatchWrapper .ctor(Object) 0
M:System.Runtime.InteropServices.RuntimeEnvironment.GetRuntimeInterfaceAsObject(System.Guid,System.Guid) System.Runtime.InteropServices RuntimeEnvironment GetRuntimeInterfaceAsObject(Guid, Guid) 1
M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants(System.IntPtr,System.Int32) System.Runtime.InteropServices Marshal GetObjectsForNativeVariants(IntPtr, Int32) 0
M:System.Runtime.InteropServices.Marshal.GetObjectForIUnknown(System.IntPtr) System.Runtime.InteropServices Marshal GetObjectForIUnknown(IntPtr) 0
M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType``2(``0) System.Runtime.InteropServices Marshal CreateWrapperOfType<T, TWrapper>(T) 1
M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject``2(``0) System.Runtime.InteropServices Marshal GetComInterfaceForObject<T, TInterface>(T) 1
M:System.Runtime.InteropServices.Marshal.GetComInterfaceForObject(System.Object,System.Type) System.Runtime.InteropServices Marshal GetComInterfaceForObject(Object, Type) 0
M:System.Runtime.InteropServices.Marshal.GetStartComSlot(System.Type) System.Runtime.InteropServices Marshal GetStartComSlot(Type) 0
M:System.Runtime.InteropServices.Marshal.GenerateGuidForType(System.Type) System.Runtime.InteropServices Marshal GenerateGuidForType(Type) 0
M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject(System.Object,System.IntPtr) System.Runtime.InteropServices Marshal GetNativeVariantForObject(Object, IntPtr) 0
M:System.Runtime.InteropServices.Marshal.ReleaseComObject(System.Object) System.Runtime.InteropServices Marshal ReleaseComObject(Object) 0
M:System.Runtime.InteropServices.Marshal.GetIDispatchForObject(System.Object) System.Runtime.InteropServices Marshal GetIDispatchForObject(Object) 0
M:System.Runtime.InteropServices.Marshal.GetNativeVariantForObject``1(``0,System.IntPtr) System.Runtime.InteropServices Marshal GetNativeVariantForObject<T>(T, IntPtr) 1
M:System.Runtime.InteropServices.Marshal.GetHRForLastWin32Error System.Runtime.InteropServices Marshal GetHRForLastWin32Error() 0
M:System.Runtime.InteropServices.Marshal.GetTypedObjectForIUnknown(System.IntPtr,System.Type) System.Runtime.InteropServices Marshal GetTypedObjectForIUnknown(IntPtr, Type) 0
M:System.Runtime.InteropServices.Marshal.FinalReleaseComObject(System.Object) System.Runtime.InteropServices Marshal FinalReleaseComObject(Object) 1
M:System.Runtime.InteropServices.Marshal.CreateWrapperOfType(System.Object,System.Type) System.Runtime.InteropServices Marshal CreateWrapperOfType(Object, Type) 0
M:System.Runtime.InteropServices.Marshal.GetIUnknownForObject(System.Object) System.Runtime.InteropServices Marshal GetIUnknownForObject(Object) 0
M:System.Runtime.InteropServices.Marshal.GetTypeInfoName(System.Runtime.InteropServices.ComTypes.ITypeInfo) System.Runtime.InteropServices Marshal GetTypeInfoName(ITypeInfo) 0
M:System.Runtime.InteropServices.Marshal.GetUniqueObjectForIUnknown(System.IntPtr) System.Runtime.InteropServices Marshal GetUniqueObjectForIUnknown(IntPtr) 0
M:System.Runtime.InteropServices.Marshal.GetHINSTANCE(System.Reflection.Module) System.Runtime.InteropServices Marshal GetHINSTANCE(Module) 0
M:System.Runtime.InteropServices.Marshal.GetExceptionCode System.Runtime.InteropServices Marshal GetExceptionCode() 0
M:System.Runtime.InteropServices.Marshal.GetComObjectData(System.Object,System.Object) System.Runtime.InteropServices Marshal GetComObjectData(Object, Object) 0
M:System.Runtime.InteropServices.Marshal.SetComObjectData(System.Object,System.Object,System.Object) System.Runtime.InteropServices Marshal SetComObjectData(Object, Object, Object) 0
M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant(System.IntPtr) System.Runtime.InteropServices Marshal GetObjectForNativeVariant(IntPtr) 0
M:System.Runtime.InteropServices.Marshal.GetTypeFromCLSID(System.Guid) System.Runtime.InteropServices Marshal GetTypeFromCLSID(Guid) 0
M:System.Runtime.InteropServices.Marshal.GetObjectsForNativeVariants``1(System.IntPtr,System.Int32) System.Runtime.InteropServices Marshal GetObjectsForNativeVariants<T>(IntPtr, Int32) 0
M:System.Runtime.InteropServices.Marshal.GenerateProgIdForType(System.Type) System.Runtime.InteropServices Marshal GenerateProgIdForType(Type) 0
M:System.Runtime.InteropServices.Marshal.GetObjectForNativeVariant``1(System.IntPtr) System.Runtime.InteropServices Marshal GetObjectForNativeVariant<T>(IntPtr) 0
M:System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal.FreeHString(System.IntPtr) System.Runtime.InteropServices.WindowsRuntime WindowsRuntimeMarshal FreeHString(IntPtr) 0
M:System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal.StringToHString(System.String) System.Runtime.InteropServices.WindowsRuntime WindowsRuntimeMarshal StringToHString(String) 0
M:System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal.PtrToStringHString(System.IntPtr) System.Runtime.InteropServices.WindowsRuntime WindowsRuntimeMarshal PtrToStringHString(IntPtr) 0
M:System.Reflection.Missing.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Reflection Missing System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Reflection.Pointer.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Reflection Pointer System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Reflection.Assembly.GetForwardedTypes System.Reflection Assembly GetForwardedTypes() 0
M:System.IO.Directory.SetAccessControl(System.String,System.Security.AccessControl.DirectorySecurity) System.IO Directory SetAccessControl(String, DirectorySecurity) 3
M:System.IO.File.SetAccessControl(System.String,System.Security.AccessControl.FileSecurity) System.IO File SetAccessControl(String, FileSecurity) 3
M:System.IO.File.Decrypt(System.String) System.IO File Decrypt(String) 0
M:System.IO.File.Encrypt(System.String) System.IO File Encrypt(String) 0
M:System.IO.FileInfo.Decrypt System.IO FileInfo Decrypt() 1
M:System.IO.FileInfo.Encrypt System.IO FileInfo Encrypt() 1
M:System.IO.FileStream.SetAccessControl(System.Security.AccessControl.FileSecurity) System.IO FileStream SetAccessControl(FileSecurity) 3
M:System.Globalization.DateTimeFormatInfo.set_Calendar(System.Globalization.Calendar) System.Globalization DateTimeFormatInfo set_Calendar(Calendar) 0
M:System.Diagnostics.Tracing.EventSource.GetSources System.Diagnostics.Tracing EventSource GetSources() 0
M:System.Diagnostics.Tracing.EventSource.remove_EventCommandExecuted(System.EventHandler{System.Diagnostics.Tracing.EventCommandEventArgs}) System.Diagnostics.Tracing EventSource remove_EventCommandExecuted(EventHandler<EventCommandEventArgs>) 0
M:System.Diagnostics.Tracing.EventSource.SetCurrentThreadActivityId(System.Guid) System.Diagnostics.Tracing EventSource SetCurrentThreadActivityId(Guid) 0
M:System.Diagnostics.Tracing.EventSource.SetCurrentThreadActivityId(System.Guid,System.Guid@) System.Diagnostics.Tracing EventSource SetCurrentThreadActivityId(Guid, Guid) 0
M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String,System.Diagnostics.Tracing.EventManifestOptions) System.Diagnostics.Tracing EventSource GenerateManifest(Type, String, EventManifestOptions) 0
M:System.Diagnostics.Tracing.EventSource.GetGuid(System.Type) System.Diagnostics.Tracing EventSource GetGuid(Type) 0
M:System.Diagnostics.Tracing.EventSource.GenerateManifest(System.Type,System.String) System.Diagnostics.Tracing EventSource GenerateManifest(Type, String) 0
M:System.Diagnostics.Tracing.EventSource.GetName(System.Type) System.Diagnostics.Tracing EventSource GetName(Type) 0
M:System.Diagnostics.Tracing.EventSource.add_EventCommandExecuted(System.EventHandler{System.Diagnostics.Tracing.EventCommandEventArgs}) System.Diagnostics.Tracing EventSource add_EventCommandExecuted(EventHandler<EventCommandEventArgs>) 0
M:System.Diagnostics.Tracing.EventSource.SendCommand(System.Diagnostics.Tracing.EventSource,System.Diagnostics.Tracing.EventCommand,System.Collections.Generic.IDictionary{System.String,System.String}) System.Diagnostics.Tracing EventSource SendCommand(EventSource, EventCommand, IDictionary<String, String>) 0
M:Mono.Security.X509.X509Store.Import(Mono.Security.X509.X509Certificate) Mono.Security.X509 X509Store Import(X509Certificate) 2
M:Mono.Security.X509.X509Store.Remove(Mono.Security.X509.X509Certificate) Mono.Security.X509 X509Store Remove(X509Certificate) 2
M:System.Data.SqlTypes.SqlBytes.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Data.SqlTypes SqlBytes System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Data.SqlTypes.SqlChars.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Data.SqlTypes SqlChars System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Data.Common.DbProviderFactories.GetFactoryClasses System.Data.Common DbProviderFactories GetFactoryClasses() 0
M:System.Data.Common.DbProviderFactories.GetFactory(System.Data.Common.DbConnection) System.Data.Common DbProviderFactories GetFactory(DbConnection) 0
M:System.Data.Common.DbProviderFactories.TryGetFactory(System.String,System.Data.Common.DbProviderFactory@) System.Data.Common DbProviderFactories TryGetFactory(String, DbProviderFactory) 0
M:System.Data.Common.DbProviderFactories.GetProviderInvariantNames System.Data.Common DbProviderFactories GetProviderInvariantNames() 0
M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.Data.Common.DbProviderFactory) System.Data.Common DbProviderFactories RegisterFactory(String, DbProviderFactory) 0
M:System.Data.Common.DbProviderFactories.GetFactory(System.Data.DataRow) System.Data.Common DbProviderFactories GetFactory(DataRow) 0
M:System.Data.Common.DbProviderFactories.UnregisterFactory(System.String) System.Data.Common DbProviderFactories UnregisterFactory(String) 0
M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.String) System.Data.Common DbProviderFactories RegisterFactory(String, String) 0
M:System.Data.Common.DbProviderFactories.GetFactory(System.String) System.Data.Common DbProviderFactories GetFactory(String) 0
M:System.Data.Common.DbProviderFactories.RegisterFactory(System.String,System.Type) System.Data.Common DbProviderFactories RegisterFactory(String, Type) 0
M:System.Threading.Semaphore.SetAccessControl(System.Security.AccessControl.SemaphoreSecurity) System.Threading Semaphore SetAccessControl(SemaphoreSecurity) 3
M:System.Text.RegularExpressions.Regex.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Text.RegularExpressions Regex .ctor(SerializationInfo, StreamingContext) 0
M:System.Text.RegularExpressions.Regex.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Text.RegularExpressions Regex System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Diagnostics.CorrelationManager.get_LogicalOperationStack System.Diagnostics CorrelationManager get_LogicalOperationStack() 0
M:System.Diagnostics.CorrelationManager.StopLogicalOperation System.Diagnostics CorrelationManager StopLogicalOperation() 0
M:System.Diagnostics.CorrelationManager.StartLogicalOperation(System.Object) System.Diagnostics CorrelationManager StartLogicalOperation(Object) 0
M:System.Diagnostics.CorrelationManager.StartLogicalOperation System.Diagnostics CorrelationManager StartLogicalOperation() 0
M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]) System.Diagnostics DelimitedListTraceListener TraceEvent(TraceEventCache, String, TraceEventType, Int32, String, Object[]) 2
M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String) System.Diagnostics DelimitedListTraceListener TraceEvent(TraceEventCache, String, TraceEventType, Int32, String) 2
M:System.Diagnostics.DelimitedListTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object) System.Diagnostics DelimitedListTraceListener TraceData(TraceEventCache, String, TraceEventType, Int32, Object) 2
M:System.Diagnostics.DelimitedListTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[]) System.Diagnostics DelimitedListTraceListener TraceData(TraceEventCache, String, TraceEventType, Int32, Object[]) 2
M:System.Diagnostics.TraceEventCache.get_LogicalOperationStack System.Diagnostics TraceEventCache get_LogicalOperationStack() 0
M:System.Diagnostics.TraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid) System.Diagnostics TraceListener TraceTransfer(TraceEventCache, String, Int32, String, Guid) 3
M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32) System.Diagnostics TraceListener TraceEvent(TraceEventCache, String, TraceEventType, Int32) 3
M:System.Diagnostics.TraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object) System.Diagnostics TraceListener TraceData(TraceEventCache, String, TraceEventType, Int32, Object) 2
M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String) System.Diagnostics TraceListener TraceEvent(TraceEventCache, String, TraceEventType, Int32, String) 2
M:System.Diagnostics.TraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[]) System.Diagnostics TraceListener TraceData(TraceEventCache, String, TraceEventType, Int32, Object[]) 2
M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]) System.Diagnostics TraceListener TraceEvent(TraceEventCache, String, TraceEventType, Int32, String, Object[]) 2
M:System.Diagnostics.TraceSource.TraceData(System.Diagnostics.TraceEventType,System.Int32,System.Object[]) System.Diagnostics TraceSource TraceData(TraceEventType, Int32, Object[]) 3
M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String) System.Diagnostics TraceSource TraceEvent(TraceEventType, Int32, String) 3
M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[]) System.Diagnostics TraceSource TraceEvent(TraceEventType, Int32, String, Object[]) 3
M:System.Diagnostics.TraceSource.TraceData(System.Diagnostics.TraceEventType,System.Int32,System.Object) System.Diagnostics TraceSource TraceData(TraceEventType, Int32, Object) 3
M:System.Security.AccessControl.SemaphoreSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections) System.Security.AccessControl SemaphoreSecurity .ctor(String, AccessControlSections) 3
M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[]) System.Security.Cryptography.X509Certificates X509Certificate2 .ctor(Byte[]) 3
M:System.Security.Cryptography.X509Certificates.X509Certificate2.Import(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) System.Security.Cryptography.X509Certificates X509Certificate2 Import(String, SecureString, X509KeyStorageFlags) 1
M:System.Security.Cryptography.X509Certificates.X509Certificate2.Import(System.Byte[]) System.Security.Cryptography.X509Certificates X509Certificate2 Import(Byte[]) 1
M:System.Security.Cryptography.X509Certificates.X509Certificate2.Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) System.Security.Cryptography.X509Certificates X509Certificate2 Import(Byte[], String, X509KeyStorageFlags) 1
M:System.Security.Cryptography.X509Certificates.X509Certificate2.set_PrivateKey(System.Security.Cryptography.AsymmetricAlgorithm) System.Security.Cryptography.X509Certificates X509Certificate2 set_PrivateKey(AsymmetricAlgorithm) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate2.Import(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) System.Security.Cryptography.X509Certificates X509Certificate2 Import(Byte[], SecureString, X509KeyStorageFlags) 1
M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Security.Cryptography.X509Certificates X509Certificate2 .ctor(SerializationInfo, StreamingContext) 0
M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr) System.Security.Cryptography.X509Certificates X509Certificate2 .ctor(IntPtr) 1
M:System.Security.Cryptography.X509Certificates.X509Certificate2.Import(System.String) System.Security.Cryptography.X509Certificates X509Certificate2 Import(String) 1
M:System.Security.Cryptography.X509Certificates.X509Certificate2.Import(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags) System.Security.Cryptography.X509Certificates X509Certificate2 Import(String, String, X509KeyStorageFlags) 1
M:System.Security.Cryptography.X509Certificates.X509Store.Add(System.Security.Cryptography.X509Certificates.X509Certificate2) System.Security.Cryptography.X509Certificates X509Store Add(X509Certificate2) 3
M:System.Security.Cryptography.X509Certificates.X509Store.RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection) System.Security.Cryptography.X509Certificates X509Store RemoveRange(X509Certificate2Collection) 3
M:System.Security.Cryptography.X509Certificates.X509Store.AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection) System.Security.Cryptography.X509Certificates X509Store AddRange(X509Certificate2Collection) 3
M:System.Security.Cryptography.X509Certificates.X509Store.Remove(System.Security.Cryptography.X509Certificates.X509Certificate2) System.Security.Cryptography.X509Certificates X509Store Remove(X509Certificate2) 3
M:System.Security.Cryptography.X509Certificates.CertificateRequest.Create(System.Security.Cryptography.X509Certificates.X509Certificate2,System.DateTimeOffset,System.DateTimeOffset,System.Byte[]) System.Security.Cryptography.X509Certificates CertificateRequest Create(X509Certificate2, DateTimeOffset, DateTimeOffset, Byte[]) 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.CreateSigningRequest(System.Security.Cryptography.X509Certificates.X509SignatureGenerator) System.Security.Cryptography.X509Certificates CertificateRequest CreateSigningRequest(X509SignatureGenerator) 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.#ctor(System.Security.Cryptography.X509Certificates.X500DistinguishedName,System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) System.Security.Cryptography.X509Certificates CertificateRequest .ctor(X500DistinguishedName, RSA, HashAlgorithmName, RSASignaturePadding) 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.#ctor(System.Security.Cryptography.X509Certificates.X500DistinguishedName,System.Security.Cryptography.X509Certificates.PublicKey,System.Security.Cryptography.HashAlgorithmName) System.Security.Cryptography.X509Certificates CertificateRequest .ctor(X500DistinguishedName, PublicKey, HashAlgorithmName) 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.Create(System.Security.Cryptography.X509Certificates.X500DistinguishedName,System.Security.Cryptography.X509Certificates.X509SignatureGenerator,System.DateTimeOffset,System.DateTimeOffset,System.Byte[]) System.Security.Cryptography.X509Certificates CertificateRequest Create(X500DistinguishedName, X509SignatureGenerator, DateTimeOffset, DateTimeOffset, Byte[]) 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.CreateSelfSigned(System.DateTimeOffset,System.DateTimeOffset) System.Security.Cryptography.X509Certificates CertificateRequest CreateSelfSigned(DateTimeOffset, DateTimeOffset) 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.CreateSigningRequest System.Security.Cryptography.X509Certificates CertificateRequest CreateSigningRequest() 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.get_SubjectName System.Security.Cryptography.X509Certificates CertificateRequest get_SubjectName() 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.#ctor(System.Security.Cryptography.X509Certificates.X500DistinguishedName,System.Security.Cryptography.ECDsa,System.Security.Cryptography.HashAlgorithmName) System.Security.Cryptography.X509Certificates CertificateRequest .ctor(X500DistinguishedName, ECDsa, HashAlgorithmName) 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.get_PublicKey System.Security.Cryptography.X509Certificates CertificateRequest get_PublicKey() 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.get_HashAlgorithm System.Security.Cryptography.X509Certificates CertificateRequest get_HashAlgorithm() 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.get_CertificateExtensions System.Security.Cryptography.X509Certificates CertificateRequest get_CertificateExtensions() 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.#ctor(System.String,System.Security.Cryptography.ECDsa,System.Security.Cryptography.HashAlgorithmName) System.Security.Cryptography.X509Certificates CertificateRequest .ctor(String, ECDsa, HashAlgorithmName) 0
M:System.Security.Cryptography.X509Certificates.CertificateRequest.#ctor(System.String,System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding) System.Security.Cryptography.X509Certificates CertificateRequest .ctor(String, RSA, HashAlgorithmName, RSASignaturePadding) 0
M:System.Security.Cryptography.X509Certificates.X509SignatureGenerator.get_PublicKey System.Security.Cryptography.X509Certificates X509SignatureGenerator get_PublicKey() 0
M:System.Security.Cryptography.X509Certificates.X509SignatureGenerator.#ctor System.Security.Cryptography.X509Certificates X509SignatureGenerator .ctor() 0
M:System.Security.Cryptography.X509Certificates.X509SignatureGenerator.CreateForRSA(System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding) System.Security.Cryptography.X509Certificates X509SignatureGenerator CreateForRSA(RSA, RSASignaturePadding) 0
M:System.Security.Cryptography.X509Certificates.X509SignatureGenerator.CreateForECDsa(System.Security.Cryptography.ECDsa) System.Security.Cryptography.X509Certificates X509SignatureGenerator CreateForECDsa(ECDsa) 0
M:System.Net.WebRequest.GetSystemWebProxy System.Net WebRequest GetSystemWebProxy() 2
M:System.Net.WebProxy.CreateDefaultProxy System.Net WebProxy CreateDefaultProxy() 0
M:System.Net.Dns.GetHostByName(System.String) System.Net Dns GetHostByName(String) 0
M:System.Net.Dns.GetHostAddresses(System.String) System.Net Dns GetHostAddresses(String) 2
M:System.Net.Dns.BeginResolve(System.String,System.AsyncCallback,System.Object) System.Net Dns BeginResolve(String, AsyncCallback, Object) 0
M:System.Net.Dns.BeginGetHostEntry(System.Net.IPAddress,System.AsyncCallback,System.Object) System.Net Dns BeginGetHostEntry(IPAddress, AsyncCallback, Object) 0
M:System.Net.Dns.BeginGetHostEntry(System.String,System.AsyncCallback,System.Object) System.Net Dns BeginGetHostEntry(String, AsyncCallback, Object) 0
M:System.Net.Dns.GetHostEntry(System.String) System.Net Dns GetHostEntry(String) 1
M:System.Net.Dns.Resolve(System.String) System.Net Dns Resolve(String) 0
M:System.Net.Dns.BeginGetHostByName(System.String,System.AsyncCallback,System.Object) System.Net Dns BeginGetHostByName(String, AsyncCallback, Object) 0
M:System.Net.HttpListener.set_ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy) System.Net HttpListener set_ExtendedProtectionPolicy(ExtendedProtectionPolicy) 0
M:System.Net.HttpListener.set_ExtendedProtectionSelectorDelegate(System.Net.HttpListener.ExtendedProtectionSelector) System.Net HttpListener set_ExtendedProtectionSelectorDelegate(ExtendedProtectionSelector) 0
M:System.Net.NetworkInformation.NetworkInterface.get_IsReceiveOnly System.Net.NetworkInformation NetworkInterface get_IsReceiveOnly() 0
M:System.Net.NetworkInformation.NetworkInterface.get_Id System.Net.NetworkInformation NetworkInterface get_Id() 0
M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable System.Net.NetworkInformation NetworkInterface GetIsNetworkAvailable() 0
M:System.Net.NetworkInformation.NetworkInterface.get_NetworkInterfaceType System.Net.NetworkInformation NetworkInterface get_NetworkInterfaceType() 0
M:System.Net.NetworkInformation.NetworkInterface.get_LoopbackInterfaceIndex System.Net.NetworkInformation NetworkInterface get_LoopbackInterfaceIndex() 0
M:System.Net.NetworkInformation.NetworkInterface.get_IPv6LoopbackInterfaceIndex System.Net.NetworkInformation NetworkInterface get_IPv6LoopbackInterfaceIndex() 0
M:System.Net.NetworkInformation.NetworkInterface.GetIPStatistics System.Net.NetworkInformation NetworkInterface GetIPStatistics() 0
M:System.Net.NetworkInformation.NetworkInterface.get_SupportsMulticast System.Net.NetworkInformation NetworkInterface get_SupportsMulticast() 0
M:System.Net.NetworkInformation.NetworkInterface.get_Speed System.Net.NetworkInformation NetworkInterface get_Speed() 0
M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics System.Net.NetworkInformation NetworkInterface GetIPv4Statistics() 0
M:System.Net.NetworkInformation.NetworkInterface.get_Description System.Net.NetworkInformation NetworkInterface get_Description() 0
M:System.Net.NetworkInformation.NetworkInterface.GetIPProperties System.Net.NetworkInformation NetworkInterface GetIPProperties() 0
M:System.Net.NetworkInformation.NetworkInterface.get_Name System.Net.NetworkInformation NetworkInterface get_Name() 0
M:System.Net.NetworkInformation.NetworkInterface.Supports(System.Net.NetworkInformation.NetworkInterfaceComponent) System.Net.NetworkInformation NetworkInterface Supports(NetworkInterfaceComponent) 0
M:System.Net.NetworkInformation.NetworkInterface.get_OperationalStatus System.Net.NetworkInformation NetworkInterface get_OperationalStatus() 0
M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces System.Net.NetworkInformation NetworkInterface GetAllNetworkInterfaces() 0
M:System.Net.NetworkInformation.NetworkInterface.GetPhysicalAddress System.Net.NetworkInformation NetworkInterface GetPhysicalAddress() 0
M:System.Net.NetworkInformation.Ping.Send(System.String,System.Int32,System.Byte[],System.Net.NetworkInformation.PingOptions) System.Net.NetworkInformation Ping Send(String, Int32, Byte[], PingOptions) 3
M:System.Net.NetworkInformation.Ping.SendAsync(System.String,System.Int32,System.Byte[],System.Object) System.Net.NetworkInformation Ping SendAsync(String, Int32, Byte[], Object) 3
M:System.Net.NetworkInformation.Ping.SendPingAsync(System.String,System.Int32,System.Byte[],System.Net.NetworkInformation.PingOptions) System.Net.NetworkInformation Ping SendPingAsync(String, Int32, Byte[], PingOptions) 2
M:System.Net.NetworkInformation.Ping.SendAsync(System.String,System.Int32,System.Byte[],System.Net.NetworkInformation.PingOptions,System.Object) System.Net.NetworkInformation Ping SendAsync(String, Int32, Byte[], PingOptions, Object) 2
M:System.Net.NetworkInformation.Ping.SendPingAsync(System.String,System.Int32,System.Byte[]) System.Net.NetworkInformation Ping SendPingAsync(String, Int32, Byte[]) 3
M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType) System.Net.Sockets Socket .ctor(AddressFamily, SocketType, ProtocolType) 0
M:System.Net.Sockets.Socket.Bind(System.Net.EndPoint) System.Net.Sockets Socket Bind(EndPoint) 0
M:System.Net.Sockets.Socket.Disconnect(System.Boolean) System.Net.Sockets Socket Disconnect(Boolean) 0
M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType) System.Net.Sockets Socket .ctor(SocketType, ProtocolType) 1
M:System.Net.Sockets.Socket.Connect(System.String,System.Int32) System.Net.Sockets Socket Connect(String, Int32) 3
M:System.Net.Sockets.TcpClient.Connect(System.String,System.Int32) System.Net.Sockets TcpClient Connect(String, Int32) 3
M:System.Net.Sockets.TcpClient.#ctor(System.Net.IPEndPoint) System.Net.Sockets TcpClient .ctor(IPEndPoint) 1
M:System.Net.Sockets.TcpListener.Start(System.Int32) System.Net.Sockets TcpListener Start(Int32) 1
M:System.Net.Sockets.TcpListener.Start System.Net.Sockets TcpListener Start() 2
M:System.Net.Sockets.UdpClient.#ctor(System.Net.IPEndPoint) System.Net.Sockets UdpClient .ctor(IPEndPoint) 1
M:System.Net.Sockets.UdpClient.#ctor(System.Int32) System.Net.Sockets UdpClient .ctor(Int32) 2
M:System.Net.Sockets.UdpClient.Send(System.Byte[],System.Int32,System.String,System.Int32) System.Net.Sockets UdpClient Send(Byte[], Int32, String, Int32) 3
M:System.Net.Sockets.UdpClient.BeginSend(System.Byte[],System.Int32,System.String,System.Int32,System.AsyncCallback,System.Object) System.Net.Sockets UdpClient BeginSend(Byte[], Int32, String, Int32, AsyncCallback, Object) 3
M:System.Net.Sockets.UdpClient.#ctor(System.Int32,System.Net.Sockets.AddressFamily) System.Net.Sockets UdpClient .ctor(Int32, AddressFamily) 1
M:System.Net.Sockets.UdpClient.Connect(System.String,System.Int32) System.Net.Sockets UdpClient Connect(String, Int32) 3
M:System.Net.WebSockets.WebSocket.RegisterPrefixes System.Net.WebSockets WebSocket RegisterPrefixes() 0
M:System.Net.Security.SslStream.#ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback) System.Net.Security SslStream .ctor(Stream, Boolean, RemoteCertificateValidationCallback) 1
M:System.Net.Security.SslStream.#ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback,System.Net.Security.EncryptionPolicy) System.Net.Security SslStream .ctor(Stream, Boolean, RemoteCertificateValidationCallback, LocalCertificateSelectionCallback, EncryptionPolicy) 1
M:System.Net.Security.SslStream.get_NegotiatedApplicationProtocol System.Net.Security SslStream get_NegotiatedApplicationProtocol() 0
M:System.Net.Security.SslStream.#ctor(System.IO.Stream,System.Boolean) System.Net.Security SslStream .ctor(Stream, Boolean) 0
M:System.Net.Security.SslStream.#ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback) System.Net.Security SslStream .ctor(Stream, Boolean, RemoteCertificateValidationCallback, LocalCertificateSelectionCallback) 0
M:System.Net.Security.SslStream.#ctor(System.IO.Stream) System.Net.Security SslStream .ctor(Stream) 1
M:System.IO.FileSystemWatcher.get_InternalBufferSize System.IO FileSystemWatcher get_InternalBufferSize() 0
M:System.IO.FileSystemWatcher.get_IncludeSubdirectories System.IO FileSystemWatcher get_IncludeSubdirectories() 0
M:System.IO.FileSystemWatcher.BeginInit System.IO FileSystemWatcher BeginInit() 0
M:System.IO.FileSystemWatcher.add_Changed(System.IO.FileSystemEventHandler) System.IO FileSystemWatcher add_Changed(FileSystemEventHandler) 0
M:System.IO.FileSystemWatcher.get_SynchronizingObject System.IO FileSystemWatcher get_SynchronizingObject() 0
M:System.IO.FileSystemWatcher.set_Path(System.String) System.IO FileSystemWatcher set_Path(String) 0
M:System.IO.FileSystemWatcher.remove_Changed(System.IO.FileSystemEventHandler) System.IO FileSystemWatcher remove_Changed(FileSystemEventHandler) 0
M:System.IO.FileSystemWatcher.get_Path System.IO FileSystemWatcher get_Path() 0
M:System.IO.FileSystemWatcher.set_InternalBufferSize(System.Int32) System.IO FileSystemWatcher set_InternalBufferSize(Int32) 0
M:System.IO.FileSystemWatcher.WaitForChanged(System.IO.WatcherChangeTypes,System.Int32) System.IO FileSystemWatcher WaitForChanged(WatcherChangeTypes, Int32) 0
M:System.IO.FileSystemWatcher.OnDeleted(System.IO.FileSystemEventArgs) System.IO FileSystemWatcher OnDeleted(FileSystemEventArgs) 0
M:System.IO.FileSystemWatcher.add_Created(System.IO.FileSystemEventHandler) System.IO FileSystemWatcher add_Created(FileSystemEventHandler) 0
M:System.IO.FileSystemWatcher.add_Error(System.IO.ErrorEventHandler) System.IO FileSystemWatcher add_Error(ErrorEventHandler) 0
M:System.IO.FileSystemWatcher.set_SynchronizingObject(System.ComponentModel.ISynchronizeInvoke) System.IO FileSystemWatcher set_SynchronizingObject(ISynchronizeInvoke) 0
M:System.IO.FileSystemWatcher.get_EnableRaisingEvents System.IO FileSystemWatcher get_EnableRaisingEvents() 0
M:System.IO.FileSystemWatcher.remove_Deleted(System.IO.FileSystemEventHandler) System.IO FileSystemWatcher remove_Deleted(FileSystemEventHandler) 0
M:System.IO.FileSystemWatcher.get_NotifyFilter System.IO FileSystemWatcher get_NotifyFilter() 0
M:System.IO.FileSystemWatcher.remove_Created(System.IO.FileSystemEventHandler) System.IO FileSystemWatcher remove_Created(FileSystemEventHandler) 0
M:System.IO.FileSystemWatcher.set_Filter(System.String) System.IO FileSystemWatcher set_Filter(String) 0
M:System.IO.FileSystemWatcher.OnChanged(System.IO.FileSystemEventArgs) System.IO FileSystemWatcher OnChanged(FileSystemEventArgs) 0
M:System.IO.FileSystemWatcher.set_Site(System.ComponentModel.ISite) System.IO FileSystemWatcher set_Site(ISite) 0
M:System.IO.FileSystemWatcher.OnCreated(System.IO.FileSystemEventArgs) System.IO FileSystemWatcher OnCreated(FileSystemEventArgs) 0
M:System.IO.FileSystemWatcher.get_Filter System.IO FileSystemWatcher get_Filter() 0
M:System.IO.FileSystemWatcher.WaitForChanged(System.IO.WatcherChangeTypes) System.IO FileSystemWatcher WaitForChanged(WatcherChangeTypes) 0
M:System.IO.FileSystemWatcher.get_Filters System.IO FileSystemWatcher get_Filters() 0
M:System.IO.FileSystemWatcher.#ctor(System.String,System.String) System.IO FileSystemWatcher .ctor(String, String) 0
M:System.IO.FileSystemWatcher.set_IncludeSubdirectories(System.Boolean) System.IO FileSystemWatcher set_IncludeSubdirectories(Boolean) 0
M:System.IO.FileSystemWatcher.#ctor System.IO FileSystemWatcher .ctor() 0
M:System.IO.FileSystemWatcher.OnError(System.IO.ErrorEventArgs) System.IO FileSystemWatcher OnError(ErrorEventArgs) 0
M:System.IO.FileSystemWatcher.EndInit System.IO FileSystemWatcher EndInit() 0
M:System.IO.FileSystemWatcher.#ctor(System.String) System.IO FileSystemWatcher .ctor(String) 0
M:System.IO.FileSystemWatcher.set_NotifyFilter(System.IO.NotifyFilters) System.IO FileSystemWatcher set_NotifyFilter(NotifyFilters) 0
M:System.IO.FileSystemWatcher.set_EnableRaisingEvents(System.Boolean) System.IO FileSystemWatcher set_EnableRaisingEvents(Boolean) 0
M:System.IO.FileSystemWatcher.add_Deleted(System.IO.FileSystemEventHandler) System.IO FileSystemWatcher add_Deleted(FileSystemEventHandler) 0
M:System.IO.FileSystemWatcher.get_Site System.IO FileSystemWatcher get_Site() 0
M:System.IO.FileSystemWatcher.OnRenamed(System.IO.RenamedEventArgs) System.IO FileSystemWatcher OnRenamed(RenamedEventArgs) 0
M:System.IO.FileSystemWatcher.remove_Error(System.IO.ErrorEventHandler) System.IO FileSystemWatcher remove_Error(ErrorEventHandler) 0
M:System.IO.FileSystemWatcher.add_Renamed(System.IO.RenamedEventHandler) System.IO FileSystemWatcher add_Renamed(RenamedEventHandler) 0
M:System.IO.FileSystemWatcher.remove_Renamed(System.IO.RenamedEventHandler) System.IO FileSystemWatcher remove_Renamed(RenamedEventHandler) 0
M:System.Collections.Generic.LinkedList`1.Enumerator.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object) System.Collections.Generic LinkedList+Enumerator System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(Object) 0
M:System.Collections.Generic.LinkedList`1.Enumerator.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Collections.Generic LinkedList+Enumerator System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Collections.Generic.SortedSet`1.Enumerator.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Collections.Generic SortedSet+Enumerator System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Collections.Generic.SortedSet`1.Enumerator.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object) System.Collections.Generic SortedSet+Enumerator System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(Object) 0
M:System.Security.Cryptography.ProtectedData.Protect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope) System.Security.Cryptography ProtectedData Protect(Byte[], Byte[], DataProtectionScope) 0
M:System.Security.Cryptography.ProtectedData.Unprotect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope) System.Security.Cryptography ProtectedData Unprotect(Byte[], Byte[], DataProtectionScope) 0
M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.CspParameters) System.Security.Cryptography.Pkcs CmsSigner .ctor(CspParameters) 0
M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt(System.Security.Cryptography.Pkcs.CmsRecipientCollection) System.Security.Cryptography.Pkcs EnvelopedCms Encrypt(CmsRecipientCollection) 0
M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt System.Security.Cryptography.Pkcs EnvelopedCms Encrypt() 1
M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt(System.Security.Cryptography.Pkcs.CmsRecipient) System.Security.Cryptography.Pkcs EnvelopedCms Encrypt(CmsRecipient) 1
M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature System.Security.Cryptography.Pkcs SignedCms ComputeSignature() 0
M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature(System.Security.Cryptography.Pkcs.CmsSigner) System.Security.Cryptography.Pkcs SignerInfo ComputeCounterSignature(CmsSigner) 1
M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature System.Security.Cryptography.Pkcs SignerInfo ComputeCounterSignature() 0
M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.String,System.Security.Cryptography.PbeParameters) System.Security.Cryptography.Pkcs Pkcs12Builder AddSafeContentsEncrypted(Pkcs12SafeContents, String, PbeParameters) 0
M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters) System.Security.Cryptography.Pkcs Pkcs12Builder AddSafeContentsEncrypted(Pkcs12SafeContents, ReadOnlySpan<Byte>, PbeParameters) 0
M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.String,System.Security.Cryptography.HashAlgorithmName,System.Int32) System.Security.Cryptography.Pkcs Pkcs12Builder SealWithMac(String, HashAlgorithmName, Int32) 0
M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.Byte[],System.Security.Cryptography.PbeParameters) System.Security.Cryptography.Pkcs Pkcs12Builder AddSafeContentsEncrypted(Pkcs12SafeContents, Byte[], PbeParameters) 0
M:System.Security.Cryptography.Pkcs.Pkcs12Builder.get_IsSealed System.Security.Cryptography.Pkcs Pkcs12Builder get_IsSealed() 0
M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters) System.Security.Cryptography.Pkcs Pkcs12Builder AddSafeContentsEncrypted(Pkcs12SafeContents, ReadOnlySpan<Char>, PbeParameters) 0
M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsUnencrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents) System.Security.Cryptography.Pkcs Pkcs12Builder AddSafeContentsUnencrypted(Pkcs12SafeContents) 0
M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.ReadOnlySpan{System.Char},System.Security.Cryptography.HashAlgorithmName,System.Int32) System.Security.Cryptography.Pkcs Pkcs12Builder SealWithMac(ReadOnlySpan<Char>, HashAlgorithmName, Int32) 0
M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithoutIntegrity System.Security.Cryptography.Pkcs Pkcs12Builder SealWithoutIntegrity() 0
M:System.Security.Cryptography.Pkcs.Pkcs12Builder.Encode System.Security.Cryptography.Pkcs Pkcs12Builder Encode() 0
M:System.Security.Cryptography.Pkcs.Pkcs12Builder.TryEncode(System.Span{System.Byte},System.Int32@) System.Security.Cryptography.Pkcs Pkcs12Builder TryEncode(Span<Byte>, Int32) 0
M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.get_IsX509Certificate System.Security.Cryptography.Pkcs Pkcs12CertBag get_IsX509Certificate() 0
M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.#ctor(System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte}) System.Security.Cryptography.Pkcs Pkcs12CertBag .ctor(Oid, ReadOnlyMemory<Byte>) 0
M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.get_EncodedCertificate System.Security.Cryptography.Pkcs Pkcs12CertBag get_EncodedCertificate() 0
M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.GetCertificate System.Security.Cryptography.Pkcs Pkcs12CertBag GetCertificate() 0
M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.GetCertificateType System.Security.Cryptography.Pkcs Pkcs12CertBag GetCertificateType() 0
M:System.Security.Cryptography.Pkcs.Pkcs12Info.VerifyMac(System.ReadOnlySpan{System.Char}) System.Security.Cryptography.Pkcs Pkcs12Info VerifyMac(ReadOnlySpan<Char>) 0
M:System.Security.Cryptography.Pkcs.Pkcs12Info.VerifyMac(System.String) System.Security.Cryptography.Pkcs Pkcs12Info VerifyMac(String) 0
M:System.Security.Cryptography.Pkcs.Pkcs12Info.get_AuthenticatedSafe System.Security.Cryptography.Pkcs Pkcs12Info get_AuthenticatedSafe() 0
M:System.Security.Cryptography.Pkcs.Pkcs12Info.Decode(System.ReadOnlyMemory{System.Byte},System.Int32@,System.Boolean) System.Security.Cryptography.Pkcs Pkcs12Info Decode(ReadOnlyMemory<Byte>, Int32, Boolean) 0
M:System.Security.Cryptography.Pkcs.Pkcs12Info.get_IntegrityMode System.Security.Cryptography.Pkcs Pkcs12Info get_IntegrityMode() 0
M:System.Security.Cryptography.Pkcs.Pkcs12KeyBag.#ctor(System.ReadOnlyMemory{System.Byte},System.Boolean) System.Security.Cryptography.Pkcs Pkcs12KeyBag .ctor(ReadOnlyMemory<Byte>, Boolean) 0
M:System.Security.Cryptography.Pkcs.Pkcs12KeyBag.get_Pkcs8PrivateKey System.Security.Cryptography.Pkcs Pkcs12KeyBag get_Pkcs8PrivateKey() 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.GetBagId System.Security.Cryptography.Pkcs Pkcs12SafeBag GetBagId() 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.#ctor(System.String,System.ReadOnlyMemory{System.Byte},System.Boolean) System.Security.Cryptography.Pkcs Pkcs12SafeBag .ctor(String, ReadOnlyMemory<Byte>, Boolean) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.get_Attributes System.Security.Cryptography.Pkcs Pkcs12SafeBag get_Attributes() 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.get_EncodedBagValue System.Security.Cryptography.Pkcs Pkcs12SafeBag get_EncodedBagValue() 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Encode System.Security.Cryptography.Pkcs Pkcs12SafeBag Encode() 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.TryEncode(System.Span{System.Byte},System.Int32@) System.Security.Cryptography.Pkcs Pkcs12SafeBag TryEncode(Span<Byte>, Int32) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters) System.Security.Cryptography.Pkcs Pkcs12SafeContents AddShroudedKey(AsymmetricAlgorithm, ReadOnlySpan<Byte>, PbeParameters) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddKeyUnencrypted(System.Security.Cryptography.AsymmetricAlgorithm) System.Security.Cryptography.Pkcs Pkcs12SafeContents AddKeyUnencrypted(AsymmetricAlgorithm) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.ReadOnlySpan{System.Byte}) System.Security.Cryptography.Pkcs Pkcs12SafeContents Decrypt(ReadOnlySpan<Byte>) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddNestedContents(System.Security.Cryptography.Pkcs.Pkcs12SafeContents) System.Security.Cryptography.Pkcs Pkcs12SafeContents AddNestedContents(Pkcs12SafeContents) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Security.Cryptography.PbeParameters) System.Security.Cryptography.Pkcs Pkcs12SafeContents AddShroudedKey(AsymmetricAlgorithm, Byte[], PbeParameters) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddSafeBag(System.Security.Cryptography.Pkcs.Pkcs12SafeBag) System.Security.Cryptography.Pkcs Pkcs12SafeContents AddSafeBag(Pkcs12SafeBag) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.get_IsReadOnly System.Security.Cryptography.Pkcs Pkcs12SafeContents get_IsReadOnly() 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2) System.Security.Cryptography.Pkcs Pkcs12SafeContents AddCertificate(X509Certificate2) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.ReadOnlySpan{System.Char}) System.Security.Cryptography.Pkcs Pkcs12SafeContents Decrypt(ReadOnlySpan<Char>) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.String,System.Security.Cryptography.PbeParameters) System.Security.Cryptography.Pkcs Pkcs12SafeContents AddShroudedKey(AsymmetricAlgorithm, String, PbeParameters) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddSecret(System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte}) System.Security.Cryptography.Pkcs Pkcs12SafeContents AddSecret(Oid, ReadOnlyMemory<Byte>) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.Byte[]) System.Security.Cryptography.Pkcs Pkcs12SafeContents Decrypt(Byte[]) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters) System.Security.Cryptography.Pkcs Pkcs12SafeContents AddShroudedKey(AsymmetricAlgorithm, ReadOnlySpan<Char>, PbeParameters) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.get_ConfidentialityMode System.Security.Cryptography.Pkcs Pkcs12SafeContents get_ConfidentialityMode() 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.String) System.Security.Cryptography.Pkcs Pkcs12SafeContents Decrypt(String) 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.GetBags System.Security.Cryptography.Pkcs Pkcs12SafeContents GetBags() 0
M:System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag.get_SafeContents System.Security.Cryptography.Pkcs Pkcs12SafeContentsBag get_SafeContents() 0
M:System.Security.Cryptography.Pkcs.Pkcs12SecretBag.GetSecretType System.Security.Cryptography.Pkcs Pkcs12SecretBag GetSecretType() 0
M:System.Security.Cryptography.Pkcs.Pkcs12SecretBag.get_SecretValue System.Security.Cryptography.Pkcs Pkcs12SecretBag get_SecretValue() 0
M:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag.#ctor(System.ReadOnlyMemory{System.Byte},System.Boolean) System.Security.Cryptography.Pkcs Pkcs12ShroudedKeyBag .ctor(ReadOnlyMemory<Byte>, Boolean) 0
M:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag.get_EncryptedPkcs8PrivateKey System.Security.Cryptography.Pkcs Pkcs12ShroudedKeyBag get_EncryptedPkcs8PrivateKey() 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.get_AlgorithmParameters System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo get_AlgorithmParameters() 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encrypt(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters) System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo Encrypt(ReadOnlySpan<Byte>, PbeParameters) 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.DecryptAndDecode(System.ReadOnlySpan{System.Byte},System.ReadOnlyMemory{System.Byte},System.Int32@) System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo DecryptAndDecode(ReadOnlySpan<Byte>, ReadOnlyMemory<Byte>, Int32) 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.get_AlgorithmId System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo get_AlgorithmId() 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Create(System.Security.Cryptography.AsymmetricAlgorithm) System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo Create(AsymmetricAlgorithm) 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.DecryptAndDecode(System.ReadOnlySpan{System.Char},System.ReadOnlyMemory{System.Byte},System.Int32@) System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo DecryptAndDecode(ReadOnlySpan<Char>, ReadOnlyMemory<Byte>, Int32) 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encrypt(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters) System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo Encrypt(ReadOnlySpan<Char>, PbeParameters) 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.get_Attributes System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo get_Attributes() 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncrypt(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@) System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo TryEncrypt(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32) 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encode System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo Encode() 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.get_PrivateKeyBytes System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo get_PrivateKeyBytes() 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.#ctor(System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.ReadOnlyMemory{System.Byte},System.Boolean) System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo .ctor(Oid, ReadOnlyMemory<Byte>?, ReadOnlyMemory<Byte>, Boolean) 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncrypt(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@) System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo TryEncrypt(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32) 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Decode(System.ReadOnlyMemory{System.Byte},System.Int32@,System.Boolean) System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo Decode(ReadOnlyMemory<Byte>, Int32, Boolean) 0
M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncode(System.Span{System.Byte},System.Int32@) System.Security.Cryptography.Pkcs Pkcs8PrivateKeyInfo TryEncode(Span<Byte>, Int32) 0
M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor(System.Byte[]) System.Security.Cryptography.Pkcs Pkcs9LocalKeyId .ctor(Byte[]) 0
M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor System.Security.Cryptography.Pkcs Pkcs9LocalKeyId .ctor() 0
M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.get_KeyId System.Security.Cryptography.Pkcs Pkcs9LocalKeyId get_KeyId() 0
M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor(System.ReadOnlySpan{System.Byte}) System.Security.Cryptography.Pkcs Pkcs9LocalKeyId .ctor(ReadOnlySpan<Byte>) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.get_HasExtensions System.Security.Cryptography.Pkcs Rfc3161TimestampRequest get_HasExtensions() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.get_RequestSignerCertificate System.Security.Cryptography.Pkcs Rfc3161TimestampRequest get_RequestSignerCertificate() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromHash(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection) System.Security.Cryptography.Pkcs Rfc3161TimestampRequest CreateFromHash(ReadOnlyMemory<Byte>, Oid, Oid, ReadOnlyMemory<Byte>?, Boolean, X509ExtensionCollection) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetNonce System.Security.Cryptography.Pkcs Rfc3161TimestampRequest GetNonce() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromHash(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection) System.Security.Cryptography.Pkcs Rfc3161TimestampRequest CreateFromHash(ReadOnlyMemory<Byte>, HashAlgorithmName, Oid, ReadOnlyMemory<Byte>?, Boolean, X509ExtensionCollection) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetMessageHash System.Security.Cryptography.Pkcs Rfc3161TimestampRequest GetMessageHash() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.ProcessResponse(System.ReadOnlyMemory{System.Byte},System.Int32@) System.Security.Cryptography.Pkcs Rfc3161TimestampRequest ProcessResponse(ReadOnlyMemory<Byte>, Int32) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest@,System.Int32@) System.Security.Cryptography.Pkcs Rfc3161TimestampRequest TryDecode(ReadOnlyMemory<Byte>, Rfc3161TimestampRequest, Int32) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.get_RequestedPolicyId System.Security.Cryptography.Pkcs Rfc3161TimestampRequest get_RequestedPolicyId() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromData(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection) System.Security.Cryptography.Pkcs Rfc3161TimestampRequest CreateFromData(ReadOnlySpan<Byte>, HashAlgorithmName, Oid, ReadOnlyMemory<Byte>?, Boolean, X509ExtensionCollection) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetExtensions System.Security.Cryptography.Pkcs Rfc3161TimestampRequest GetExtensions() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection) System.Security.Cryptography.Pkcs Rfc3161TimestampRequest CreateFromSignerInfo(SignerInfo, HashAlgorithmName, Oid, ReadOnlyMemory<Byte>?, Boolean, X509ExtensionCollection) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.get_Version System.Security.Cryptography.Pkcs Rfc3161TimestampRequest get_Version() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.get_HashAlgorithmId System.Security.Cryptography.Pkcs Rfc3161TimestampRequest get_HashAlgorithmId() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.Encode System.Security.Cryptography.Pkcs Rfc3161TimestampRequest Encode() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.TryEncode(System.Span{System.Byte},System.Int32@) System.Security.Cryptography.Pkcs Rfc3161TimestampRequest TryEncode(Span<Byte>, Int32) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.AsSignedCms System.Security.Cryptography.Pkcs Rfc3161TimestampToken AsSignedCms() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForData(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection) System.Security.Cryptography.Pkcs Rfc3161TimestampToken VerifySignatureForData(ReadOnlySpan<Byte>, X509Certificate2, X509Certificate2Collection) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampToken@,System.Int32@) System.Security.Cryptography.Pkcs Rfc3161TimestampToken TryDecode(ReadOnlyMemory<Byte>, Rfc3161TimestampToken, Int32) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForHash(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection) System.Security.Cryptography.Pkcs Rfc3161TimestampToken VerifySignatureForHash(ReadOnlySpan<Byte>, HashAlgorithmName, X509Certificate2, X509Certificate2Collection) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForHash(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Oid,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection) System.Security.Cryptography.Pkcs Rfc3161TimestampToken VerifySignatureForHash(ReadOnlySpan<Byte>, Oid, X509Certificate2, X509Certificate2Collection) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection) System.Security.Cryptography.Pkcs Rfc3161TimestampToken VerifySignatureForSignerInfo(SignerInfo, X509Certificate2, X509Certificate2Collection) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.get_TokenInfo System.Security.Cryptography.Pkcs Rfc3161TimestampToken get_TokenInfo() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.get_HasExtensions System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo get_HasExtensions() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetSerialNumber System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo GetSerialNumber() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.get_IsOrdering System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo get_IsOrdering() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetNonce System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo GetNonce() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetMessageHash System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo GetMessageHash() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.get_Timestamp System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo get_Timestamp() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.get_Version System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo get_Version() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.#ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte},System.ReadOnlyMemory{System.Byte},System.DateTimeOffset,System.Nullable{System.Int64},System.Boolean,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Security.Cryptography.X509Certificates.X509ExtensionCollection) System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo .ctor(Oid, Oid, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, DateTimeOffset, Int64?, Boolean, ReadOnlyMemory<Byte>?, ReadOnlyMemory<Byte>?, X509ExtensionCollection) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo@,System.Int32@) System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo TryDecode(ReadOnlyMemory<Byte>, Rfc3161TimestampTokenInfo, Int32) 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.get_AccuracyInMicroseconds System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo get_AccuracyInMicroseconds() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.get_PolicyId System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo get_PolicyId() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetExtensions System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo GetExtensions() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.get_HashAlgorithmId System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo get_HashAlgorithmId() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Encode System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo Encode() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetTimestampAuthorityName System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo GetTimestampAuthorityName() 0
M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryEncode(System.Span{System.Byte},System.Int32@) System.Security.Cryptography.Pkcs Rfc3161TimestampTokenInfo TryEncode(Span<Byte>, Int32) 0
M:System.Security.Cryptography.ECDiffieHellman.TryExportECPrivateKey(System.Span{System.Byte},System.Int32@) System.Security.Cryptography ECDiffieHellman TryExportECPrivateKey(Span<Byte>, Int32) 0
M:System.Security.Cryptography.ECDiffieHellman.ExportECPrivateKey System.Security.Cryptography ECDiffieHellman ExportECPrivateKey() 0
M:System.Security.Cryptography.ECDiffieHellman.ImportECPrivateKey(System.ReadOnlySpan{System.Byte},System.Int32@) System.Security.Cryptography ECDiffieHellman ImportECPrivateKey(ReadOnlySpan<Byte>, Int32) 0
M:System.Security.Cryptography.ECDsa.ExportECPrivateKey System.Security.Cryptography ECDsa ExportECPrivateKey() 0
M:System.Security.Cryptography.ECDsa.ImportECPrivateKey(System.ReadOnlySpan{System.Byte},System.Int32@) System.Security.Cryptography ECDsa ImportECPrivateKey(ReadOnlySpan<Byte>, Int32) 0
M:System.Security.Cryptography.ECDsa.TryExportECPrivateKey(System.Span{System.Byte},System.Int32@) System.Security.Cryptography ECDsa TryExportECPrivateKey(Span<Byte>, Int32) 0
M:System.Net.Sockets.UnixDomainSocketEndPoint.#ctor(System.String) System.Net.Sockets UnixDomainSocketEndPoint .ctor(String) 0
M:System.Runtime.CompilerServices.DebugInfoGenerator.CreatePdbGenerator System.Runtime.CompilerServices DebugInfoGenerator CreatePdbGenerator() 0
M:System.IO.Pipes.AnonymousPipeClientStream.#ctor(System.String) System.IO.Pipes AnonymousPipeClientStream .ctor(String) 3
M:System.IO.Pipes.AnonymousPipeClientStream.#ctor(System.IO.Pipes.PipeDirection,System.String) System.IO.Pipes AnonymousPipeClientStream .ctor(PipeDirection, String) 2
M:System.IO.Pipes.AnonymousPipeClientStream.#ctor(System.IO.Pipes.PipeDirection,Microsoft.Win32.SafeHandles.SafePipeHandle) System.IO.Pipes AnonymousPipeClientStream .ctor(PipeDirection, SafePipeHandle) 2
M:System.IO.Pipes.AnonymousPipeServerStream.#ctor(System.IO.Pipes.PipeDirection,System.IO.HandleInheritability,System.Int32) System.IO.Pipes AnonymousPipeServerStream .ctor(PipeDirection, HandleInheritability, Int32) 1
M:System.IO.Pipes.AnonymousPipeServerStream.#ctor(System.IO.Pipes.PipeDirection,System.IO.HandleInheritability) System.IO.Pipes AnonymousPipeServerStream .ctor(PipeDirection, HandleInheritability) 2
M:System.IO.Pipes.AnonymousPipeServerStream.#ctor(System.IO.Pipes.PipeDirection) System.IO.Pipes AnonymousPipeServerStream .ctor(PipeDirection) 2
M:System.IO.Pipes.AnonymousPipeServerStream.#ctor(System.IO.Pipes.PipeDirection,System.IO.HandleInheritability,System.Int32,System.IO.Pipes.PipeSecurity) System.IO.Pipes AnonymousPipeServerStream .ctor(PipeDirection, HandleInheritability, Int32, PipeSecurity) 0
M:System.IO.Pipes.AnonymousPipeServerStream.#ctor System.IO.Pipes AnonymousPipeServerStream .ctor() 2
M:System.IO.Pipes.AnonymousPipeServerStream.#ctor(System.IO.Pipes.PipeDirection,Microsoft.Win32.SafeHandles.SafePipeHandle,Microsoft.Win32.SafeHandles.SafePipeHandle) System.IO.Pipes AnonymousPipeServerStream .ctor(PipeDirection, SafePipeHandle, SafePipeHandle) 1
M:System.IO.Pipes.NamedPipeClientStream.Connect System.IO.Pipes NamedPipeClientStream Connect() 3
M:System.IO.Pipes.NamedPipeClientStream.Connect(System.Int32) System.IO.Pipes NamedPipeClientStream Connect(Int32) 2
M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String,System.String) System.IO.Pipes NamedPipeClientStream .ctor(String, String) 2
M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String) System.IO.Pipes NamedPipeClientStream .ctor(String) 2
M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String,System.String,System.IO.Pipes.PipeDirection,System.IO.Pipes.PipeOptions) System.IO.Pipes NamedPipeClientStream .ctor(String, String, PipeDirection, PipeOptions) 2
M:System.IO.Pipes.NamedPipeClientStream.get_NumberOfServerInstances System.IO.Pipes NamedPipeClientStream get_NumberOfServerInstances() 0
M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String,System.String,System.IO.Pipes.PipeDirection,System.IO.Pipes.PipeOptions,System.Security.Principal.TokenImpersonationLevel) System.IO.Pipes NamedPipeClientStream .ctor(String, String, PipeDirection, PipeOptions, TokenImpersonationLevel) 2
M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.IO.Pipes.PipeDirection,System.Boolean,System.Boolean,Microsoft.Win32.SafeHandles.SafePipeHandle) System.IO.Pipes NamedPipeClientStream .ctor(PipeDirection, Boolean, Boolean, SafePipeHandle) 1
M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String,System.String,System.IO.Pipes.PipeDirection) System.IO.Pipes NamedPipeClientStream .ctor(String, String, PipeDirection) 2
M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String,System.String,System.IO.Pipes.PipeAccessRights,System.IO.Pipes.PipeOptions,System.Security.Principal.TokenImpersonationLevel,System.IO.HandleInheritability) System.IO.Pipes NamedPipeClientStream .ctor(String, String, PipeAccessRights, PipeOptions, TokenImpersonationLevel, HandleInheritability) 0
M:System.IO.Pipes.NamedPipeClientStream.#ctor(System.String,System.String,System.IO.Pipes.PipeDirection,System.IO.Pipes.PipeOptions,System.Security.Principal.TokenImpersonationLevel,System.IO.HandleInheritability) System.IO.Pipes NamedPipeClientStream .ctor(String, String, PipeDirection, PipeOptions, TokenImpersonationLevel, HandleInheritability) 1
M:System.IO.Pipes.NamedPipeServerStream.Disconnect System.IO.Pipes NamedPipeServerStream Disconnect() 0
M:System.IO.Pipes.NamedPipeServerStream.WaitForConnectionAsync(System.Threading.CancellationToken) System.IO.Pipes NamedPipeServerStream WaitForConnectionAsync(CancellationToken) 0
M:System.IO.Pipes.NamedPipeServerStream.RunAsClient(System.IO.Pipes.PipeStreamImpersonationWorker) System.IO.Pipes NamedPipeServerStream RunAsClient(PipeStreamImpersonationWorker) 0
M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode,System.IO.Pipes.PipeOptions) System.IO.Pipes NamedPipeServerStream .ctor(String, PipeDirection, Int32, PipeTransmissionMode, PipeOptions) 2
M:System.IO.Pipes.NamedPipeServerStream.WaitForConnection System.IO.Pipes NamedPipeServerStream WaitForConnection() 0
M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode,System.IO.Pipes.PipeOptions,System.Int32,System.Int32) System.IO.Pipes NamedPipeServerStream .ctor(String, PipeDirection, Int32, PipeTransmissionMode, PipeOptions, Int32, Int32) 2
M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode,System.IO.Pipes.PipeOptions,System.Int32,System.Int32,System.IO.Pipes.PipeSecurity) System.IO.Pipes NamedPipeServerStream .ctor(String, PipeDirection, Int32, PipeTransmissionMode, PipeOptions, Int32, Int32, PipeSecurity) 0
M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode) System.IO.Pipes NamedPipeServerStream .ctor(String, PipeDirection, Int32, PipeTransmissionMode) 2
M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection) System.IO.Pipes NamedPipeServerStream .ctor(String, PipeDirection) 2
M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode,System.IO.Pipes.PipeOptions,System.Int32,System.Int32,System.IO.Pipes.PipeSecurity,System.IO.HandleInheritability) System.IO.Pipes NamedPipeServerStream .ctor(String, PipeDirection, Int32, PipeTransmissionMode, PipeOptions, Int32, Int32, PipeSecurity, HandleInheritability) 0
M:System.IO.Pipes.NamedPipeServerStream.BeginWaitForConnection(System.AsyncCallback,System.Object) System.IO.Pipes NamedPipeServerStream BeginWaitForConnection(AsyncCallback, Object) 2
M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32,System.IO.Pipes.PipeTransmissionMode,System.IO.Pipes.PipeOptions,System.Int32,System.Int32,System.IO.Pipes.PipeSecurity,System.IO.HandleInheritability,System.IO.Pipes.PipeAccessRights) System.IO.Pipes NamedPipeServerStream .ctor(String, PipeDirection, Int32, PipeTransmissionMode, PipeOptions, Int32, Int32, PipeSecurity, HandleInheritability, PipeAccessRights) 0
M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String) System.IO.Pipes NamedPipeServerStream .ctor(String) 2
M:System.IO.Pipes.NamedPipeServerStream.GetImpersonationUserName System.IO.Pipes NamedPipeServerStream GetImpersonationUserName() 0
M:System.IO.Pipes.NamedPipeServerStream.WaitForConnectionAsync System.IO.Pipes NamedPipeServerStream WaitForConnectionAsync() 1
M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.IO.Pipes.PipeDirection,System.Boolean,System.Boolean,Microsoft.Win32.SafeHandles.SafePipeHandle) System.IO.Pipes NamedPipeServerStream .ctor(PipeDirection, Boolean, Boolean, SafePipeHandle) 1
M:System.IO.Pipes.NamedPipeServerStream.#ctor(System.String,System.IO.Pipes.PipeDirection,System.Int32) System.IO.Pipes NamedPipeServerStream .ctor(String, PipeDirection, Int32) 2
M:System.IO.Pipes.PipeSecurity.Persist(System.String) System.IO.Pipes PipeSecurity Persist(String) 3
M:System.IO.Pipes.PipeSecurity.Persist(System.Runtime.InteropServices.SafeHandle) System.IO.Pipes PipeSecurity Persist(SafeHandle) 3
M:System.IO.Pipes.PipeStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) System.IO.Pipes PipeStream WriteAsync(Byte[], Int32, Int32, CancellationToken) 1
M:System.IO.Pipes.PipeStream.get_OutBufferSize System.IO.Pipes PipeStream get_OutBufferSize() 0
M:System.IO.Pipes.PipeStream.Read(System.Byte[],System.Int32,System.Int32) System.IO.Pipes PipeStream Read(Byte[], Int32, Int32) 1
M:System.IO.Pipes.PipeStream.Write(System.Byte[],System.Int32,System.Int32) System.IO.Pipes PipeStream Write(Byte[], Int32, Int32) 1
M:System.IO.Pipes.PipeStream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken) System.IO.Pipes PipeStream ReadAsync(Memory<Byte>, CancellationToken) 1
M:System.IO.Pipes.PipeStream.Write(System.ReadOnlySpan{System.Byte}) System.IO.Pipes PipeStream Write(ReadOnlySpan<Byte>) 1
M:System.IO.Pipes.PipeStream.get_ReadMode System.IO.Pipes PipeStream get_ReadMode() 0
M:System.IO.Pipes.PipeStream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken) System.IO.Pipes PipeStream WriteAsync(ReadOnlyMemory<Byte>, CancellationToken) 1
M:System.IO.Pipes.PipeStream.InitializeHandle(Microsoft.Win32.SafeHandles.SafePipeHandle,System.Boolean,System.Boolean) System.IO.Pipes PipeStream InitializeHandle(SafePipeHandle, Boolean, Boolean) 1
M:System.IO.Pipes.PipeStream.get_InBufferSize System.IO.Pipes PipeStream get_InBufferSize() 0
M:System.IO.Pipes.PipeStream.Read(System.Span{System.Byte}) System.IO.Pipes PipeStream Read(Span<Byte>) 1
M:System.IO.Pipes.PipeStream.get_TransmissionMode System.IO.Pipes PipeStream get_TransmissionMode() 0
M:System.IO.Pipes.PipeStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) System.IO.Pipes PipeStream ReadAsync(Byte[], Int32, Int32, CancellationToken) 1
M:System.IO.Pipes.PipeStream.WaitForPipeDrain System.IO.Pipes PipeStream WaitForPipeDrain() 0
M:System.IO.Pipes.PipeStream.set_ReadMode(System.IO.Pipes.PipeTransmissionMode) System.IO.Pipes PipeStream set_ReadMode(PipeTransmissionMode) 0
M:Microsoft.Win32.RegistryAclExtensions.GetAccessControl(Microsoft.Win32.RegistryKey) Microsoft.Win32 RegistryAclExtensions GetAccessControl(RegistryKey) 1
M:Microsoft.Win32.RegistryAclExtensions.GetAccessControl(Microsoft.Win32.RegistryKey,System.Security.AccessControl.AccessControlSections) Microsoft.Win32 RegistryAclExtensions GetAccessControl(RegistryKey, AccessControlSections) 1
M:Microsoft.Win32.RegistryAclExtensions.SetAccessControl(Microsoft.Win32.RegistryKey,System.Security.AccessControl.RegistrySecurity) Microsoft.Win32 RegistryAclExtensions SetAccessControl(RegistryKey, RegistrySecurity) 1
M:System.ServiceProcess.ServiceController.Dispose(System.Boolean) System.ServiceProcess ServiceController Dispose(Boolean) 0
M:System.ServiceProcess.ServiceController.get_CanShutdown System.ServiceProcess ServiceController get_CanShutdown() 0
M:System.ServiceProcess.ServiceController.get_CanPauseAndContinue System.ServiceProcess ServiceController get_CanPauseAndContinue() 0
M:System.ServiceProcess.ServiceController.get_ServiceHandle System.ServiceProcess ServiceController get_ServiceHandle() 0
M:System.ServiceProcess.ServiceController.GetServices(System.String) System.ServiceProcess ServiceController GetServices(String) 0
M:System.ServiceProcess.ServiceController.get_CanStop System.ServiceProcess ServiceController get_CanStop() 0
M:System.ServiceProcess.ServiceController.Stop System.ServiceProcess ServiceController Stop() 0
M:System.ServiceProcess.ServiceController.get_ServicesDependedOn System.ServiceProcess ServiceController get_ServicesDependedOn() 0
M:System.ServiceProcess.ServiceController.get_DependentServices System.ServiceProcess ServiceController get_DependentServices() 0
M:System.ServiceProcess.ServiceController.GetDevices System.ServiceProcess ServiceController GetDevices() 0
M:System.ServiceProcess.ServiceController.Dispose System.ServiceProcess ServiceController Dispose() 0
M:System.ServiceProcess.ServiceController.get_DisplayName System.ServiceProcess ServiceController get_DisplayName() 0
M:System.ServiceProcess.ServiceController.Start System.ServiceProcess ServiceController Start() 0
M:System.ServiceProcess.ServiceController.Pause System.ServiceProcess ServiceController Pause() 0
M:System.ServiceProcess.ServiceController.get_MachineName System.ServiceProcess ServiceController get_MachineName() 0
M:System.ServiceProcess.ServiceController.Continue System.ServiceProcess ServiceController Continue() 0
M:System.ServiceProcess.ServiceController.get_Status System.ServiceProcess ServiceController get_Status() 0
M:System.ServiceProcess.ServiceController.get_StartType System.ServiceProcess ServiceController get_StartType() 0
M:System.ServiceProcess.ServiceController.#ctor(System.String,System.String) System.ServiceProcess ServiceController .ctor(String, String) 0
M:System.ServiceProcess.ServiceController.WaitForStatus(System.ServiceProcess.ServiceControllerStatus) System.ServiceProcess ServiceController WaitForStatus(ServiceControllerStatus) 0
M:System.ServiceProcess.ServiceController.Refresh System.ServiceProcess ServiceController Refresh() 0
M:System.ServiceProcess.ServiceController.Start(System.String[]) System.ServiceProcess ServiceController Start(String[]) 0
M:System.ServiceProcess.ServiceController.#ctor(System.String) System.ServiceProcess ServiceController .ctor(String) 0
M:System.ServiceProcess.ServiceController.GetServices System.ServiceProcess ServiceController GetServices() 0
M:System.ServiceProcess.ServiceController.get_ServiceName System.ServiceProcess ServiceController get_ServiceName() 0
M:System.ServiceProcess.ServiceController.GetDevices(System.String) System.ServiceProcess ServiceController GetDevices(String) 0
M:System.ServiceProcess.ServiceController.get_ServiceType System.ServiceProcess ServiceController get_ServiceType() 0
M:System.ServiceProcess.ServiceController.WaitForStatus(System.ServiceProcess.ServiceControllerStatus,System.TimeSpan) System.ServiceProcess ServiceController WaitForStatus(ServiceControllerStatus, TimeSpan) 0
M:System.ServiceProcess.TimeoutException.#ctor(System.String,System.Exception) System.ServiceProcess TimeoutException .ctor(String, Exception) 0
M:System.ServiceProcess.TimeoutException.#ctor(System.String) System.ServiceProcess TimeoutException .ctor(String) 0
M:System.ServiceProcess.TimeoutException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.ServiceProcess TimeoutException .ctor(SerializationInfo, StreamingContext) 0
M:System.ServiceProcess.TimeoutException.#ctor System.ServiceProcess TimeoutException .ctor() 0
M:System.Drawing.Bitmap.UnlockBits(System.Drawing.Imaging.BitmapData) System.Drawing Bitmap UnlockBits(BitmapData) 0
M:System.Drawing.Bitmap.#ctor(System.IO.Stream,System.Boolean) System.Drawing Bitmap .ctor(Stream, Boolean) 0
M:System.Drawing.Bitmap.GetHicon System.Drawing Bitmap GetHicon() 0
M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32) System.Drawing Bitmap .ctor(Int32, Int32) 0
M:System.Drawing.Bitmap.GetHbitmap(System.Drawing.Color) System.Drawing Bitmap GetHbitmap(Color) 0
M:System.Drawing.Bitmap.SetPixel(System.Int32,System.Int32,System.Drawing.Color) System.Drawing Bitmap SetPixel(Int32, Int32, Color) 0
M:System.Drawing.Bitmap.#ctor(System.IO.Stream) System.Drawing Bitmap .ctor(Stream) 0
M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat) System.Drawing Bitmap LockBits(Rectangle, ImageLockMode, PixelFormat) 0
M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Drawing.Size) System.Drawing Bitmap .ctor(Image, Size) 0
M:System.Drawing.Bitmap.FromResource(System.IntPtr,System.String) System.Drawing Bitmap FromResource(IntPtr, String) 0
M:System.Drawing.Bitmap.MakeTransparent(System.Drawing.Color) System.Drawing Bitmap MakeTransparent(Color) 0
M:System.Drawing.Bitmap.GetPixel(System.Int32,System.Int32) System.Drawing Bitmap GetPixel(Int32, Int32) 0
M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat) System.Drawing Bitmap .ctor(Int32, Int32, PixelFormat) 0
M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat,System.IntPtr) System.Drawing Bitmap .ctor(Int32, Int32, Int32, PixelFormat, IntPtr) 0
M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Int32,System.Int32) System.Drawing Bitmap .ctor(Image, Int32, Int32) 0
M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Graphics) System.Drawing Bitmap .ctor(Int32, Int32, Graphics) 0
M:System.Drawing.Bitmap.GetHbitmap System.Drawing Bitmap GetHbitmap() 0
M:System.Drawing.Bitmap.#ctor(System.String) System.Drawing Bitmap .ctor(String) 0
M:System.Drawing.Bitmap.FromHicon(System.IntPtr) System.Drawing Bitmap FromHicon(IntPtr) 0
M:System.Drawing.Bitmap.#ctor(System.Drawing.Image) System.Drawing Bitmap .ctor(Image) 0
M:System.Drawing.Bitmap.SetResolution(System.Single,System.Single) System.Drawing Bitmap SetResolution(Single, Single) 0
M:System.Drawing.Bitmap.#ctor(System.Type,System.String) System.Drawing Bitmap .ctor(Type, String) 0
M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat,System.Drawing.Imaging.BitmapData) System.Drawing Bitmap LockBits(Rectangle, ImageLockMode, PixelFormat, BitmapData) 0
M:System.Drawing.Bitmap.MakeTransparent System.Drawing Bitmap MakeTransparent() 0
M:System.Drawing.Bitmap.#ctor(System.String,System.Boolean) System.Drawing Bitmap .ctor(String, Boolean) 0
M:System.Drawing.Bitmap.Clone(System.Drawing.Rectangle,System.Drawing.Imaging.PixelFormat) System.Drawing Bitmap Clone(Rectangle, PixelFormat) 0
M:System.Drawing.Bitmap.Clone(System.Drawing.RectangleF,System.Drawing.Imaging.PixelFormat) System.Drawing Bitmap Clone(RectangleF, PixelFormat) 0
M:System.Drawing.BitmapSuffixInSameAssemblyAttribute.#ctor System.Drawing BitmapSuffixInSameAssemblyAttribute .ctor() 0
M:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute.#ctor System.Drawing BitmapSuffixInSatelliteAssemblyAttribute .ctor() 0
M:System.Drawing.Brush.SetNativeBrush(System.IntPtr) System.Drawing Brush SetNativeBrush(IntPtr) 0
M:System.Drawing.Brush.Dispose(System.Boolean) System.Drawing Brush Dispose(Boolean) 0
M:System.Drawing.Brush.Finalize System.Drawing Brush Finalize() 0
M:System.Drawing.Brush.Dispose System.Drawing Brush Dispose() 0
M:System.Drawing.Brush.#ctor System.Drawing Brush .ctor() 0
M:System.Drawing.Brushes.get_DarkSeaGreen System.Drawing Brushes get_DarkSeaGreen() 0
M:System.Drawing.Brushes.get_Brown System.Drawing Brushes get_Brown() 0
M:System.Drawing.Brushes.get_DarkViolet System.Drawing Brushes get_DarkViolet() 0
M:System.Drawing.Brushes.get_AntiqueWhite System.Drawing Brushes get_AntiqueWhite() 0
M:System.Drawing.Brushes.get_Blue System.Drawing Brushes get_Blue() 0
M:System.Drawing.Brushes.get_Orange System.Drawing Brushes get_Orange() 0
M:System.Drawing.Brushes.get_Pink System.Drawing Brushes get_Pink() 0
M:System.Drawing.Brushes.get_Salmon System.Drawing Brushes get_Salmon() 0
M:System.Drawing.Brushes.get_Coral System.Drawing Brushes get_Coral() 0
M:System.Drawing.Brushes.get_Yellow System.Drawing Brushes get_Yellow() 0
M:System.Drawing.Brushes.get_Red System.Drawing Brushes get_Red() 0
M:System.Drawing.Brushes.get_LightGoldenrodYellow System.Drawing Brushes get_LightGoldenrodYellow() 0
M:System.Drawing.Brushes.get_SlateBlue System.Drawing Brushes get_SlateBlue() 0
M:System.Drawing.Brushes.get_LavenderBlush System.Drawing Brushes get_LavenderBlush() 0
M:System.Drawing.Brushes.get_Khaki System.Drawing Brushes get_Khaki() 0
M:System.Drawing.Brushes.get_Indigo System.Drawing Brushes get_Indigo() 0
M:System.Drawing.Brushes.get_LightCyan System.Drawing Brushes get_LightCyan() 0
M:System.Drawing.Brushes.get_IndianRed System.Drawing Brushes get_IndianRed() 0
M:System.Drawing.Brushes.get_Aquamarine System.Drawing Brushes get_Aquamarine() 0
M:System.Drawing.Brushes.get_DimGray System.Drawing Brushes get_DimGray() 0
M:System.Drawing.Brushes.get_Thistle System.Drawing Brushes get_Thistle() 0
M:System.Drawing.Brushes.get_Plum System.Drawing Brushes get_Plum() 0
M:System.Drawing.Brushes.get_DodgerBlue System.Drawing Brushes get_DodgerBlue() 0
M:System.Drawing.Brushes.get_Cornsilk System.Drawing Brushes get_Cornsilk() 0
M:System.Drawing.Brushes.get_DarkGoldenrod System.Drawing Brushes get_DarkGoldenrod() 0
M:System.Drawing.Brushes.get_RosyBrown System.Drawing Brushes get_RosyBrown() 0
M:System.Drawing.Brushes.get_SpringGreen System.Drawing Brushes get_SpringGreen() 0
M:System.Drawing.Brushes.get_DeepPink System.Drawing Brushes get_DeepPink() 0
M:System.Drawing.Brushes.get_LightSteelBlue System.Drawing Brushes get_LightSteelBlue() 0
M:System.Drawing.Brushes.get_DarkRed System.Drawing Brushes get_DarkRed() 0
M:System.Drawing.Brushes.get_DarkOrange System.Drawing Brushes get_DarkOrange() 0
M:System.Drawing.Brushes.get_MediumVioletRed System.Drawing Brushes get_MediumVioletRed() 0
M:System.Drawing.Brushes.get_PowderBlue System.Drawing Brushes get_PowderBlue() 0
M:System.Drawing.Brushes.get_MediumSlateBlue System.Drawing Brushes get_MediumSlateBlue() 0
M:System.Drawing.Brushes.get_Transparent System.Drawing Brushes get_Transparent() 0
M:System.Drawing.Brushes.get_BlueViolet System.Drawing Brushes get_BlueViolet() 0
M:System.Drawing.Brushes.get_RoyalBlue System.Drawing Brushes get_RoyalBlue() 0
M:System.Drawing.Brushes.get_Gray System.Drawing Brushes get_Gray() 0
M:System.Drawing.Brushes.get_LightGray System.Drawing Brushes get_LightGray() 0
M:System.Drawing.Brushes.get_Aqua System.Drawing Brushes get_Aqua() 0
M:System.Drawing.Brushes.get_Turquoise System.Drawing Brushes get_Turquoise() 0
M:System.Drawing.Brushes.get_Tan System.Drawing Brushes get_Tan() 0
M:System.Drawing.Brushes.get_SlateGray System.Drawing Brushes get_SlateGray() 0
M:System.Drawing.Brushes.get_DarkCyan System.Drawing Brushes get_DarkCyan() 0
M:System.Drawing.Brushes.get_BurlyWood System.Drawing Brushes get_BurlyWood() 0
M:System.Drawing.Brushes.get_LemonChiffon System.Drawing Brushes get_LemonChiffon() 0
M:System.Drawing.Brushes.get_PapayaWhip System.Drawing Brushes get_PapayaWhip() 0
M:System.Drawing.Brushes.get_Gainsboro System.Drawing Brushes get_Gainsboro() 0
M:System.Drawing.Brushes.get_Orchid System.Drawing Brushes get_Orchid() 0
M:System.Drawing.Brushes.get_MidnightBlue System.Drawing Brushes get_MidnightBlue() 0
M:System.Drawing.Brushes.get_PaleVioletRed System.Drawing Brushes get_PaleVioletRed() 0
M:System.Drawing.Brushes.get_MediumOrchid System.Drawing Brushes get_MediumOrchid() 0
M:System.Drawing.Brushes.get_MintCream System.Drawing Brushes get_MintCream() 0
M:System.Drawing.Brushes.get_OrangeRed System.Drawing Brushes get_OrangeRed() 0
M:System.Drawing.Brushes.get_DarkBlue System.Drawing Brushes get_DarkBlue() 0
M:System.Drawing.Brushes.get_DarkSlateBlue System.Drawing Brushes get_DarkSlateBlue() 0
M:System.Drawing.Brushes.get_Chocolate System.Drawing Brushes get_Chocolate() 0
M:System.Drawing.Brushes.get_LightBlue System.Drawing Brushes get_LightBlue() 0
M:System.Drawing.Brushes.get_DarkOrchid System.Drawing Brushes get_DarkOrchid() 0
M:System.Drawing.Brushes.get_Beige System.Drawing Brushes get_Beige() 0
M:System.Drawing.Brushes.get_PaleGoldenrod System.Drawing Brushes get_PaleGoldenrod() 0
M:System.Drawing.Brushes.get_Cyan System.Drawing Brushes get_Cyan() 0
M:System.Drawing.Brushes.get_Gold System.Drawing Brushes get_Gold() 0
M:System.Drawing.Brushes.get_Magenta System.Drawing Brushes get_Magenta() 0
M:System.Drawing.Brushes.get_GhostWhite System.Drawing Brushes get_GhostWhite() 0
M:System.Drawing.Brushes.get_Bisque System.Drawing Brushes get_Bisque() 0
M:System.Drawing.Brushes.get_OldLace System.Drawing Brushes get_OldLace() 0
M:System.Drawing.Brushes.get_AliceBlue System.Drawing Brushes get_AliceBlue() 0
M:System.Drawing.Brushes.get_Linen System.Drawing Brushes get_Linen() 0
M:System.Drawing.Brushes.get_MediumBlue System.Drawing Brushes get_MediumBlue() 0
M:System.Drawing.Brushes.get_LightSalmon System.Drawing Brushes get_LightSalmon() 0
M:System.Drawing.Brushes.get_SaddleBrown System.Drawing Brushes get_SaddleBrown() 0
M:System.Drawing.Brushes.get_Snow System.Drawing Brushes get_Snow() 0
M:System.Drawing.Brushes.get_HotPink System.Drawing Brushes get_HotPink() 0
M:System.Drawing.Brushes.get_PeachPuff System.Drawing Brushes get_PeachPuff() 0
M:System.Drawing.Brushes.get_GreenYellow System.Drawing Brushes get_GreenYellow() 0
M:System.Drawing.Brushes.get_WhiteSmoke System.Drawing Brushes get_WhiteSmoke() 0
M:System.Drawing.Brushes.get_SandyBrown System.Drawing Brushes get_SandyBrown() 0
M:System.Drawing.Brushes.get_SeaShell System.Drawing Brushes get_SeaShell() 0
M:System.Drawing.Brushes.get_DarkSalmon System.Drawing Brushes get_DarkSalmon() 0
M:System.Drawing.Brushes.get_LightCoral System.Drawing Brushes get_LightCoral() 0
M:System.Drawing.Brushes.get_NavajoWhite System.Drawing Brushes get_NavajoWhite() 0
M:System.Drawing.Brushes.get_LawnGreen System.Drawing Brushes get_LawnGreen() 0
M:System.Drawing.Brushes.get_LightSeaGreen System.Drawing Brushes get_LightSeaGreen() 0
M:System.Drawing.Brushes.get_Silver System.Drawing Brushes get_Silver() 0
M:System.Drawing.Brushes.get_SteelBlue System.Drawing Brushes get_SteelBlue() 0
M:System.Drawing.Brushes.get_Purple System.Drawing Brushes get_Purple() 0
M:System.Drawing.Brushes.get_Wheat System.Drawing Brushes get_Wheat() 0
M:System.Drawing.Brushes.get_DarkKhaki System.Drawing Brushes get_DarkKhaki() 0
M:System.Drawing.Brushes.get_CornflowerBlue System.Drawing Brushes get_CornflowerBlue() 0
M:System.Drawing.Brushes.get_Fuchsia System.Drawing Brushes get_Fuchsia() 0
M:System.Drawing.Brushes.get_CadetBlue System.Drawing Brushes get_CadetBlue() 0
M:System.Drawing.Brushes.get_MediumSeaGreen System.Drawing Brushes get_MediumSeaGreen() 0
M:System.Drawing.Brushes.get_PaleTurquoise System.Drawing Brushes get_PaleTurquoise() 0
M:System.Drawing.Brushes.get_Sienna System.Drawing Brushes get_Sienna() 0
M:System.Drawing.Brushes.get_MediumAquamarine System.Drawing Brushes get_MediumAquamarine() 0
M:System.Drawing.Brushes.get_MistyRose System.Drawing Brushes get_MistyRose() 0
M:System.Drawing.Brushes.get_LightSlateGray System.Drawing Brushes get_LightSlateGray() 0
M:System.Drawing.Brushes.get_DarkGray System.Drawing Brushes get_DarkGray() 0
M:System.Drawing.Brushes.get_DarkTurquoise System.Drawing Brushes get_DarkTurquoise() 0
M:System.Drawing.Brushes.get_Lime System.Drawing Brushes get_Lime() 0
M:System.Drawing.Brushes.get_Maroon System.Drawing Brushes get_Maroon() 0
M:System.Drawing.Brushes.get_Crimson System.Drawing Brushes get_Crimson() 0
M:System.Drawing.Brushes.get_PaleGreen System.Drawing Brushes get_PaleGreen() 0
M:System.Drawing.Brushes.get_SeaGreen System.Drawing Brushes get_SeaGreen() 0
M:System.Drawing.Brushes.get_Violet System.Drawing Brushes get_Violet() 0
M:System.Drawing.Brushes.get_White System.Drawing Brushes get_White() 0
M:System.Drawing.Brushes.get_DarkMagenta System.Drawing Brushes get_DarkMagenta() 0
M:System.Drawing.Brushes.get_LightYellow System.Drawing Brushes get_LightYellow() 0
M:System.Drawing.Brushes.get_MediumSpringGreen System.Drawing Brushes get_MediumSpringGreen() 0
M:System.Drawing.Brushes.get_Peru System.Drawing Brushes get_Peru() 0
M:System.Drawing.Brushes.get_MediumTurquoise System.Drawing Brushes get_MediumTurquoise() 0
M:System.Drawing.Brushes.get_YellowGreen System.Drawing Brushes get_YellowGreen() 0
M:System.Drawing.Brushes.get_Goldenrod System.Drawing Brushes get_Goldenrod() 0
M:System.Drawing.Brushes.get_Green System.Drawing Brushes get_Green() 0
M:System.Drawing.Brushes.get_BlanchedAlmond System.Drawing Brushes get_BlanchedAlmond() 0
M:System.Drawing.Brushes.get_Navy System.Drawing Brushes get_Navy() 0
M:System.Drawing.Brushes.get_Firebrick System.Drawing Brushes get_Firebrick() 0
M:System.Drawing.Brushes.get_DarkGreen System.Drawing Brushes get_DarkGreen() 0
M:System.Drawing.Brushes.get_DeepSkyBlue System.Drawing Brushes get_DeepSkyBlue() 0
M:System.Drawing.Brushes.get_Olive System.Drawing Brushes get_Olive() 0
M:System.Drawing.Brushes.get_LightPink System.Drawing Brushes get_LightPink() 0
M:System.Drawing.Brushes.get_LimeGreen System.Drawing Brushes get_LimeGreen() 0
M:System.Drawing.Brushes.get_MediumPurple System.Drawing Brushes get_MediumPurple() 0
M:System.Drawing.Brushes.get_Lavender System.Drawing Brushes get_Lavender() 0
M:System.Drawing.Brushes.get_OliveDrab System.Drawing Brushes get_OliveDrab() 0
M:System.Drawing.Brushes.get_DarkSlateGray System.Drawing Brushes get_DarkSlateGray() 0
M:System.Drawing.Brushes.get_ForestGreen System.Drawing Brushes get_ForestGreen() 0
M:System.Drawing.Brushes.get_Chartreuse System.Drawing Brushes get_Chartreuse() 0
M:System.Drawing.Brushes.get_Moccasin System.Drawing Brushes get_Moccasin() 0
M:System.Drawing.Brushes.get_DarkOliveGreen System.Drawing Brushes get_DarkOliveGreen() 0
M:System.Drawing.Brushes.get_LightSkyBlue System.Drawing Brushes get_LightSkyBlue() 0
M:System.Drawing.Brushes.get_LightGreen System.Drawing Brushes get_LightGreen() 0
M:System.Drawing.Brushes.get_Azure System.Drawing Brushes get_Azure() 0
M:System.Drawing.Brushes.get_Tomato System.Drawing Brushes get_Tomato() 0
M:System.Drawing.Brushes.get_Ivory System.Drawing Brushes get_Ivory() 0
M:System.Drawing.Brushes.get_Teal System.Drawing Brushes get_Teal() 0
M:System.Drawing.Brushes.get_Honeydew System.Drawing Brushes get_Honeydew() 0
M:System.Drawing.Brushes.get_FloralWhite System.Drawing Brushes get_FloralWhite() 0
M:System.Drawing.Brushes.get_Black System.Drawing Brushes get_Black() 0
M:System.Drawing.Brushes.get_SkyBlue System.Drawing Brushes get_SkyBlue() 0
M:System.Drawing.BufferedGraphics.Render(System.Drawing.Graphics) System.Drawing BufferedGraphics Render(Graphics) 0
M:System.Drawing.BufferedGraphics.Dispose System.Drawing BufferedGraphics Dispose() 0
M:System.Drawing.BufferedGraphics.Render System.Drawing BufferedGraphics Render() 0
M:System.Drawing.BufferedGraphics.Render(System.IntPtr) System.Drawing BufferedGraphics Render(IntPtr) 0
M:System.Drawing.BufferedGraphics.get_Graphics System.Drawing BufferedGraphics get_Graphics() 0
M:System.Drawing.BufferedGraphicsContext.Allocate(System.IntPtr,System.Drawing.Rectangle) System.Drawing BufferedGraphicsContext Allocate(IntPtr, Rectangle) 0
M:System.Drawing.BufferedGraphicsContext.Allocate(System.Drawing.Graphics,System.Drawing.Rectangle) System.Drawing BufferedGraphicsContext Allocate(Graphics, Rectangle) 0
M:System.Drawing.BufferedGraphicsContext.Invalidate System.Drawing BufferedGraphicsContext Invalidate() 0
M:System.Drawing.BufferedGraphicsContext.get_MaximumBuffer System.Drawing BufferedGraphicsContext get_MaximumBuffer() 0
M:System.Drawing.BufferedGraphicsContext.Dispose System.Drawing BufferedGraphicsContext Dispose() 0
M:System.Drawing.BufferedGraphicsContext.#ctor System.Drawing BufferedGraphicsContext .ctor() 0
M:System.Drawing.BufferedGraphicsContext.set_MaximumBuffer(System.Drawing.Size) System.Drawing BufferedGraphicsContext set_MaximumBuffer(Size) 0
M:System.Drawing.BufferedGraphicsManager.get_Current System.Drawing BufferedGraphicsManager get_Current() 0
M:System.Drawing.CharacterRange.set_First(System.Int32) System.Drawing CharacterRange set_First(Int32) 0
M:System.Drawing.CharacterRange.Equals(System.Object) System.Drawing CharacterRange Equals(Object) 0
M:System.Drawing.CharacterRange.get_Length System.Drawing CharacterRange get_Length() 0
M:System.Drawing.CharacterRange.op_Equality(System.Drawing.CharacterRange,System.Drawing.CharacterRange) System.Drawing CharacterRange op_Equality(CharacterRange, CharacterRange) 0
M:System.Drawing.CharacterRange.set_Length(System.Int32) System.Drawing CharacterRange set_Length(Int32) 0
M:System.Drawing.CharacterRange.get_First System.Drawing CharacterRange get_First() 0
M:System.Drawing.CharacterRange.#ctor(System.Int32,System.Int32) System.Drawing CharacterRange .ctor(Int32, Int32) 0
M:System.Drawing.CharacterRange.GetHashCode System.Drawing CharacterRange GetHashCode() 0
M:System.Drawing.CharacterRange.op_Inequality(System.Drawing.CharacterRange,System.Drawing.CharacterRange) System.Drawing CharacterRange op_Inequality(CharacterRange, CharacterRange) 0
M:System.Drawing.ColorTranslator.FromWin32(System.Int32) System.Drawing ColorTranslator FromWin32(Int32) 0
M:System.Drawing.ColorTranslator.ToWin32(System.Drawing.Color) System.Drawing ColorTranslator ToWin32(Color) 0
M:System.Drawing.ColorTranslator.FromOle(System.Int32) System.Drawing ColorTranslator FromOle(Int32) 0
M:System.Drawing.ColorTranslator.ToOle(System.Drawing.Color) System.Drawing ColorTranslator ToOle(Color) 0
M:System.Drawing.ColorTranslator.ToHtml(System.Drawing.Color) System.Drawing ColorTranslator ToHtml(Color) 0
M:System.Drawing.ColorTranslator.FromHtml(System.String) System.Drawing ColorTranslator FromHtml(String) 0
M:System.Drawing.Font.ToHfont System.Drawing Font ToHfont() 0
M:System.Drawing.Font.get_Height System.Drawing Font get_Height() 0
M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean) System.Drawing Font .ctor(FontFamily, Single, FontStyle, GraphicsUnit, Byte, Boolean) 0
M:System.Drawing.Font.Dispose System.Drawing Font Dispose() 0
M:System.Drawing.Font.get_GdiCharSet System.Drawing Font get_GdiCharSet() 0
M:System.Drawing.Font.ToLogFont(System.Object) System.Drawing Font ToLogFont(Object) 0
M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.GraphicsUnit) System.Drawing Font .ctor(FontFamily, Single, GraphicsUnit) 0
M:System.Drawing.Font.get_Style System.Drawing Font get_Style() 0
M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.GraphicsUnit) System.Drawing Font .ctor(String, Single, GraphicsUnit) 0
M:System.Drawing.Font.get_Bold System.Drawing Font get_Bold() 0
M:System.Drawing.Font.FromLogFont(System.Object) System.Drawing Font FromLogFont(Object) 0
M:System.Drawing.Font.GetHeight(System.Drawing.Graphics) System.Drawing Font GetHeight(Graphics) 0
M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte) System.Drawing Font .ctor(FontFamily, Single, FontStyle, GraphicsUnit, Byte) 0
M:System.Drawing.Font.Equals(System.Object) System.Drawing Font Equals(Object) 0
M:System.Drawing.Font.get_Name System.Drawing Font get_Name() 0
M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean) System.Drawing Font .ctor(String, Single, FontStyle, GraphicsUnit, Byte, Boolean) 0
M:System.Drawing.Font.get_IsSystemFont System.Drawing Font get_IsSystemFont() 0
M:System.Drawing.Font.ToString System.Drawing Font ToString() 0
M:System.Drawing.Font.#ctor(System.Drawing.Font,System.Drawing.FontStyle) System.Drawing Font .ctor(Font, FontStyle) 0
M:System.Drawing.Font.GetHeight(System.Single) System.Drawing Font GetHeight(Single) 0
M:System.Drawing.Font.get_SystemFontName System.Drawing Font get_SystemFontName() 0
M:System.Drawing.Font.get_Size System.Drawing Font get_Size() 0
M:System.Drawing.Font.get_Italic System.Drawing Font get_Italic() 0
M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit) System.Drawing Font .ctor(FontFamily, Single, FontStyle, GraphicsUnit) 0
M:System.Drawing.Font.get_GdiVerticalFont System.Drawing Font get_GdiVerticalFont() 0
M:System.Drawing.Font.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Drawing Font System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Drawing.Font.FromHdc(System.IntPtr) System.Drawing Font FromHdc(IntPtr) 0
M:System.Drawing.Font.get_OriginalFontName System.Drawing Font get_OriginalFontName() 0
M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte) System.Drawing Font .ctor(String, Single, FontStyle, GraphicsUnit, Byte) 0
M:System.Drawing.Font.get_Unit System.Drawing Font get_Unit() 0
M:System.Drawing.Font.FromLogFont(System.Object,System.IntPtr) System.Drawing Font FromLogFont(Object, IntPtr) 0
M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle) System.Drawing Font .ctor(String, Single, FontStyle) 0
M:System.Drawing.Font.GetHashCode System.Drawing Font GetHashCode() 0
M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single) System.Drawing Font .ctor(FontFamily, Single) 0
M:System.Drawing.Font.ToLogFont(System.Object,System.Drawing.Graphics) System.Drawing Font ToLogFont(Object, Graphics) 0
M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle) System.Drawing Font .ctor(FontFamily, Single, FontStyle) 0
M:System.Drawing.Font.get_Strikeout System.Drawing Font get_Strikeout() 0
M:System.Drawing.Font.GetHeight System.Drawing Font GetHeight() 0
M:System.Drawing.Font.#ctor(System.String,System.Single) System.Drawing Font .ctor(String, Single) 0
M:System.Drawing.Font.FromHfont(System.IntPtr) System.Drawing Font FromHfont(IntPtr) 0
M:System.Drawing.Font.get_SizeInPoints System.Drawing Font get_SizeInPoints() 0
M:System.Drawing.Font.get_Underline System.Drawing Font get_Underline() 0
M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit) System.Drawing Font .ctor(String, Single, FontStyle, GraphicsUnit) 0
M:System.Drawing.Font.Clone System.Drawing Font Clone() 0
M:System.Drawing.Font.get_FontFamily System.Drawing Font get_FontFamily() 0
M:System.Drawing.FontFamily.GetEmHeight(System.Drawing.FontStyle) System.Drawing FontFamily GetEmHeight(FontStyle) 0
M:System.Drawing.FontFamily.Dispose System.Drawing FontFamily Dispose() 0
M:System.Drawing.FontFamily.IsStyleAvailable(System.Drawing.FontStyle) System.Drawing FontFamily IsStyleAvailable(FontStyle) 0
M:System.Drawing.FontFamily.get_Families System.Drawing FontFamily get_Families() 0
M:System.Drawing.FontFamily.ToString System.Drawing FontFamily ToString() 0
M:System.Drawing.FontFamily.GetCellAscent(System.Drawing.FontStyle) System.Drawing FontFamily GetCellAscent(FontStyle) 0
M:System.Drawing.FontFamily.GetLineSpacing(System.Drawing.FontStyle) System.Drawing FontFamily GetLineSpacing(FontStyle) 0
M:System.Drawing.FontFamily.GetFamilies(System.Drawing.Graphics) System.Drawing FontFamily GetFamilies(Graphics) 0
M:System.Drawing.FontFamily.GetName(System.Int32) System.Drawing FontFamily GetName(Int32) 0
M:System.Drawing.FontFamily.#ctor(System.String) System.Drawing FontFamily .ctor(String) 0
M:System.Drawing.FontFamily.get_GenericSerif System.Drawing FontFamily get_GenericSerif() 0
M:System.Drawing.FontFamily.get_GenericSansSerif System.Drawing FontFamily get_GenericSansSerif() 0
M:System.Drawing.FontFamily.get_GenericMonospace System.Drawing FontFamily get_GenericMonospace() 0
M:System.Drawing.FontFamily.#ctor(System.String,System.Drawing.Text.FontCollection) System.Drawing FontFamily .ctor(String, FontCollection) 0
M:System.Drawing.FontFamily.Equals(System.Object) System.Drawing FontFamily Equals(Object) 0
M:System.Drawing.FontFamily.get_Name System.Drawing FontFamily get_Name() 0
M:System.Drawing.FontFamily.GetHashCode System.Drawing FontFamily GetHashCode() 0
M:System.Drawing.FontFamily.GetCellDescent(System.Drawing.FontStyle) System.Drawing FontFamily GetCellDescent(FontStyle) 0
M:System.Drawing.FontFamily.#ctor(System.Drawing.Text.GenericFontFamilies) System.Drawing FontFamily .ctor(GenericFontFamilies) 0
M:System.Drawing.Graphics.TranslateClip(System.Int32,System.Int32) System.Drawing Graphics TranslateClip(Int32, Int32) 0
M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing Graphics DrawLine(Pen, Int32, Int32, Int32, Int32) 0
M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single) System.Drawing Graphics DrawEllipse(Pen, Single, Single, Single, Single) 0
M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point) System.Drawing Graphics DrawBezier(Pen, Point, Point, Point, Point) 0
M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF) System.Drawing Graphics SetClip(RectangleF) 0
M:System.Drawing.Graphics.FillRegion(System.Drawing.Brush,System.Drawing.Region) System.Drawing Graphics FillRegion(Brush, Region) 0
M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.PointF[]) System.Drawing Graphics DrawPolygon(Pen, PointF[]) 0
M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Rectangle) System.Drawing Graphics DrawImageUnscaled(Image, Rectangle) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) System.Drawing Graphics EnumerateMetafile(Metafile, Point[], Rectangle, GraphicsUnit, EnumerateMetafileProc, IntPtr) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics EnumerateMetafile(Metafile, PointF[], EnumerateMetafileProc, IntPtr, ImageAttributes) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc) System.Drawing Graphics EnumerateMetafile(Metafile, Point, Rectangle, GraphicsUnit, EnumerateMetafileProc) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc) System.Drawing Graphics EnumerateMetafile(Metafile, PointF, EnumerateMetafileProc) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc) System.Drawing Graphics EnumerateMetafile(Metafile, Point[], EnumerateMetafileProc) 0
M:System.Drawing.Graphics.set_CompositingMode(System.Drawing.Drawing2D.CompositingMode) System.Drawing Graphics set_CompositingMode(CompositingMode) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics EnumerateMetafile(Metafile, Rectangle, Rectangle, GraphicsUnit, EnumerateMetafileProc, IntPtr, ImageAttributes) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc) System.Drawing Graphics EnumerateMetafile(Metafile, RectangleF, RectangleF, GraphicsUnit, EnumerateMetafileProc) 0
M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single) System.Drawing Graphics TranslateTransform(Single, Single) 0
M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[]) System.Drawing Graphics FillClosedCurve(Brush, Point[]) 0
M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing Graphics DrawArc(Pen, Int32, Int32, Int32, Int32, Int32, Int32) 0
M:System.Drawing.Graphics.get_VisibleClipBounds System.Drawing Graphics get_VisibleClipBounds() 0
M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single) System.Drawing Graphics DrawCurve(Pen, PointF[], Single) 0
M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics,System.Drawing.Drawing2D.CombineMode) System.Drawing Graphics SetClip(Graphics, CombineMode) 0
M:System.Drawing.Graphics.get_CompositingMode System.Drawing Graphics get_CompositingMode() 0
M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) System.Drawing Graphics FillPie(Brush, Single, Single, Single, Single, Single, Single) 0
M:System.Drawing.Graphics.AddMetafileComment(System.Byte[]) System.Drawing Graphics AddMetafileComment(Byte[]) 0
M:System.Drawing.Graphics.set_PixelOffsetMode(System.Drawing.Drawing2D.PixelOffsetMode) System.Drawing Graphics set_PixelOffsetMode(PixelOffsetMode) 0
M:System.Drawing.Graphics.set_RenderingOrigin(System.Drawing.Point) System.Drawing Graphics set_RenderingOrigin(Point) 0
M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat) System.Drawing Graphics MeasureString(String, Font, SizeF, StringFormat) 0
M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.Point[]) System.Drawing Graphics DrawPolygon(Pen, Point[]) 0
M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font) System.Drawing Graphics MeasureString(String, Font) 0
M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single) System.Drawing Graphics DrawPie(Pen, Rectangle, Single, Single) 0
M:System.Drawing.Graphics.RotateTransform(System.Single) System.Drawing Graphics RotateTransform(Single) 0
M:System.Drawing.Graphics.TranslateClip(System.Single,System.Single) System.Drawing Graphics TranslateClip(Single, Single) 0
M:System.Drawing.Graphics.get_PageScale System.Drawing Graphics get_PageScale() 0
M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.Rectangle) System.Drawing Graphics FillRectangle(Brush, Rectangle) 0
M:System.Drawing.Graphics.Clear(System.Drawing.Color) System.Drawing Graphics Clear(Color) 0
M:System.Drawing.Graphics.IsVisible(System.Single,System.Single) System.Drawing Graphics IsVisible(Single, Single) 0
M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing Graphics IsVisible(Int32, Int32, Int32, Int32) 0
M:System.Drawing.Graphics.GetHalftonePalette System.Drawing Graphics GetHalftonePalette() 0
M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.RectangleF[]) System.Drawing Graphics DrawRectangles(Pen, RectangleF[]) 0
M:System.Drawing.Graphics.IsVisible(System.Drawing.Rectangle) System.Drawing Graphics IsVisible(Rectangle) 0
M:System.Drawing.Graphics.IsVisible(System.Drawing.PointF) System.Drawing Graphics IsVisible(PointF) 0
M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single) System.Drawing Graphics DrawArc(Pen, Rectangle, Single, Single) 0
M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF) System.Drawing Graphics DrawBezier(Pen, PointF, PointF, PointF, PointF) 0
M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing Graphics DrawRectangle(Pen, Int32, Int32, Int32, Int32) 0
M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode,System.Single) System.Drawing Graphics FillClosedCurve(Brush, Point[], FillMode, Single) 0
M:System.Drawing.Graphics.set_SmoothingMode(System.Drawing.Drawing2D.SmoothingMode) System.Drawing Graphics set_SmoothingMode(SmoothingMode) 0
M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size) System.Drawing Graphics CopyFromScreen(Point, Point, Size) 0
M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[]) System.Drawing Graphics DrawClosedCurve(Pen, Point[]) 0
M:System.Drawing.Graphics.get_DpiY System.Drawing Graphics get_DpiY() 0
M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[]) System.Drawing Graphics FillPolygon(Brush, PointF[]) 0
M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[]) System.Drawing Graphics DrawClosedCurve(Pen, PointF[]) 0
M:System.Drawing.Graphics.get_TextRenderingHint System.Drawing Graphics get_TextRenderingHint() 0
M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[]) System.Drawing Graphics DrawCurve(Pen, Point[]) 0
M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.Rectangle[]) System.Drawing Graphics DrawRectangles(Pen, Rectangle[]) 0
M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.Rectangle) System.Drawing Graphics DrawEllipse(Pen, Rectangle) 0
M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.Point[]) System.Drawing Graphics DrawLines(Pen, Point[]) 0
M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.RectangleF) System.Drawing Graphics FillRectangle(Brush, RectangleF) 0
M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Drawing.Rectangle) System.Drawing Graphics DrawIcon(Icon, Rectangle) 0
M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing Graphics FillPie(Brush, Int32, Int32, Int32, Int32, Int32, Int32) 0
M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Drawing.Rectangle) System.Drawing Graphics DrawRectangle(Pen, Rectangle) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics EnumerateMetafile(Metafile, PointF, RectangleF, GraphicsUnit, EnumerateMetafileProc, IntPtr, ImageAttributes) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics EnumerateMetafile(Metafile, Point, Rectangle, GraphicsUnit, EnumerateMetafileProc, IntPtr, ImageAttributes) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc) System.Drawing Graphics EnumerateMetafile(Metafile, Point[], Rectangle, GraphicsUnit, EnumerateMetafileProc) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) System.Drawing Graphics EnumerateMetafile(Metafile, PointF[], RectangleF, GraphicsUnit, EnumerateMetafileProc, IntPtr) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc) System.Drawing Graphics EnumerateMetafile(Metafile, PointF[], EnumerateMetafileProc) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc) System.Drawing Graphics EnumerateMetafile(Metafile, Rectangle, EnumerateMetafileProc) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc) System.Drawing Graphics EnumerateMetafile(Metafile, Rectangle, Rectangle, GraphicsUnit, EnumerateMetafileProc) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) System.Drawing Graphics EnumerateMetafile(Metafile, RectangleF, EnumerateMetafileProc, IntPtr) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics EnumerateMetafile(Metafile, RectangleF, RectangleF, GraphicsUnit, EnumerateMetafileProc, IntPtr, ImageAttributes) 0
M:System.Drawing.Graphics.set_Clip(System.Drawing.Region) System.Drawing Graphics set_Clip(Region) 0
M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32) System.Drawing Graphics MeasureString(String, Font, Int32) 0
M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing Graphics FillRectangle(Brush, Int32, Int32, Int32, Int32) 0
M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF) System.Drawing Graphics MeasureString(String, Font, SizeF) 0
M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.PointF[]) System.Drawing Graphics DrawBeziers(Pen, PointF[]) 0
M:System.Drawing.Graphics.get_RenderingOrigin System.Drawing Graphics get_RenderingOrigin() 0
M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.Rectangle) System.Drawing Graphics FillEllipse(Brush, Rectangle) 0
M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode) System.Drawing Graphics FillPolygon(Brush, Point[], FillMode) 0
M:System.Drawing.Graphics.get_SmoothingMode System.Drawing Graphics get_SmoothingMode() 0
M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single) System.Drawing Graphics FillRectangle(Brush, Single, Single, Single, Single) 0
M:System.Drawing.Graphics.FromHdc(System.IntPtr,System.IntPtr) System.Drawing Graphics FromHdc(IntPtr, IntPtr) 0
M:System.Drawing.Graphics.set_PageScale(System.Single) System.Drawing Graphics set_PageScale(Single) 0
M:System.Drawing.Graphics.set_PageUnit(System.Drawing.GraphicsUnit) System.Drawing Graphics set_PageUnit(GraphicsUnit) 0
M:System.Drawing.Graphics.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing Graphics RotateTransform(Single, MatrixOrder) 0
M:System.Drawing.Graphics.IntersectClip(System.Drawing.Region) System.Drawing Graphics IntersectClip(Region) 0
M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle,System.Drawing.Drawing2D.CombineMode) System.Drawing Graphics SetClip(Rectangle, CombineMode) 0
M:System.Drawing.Graphics.FromHwndInternal(System.IntPtr) System.Drawing Graphics FromHwndInternal(IntPtr) 0
M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.Rectangle[]) System.Drawing Graphics FillRectangles(Brush, Rectangle[]) 0
M:System.Drawing.Graphics.FromHdcInternal(System.IntPtr) System.Drawing Graphics FromHdcInternal(IntPtr) 0
M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Drawing.Rectangle,System.Single,System.Single) System.Drawing Graphics FillPie(Brush, Rectangle, Single, Single) 0
M:System.Drawing.Graphics.GetNearestColor(System.Drawing.Color) System.Drawing Graphics GetNearestColor(Color) 0
M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics) System.Drawing Graphics SetClip(Graphics) 0
M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point) System.Drawing Graphics DrawLine(Pen, Point, Point) 0
M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Point) System.Drawing Graphics DrawImageUnscaled(Image, Point) 0
M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.RectangleF[]) System.Drawing Graphics FillRectangles(Brush, RectangleF[]) 0
M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing Graphics ScaleTransform(Single, Single, MatrixOrder) 0
M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[]) System.Drawing Graphics FillClosedCurve(Brush, PointF[]) 0
M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) System.Drawing Graphics DrawArc(Pen, Single, Single, Single, Single, Single, Single) 0
M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single) System.Drawing Graphics DrawCurve(Pen, Point[], Single) 0
M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat) System.Drawing Graphics DrawString(String, Font, Brush, RectangleF, StringFormat) 0
M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath) System.Drawing Graphics SetClip(GraphicsPath) 0
M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat,System.Int32@,System.Int32@) System.Drawing Graphics MeasureString(String, Font, SizeF, StringFormat, Int32, Int32) 0
M:System.Drawing.Graphics.get_PageUnit System.Drawing Graphics get_PageUnit() 0
M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.RectangleF) System.Drawing Graphics DrawEllipse(Pen, RectangleF) 0
M:System.Drawing.Graphics.IntersectClip(System.Drawing.Rectangle) System.Drawing Graphics IntersectClip(Rectangle) 0
M:System.Drawing.Graphics.ReleaseHdcInternal(System.IntPtr) System.Drawing Graphics ReleaseHdcInternal(IntPtr) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) System.Drawing Graphics EnumerateMetafile(Metafile, Point, EnumerateMetafileProc, IntPtr) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics EnumerateMetafile(Metafile, PointF[], RectangleF, GraphicsUnit, EnumerateMetafileProc, IntPtr, ImageAttributes) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) System.Drawing Graphics EnumerateMetafile(Metafile, PointF, RectangleF, GraphicsUnit, EnumerateMetafileProc, IntPtr) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc) System.Drawing Graphics EnumerateMetafile(Metafile, PointF, RectangleF, GraphicsUnit, EnumerateMetafileProc) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics EnumerateMetafile(Metafile, Point[], Rectangle, GraphicsUnit, EnumerateMetafileProc, IntPtr, ImageAttributes) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics EnumerateMetafile(Metafile, Rectangle, EnumerateMetafileProc, IntPtr, ImageAttributes) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc) System.Drawing Graphics EnumerateMetafile(Metafile, RectangleF, EnumerateMetafileProc) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) System.Drawing Graphics EnumerateMetafile(Metafile, RectangleF, RectangleF, GraphicsUnit, EnumerateMetafileProc, IntPtr) 0
M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32) System.Drawing Graphics DrawCurve(Pen, PointF[], Int32, Int32) 0
M:System.Drawing.Graphics.DrawPath(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath) System.Drawing Graphics DrawPath(Pen, GraphicsPath) 0
M:System.Drawing.Graphics.FromHwnd(System.IntPtr) System.Drawing Graphics FromHwnd(IntPtr) 0
M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single) System.Drawing Graphics DrawString(String, Font, Brush, Single, Single) 0
M:System.Drawing.Graphics.Restore(System.Drawing.Drawing2D.GraphicsState) System.Drawing Graphics Restore(GraphicsState) 0
M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing Graphics DrawPie(Pen, Int32, Int32, Int32, Int32, Int32, Int32) 0
M:System.Drawing.Graphics.IsVisible(System.Single,System.Single,System.Single,System.Single) System.Drawing Graphics IsVisible(Single, Single, Single, Single) 0
M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Drawing.StringFormat) System.Drawing Graphics DrawString(String, Font, Brush, Single, Single, StringFormat) 0
M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32) System.Drawing Graphics IsVisible(Int32, Int32) 0
M:System.Drawing.Graphics.Flush(System.Drawing.Drawing2D.FlushIntention) System.Drawing Graphics Flush(FlushIntention) 0
M:System.Drawing.Graphics.IsVisible(System.Drawing.RectangleF) System.Drawing Graphics IsVisible(RectangleF) 0
M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode,System.Single) System.Drawing Graphics FillClosedCurve(Brush, PointF[], FillMode, Single) 0
M:System.Drawing.Graphics.IsVisible(System.Drawing.Point) System.Drawing Graphics IsVisible(Point) 0
M:System.Drawing.Graphics.SetClip(System.Drawing.Region,System.Drawing.Drawing2D.CombineMode) System.Drawing Graphics SetClip(Region, CombineMode) 0
M:System.Drawing.Graphics.Flush System.Drawing Graphics Flush() 0
M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size) System.Drawing Graphics CopyFromScreen(Int32, Int32, Int32, Int32, Size) 0
M:System.Drawing.Graphics.get_ClipBounds System.Drawing Graphics get_ClipBounds() 0
M:System.Drawing.Graphics.ReleaseHdc(System.IntPtr) System.Drawing Graphics ReleaseHdc(IntPtr) 0
M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size,System.Drawing.CopyPixelOperation) System.Drawing Graphics CopyFromScreen(Int32, Int32, Int32, Int32, Size, CopyPixelOperation) 0
M:System.Drawing.Graphics.set_TextRenderingHint(System.Drawing.Text.TextRenderingHint) System.Drawing Graphics set_TextRenderingHint(TextRenderingHint) 0
M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF) System.Drawing Graphics DrawLine(Pen, PointF, PointF) 0
M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF) System.Drawing Graphics DrawString(String, Font, Brush, PointF) 0
M:System.Drawing.Graphics.get_InterpolationMode System.Drawing Graphics get_InterpolationMode() 0
M:System.Drawing.Graphics.set_Transform(System.Drawing.Drawing2D.Matrix) System.Drawing Graphics set_Transform(Matrix) 0
M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.PointF,System.Drawing.StringFormat) System.Drawing Graphics MeasureString(String, Font, PointF, StringFormat) 0
M:System.Drawing.Graphics.get_CompositingQuality System.Drawing Graphics get_CompositingQuality() 0
M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode) System.Drawing Graphics FillPolygon(Brush, PointF[], FillMode) 0
M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32,System.Single) System.Drawing Graphics DrawCurve(Pen, PointF[], Int32, Int32, Single) 0
M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat) System.Drawing Graphics DrawString(String, Font, Brush, PointF, StringFormat) 0
M:System.Drawing.Graphics.set_TextContrast(System.Int32) System.Drawing Graphics set_TextContrast(Int32) 0
M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Point[]) System.Drawing Graphics TransformPoints(CoordinateSpace, CoordinateSpace, Point[]) 0
M:System.Drawing.Graphics.ResetTransform System.Drawing Graphics ResetTransform() 0
M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle) System.Drawing Graphics SetClip(Rectangle) 0
M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF) System.Drawing Graphics DrawString(String, Font, Brush, RectangleF) 0
M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder) System.Drawing Graphics MultiplyTransform(Matrix, MatrixOrder) 0
M:System.Drawing.Graphics.set_InterpolationMode(System.Drawing.Drawing2D.InterpolationMode) System.Drawing Graphics set_InterpolationMode(InterpolationMode) 0
M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing Graphics TranslateTransform(Single, Single, MatrixOrder) 0
M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single) System.Drawing Graphics ScaleTransform(Single, Single) 0
M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode) System.Drawing Graphics FillClosedCurve(Brush, Point[], FillMode) 0
M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Region) System.Drawing Graphics ExcludeClip(Region) 0
M:System.Drawing.Graphics.BeginContainer System.Drawing Graphics BeginContainer() 0
M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[]) System.Drawing Graphics DrawCurve(Pen, PointF[]) 0
M:System.Drawing.Graphics.GetContextInfo System.Drawing Graphics GetContextInfo() 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics EnumerateMetafile(Metafile, Point[], EnumerateMetafileProc, IntPtr, ImageAttributes) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) System.Drawing Graphics EnumerateMetafile(Metafile, PointF, EnumerateMetafileProc, IntPtr) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc) System.Drawing Graphics EnumerateMetafile(Metafile, Point, EnumerateMetafileProc) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics EnumerateMetafile(Metafile, Point, EnumerateMetafileProc, IntPtr, ImageAttributes) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc) System.Drawing Graphics EnumerateMetafile(Metafile, PointF[], RectangleF, GraphicsUnit, EnumerateMetafileProc) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) System.Drawing Graphics EnumerateMetafile(Metafile, Rectangle, EnumerateMetafileProc, IntPtr) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) System.Drawing Graphics EnumerateMetafile(Metafile, Rectangle, Rectangle, GraphicsUnit, EnumerateMetafileProc, IntPtr) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics EnumerateMetafile(Metafile, RectangleF, EnumerateMetafileProc, IntPtr, ImageAttributes) 0
M:System.Drawing.Graphics.FromHdc(System.IntPtr) System.Drawing Graphics FromHdc(IntPtr) 0
M:System.Drawing.Graphics.ResetClip System.Drawing Graphics ResetClip() 0
M:System.Drawing.Graphics.get_Transform System.Drawing Graphics get_Transform() 0
M:System.Drawing.Graphics.get_IsClipEmpty System.Drawing Graphics get_IsClipEmpty() 0
M:System.Drawing.Graphics.DrawIconUnstretched(System.Drawing.Icon,System.Drawing.Rectangle) System.Drawing Graphics DrawIconUnstretched(Icon, Rectangle) 0
M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single,System.Drawing.Drawing2D.FillMode) System.Drawing Graphics DrawClosedCurve(Pen, Point[], Single, FillMode) 0
M:System.Drawing.Graphics.get_IsVisibleClipEmpty System.Drawing Graphics get_IsVisibleClipEmpty() 0
M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32,System.Drawing.StringFormat) System.Drawing Graphics MeasureString(String, Font, Int32, StringFormat) 0
M:System.Drawing.Graphics.BeginContainer(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit) System.Drawing Graphics BeginContainer(Rectangle, Rectangle, GraphicsUnit) 0
M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single,System.Drawing.Drawing2D.FillMode) System.Drawing Graphics DrawClosedCurve(Pen, PointF[], Single, FillMode) 0
M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single) System.Drawing Graphics FillEllipse(Brush, Single, Single, Single, Single) 0
M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32) System.Drawing Graphics DrawImageUnscaled(Image, Int32, Int32) 0
M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) System.Drawing Graphics DrawBezier(Pen, Single, Single, Single, Single, Single, Single, Single, Single) 0
M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing Graphics DrawImageUnscaled(Image, Int32, Int32, Int32, Int32) 0
M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.PointF[]) System.Drawing Graphics DrawLines(Pen, PointF[]) 0
M:System.Drawing.Graphics.GetHdc System.Drawing Graphics GetHdc() 0
M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single) System.Drawing Graphics DrawLine(Pen, Single, Single, Single, Single) 0
M:System.Drawing.Graphics.MeasureCharacterRanges(System.String,System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat) System.Drawing Graphics MeasureCharacterRanges(String, Font, RectangleF, StringFormat) 0
M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing Graphics FillEllipse(Brush, Int32, Int32, Int32, Int32) 0
M:System.Drawing.Graphics.DrawImageUnscaledAndClipped(System.Drawing.Image,System.Drawing.Rectangle) System.Drawing Graphics DrawImageUnscaledAndClipped(Image, Rectangle) 0
M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Int32,System.Int32,System.Single) System.Drawing Graphics DrawCurve(Pen, Point[], Int32, Int32, Single) 0
M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix) System.Drawing Graphics MultiplyTransform(Matrix) 0
M:System.Drawing.Graphics.BeginContainer(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit) System.Drawing Graphics BeginContainer(RectangleF, RectangleF, GraphicsUnit) 0
M:System.Drawing.Graphics.get_Clip System.Drawing Graphics get_Clip() 0
M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.PointF[]) System.Drawing Graphics TransformPoints(CoordinateSpace, CoordinateSpace, PointF[]) 0
M:System.Drawing.Graphics.FillPath(System.Drawing.Brush,System.Drawing.Drawing2D.GraphicsPath) System.Drawing Graphics FillPath(Brush, GraphicsPath) 0
M:System.Drawing.Graphics.get_PixelOffsetMode System.Drawing Graphics get_PixelOffsetMode() 0
M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF,System.Drawing.Drawing2D.CombineMode) System.Drawing Graphics SetClip(RectangleF, CombineMode) 0
M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.RectangleF) System.Drawing Graphics FillEllipse(Brush, RectangleF) 0
M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.Point[]) System.Drawing Graphics DrawBeziers(Pen, Point[]) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort) System.Drawing Graphics DrawImage(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes, DrawImageAbort) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics DrawImage(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit) System.Drawing Graphics DrawImage(Image, PointF[], RectangleF, GraphicsUnit) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[]) System.Drawing Graphics DrawImage(Image, PointF[]) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF) System.Drawing Graphics DrawImage(Image, PointF) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point) System.Drawing Graphics DrawImage(Image, Point) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32) System.Drawing Graphics DrawImage(Image, PointF[], RectangleF, GraphicsUnit, ImageAttributes, DrawImageAbort, Int32) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[]) System.Drawing Graphics DrawImage(Image, Point[]) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit) System.Drawing Graphics DrawImage(Image, Point[], Rectangle, GraphicsUnit) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort) System.Drawing Graphics DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes, DrawImageAbort) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32) System.Drawing Graphics DrawImage(Image, Point[], Rectangle, GraphicsUnit, ImageAttributes, DrawImageAbort, Int32) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle) System.Drawing Graphics DrawImage(Image, Rectangle) 0
M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing Graphics DrawEllipse(Pen, Int32, Int32, Int32, Int32) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit) System.Drawing Graphics DrawImage(Image, Rectangle, Rectangle, GraphicsUnit) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit) System.Drawing Graphics DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort) System.Drawing Graphics DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes, DrawImageAbort) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr) System.Drawing Graphics DrawImage(Image, Rectangle, Int32, Int32, Int32, Int32, GraphicsUnit, ImageAttributes, DrawImageAbort, IntPtr) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit) System.Drawing Graphics DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort) System.Drawing Graphics DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes, DrawImageAbort) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr) System.Drawing Graphics DrawImage(Image, Rectangle, Single, Single, Single, Single, GraphicsUnit, ImageAttributes, DrawImageAbort, IntPtr) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF) System.Drawing Graphics DrawImage(Image, RectangleF) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes) System.Drawing Graphics EnumerateMetafile(Metafile, PointF, EnumerateMetafileProc, IntPtr, ImageAttributes) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) System.Drawing Graphics EnumerateMetafile(Metafile, Point, Rectangle, GraphicsUnit, EnumerateMetafileProc, IntPtr) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) System.Drawing Graphics EnumerateMetafile(Metafile, Point[], EnumerateMetafileProc, IntPtr) 0
M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr) System.Drawing Graphics EnumerateMetafile(Metafile, PointF[], EnumerateMetafileProc, IntPtr) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit) System.Drawing Graphics DrawImage(Image, RectangleF, RectangleF, GraphicsUnit) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32) System.Drawing Graphics DrawImage(Image, Int32, Int32) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.GraphicsUnit) System.Drawing Graphics DrawImage(Image, Int32, Int32, Rectangle, GraphicsUnit) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing Graphics DrawImage(Image, Int32, Int32, Int32, Int32) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single) System.Drawing Graphics DrawImage(Image, Single, Single) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.GraphicsUnit) System.Drawing Graphics DrawImage(Image, Single, Single, RectangleF, GraphicsUnit) 0
M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Single,System.Single) System.Drawing Graphics DrawImage(Image, Single, Single, Single, Single) 0
M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size,System.Drawing.CopyPixelOperation) System.Drawing Graphics CopyFromScreen(Point, Point, Size, CopyPixelOperation) 0
M:System.Drawing.Graphics.get_DpiX System.Drawing Graphics get_DpiX() 0
M:System.Drawing.Graphics.get_TextContrast System.Drawing Graphics get_TextContrast() 0
M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.CombineMode) System.Drawing Graphics SetClip(GraphicsPath, CombineMode) 0
M:System.Drawing.Graphics.Dispose System.Drawing Graphics Dispose() 0
M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Int32,System.Int32) System.Drawing Graphics DrawIcon(Icon, Int32, Int32) 0
M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single) System.Drawing Graphics DrawRectangle(Pen, Single, Single, Single, Single) 0
M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[]) System.Drawing Graphics FillPolygon(Brush, Point[]) 0
M:System.Drawing.Graphics.EndContainer(System.Drawing.Drawing2D.GraphicsContainer) System.Drawing Graphics EndContainer(GraphicsContainer) 0
M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode) System.Drawing Graphics FillClosedCurve(Brush, PointF[], FillMode) 0
M:System.Drawing.Graphics.ReleaseHdc System.Drawing Graphics ReleaseHdc() 0
M:System.Drawing.Graphics.set_CompositingQuality(System.Drawing.Drawing2D.CompositingQuality) System.Drawing Graphics set_CompositingQuality(CompositingQuality) 0
M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single) System.Drawing Graphics DrawArc(Pen, RectangleF, Single, Single) 0
M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single) System.Drawing Graphics DrawPie(Pen, RectangleF, Single, Single) 0
M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Rectangle) System.Drawing Graphics ExcludeClip(Rectangle) 0
M:System.Drawing.Graphics.IntersectClip(System.Drawing.RectangleF) System.Drawing Graphics IntersectClip(RectangleF) 0
M:System.Drawing.Graphics.FromImage(System.Drawing.Image) System.Drawing Graphics FromImage(Image) 0
M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) System.Drawing Graphics DrawPie(Pen, Single, Single, Single, Single, Single, Single) 0
M:System.Drawing.Graphics.Save System.Drawing Graphics Save() 0
M:System.Drawing.Icon.get_Size System.Drawing Icon get_Size() 0
M:System.Drawing.Icon.get_Height System.Drawing Icon get_Height() 0
M:System.Drawing.Icon.#ctor(System.String,System.Int32,System.Int32) System.Drawing Icon .ctor(String, Int32, Int32) 0
M:System.Drawing.Icon.Dispose System.Drawing Icon Dispose() 0
M:System.Drawing.Icon.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Drawing Icon System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Drawing.Icon.ToBitmap System.Drawing Icon ToBitmap() 0
M:System.Drawing.Icon.#ctor(System.String,System.Drawing.Size) System.Drawing Icon .ctor(String, Size) 0
M:System.Drawing.Icon.#ctor(System.IO.Stream) System.Drawing Icon .ctor(Stream) 0
M:System.Drawing.Icon.#ctor(System.String) System.Drawing Icon .ctor(String) 0
M:System.Drawing.Icon.ExtractAssociatedIcon(System.String) System.Drawing Icon ExtractAssociatedIcon(String) 0
M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Int32,System.Int32) System.Drawing Icon .ctor(Stream, Int32, Int32) 0
M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Drawing.Size) System.Drawing Icon .ctor(Stream, Size) 0
M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Drawing.Size) System.Drawing Icon .ctor(Icon, Size) 0
M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Int32,System.Int32) System.Drawing Icon .ctor(Icon, Int32, Int32) 0
M:System.Drawing.Icon.get_Handle System.Drawing Icon get_Handle() 0
M:System.Drawing.Icon.ToString System.Drawing Icon ToString() 0
M:System.Drawing.Icon.get_Width System.Drawing Icon get_Width() 0
M:System.Drawing.Icon.#ctor(System.Type,System.String) System.Drawing Icon .ctor(Type, String) 0
M:System.Drawing.Icon.Clone System.Drawing Icon Clone() 0
M:System.Drawing.Icon.FromHandle(System.IntPtr) System.Drawing Icon FromHandle(IntPtr) 0
M:System.Drawing.Icon.Save(System.IO.Stream) System.Drawing Icon Save(Stream) 0
M:System.Drawing.Image.get_Palette System.Drawing Image get_Palette() 0
M:System.Drawing.Image.get_HorizontalResolution System.Drawing Image get_HorizontalResolution() 0
M:System.Drawing.Image.get_Flags System.Drawing Image get_Flags() 0
M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean,System.Boolean) System.Drawing Image FromStream(Stream, Boolean, Boolean) 0
M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters) System.Drawing Image Save(String, ImageCodecInfo, EncoderParameters) 0
M:System.Drawing.Image.Finalize System.Drawing Image Finalize() 0
M:System.Drawing.Image.Dispose(System.Boolean) System.Drawing Image Dispose(Boolean) 0
M:System.Drawing.Image.RemovePropertyItem(System.Int32) System.Drawing Image RemovePropertyItem(Int32) 0
M:System.Drawing.Image.FromHbitmap(System.IntPtr) System.Drawing Image FromHbitmap(IntPtr) 0
M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean) System.Drawing Image FromStream(Stream, Boolean) 0
M:System.Drawing.Image.get_Height System.Drawing Image get_Height() 0
M:System.Drawing.Image.IsAlphaPixelFormat(System.Drawing.Imaging.PixelFormat) System.Drawing Image IsAlphaPixelFormat(PixelFormat) 0
M:System.Drawing.Image.SaveAdd(System.Drawing.Image,System.Drawing.Imaging.EncoderParameters) System.Drawing Image SaveAdd(Image, EncoderParameters) 0
M:System.Drawing.Image.GetPropertyItem(System.Int32) System.Drawing Image GetPropertyItem(Int32) 0
M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters) System.Drawing Image Save(Stream, ImageCodecInfo, EncoderParameters) 0
M:System.Drawing.Image.IsCanonicalPixelFormat(System.Drawing.Imaging.PixelFormat) System.Drawing Image IsCanonicalPixelFormat(PixelFormat) 0
M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageFormat) System.Drawing Image Save(Stream, ImageFormat) 0
M:System.Drawing.Image.GetEncoderParameterList(System.Guid) System.Drawing Image GetEncoderParameterList(Guid) 0
M:System.Drawing.Image.FromFile(System.String,System.Boolean) System.Drawing Image FromFile(String, Boolean) 0
M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageFormat) System.Drawing Image Save(String, ImageFormat) 0
M:System.Drawing.Image.set_Palette(System.Drawing.Imaging.ColorPalette) System.Drawing Image set_Palette(ColorPalette) 0
M:System.Drawing.Image.get_RawFormat System.Drawing Image get_RawFormat() 0
M:System.Drawing.Image.GetThumbnailImage(System.Int32,System.Int32,System.Drawing.Image.GetThumbnailImageAbort,System.IntPtr) System.Drawing Image GetThumbnailImage(Int32, Int32, GetThumbnailImageAbort, IntPtr) 0
M:System.Drawing.Image.FromHbitmap(System.IntPtr,System.IntPtr) System.Drawing Image FromHbitmap(IntPtr, IntPtr) 0
M:System.Drawing.Image.SelectActiveFrame(System.Drawing.Imaging.FrameDimension,System.Int32) System.Drawing Image SelectActiveFrame(FrameDimension, Int32) 0
M:System.Drawing.Image.FromFile(System.String) System.Drawing Image FromFile(String) 0
M:System.Drawing.Image.get_Width System.Drawing Image get_Width() 0
M:System.Drawing.Image.SetPropertyItem(System.Drawing.Imaging.PropertyItem) System.Drawing Image SetPropertyItem(PropertyItem) 0
M:System.Drawing.Image.GetFrameCount(System.Drawing.Imaging.FrameDimension) System.Drawing Image GetFrameCount(FrameDimension) 0
M:System.Drawing.Image.Dispose System.Drawing Image Dispose() 0
M:System.Drawing.Image.Save(System.String) System.Drawing Image Save(String) 0
M:System.Drawing.Image.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Drawing Image System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Drawing.Image.set_Tag(System.Object) System.Drawing Image set_Tag(Object) 0
M:System.Drawing.Image.FromStream(System.IO.Stream) System.Drawing Image FromStream(Stream) 0
M:System.Drawing.Image.get_PropertyItems System.Drawing Image get_PropertyItems() 0
M:System.Drawing.Image.get_PixelFormat System.Drawing Image get_PixelFormat() 0
M:System.Drawing.Image.get_Tag System.Drawing Image get_Tag() 0
M:System.Drawing.Image.get_PhysicalDimension System.Drawing Image get_PhysicalDimension() 0
M:System.Drawing.Image.IsExtendedPixelFormat(System.Drawing.Imaging.PixelFormat) System.Drawing Image IsExtendedPixelFormat(PixelFormat) 0
M:System.Drawing.Image.get_Size System.Drawing Image get_Size() 0
M:System.Drawing.Image.get_PropertyIdList System.Drawing Image get_PropertyIdList() 0
M:System.Drawing.Image.get_FrameDimensionsList System.Drawing Image get_FrameDimensionsList() 0
M:System.Drawing.Image.GetPixelFormatSize(System.Drawing.Imaging.PixelFormat) System.Drawing Image GetPixelFormatSize(PixelFormat) 0
M:System.Drawing.Image.SaveAdd(System.Drawing.Imaging.EncoderParameters) System.Drawing Image SaveAdd(EncoderParameters) 0
M:System.Drawing.Image.get_VerticalResolution System.Drawing Image get_VerticalResolution() 0
M:System.Drawing.Image.GetBounds(System.Drawing.GraphicsUnit@) System.Drawing Image GetBounds(GraphicsUnit) 0
M:System.Drawing.Image.Clone System.Drawing Image Clone() 0
M:System.Drawing.Image.RotateFlip(System.Drawing.RotateFlipType) System.Drawing Image RotateFlip(RotateFlipType) 0
M:System.Drawing.ImageAnimator.UpdateFrames System.Drawing ImageAnimator UpdateFrames() 0
M:System.Drawing.ImageAnimator.UpdateFrames(System.Drawing.Image) System.Drawing ImageAnimator UpdateFrames(Image) 0
M:System.Drawing.ImageAnimator.CanAnimate(System.Drawing.Image) System.Drawing ImageAnimator CanAnimate(Image) 0
M:System.Drawing.ImageAnimator.StopAnimate(System.Drawing.Image,System.EventHandler) System.Drawing ImageAnimator StopAnimate(Image, EventHandler) 0
M:System.Drawing.ImageAnimator.Animate(System.Drawing.Image,System.EventHandler) System.Drawing ImageAnimator Animate(Image, EventHandler) 0
M:System.Drawing.Pen.set_Brush(System.Drawing.Brush) System.Drawing Pen set_Brush(Brush) 0
M:System.Drawing.Pen.get_DashStyle System.Drawing Pen get_DashStyle() 0
M:System.Drawing.Pen.get_MiterLimit System.Drawing Pen get_MiterLimit() 0
M:System.Drawing.Pen.get_LineJoin System.Drawing Pen get_LineJoin() 0
M:System.Drawing.Pen.get_CompoundArray System.Drawing Pen get_CompoundArray() 0
M:System.Drawing.Pen.get_EndCap System.Drawing Pen get_EndCap() 0
M:System.Drawing.Pen.set_DashPattern(System.Single[]) System.Drawing Pen set_DashPattern(Single[]) 0
M:System.Drawing.Pen.set_Transform(System.Drawing.Drawing2D.Matrix) System.Drawing Pen set_Transform(Matrix) 0
M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single) System.Drawing Pen TranslateTransform(Single, Single) 0
M:System.Drawing.Pen.set_MiterLimit(System.Single) System.Drawing Pen set_MiterLimit(Single) 0
M:System.Drawing.Pen.set_Alignment(System.Drawing.Drawing2D.PenAlignment) System.Drawing Pen set_Alignment(PenAlignment) 0
M:System.Drawing.Pen.ResetTransform System.Drawing Pen ResetTransform() 0
M:System.Drawing.Pen.set_StartCap(System.Drawing.Drawing2D.LineCap) System.Drawing Pen set_StartCap(LineCap) 0
M:System.Drawing.Pen.set_DashCap(System.Drawing.Drawing2D.DashCap) System.Drawing Pen set_DashCap(DashCap) 0
M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder) System.Drawing Pen MultiplyTransform(Matrix, MatrixOrder) 0
M:System.Drawing.Pen.set_LineJoin(System.Drawing.Drawing2D.LineJoin) System.Drawing Pen set_LineJoin(LineJoin) 0
M:System.Drawing.Pen.set_EndCap(System.Drawing.Drawing2D.LineCap) System.Drawing Pen set_EndCap(LineCap) 0
M:System.Drawing.Pen.get_Alignment System.Drawing Pen get_Alignment() 0
M:System.Drawing.Pen.get_DashCap System.Drawing Pen get_DashCap() 0
M:System.Drawing.Pen.get_Width System.Drawing Pen get_Width() 0
M:System.Drawing.Pen.set_DashStyle(System.Drawing.Drawing2D.DashStyle) System.Drawing Pen set_DashStyle(DashStyle) 0
M:System.Drawing.Pen.set_Width(System.Single) System.Drawing Pen set_Width(Single) 0
M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single) System.Drawing Pen ScaleTransform(Single, Single) 0
M:System.Drawing.Pen.get_DashOffset System.Drawing Pen get_DashOffset() 0
M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing Pen ScaleTransform(Single, Single, MatrixOrder) 0
M:System.Drawing.Pen.Dispose System.Drawing Pen Dispose() 0
M:System.Drawing.Pen.get_PenType System.Drawing Pen get_PenType() 0
M:System.Drawing.Pen.RotateTransform(System.Single) System.Drawing Pen RotateTransform(Single) 0
M:System.Drawing.Pen.get_Color System.Drawing Pen get_Color() 0
M:System.Drawing.Pen.get_Brush System.Drawing Pen get_Brush() 0
M:System.Drawing.Pen.set_DashOffset(System.Single) System.Drawing Pen set_DashOffset(Single) 0
M:System.Drawing.Pen.set_CustomEndCap(System.Drawing.Drawing2D.CustomLineCap) System.Drawing Pen set_CustomEndCap(CustomLineCap) 0
M:System.Drawing.Pen.get_CustomStartCap System.Drawing Pen get_CustomStartCap() 0
M:System.Drawing.Pen.get_DashPattern System.Drawing Pen get_DashPattern() 0
M:System.Drawing.Pen.get_Transform System.Drawing Pen get_Transform() 0
M:System.Drawing.Pen.#ctor(System.Drawing.Brush) System.Drawing Pen .ctor(Brush) 0
M:System.Drawing.Pen.get_CustomEndCap System.Drawing Pen get_CustomEndCap() 0
M:System.Drawing.Pen.#ctor(System.Drawing.Brush,System.Single) System.Drawing Pen .ctor(Brush, Single) 0
M:System.Drawing.Pen.set_CompoundArray(System.Single[]) System.Drawing Pen set_CompoundArray(Single[]) 0
M:System.Drawing.Pen.get_StartCap System.Drawing Pen get_StartCap() 0
M:System.Drawing.Pen.set_Color(System.Drawing.Color) System.Drawing Pen set_Color(Color) 0
M:System.Drawing.Pen.#ctor(System.Drawing.Color) System.Drawing Pen .ctor(Color) 0
M:System.Drawing.Pen.SetLineCap(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.DashCap) System.Drawing Pen SetLineCap(LineCap, LineCap, DashCap) 0
M:System.Drawing.Pen.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing Pen RotateTransform(Single, MatrixOrder) 0
M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing Pen TranslateTransform(Single, Single, MatrixOrder) 0
M:System.Drawing.Pen.set_CustomStartCap(System.Drawing.Drawing2D.CustomLineCap) System.Drawing Pen set_CustomStartCap(CustomLineCap) 0
M:System.Drawing.Pen.#ctor(System.Drawing.Color,System.Single) System.Drawing Pen .ctor(Color, Single) 0
M:System.Drawing.Pen.Clone System.Drawing Pen Clone() 0
M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix) System.Drawing Pen MultiplyTransform(Matrix) 0
M:System.Drawing.Pens.get_DarkSeaGreen System.Drawing Pens get_DarkSeaGreen() 0
M:System.Drawing.Pens.get_Brown System.Drawing Pens get_Brown() 0
M:System.Drawing.Pens.get_DarkViolet System.Drawing Pens get_DarkViolet() 0
M:System.Drawing.Pens.get_AntiqueWhite System.Drawing Pens get_AntiqueWhite() 0
M:System.Drawing.Pens.get_Blue System.Drawing Pens get_Blue() 0
M:System.Drawing.Pens.get_Orange System.Drawing Pens get_Orange() 0
M:System.Drawing.Pens.get_Pink System.Drawing Pens get_Pink() 0
M:System.Drawing.Pens.get_Salmon System.Drawing Pens get_Salmon() 0
M:System.Drawing.Pens.get_Coral System.Drawing Pens get_Coral() 0
M:System.Drawing.Pens.get_Yellow System.Drawing Pens get_Yellow() 0
M:System.Drawing.Pens.get_Red System.Drawing Pens get_Red() 0
M:System.Drawing.Pens.get_LightGoldenrodYellow System.Drawing Pens get_LightGoldenrodYellow() 0
M:System.Drawing.Pens.get_SlateBlue System.Drawing Pens get_SlateBlue() 0
M:System.Drawing.Pens.get_LavenderBlush System.Drawing Pens get_LavenderBlush() 0
M:System.Drawing.Pens.get_Khaki System.Drawing Pens get_Khaki() 0
M:System.Drawing.Pens.get_Indigo System.Drawing Pens get_Indigo() 0
M:System.Drawing.Pens.get_LightCyan System.Drawing Pens get_LightCyan() 0
M:System.Drawing.Pens.get_IndianRed System.Drawing Pens get_IndianRed() 0
M:System.Drawing.Pens.get_Aquamarine System.Drawing Pens get_Aquamarine() 0
M:System.Drawing.Pens.get_DimGray System.Drawing Pens get_DimGray() 0
M:System.Drawing.Pens.get_Thistle System.Drawing Pens get_Thistle() 0
M:System.Drawing.Pens.get_Plum System.Drawing Pens get_Plum() 0
M:System.Drawing.Pens.get_DodgerBlue System.Drawing Pens get_DodgerBlue() 0
M:System.Drawing.Pens.get_Cornsilk System.Drawing Pens get_Cornsilk() 0
M:System.Drawing.Pens.get_DarkGoldenrod System.Drawing Pens get_DarkGoldenrod() 0
M:System.Drawing.Pens.get_RosyBrown System.Drawing Pens get_RosyBrown() 0
M:System.Drawing.Pens.get_SpringGreen System.Drawing Pens get_SpringGreen() 0
M:System.Drawing.Pens.get_DeepPink System.Drawing Pens get_DeepPink() 0
M:System.Drawing.Pens.get_LightSteelBlue System.Drawing Pens get_LightSteelBlue() 0
M:System.Drawing.Pens.get_DarkRed System.Drawing Pens get_DarkRed() 0
M:System.Drawing.Pens.get_DarkOrange System.Drawing Pens get_DarkOrange() 0
M:System.Drawing.Pens.get_MediumVioletRed System.Drawing Pens get_MediumVioletRed() 0
M:System.Drawing.Pens.get_PowderBlue System.Drawing Pens get_PowderBlue() 0
M:System.Drawing.Pens.get_MediumSlateBlue System.Drawing Pens get_MediumSlateBlue() 0
M:System.Drawing.Pens.get_Transparent System.Drawing Pens get_Transparent() 0
M:System.Drawing.Pens.get_BlueViolet System.Drawing Pens get_BlueViolet() 0
M:System.Drawing.Pens.get_RoyalBlue System.Drawing Pens get_RoyalBlue() 0
M:System.Drawing.Pens.get_Gray System.Drawing Pens get_Gray() 0
M:System.Drawing.Pens.get_LightGray System.Drawing Pens get_LightGray() 0
M:System.Drawing.Pens.get_Aqua System.Drawing Pens get_Aqua() 0
M:System.Drawing.Pens.get_Turquoise System.Drawing Pens get_Turquoise() 0
M:System.Drawing.Pens.get_Tan System.Drawing Pens get_Tan() 0
M:System.Drawing.Pens.get_SlateGray System.Drawing Pens get_SlateGray() 0
M:System.Drawing.Pens.get_DarkCyan System.Drawing Pens get_DarkCyan() 0
M:System.Drawing.Pens.get_BurlyWood System.Drawing Pens get_BurlyWood() 0
M:System.Drawing.Pens.get_LemonChiffon System.Drawing Pens get_LemonChiffon() 0
M:System.Drawing.Pens.get_PapayaWhip System.Drawing Pens get_PapayaWhip() 0
M:System.Drawing.Pens.get_Gainsboro System.Drawing Pens get_Gainsboro() 0
M:System.Drawing.Pens.get_Orchid System.Drawing Pens get_Orchid() 0
M:System.Drawing.Pens.get_MidnightBlue System.Drawing Pens get_MidnightBlue() 0
M:System.Drawing.Pens.get_PaleVioletRed System.Drawing Pens get_PaleVioletRed() 0
M:System.Drawing.Pens.get_MediumOrchid System.Drawing Pens get_MediumOrchid() 0
M:System.Drawing.Pens.get_MintCream System.Drawing Pens get_MintCream() 0
M:System.Drawing.Pens.get_OrangeRed System.Drawing Pens get_OrangeRed() 0
M:System.Drawing.Pens.get_DarkBlue System.Drawing Pens get_DarkBlue() 0
M:System.Drawing.Pens.get_DarkSlateBlue System.Drawing Pens get_DarkSlateBlue() 0
M:System.Drawing.Pens.get_Chocolate System.Drawing Pens get_Chocolate() 0
M:System.Drawing.Pens.get_LightBlue System.Drawing Pens get_LightBlue() 0
M:System.Drawing.Pens.get_DarkOrchid System.Drawing Pens get_DarkOrchid() 0
M:System.Drawing.Pens.get_Beige System.Drawing Pens get_Beige() 0
M:System.Drawing.Pens.get_PaleGoldenrod System.Drawing Pens get_PaleGoldenrod() 0
M:System.Drawing.Pens.get_Cyan System.Drawing Pens get_Cyan() 0
M:System.Drawing.Pens.get_Gold System.Drawing Pens get_Gold() 0
M:System.Drawing.Pens.get_Magenta System.Drawing Pens get_Magenta() 0
M:System.Drawing.Pens.get_GhostWhite System.Drawing Pens get_GhostWhite() 0
M:System.Drawing.Pens.get_Bisque System.Drawing Pens get_Bisque() 0
M:System.Drawing.Pens.get_OldLace System.Drawing Pens get_OldLace() 0
M:System.Drawing.Pens.get_AliceBlue System.Drawing Pens get_AliceBlue() 0
M:System.Drawing.Pens.get_Linen System.Drawing Pens get_Linen() 0
M:System.Drawing.Pens.get_MediumBlue System.Drawing Pens get_MediumBlue() 0
M:System.Drawing.Pens.get_LightSalmon System.Drawing Pens get_LightSalmon() 0
M:System.Drawing.Pens.get_SaddleBrown System.Drawing Pens get_SaddleBrown() 0
M:System.Drawing.Pens.get_Snow System.Drawing Pens get_Snow() 0
M:System.Drawing.Pens.get_HotPink System.Drawing Pens get_HotPink() 0
M:System.Drawing.Pens.get_PeachPuff System.Drawing Pens get_PeachPuff() 0
M:System.Drawing.Pens.get_GreenYellow System.Drawing Pens get_GreenYellow() 0
M:System.Drawing.Pens.get_WhiteSmoke System.Drawing Pens get_WhiteSmoke() 0
M:System.Drawing.Pens.get_SandyBrown System.Drawing Pens get_SandyBrown() 0
M:System.Drawing.Pens.get_SeaShell System.Drawing Pens get_SeaShell() 0
M:System.Drawing.Pens.get_DarkSalmon System.Drawing Pens get_DarkSalmon() 0
M:System.Drawing.Pens.get_LightCoral System.Drawing Pens get_LightCoral() 0
M:System.Drawing.Pens.get_NavajoWhite System.Drawing Pens get_NavajoWhite() 0
M:System.Drawing.Pens.get_LawnGreen System.Drawing Pens get_LawnGreen() 0
M:System.Drawing.Pens.get_LightSeaGreen System.Drawing Pens get_LightSeaGreen() 0
M:System.Drawing.Pens.get_Silver System.Drawing Pens get_Silver() 0
M:System.Drawing.Pens.get_SteelBlue System.Drawing Pens get_SteelBlue() 0
M:System.Drawing.Pens.get_Purple System.Drawing Pens get_Purple() 0
M:System.Drawing.Pens.get_Wheat System.Drawing Pens get_Wheat() 0
M:System.Drawing.Pens.get_DarkKhaki System.Drawing Pens get_DarkKhaki() 0
M:System.Drawing.Pens.get_CornflowerBlue System.Drawing Pens get_CornflowerBlue() 0
M:System.Drawing.Pens.get_Fuchsia System.Drawing Pens get_Fuchsia() 0
M:System.Drawing.Pens.get_CadetBlue System.Drawing Pens get_CadetBlue() 0
M:System.Drawing.Pens.get_MediumSeaGreen System.Drawing Pens get_MediumSeaGreen() 0
M:System.Drawing.Pens.get_PaleTurquoise System.Drawing Pens get_PaleTurquoise() 0
M:System.Drawing.Pens.get_Sienna System.Drawing Pens get_Sienna() 0
M:System.Drawing.Pens.get_MediumAquamarine System.Drawing Pens get_MediumAquamarine() 0
M:System.Drawing.Pens.get_MistyRose System.Drawing Pens get_MistyRose() 0
M:System.Drawing.Pens.get_LightSlateGray System.Drawing Pens get_LightSlateGray() 0
M:System.Drawing.Pens.get_DarkGray System.Drawing Pens get_DarkGray() 0
M:System.Drawing.Pens.get_DarkTurquoise System.Drawing Pens get_DarkTurquoise() 0
M:System.Drawing.Pens.get_Lime System.Drawing Pens get_Lime() 0
M:System.Drawing.Pens.get_Maroon System.Drawing Pens get_Maroon() 0
M:System.Drawing.Pens.get_Crimson System.Drawing Pens get_Crimson() 0
M:System.Drawing.Pens.get_PaleGreen System.Drawing Pens get_PaleGreen() 0
M:System.Drawing.Pens.get_SeaGreen System.Drawing Pens get_SeaGreen() 0
M:System.Drawing.Pens.get_Violet System.Drawing Pens get_Violet() 0
M:System.Drawing.Pens.get_White System.Drawing Pens get_White() 0
M:System.Drawing.Pens.get_DarkMagenta System.Drawing Pens get_DarkMagenta() 0
M:System.Drawing.Pens.get_LightYellow System.Drawing Pens get_LightYellow() 0
M:System.Drawing.Pens.get_MediumSpringGreen System.Drawing Pens get_MediumSpringGreen() 0
M:System.Drawing.Pens.get_Peru System.Drawing Pens get_Peru() 0
M:System.Drawing.Pens.get_MediumTurquoise System.Drawing Pens get_MediumTurquoise() 0
M:System.Drawing.Pens.get_YellowGreen System.Drawing Pens get_YellowGreen() 0
M:System.Drawing.Pens.get_Goldenrod System.Drawing Pens get_Goldenrod() 0
M:System.Drawing.Pens.get_Green System.Drawing Pens get_Green() 0
M:System.Drawing.Pens.get_BlanchedAlmond System.Drawing Pens get_BlanchedAlmond() 0
M:System.Drawing.Pens.get_Navy System.Drawing Pens get_Navy() 0
M:System.Drawing.Pens.get_Firebrick System.Drawing Pens get_Firebrick() 0
M:System.Drawing.Pens.get_DarkGreen System.Drawing Pens get_DarkGreen() 0
M:System.Drawing.Pens.get_DeepSkyBlue System.Drawing Pens get_DeepSkyBlue() 0
M:System.Drawing.Pens.get_Olive System.Drawing Pens get_Olive() 0
M:System.Drawing.Pens.get_LightPink System.Drawing Pens get_LightPink() 0
M:System.Drawing.Pens.get_LimeGreen System.Drawing Pens get_LimeGreen() 0
M:System.Drawing.Pens.get_MediumPurple System.Drawing Pens get_MediumPurple() 0
M:System.Drawing.Pens.get_Lavender System.Drawing Pens get_Lavender() 0
M:System.Drawing.Pens.get_OliveDrab System.Drawing Pens get_OliveDrab() 0
M:System.Drawing.Pens.get_DarkSlateGray System.Drawing Pens get_DarkSlateGray() 0
M:System.Drawing.Pens.get_ForestGreen System.Drawing Pens get_ForestGreen() 0
M:System.Drawing.Pens.get_Chartreuse System.Drawing Pens get_Chartreuse() 0
M:System.Drawing.Pens.get_Moccasin System.Drawing Pens get_Moccasin() 0
M:System.Drawing.Pens.get_DarkOliveGreen System.Drawing Pens get_DarkOliveGreen() 0
M:System.Drawing.Pens.get_LightSkyBlue System.Drawing Pens get_LightSkyBlue() 0
M:System.Drawing.Pens.get_LightGreen System.Drawing Pens get_LightGreen() 0
M:System.Drawing.Pens.get_Azure System.Drawing Pens get_Azure() 0
M:System.Drawing.Pens.get_Tomato System.Drawing Pens get_Tomato() 0
M:System.Drawing.Pens.get_Ivory System.Drawing Pens get_Ivory() 0
M:System.Drawing.Pens.get_Teal System.Drawing Pens get_Teal() 0
M:System.Drawing.Pens.get_Honeydew System.Drawing Pens get_Honeydew() 0
M:System.Drawing.Pens.get_FloralWhite System.Drawing Pens get_FloralWhite() 0
M:System.Drawing.Pens.get_Black System.Drawing Pens get_Black() 0
M:System.Drawing.Pens.get_SkyBlue System.Drawing Pens get_SkyBlue() 0
M:System.Drawing.Region.IsVisible(System.Drawing.Point) System.Drawing Region IsVisible(Point) 0
M:System.Drawing.Region.Xor(System.Drawing.Drawing2D.GraphicsPath) System.Drawing Region Xor(GraphicsPath) 0
M:System.Drawing.Region.Intersect(System.Drawing.Region) System.Drawing Region Intersect(Region) 0
M:System.Drawing.Region.#ctor(System.Drawing.Rectangle) System.Drawing Region .ctor(Rectangle) 0
M:System.Drawing.Region.FromHrgn(System.IntPtr) System.Drawing Region FromHrgn(IntPtr) 0
M:System.Drawing.Region.Complement(System.Drawing.Rectangle) System.Drawing Region Complement(Rectangle) 0
M:System.Drawing.Region.Union(System.Drawing.Region) System.Drawing Region Union(Region) 0
M:System.Drawing.Region.Xor(System.Drawing.Region) System.Drawing Region Xor(Region) 0
M:System.Drawing.Region.Equals(System.Drawing.Region,System.Drawing.Graphics) System.Drawing Region Equals(Region, Graphics) 0
M:System.Drawing.Region.GetHrgn(System.Drawing.Graphics) System.Drawing Region GetHrgn(Graphics) 0
M:System.Drawing.Region.MakeEmpty System.Drawing Region MakeEmpty() 0
M:System.Drawing.Region.Complement(System.Drawing.Drawing2D.GraphicsPath) System.Drawing Region Complement(GraphicsPath) 0
M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single) System.Drawing Region IsVisible(Single, Single, Single, Single) 0
M:System.Drawing.Region.IsVisible(System.Single,System.Single) System.Drawing Region IsVisible(Single, Single) 0
M:System.Drawing.Region.IsVisible(System.Drawing.PointF,System.Drawing.Graphics) System.Drawing Region IsVisible(PointF, Graphics) 0
M:System.Drawing.Region.IsVisible(System.Drawing.PointF) System.Drawing Region IsVisible(PointF) 0
M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics) System.Drawing Region IsVisible(Int32, Int32, Graphics) 0
M:System.Drawing.Region.Transform(System.Drawing.Drawing2D.Matrix) System.Drawing Region Transform(Matrix) 0
M:System.Drawing.Region.IsInfinite(System.Drawing.Graphics) System.Drawing Region IsInfinite(Graphics) 0
M:System.Drawing.Region.GetRegionScans(System.Drawing.Drawing2D.Matrix) System.Drawing Region GetRegionScans(Matrix) 0
M:System.Drawing.Region.Exclude(System.Drawing.Drawing2D.GraphicsPath) System.Drawing Region Exclude(GraphicsPath) 0
M:System.Drawing.Region.Union(System.Drawing.Rectangle) System.Drawing Region Union(Rectangle) 0
M:System.Drawing.Region.Complement(System.Drawing.RectangleF) System.Drawing Region Complement(RectangleF) 0
M:System.Drawing.Region.Exclude(System.Drawing.RectangleF) System.Drawing Region Exclude(RectangleF) 0
M:System.Drawing.Region.Clone System.Drawing Region Clone() 0
M:System.Drawing.Region.Dispose System.Drawing Region Dispose() 0
M:System.Drawing.Region.Exclude(System.Drawing.Region) System.Drawing Region Exclude(Region) 0
M:System.Drawing.Region.Translate(System.Single,System.Single) System.Drawing Region Translate(Single, Single) 0
M:System.Drawing.Region.Union(System.Drawing.Drawing2D.GraphicsPath) System.Drawing Region Union(GraphicsPath) 0
M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single,System.Drawing.Graphics) System.Drawing Region IsVisible(Single, Single, Single, Single, Graphics) 0
M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Drawing.Graphics) System.Drawing Region IsVisible(Single, Single, Graphics) 0
M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics) System.Drawing Region IsVisible(Int32, Int32, Int32, Int32, Graphics) 0
M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle,System.Drawing.Graphics) System.Drawing Region IsVisible(Rectangle, Graphics) 0
M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle) System.Drawing Region IsVisible(Rectangle) 0
M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing Region IsVisible(Int32, Int32, Int32, Int32) 0
M:System.Drawing.Region.Xor(System.Drawing.RectangleF) System.Drawing Region Xor(RectangleF) 0
M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.RegionData) System.Drawing Region .ctor(RegionData) 0
M:System.Drawing.Region.Translate(System.Int32,System.Int32) System.Drawing Region Translate(Int32, Int32) 0
M:System.Drawing.Region.Intersect(System.Drawing.Rectangle) System.Drawing Region Intersect(Rectangle) 0
M:System.Drawing.Region.Union(System.Drawing.RectangleF) System.Drawing Region Union(RectangleF) 0
M:System.Drawing.Region.IsEmpty(System.Drawing.Graphics) System.Drawing Region IsEmpty(Graphics) 0
M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.GraphicsPath) System.Drawing Region .ctor(GraphicsPath) 0
M:System.Drawing.Region.Intersect(System.Drawing.Drawing2D.GraphicsPath) System.Drawing Region Intersect(GraphicsPath) 0
M:System.Drawing.Region.Complement(System.Drawing.Region) System.Drawing Region Complement(Region) 0
M:System.Drawing.Region.Xor(System.Drawing.Rectangle) System.Drawing Region Xor(Rectangle) 0
M:System.Drawing.Region.ReleaseHrgn(System.IntPtr) System.Drawing Region ReleaseHrgn(IntPtr) 0
M:System.Drawing.Region.#ctor System.Drawing Region .ctor() 0
M:System.Drawing.Region.GetRegionData System.Drawing Region GetRegionData() 0
M:System.Drawing.Region.Exclude(System.Drawing.Rectangle) System.Drawing Region Exclude(Rectangle) 0
M:System.Drawing.Region.MakeInfinite System.Drawing Region MakeInfinite() 0
M:System.Drawing.Region.Intersect(System.Drawing.RectangleF) System.Drawing Region Intersect(RectangleF) 0
M:System.Drawing.Region.GetBounds(System.Drawing.Graphics) System.Drawing Region GetBounds(Graphics) 0
M:System.Drawing.Region.#ctor(System.Drawing.RectangleF) System.Drawing Region .ctor(RectangleF) 0
M:System.Drawing.Region.IsVisible(System.Drawing.Point,System.Drawing.Graphics) System.Drawing Region IsVisible(Point, Graphics) 0
M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF) System.Drawing Region IsVisible(RectangleF) 0
M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF,System.Drawing.Graphics) System.Drawing Region IsVisible(RectangleF, Graphics) 0
M:System.Drawing.SolidBrush.get_Color System.Drawing SolidBrush get_Color() 0
M:System.Drawing.SolidBrush.#ctor(System.Drawing.Color) System.Drawing SolidBrush .ctor(Color) 0
M:System.Drawing.SolidBrush.set_Color(System.Drawing.Color) System.Drawing SolidBrush set_Color(Color) 0
M:System.Drawing.SolidBrush.Clone System.Drawing SolidBrush Clone() 0
M:System.Drawing.StringFormat.get_DigitSubstitutionMethod System.Drawing StringFormat get_DigitSubstitutionMethod() 0
M:System.Drawing.StringFormat.get_DigitSubstitutionLanguage System.Drawing StringFormat get_DigitSubstitutionLanguage() 0
M:System.Drawing.StringFormat.set_HotkeyPrefix(System.Drawing.Text.HotkeyPrefix) System.Drawing StringFormat set_HotkeyPrefix(HotkeyPrefix) 0
M:System.Drawing.StringFormat.set_Trimming(System.Drawing.StringTrimming) System.Drawing StringFormat set_Trimming(StringTrimming) 0
M:System.Drawing.StringFormat.Dispose System.Drawing StringFormat Dispose() 0
M:System.Drawing.StringFormat.get_LineAlignment System.Drawing StringFormat get_LineAlignment() 0
M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags,System.Int32) System.Drawing StringFormat .ctor(StringFormatFlags, Int32) 0
M:System.Drawing.StringFormat.get_GenericDefault System.Drawing StringFormat get_GenericDefault() 0
M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormat) System.Drawing StringFormat .ctor(StringFormat) 0
M:System.Drawing.StringFormat.#ctor System.Drawing StringFormat .ctor() 0
M:System.Drawing.StringFormat.set_Alignment(System.Drawing.StringAlignment) System.Drawing StringFormat set_Alignment(StringAlignment) 0
M:System.Drawing.StringFormat.get_GenericTypographic System.Drawing StringFormat get_GenericTypographic() 0
M:System.Drawing.StringFormat.SetDigitSubstitution(System.Int32,System.Drawing.StringDigitSubstitute) System.Drawing StringFormat SetDigitSubstitution(Int32, StringDigitSubstitute) 0
M:System.Drawing.StringFormat.set_FormatFlags(System.Drawing.StringFormatFlags) System.Drawing StringFormat set_FormatFlags(StringFormatFlags) 0
M:System.Drawing.StringFormat.SetTabStops(System.Single,System.Single[]) System.Drawing StringFormat SetTabStops(Single, Single[]) 0
M:System.Drawing.StringFormat.set_LineAlignment(System.Drawing.StringAlignment) System.Drawing StringFormat set_LineAlignment(StringAlignment) 0
M:System.Drawing.StringFormat.get_FormatFlags System.Drawing StringFormat get_FormatFlags() 0
M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags) System.Drawing StringFormat .ctor(StringFormatFlags) 0
M:System.Drawing.StringFormat.get_Alignment System.Drawing StringFormat get_Alignment() 0
M:System.Drawing.StringFormat.ToString System.Drawing StringFormat ToString() 0
M:System.Drawing.StringFormat.get_Trimming System.Drawing StringFormat get_Trimming() 0
M:System.Drawing.StringFormat.GetTabStops(System.Single@) System.Drawing StringFormat GetTabStops(Single) 0
M:System.Drawing.StringFormat.get_HotkeyPrefix System.Drawing StringFormat get_HotkeyPrefix() 0
M:System.Drawing.StringFormat.SetMeasurableCharacterRanges(System.Drawing.CharacterRange[]) System.Drawing StringFormat SetMeasurableCharacterRanges(CharacterRange[]) 0
M:System.Drawing.StringFormat.Clone System.Drawing StringFormat Clone() 0
M:System.Drawing.SystemBrushes.get_Menu System.Drawing SystemBrushes get_Menu() 0
M:System.Drawing.SystemBrushes.get_Desktop System.Drawing SystemBrushes get_Desktop() 0
M:System.Drawing.SystemBrushes.get_ControlDark System.Drawing SystemBrushes get_ControlDark() 0
M:System.Drawing.SystemBrushes.get_AppWorkspace System.Drawing SystemBrushes get_AppWorkspace() 0
M:System.Drawing.SystemBrushes.get_Control System.Drawing SystemBrushes get_Control() 0
M:System.Drawing.SystemBrushes.get_InactiveCaption System.Drawing SystemBrushes get_InactiveCaption() 0
M:System.Drawing.SystemBrushes.get_WindowFrame System.Drawing SystemBrushes get_WindowFrame() 0
M:System.Drawing.SystemBrushes.get_ControlText System.Drawing SystemBrushes get_ControlText() 0
M:System.Drawing.SystemBrushes.get_Info System.Drawing SystemBrushes get_Info() 0
M:System.Drawing.SystemBrushes.get_Highlight System.Drawing SystemBrushes get_Highlight() 0
M:System.Drawing.SystemBrushes.get_Window System.Drawing SystemBrushes get_Window() 0
M:System.Drawing.SystemBrushes.get_InactiveCaptionText System.Drawing SystemBrushes get_InactiveCaptionText() 0
M:System.Drawing.SystemBrushes.get_InactiveBorder System.Drawing SystemBrushes get_InactiveBorder() 0
M:System.Drawing.SystemBrushes.get_ActiveCaptionText System.Drawing SystemBrushes get_ActiveCaptionText() 0
M:System.Drawing.SystemBrushes.get_GrayText System.Drawing SystemBrushes get_GrayText() 0
M:System.Drawing.SystemBrushes.get_InfoText System.Drawing SystemBrushes get_InfoText() 0
M:System.Drawing.SystemBrushes.get_GradientActiveCaption System.Drawing SystemBrushes get_GradientActiveCaption() 0
M:System.Drawing.SystemBrushes.get_ButtonHighlight System.Drawing SystemBrushes get_ButtonHighlight() 0
M:System.Drawing.SystemBrushes.get_HighlightText System.Drawing SystemBrushes get_HighlightText() 0
M:System.Drawing.SystemBrushes.get_MenuText System.Drawing SystemBrushes get_MenuText() 0
M:System.Drawing.SystemBrushes.FromSystemColor(System.Drawing.Color) System.Drawing SystemBrushes FromSystemColor(Color) 0
M:System.Drawing.SystemBrushes.get_MenuBar System.Drawing SystemBrushes get_MenuBar() 0
M:System.Drawing.SystemBrushes.get_WindowText System.Drawing SystemBrushes get_WindowText() 0
M:System.Drawing.SystemBrushes.get_ControlLightLight System.Drawing SystemBrushes get_ControlLightLight() 0
M:System.Drawing.SystemBrushes.get_ActiveCaption System.Drawing SystemBrushes get_ActiveCaption() 0
M:System.Drawing.SystemBrushes.get_ButtonFace System.Drawing SystemBrushes get_ButtonFace() 0
M:System.Drawing.SystemBrushes.get_GradientInactiveCaption System.Drawing SystemBrushes get_GradientInactiveCaption() 0
M:System.Drawing.SystemBrushes.get_ControlLight System.Drawing SystemBrushes get_ControlLight() 0
M:System.Drawing.SystemBrushes.get_MenuHighlight System.Drawing SystemBrushes get_MenuHighlight() 0
M:System.Drawing.SystemBrushes.get_ActiveBorder System.Drawing SystemBrushes get_ActiveBorder() 0
M:System.Drawing.SystemBrushes.get_ControlDarkDark System.Drawing SystemBrushes get_ControlDarkDark() 0
M:System.Drawing.SystemBrushes.get_ScrollBar System.Drawing SystemBrushes get_ScrollBar() 0
M:System.Drawing.SystemBrushes.get_HotTrack System.Drawing SystemBrushes get_HotTrack() 0
M:System.Drawing.SystemBrushes.get_ButtonShadow System.Drawing SystemBrushes get_ButtonShadow() 0
M:System.Drawing.SystemFonts.GetFontByName(System.String) System.Drawing SystemFonts GetFontByName(String) 0
M:System.Drawing.SystemFonts.get_IconTitleFont System.Drawing SystemFonts get_IconTitleFont() 0
M:System.Drawing.SystemFonts.get_MenuFont System.Drawing SystemFonts get_MenuFont() 0
M:System.Drawing.SystemFonts.get_DefaultFont System.Drawing SystemFonts get_DefaultFont() 0
M:System.Drawing.SystemFonts.get_DialogFont System.Drawing SystemFonts get_DialogFont() 0
M:System.Drawing.SystemFonts.get_SmallCaptionFont System.Drawing SystemFonts get_SmallCaptionFont() 0
M:System.Drawing.SystemFonts.get_MessageBoxFont System.Drawing SystemFonts get_MessageBoxFont() 0
M:System.Drawing.SystemFonts.get_StatusFont System.Drawing SystemFonts get_StatusFont() 0
M:System.Drawing.SystemFonts.get_CaptionFont System.Drawing SystemFonts get_CaptionFont() 0
M:System.Drawing.SystemIcons.get_Question System.Drawing SystemIcons get_Question() 0
M:System.Drawing.SystemIcons.get_WinLogo System.Drawing SystemIcons get_WinLogo() 0
M:System.Drawing.SystemIcons.get_Application System.Drawing SystemIcons get_Application() 0
M:System.Drawing.SystemIcons.get_Exclamation System.Drawing SystemIcons get_Exclamation() 0
M:System.Drawing.SystemIcons.get_Error System.Drawing SystemIcons get_Error() 0
M:System.Drawing.SystemIcons.get_Hand System.Drawing SystemIcons get_Hand() 0
M:System.Drawing.SystemIcons.get_Asterisk System.Drawing SystemIcons get_Asterisk() 0
M:System.Drawing.SystemIcons.get_Warning System.Drawing SystemIcons get_Warning() 0
M:System.Drawing.SystemIcons.get_Shield System.Drawing SystemIcons get_Shield() 0
M:System.Drawing.SystemIcons.get_Information System.Drawing SystemIcons get_Information() 0
M:System.Drawing.SystemPens.get_Menu System.Drawing SystemPens get_Menu() 0
M:System.Drawing.SystemPens.get_Desktop System.Drawing SystemPens get_Desktop() 0
M:System.Drawing.SystemPens.get_ControlDark System.Drawing SystemPens get_ControlDark() 0
M:System.Drawing.SystemPens.get_AppWorkspace System.Drawing SystemPens get_AppWorkspace() 0
M:System.Drawing.SystemPens.get_Control System.Drawing SystemPens get_Control() 0
M:System.Drawing.SystemPens.get_InactiveCaption System.Drawing SystemPens get_InactiveCaption() 0
M:System.Drawing.SystemPens.get_WindowFrame System.Drawing SystemPens get_WindowFrame() 0
M:System.Drawing.SystemPens.get_ControlText System.Drawing SystemPens get_ControlText() 0
M:System.Drawing.SystemPens.get_Info System.Drawing SystemPens get_Info() 0
M:System.Drawing.SystemPens.get_Highlight System.Drawing SystemPens get_Highlight() 0
M:System.Drawing.SystemPens.get_Window System.Drawing SystemPens get_Window() 0
M:System.Drawing.SystemPens.get_InactiveCaptionText System.Drawing SystemPens get_InactiveCaptionText() 0
M:System.Drawing.SystemPens.get_InactiveBorder System.Drawing SystemPens get_InactiveBorder() 0
M:System.Drawing.SystemPens.get_ActiveCaptionText System.Drawing SystemPens get_ActiveCaptionText() 0
M:System.Drawing.SystemPens.get_GrayText System.Drawing SystemPens get_GrayText() 0
M:System.Drawing.SystemPens.get_InfoText System.Drawing SystemPens get_InfoText() 0
M:System.Drawing.SystemPens.get_GradientActiveCaption System.Drawing SystemPens get_GradientActiveCaption() 0
M:System.Drawing.SystemPens.get_ButtonHighlight System.Drawing SystemPens get_ButtonHighlight() 0
M:System.Drawing.SystemPens.get_HighlightText System.Drawing SystemPens get_HighlightText() 0
M:System.Drawing.SystemPens.get_MenuText System.Drawing SystemPens get_MenuText() 0
M:System.Drawing.SystemPens.FromSystemColor(System.Drawing.Color) System.Drawing SystemPens FromSystemColor(Color) 0
M:System.Drawing.SystemPens.get_MenuBar System.Drawing SystemPens get_MenuBar() 0
M:System.Drawing.SystemPens.get_WindowText System.Drawing SystemPens get_WindowText() 0
M:System.Drawing.SystemPens.get_ControlLightLight System.Drawing SystemPens get_ControlLightLight() 0
M:System.Drawing.SystemPens.get_ActiveCaption System.Drawing SystemPens get_ActiveCaption() 0
M:System.Drawing.SystemPens.get_ButtonFace System.Drawing SystemPens get_ButtonFace() 0
M:System.Drawing.SystemPens.get_GradientInactiveCaption System.Drawing SystemPens get_GradientInactiveCaption() 0
M:System.Drawing.SystemPens.get_ControlLight System.Drawing SystemPens get_ControlLight() 0
M:System.Drawing.SystemPens.get_MenuHighlight System.Drawing SystemPens get_MenuHighlight() 0
M:System.Drawing.SystemPens.get_ActiveBorder System.Drawing SystemPens get_ActiveBorder() 0
M:System.Drawing.SystemPens.get_ControlDarkDark System.Drawing SystemPens get_ControlDarkDark() 0
M:System.Drawing.SystemPens.get_ScrollBar System.Drawing SystemPens get_ScrollBar() 0
M:System.Drawing.SystemPens.get_HotTrack System.Drawing SystemPens get_HotTrack() 0
M:System.Drawing.SystemPens.get_ButtonShadow System.Drawing SystemPens get_ButtonShadow() 0
M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single) System.Drawing TextureBrush ScaleTransform(Single, Single) 0
M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing TextureBrush ScaleTransform(Single, Single, MatrixOrder) 0
M:System.Drawing.TextureBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing TextureBrush RotateTransform(Single, MatrixOrder) 0
M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing TextureBrush TranslateTransform(Single, Single, MatrixOrder) 0
M:System.Drawing.TextureBrush.set_WrapMode(System.Drawing.Drawing2D.WrapMode) System.Drawing TextureBrush set_WrapMode(WrapMode) 0
M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF) System.Drawing TextureBrush .ctor(Image, RectangleF) 0
M:System.Drawing.TextureBrush.get_Transform System.Drawing TextureBrush get_Transform() 0
M:System.Drawing.TextureBrush.set_Transform(System.Drawing.Drawing2D.Matrix) System.Drawing TextureBrush set_Transform(Matrix) 0
M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Imaging.ImageAttributes) System.Drawing TextureBrush .ctor(Image, Rectangle, ImageAttributes) 0
M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single) System.Drawing TextureBrush TranslateTransform(Single, Single) 0
M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.RectangleF) System.Drawing TextureBrush .ctor(Image, WrapMode, RectangleF) 0
M:System.Drawing.TextureBrush.ResetTransform System.Drawing TextureBrush ResetTransform() 0
M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.Imaging.ImageAttributes) System.Drawing TextureBrush .ctor(Image, RectangleF, ImageAttributes) 0
M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle) System.Drawing TextureBrush .ctor(Image, Rectangle) 0
M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode) System.Drawing TextureBrush .ctor(Image, WrapMode) 0
M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix) System.Drawing TextureBrush MultiplyTransform(Matrix) 0
M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image) System.Drawing TextureBrush .ctor(Image) 0
M:System.Drawing.TextureBrush.RotateTransform(System.Single) System.Drawing TextureBrush RotateTransform(Single) 0
M:System.Drawing.TextureBrush.get_WrapMode System.Drawing TextureBrush get_WrapMode() 0
M:System.Drawing.TextureBrush.get_Image System.Drawing TextureBrush get_Image() 0
M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.Rectangle) System.Drawing TextureBrush .ctor(Image, WrapMode, Rectangle) 0
M:System.Drawing.TextureBrush.Clone System.Drawing TextureBrush Clone() 0
M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder) System.Drawing TextureBrush MultiplyTransform(Matrix, MatrixOrder) 0
M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object) System.Drawing ToolboxBitmapAttribute GetImage(Object) 0
M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.String) System.Drawing ToolboxBitmapAttribute .ctor(String) 0
M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.Boolean) System.Drawing ToolboxBitmapAttribute GetImage(Type, Boolean) 0
M:System.Drawing.ToolboxBitmapAttribute.Equals(System.Object) System.Drawing ToolboxBitmapAttribute Equals(Object) 0
M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type,System.String) System.Drawing ToolboxBitmapAttribute .ctor(Type, String) 0
M:System.Drawing.ToolboxBitmapAttribute.GetImageFromResource(System.Type,System.String,System.Boolean) System.Drawing ToolboxBitmapAttribute GetImageFromResource(Type, String, Boolean) 0
M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object,System.Boolean) System.Drawing ToolboxBitmapAttribute GetImage(Object, Boolean) 0
M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type) System.Drawing ToolboxBitmapAttribute GetImage(Type) 0
M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type) System.Drawing ToolboxBitmapAttribute .ctor(Type) 0
M:System.Drawing.ToolboxBitmapAttribute.GetHashCode System.Drawing ToolboxBitmapAttribute GetHashCode() 0
M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.String,System.Boolean) System.Drawing ToolboxBitmapAttribute GetImage(Type, String, Boolean) 0
M:System.Drawing.Text.FontCollection.Dispose(System.Boolean) System.Drawing.Text FontCollection Dispose(Boolean) 0
M:System.Drawing.Text.FontCollection.Finalize System.Drawing.Text FontCollection Finalize() 0
M:System.Drawing.Text.FontCollection.Dispose System.Drawing.Text FontCollection Dispose() 0
M:System.Drawing.Text.FontCollection.get_Families System.Drawing.Text FontCollection get_Families() 0
M:System.Drawing.Text.InstalledFontCollection.#ctor System.Drawing.Text InstalledFontCollection .ctor() 0
M:System.Drawing.Text.PrivateFontCollection.AddFontFile(System.String) System.Drawing.Text PrivateFontCollection AddFontFile(String) 0
M:System.Drawing.Text.PrivateFontCollection.#ctor System.Drawing.Text PrivateFontCollection .ctor() 0
M:System.Drawing.Text.PrivateFontCollection.AddMemoryFont(System.IntPtr,System.Int32) System.Drawing.Text PrivateFontCollection AddMemoryFont(IntPtr, Int32) 0
M:System.Drawing.Printing.InvalidPrinterException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Drawing.Printing InvalidPrinterException GetObjectData(SerializationInfo, StreamingContext) 0
M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) System.Drawing.Printing InvalidPrinterException .ctor(SerializationInfo, StreamingContext) 0
M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Drawing.Printing.PrinterSettings) System.Drawing.Printing InvalidPrinterException .ctor(PrinterSettings) 0
M:System.Drawing.Printing.Margins.set_Top(System.Int32) System.Drawing.Printing Margins set_Top(Int32) 0
M:System.Drawing.Printing.Margins.get_Right System.Drawing.Printing Margins get_Right() 0
M:System.Drawing.Printing.Margins.ToString System.Drawing.Printing Margins ToString() 0
M:System.Drawing.Printing.Margins.get_Bottom System.Drawing.Printing Margins get_Bottom() 0
M:System.Drawing.Printing.Margins.set_Bottom(System.Int32) System.Drawing.Printing Margins set_Bottom(Int32) 0
M:System.Drawing.Printing.Margins.op_Equality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins) System.Drawing.Printing Margins op_Equality(Margins, Margins) 0
M:System.Drawing.Printing.Margins.#ctor(System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing.Printing Margins .ctor(Int32, Int32, Int32, Int32) 0
M:System.Drawing.Printing.Margins.GetHashCode System.Drawing.Printing Margins GetHashCode() 0
M:System.Drawing.Printing.Margins.#ctor System.Drawing.Printing Margins .ctor() 0
M:System.Drawing.Printing.Margins.get_Top System.Drawing.Printing Margins get_Top() 0
M:System.Drawing.Printing.Margins.Equals(System.Object) System.Drawing.Printing Margins Equals(Object) 0
M:System.Drawing.Printing.Margins.set_Right(System.Int32) System.Drawing.Printing Margins set_Right(Int32) 0
M:System.Drawing.Printing.Margins.set_Left(System.Int32) System.Drawing.Printing Margins set_Left(Int32) 0
M:System.Drawing.Printing.Margins.get_Left System.Drawing.Printing Margins get_Left() 0
M:System.Drawing.Printing.Margins.op_Inequality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins) System.Drawing.Printing Margins op_Inequality(Margins, Margins) 0
M:System.Drawing.Printing.Margins.Clone System.Drawing.Printing Margins Clone() 0
M:System.Drawing.Printing.PageSettings.set_PaperSource(System.Drawing.Printing.PaperSource) System.Drawing.Printing PageSettings set_PaperSource(PaperSource) 0
M:System.Drawing.Printing.PageSettings.get_PaperSource System.Drawing.Printing PageSettings get_PaperSource() 0
M:System.Drawing.Printing.PageSettings.set_Landscape(System.Boolean) System.Drawing.Printing PageSettings set_Landscape(Boolean) 0
M:System.Drawing.Printing.PageSettings.get_HardMarginX System.Drawing.Printing PageSettings get_HardMarginX() 0
M:System.Drawing.Printing.PageSettings.get_PaperSize System.Drawing.Printing PageSettings get_PaperSize() 0
M:System.Drawing.Printing.PageSettings.ToString System.Drawing.Printing PageSettings ToString() 0
M:System.Drawing.Printing.PageSettings.get_Margins System.Drawing.Printing PageSettings get_Margins() 0
M:System.Drawing.Printing.PageSettings.CopyToHdevmode(System.IntPtr) System.Drawing.Printing PageSettings CopyToHdevmode(IntPtr) 0
M:System.Drawing.Printing.PageSettings.set_Margins(System.Drawing.Printing.Margins) System.Drawing.Printing PageSettings set_Margins(Margins) 0
M:System.Drawing.Printing.PageSettings.get_Bounds System.Drawing.Printing PageSettings get_Bounds() 0
M:System.Drawing.Printing.PageSettings.#ctor(System.Drawing.Printing.PrinterSettings) System.Drawing.Printing PageSettings .ctor(PrinterSettings) 0
M:System.Drawing.Printing.PageSettings.SetHdevmode(System.IntPtr) System.Drawing.Printing PageSettings SetHdevmode(IntPtr) 0
M:System.Drawing.Printing.PageSettings.get_Landscape System.Drawing.Printing PageSettings get_Landscape() 0
M:System.Drawing.Printing.PageSettings.#ctor System.Drawing.Printing PageSettings .ctor() 0
M:System.Drawing.Printing.PageSettings.get_PrinterSettings System.Drawing.Printing PageSettings get_PrinterSettings() 0
M:System.Drawing.Printing.PageSettings.set_PrinterSettings(System.Drawing.Printing.PrinterSettings) System.Drawing.Printing PageSettings set_PrinterSettings(PrinterSettings) 0
M:System.Drawing.Printing.PageSettings.get_HardMarginY System.Drawing.Printing PageSettings get_HardMarginY() 0
M:System.Drawing.Printing.PageSettings.set_Color(System.Boolean) System.Drawing.Printing PageSettings set_Color(Boolean) 0
M:System.Drawing.Printing.PageSettings.set_PaperSize(System.Drawing.Printing.PaperSize) System.Drawing.Printing PageSettings set_PaperSize(PaperSize) 0
M:System.Drawing.Printing.PageSettings.set_PrinterResolution(System.Drawing.Printing.PrinterResolution) System.Drawing.Printing PageSettings set_PrinterResolution(PrinterResolution) 0
M:System.Drawing.Printing.PageSettings.get_PrinterResolution System.Drawing.Printing PageSettings get_PrinterResolution() 0
M:System.Drawing.Printing.PageSettings.get_PrintableArea System.Drawing.Printing PageSettings get_PrintableArea() 0
M:System.Drawing.Printing.PageSettings.Clone System.Drawing.Printing PageSettings Clone() 0
M:System.Drawing.Printing.PageSettings.get_Color System.Drawing.Printing PageSettings get_Color() 0
M:System.Drawing.Printing.PaperSize.get_Height System.Drawing.Printing PaperSize get_Height() 0
M:System.Drawing.Printing.PaperSize.#ctor(System.String,System.Int32,System.Int32) System.Drawing.Printing PaperSize .ctor(String, Int32, Int32) 0
M:System.Drawing.Printing.PaperSize.set_Height(System.Int32) System.Drawing.Printing PaperSize set_Height(Int32) 0
M:System.Drawing.Printing.PaperSize.get_PaperName System.Drawing.Printing PaperSize get_PaperName() 0
M:System.Drawing.Printing.PaperSize.set_PaperName(System.String) System.Drawing.Printing PaperSize set_PaperName(String) 0
M:System.Drawing.Printing.PaperSize.get_Kind System.Drawing.Printing PaperSize get_Kind() 0
M:System.Drawing.Printing.PaperSize.get_RawKind System.Drawing.Printing PaperSize get_RawKind() 0
M:System.Drawing.Printing.PaperSize.ToString System.Drawing.Printing PaperSize ToString() 0
M:System.Drawing.Printing.PaperSize.get_Width System.Drawing.Printing PaperSize get_Width() 0
M:System.Drawing.Printing.PaperSize.#ctor System.Drawing.Printing PaperSize .ctor() 0
M:System.Drawing.Printing.PaperSize.set_RawKind(System.Int32) System.Drawing.Printing PaperSize set_RawKind(Int32) 0
M:System.Drawing.Printing.PaperSize.set_Width(System.Int32) System.Drawing.Printing PaperSize set_Width(Int32) 0
M:System.Drawing.Printing.PaperSource.set_SourceName(System.String) System.Drawing.Printing PaperSource set_SourceName(String) 0
M:System.Drawing.Printing.PaperSource.ToString System.Drawing.Printing PaperSource ToString() 0
M:System.Drawing.Printing.PaperSource.get_Kind System.Drawing.Printing PaperSource get_Kind() 0
M:System.Drawing.Printing.PaperSource.get_RawKind System.Drawing.Printing PaperSource get_RawKind() 0
M:System.Drawing.Printing.PaperSource.#ctor System.Drawing.Printing PaperSource .ctor() 0
M:System.Drawing.Printing.PaperSource.set_RawKind(System.Int32) System.Drawing.Printing PaperSource set_RawKind(Int32) 0
M:System.Drawing.Printing.PaperSource.get_SourceName System.Drawing.Printing PaperSource get_SourceName() 0
M:System.Drawing.Printing.PreviewPageInfo.#ctor(System.Drawing.Image,System.Drawing.Size) System.Drawing.Printing PreviewPageInfo .ctor(Image, Size) 0
M:System.Drawing.Printing.PreviewPageInfo.get_Image System.Drawing.Printing PreviewPageInfo get_Image() 0
M:System.Drawing.Printing.PreviewPageInfo.get_PhysicalSize System.Drawing.Printing PreviewPageInfo get_PhysicalSize() 0
M:System.Drawing.Printing.PreviewPrintController.get_IsPreview System.Drawing.Printing PreviewPrintController get_IsPreview() 0
M:System.Drawing.Printing.PreviewPrintController.GetPreviewPageInfo System.Drawing.Printing PreviewPrintController GetPreviewPageInfo() 0
M:System.Drawing.Printing.PreviewPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs) System.Drawing.Printing PreviewPrintController OnStartPage(PrintDocument, PrintPageEventArgs) 0
M:System.Drawing.Printing.PreviewPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs) System.Drawing.Printing PreviewPrintController OnEndPrint(PrintDocument, PrintEventArgs) 0
M:System.Drawing.Printing.PreviewPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs) System.Drawing.Printing PreviewPrintController OnStartPrint(PrintDocument, PrintEventArgs) 0
M:System.Drawing.Printing.PreviewPrintController.get_UseAntiAlias System.Drawing.Printing PreviewPrintController get_UseAntiAlias() 0
M:System.Drawing.Printing.PreviewPrintController.set_UseAntiAlias(System.Boolean) System.Drawing.Printing PreviewPrintController set_UseAntiAlias(Boolean) 0
M:System.Drawing.Printing.PreviewPrintController.#ctor System.Drawing.Printing PreviewPrintController .ctor() 0
M:System.Drawing.Printing.PreviewPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs) System.Drawing.Printing PreviewPrintController OnEndPage(PrintDocument, PrintPageEventArgs) 0
M:System.Drawing.Printing.PrintController.get_IsPreview System.Drawing.Printing PrintController get_IsPreview() 0
M:System.Drawing.Printing.PrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs) System.Drawing.Printing PrintController OnStartPrint(PrintDocument, PrintEventArgs) 0
M:System.Drawing.Printing.PrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs) System.Drawing.Printing PrintController OnStartPage(PrintDocument, PrintPageEventArgs) 0
M:System.Drawing.Printing.PrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs) System.Drawing.Printing PrintController OnEndPrint(PrintDocument, PrintEventArgs) 0
M:System.Drawing.Printing.PrintController.#ctor System.Drawing.Printing PrintController .ctor() 0
M:System.Drawing.Printing.PrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs) System.Drawing.Printing PrintController OnEndPage(PrintDocument, PrintPageEventArgs) 0
M:System.Drawing.Printing.PrintDocument.OnQueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventArgs) System.Drawing.Printing PrintDocument OnQueryPageSettings(QueryPageSettingsEventArgs) 0
M:System.Drawing.Printing.PrintDocument.remove_PrintPage(System.Drawing.Printing.PrintPageEventHandler) System.Drawing.Printing PrintDocument remove_PrintPage(PrintPageEventHandler) 0
M:System.Drawing.Printing.PrintDocument.OnEndPrint(System.Drawing.Printing.PrintEventArgs) System.Drawing.Printing PrintDocument OnEndPrint(PrintEventArgs) 0
M:System.Drawing.Printing.PrintDocument.get_PrintController System.Drawing.Printing PrintDocument get_PrintController() 0
M:System.Drawing.Printing.PrintDocument.ToString System.Drawing.Printing PrintDocument ToString() 0
M:System.Drawing.Printing.PrintDocument.set_OriginAtMargins(System.Boolean) System.Drawing.Printing PrintDocument set_OriginAtMargins(Boolean) 0
M:System.Drawing.Printing.PrintDocument.set_DefaultPageSettings(System.Drawing.Printing.PageSettings) System.Drawing.Printing PrintDocument set_DefaultPageSettings(PageSettings) 0
M:System.Drawing.Printing.PrintDocument.Print System.Drawing.Printing PrintDocument Print() 0
M:System.Drawing.Printing.PrintDocument.add_QueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventHandler) System.Drawing.Printing PrintDocument add_QueryPageSettings(QueryPageSettingsEventHandler) 0
M:System.Drawing.Printing.PrintDocument.set_DocumentName(System.String) System.Drawing.Printing PrintDocument set_DocumentName(String) 0
M:System.Drawing.Printing.PrintDocument.add_BeginPrint(System.Drawing.Printing.PrintEventHandler) System.Drawing.Printing PrintDocument add_BeginPrint(PrintEventHandler) 0
M:System.Drawing.Printing.PrintDocument.#ctor System.Drawing.Printing PrintDocument .ctor() 0
M:System.Drawing.Printing.PrintDocument.add_PrintPage(System.Drawing.Printing.PrintPageEventHandler) System.Drawing.Printing PrintDocument add_PrintPage(PrintPageEventHandler) 0
M:System.Drawing.Printing.PrintDocument.remove_EndPrint(System.Drawing.Printing.PrintEventHandler) System.Drawing.Printing PrintDocument remove_EndPrint(PrintEventHandler) 0
M:System.Drawing.Printing.PrintDocument.get_PrinterSettings System.Drawing.Printing PrintDocument get_PrinterSettings() 0
M:System.Drawing.Printing.PrintDocument.OnPrintPage(System.Drawing.Printing.PrintPageEventArgs) System.Drawing.Printing PrintDocument OnPrintPage(PrintPageEventArgs) 0
M:System.Drawing.Printing.PrintDocument.set_PrinterSettings(System.Drawing.Printing.PrinterSettings) System.Drawing.Printing PrintDocument set_PrinterSettings(PrinterSettings) 0
M:System.Drawing.Printing.PrintDocument.set_PrintController(System.Drawing.Printing.PrintController) System.Drawing.Printing PrintDocument set_PrintController(PrintController) 0
M:System.Drawing.Printing.PrintDocument.add_EndPrint(System.Drawing.Printing.PrintEventHandler) System.Drawing.Printing PrintDocument add_EndPrint(PrintEventHandler) 0
M:System.Drawing.Printing.PrintDocument.get_OriginAtMargins System.Drawing.Printing PrintDocument get_OriginAtMargins() 0
M:System.Drawing.Printing.PrintDocument.OnBeginPrint(System.Drawing.Printing.PrintEventArgs) System.Drawing.Printing PrintDocument OnBeginPrint(PrintEventArgs) 0
M:System.Drawing.Printing.PrintDocument.get_DocumentName System.Drawing.Printing PrintDocument get_DocumentName() 0
M:System.Drawing.Printing.PrintDocument.remove_QueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventHandler) System.Drawing.Printing PrintDocument remove_QueryPageSettings(QueryPageSettingsEventHandler) 0
M:System.Drawing.Printing.PrintDocument.get_DefaultPageSettings System.Drawing.Printing PrintDocument get_DefaultPageSettings() 0
M:System.Drawing.Printing.PrintDocument.remove_BeginPrint(System.Drawing.Printing.PrintEventHandler) System.Drawing.Printing PrintDocument remove_BeginPrint(PrintEventHandler) 0
M:System.Drawing.Printing.PrinterResolution.get_Y System.Drawing.Printing PrinterResolution get_Y() 0
M:System.Drawing.Printing.PrinterResolution.set_Y(System.Int32) System.Drawing.Printing PrinterResolution set_Y(Int32) 0
M:System.Drawing.Printing.PrinterResolution.set_Kind(System.Drawing.Printing.PrinterResolutionKind) System.Drawing.Printing PrinterResolution set_Kind(PrinterResolutionKind) 0
M:System.Drawing.Printing.PrinterResolution.get_X System.Drawing.Printing PrinterResolution get_X() 0
M:System.Drawing.Printing.PrinterResolution.set_X(System.Int32) System.Drawing.Printing PrinterResolution set_X(Int32) 0
M:System.Drawing.Printing.PrinterResolution.ToString System.Drawing.Printing PrinterResolution ToString() 0
M:System.Drawing.Printing.PrinterResolution.get_Kind System.Drawing.Printing PrinterResolution get_Kind() 0
M:System.Drawing.Printing.PrinterResolution.#ctor System.Drawing.Printing PrinterResolution .ctor() 0
M:System.Drawing.Printing.PrinterSettings.get_IsValid System.Drawing.Printing PrinterSettings get_IsValid() 0
M:System.Drawing.Printing.PrinterSettings.get_Duplex System.Drawing.Printing PrinterSettings get_Duplex() 0
M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Imaging.ImageFormat) System.Drawing.Printing PrinterSettings IsDirectPrintingSupported(ImageFormat) 0
M:System.Drawing.Printing.PrinterSettings.get_LandscapeAngle System.Drawing.Printing PrinterSettings get_LandscapeAngle() 0
M:System.Drawing.Printing.PrinterSettings.get_CanDuplex System.Drawing.Printing PrinterSettings get_CanDuplex() 0
M:System.Drawing.Printing.PrinterSettings.set_MinimumPage(System.Int32) System.Drawing.Printing PrinterSettings set_MinimumPage(Int32) 0
M:System.Drawing.Printing.PrinterSettings.set_PrintToFile(System.Boolean) System.Drawing.Printing PrinterSettings set_PrintToFile(Boolean) 0
M:System.Drawing.Printing.PrinterSettings.get_PrintFileName System.Drawing.Printing PrinterSettings get_PrintFileName() 0
M:System.Drawing.Printing.PrinterSettings.get_MaximumCopies System.Drawing.Printing PrinterSettings get_MaximumCopies() 0
M:System.Drawing.Printing.PrinterSettings.GetHdevmode System.Drawing.Printing PrinterSettings GetHdevmode() 0
M:System.Drawing.Printing.PrinterSettings.get_ToPage System.Drawing.Printing PrinterSettings get_ToPage() 0
M:System.Drawing.Printing.PrinterSettings.SetHdevmode(System.IntPtr) System.Drawing.Printing PrinterSettings SetHdevmode(IntPtr) 0
M:System.Drawing.Printing.PrinterSettings.get_IsDefaultPrinter System.Drawing.Printing PrinterSettings get_IsDefaultPrinter() 0
M:System.Drawing.Printing.PrinterSettings.get_PaperSources System.Drawing.Printing PrinterSettings get_PaperSources() 0
M:System.Drawing.Printing.PrinterSettings.set_PrinterName(System.String) System.Drawing.Printing PrinterSettings set_PrinterName(String) 0
M:System.Drawing.Printing.PrinterSettings.get_PrinterName System.Drawing.Printing PrinterSettings get_PrinterName() 0
M:System.Drawing.Printing.PrinterSettings.set_ToPage(System.Int32) System.Drawing.Printing PrinterSettings set_ToPage(Int32) 0
M:System.Drawing.Printing.PrinterSettings.get_MinimumPage System.Drawing.Printing PrinterSettings get_MinimumPage() 0
M:System.Drawing.Printing.PrinterSettings.get_PrinterResolutions System.Drawing.Printing PrinterSettings get_PrinterResolutions() 0
M:System.Drawing.Printing.PrinterSettings.set_PrintRange(System.Drawing.Printing.PrintRange) System.Drawing.Printing PrinterSettings set_PrintRange(PrintRange) 0
M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings,System.Boolean) System.Drawing.Printing PrinterSettings CreateMeasurementGraphics(PageSettings, Boolean) 0
M:System.Drawing.Printing.PrinterSettings.ToString System.Drawing.Printing PrinterSettings ToString() 0
M:System.Drawing.Printing.PrinterSettings.GetHdevmode(System.Drawing.Printing.PageSettings) System.Drawing.Printing PrinterSettings GetHdevmode(PageSettings) 0
M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Boolean) System.Drawing.Printing PrinterSettings CreateMeasurementGraphics(Boolean) 0
M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Image) System.Drawing.Printing PrinterSettings IsDirectPrintingSupported(Image) 0
M:System.Drawing.Printing.PrinterSettings.SetHdevnames(System.IntPtr) System.Drawing.Printing PrinterSettings SetHdevnames(IntPtr) 0
M:System.Drawing.Printing.PrinterSettings.GetHdevnames System.Drawing.Printing PrinterSettings GetHdevnames() 0
M:System.Drawing.Printing.PrinterSettings.set_FromPage(System.Int32) System.Drawing.Printing PrinterSettings set_FromPage(Int32) 0
M:System.Drawing.Printing.PrinterSettings.get_Copies System.Drawing.Printing PrinterSettings get_Copies() 0
M:System.Drawing.Printing.PrinterSettings.get_MaximumPage System.Drawing.Printing PrinterSettings get_MaximumPage() 0
M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics System.Drawing.Printing PrinterSettings CreateMeasurementGraphics() 0
M:System.Drawing.Printing.PrinterSettings.get_Collate System.Drawing.Printing PrinterSettings get_Collate() 0
M:System.Drawing.Printing.PrinterSettings.#ctor System.Drawing.Printing PrinterSettings .ctor() 0
M:System.Drawing.Printing.PrinterSettings.get_SupportsColor System.Drawing.Printing PrinterSettings get_SupportsColor() 0
M:System.Drawing.Printing.PrinterSettings.get_PrintToFile System.Drawing.Printing PrinterSettings get_PrintToFile() 0
M:System.Drawing.Printing.PrinterSettings.get_IsPlotter System.Drawing.Printing PrinterSettings get_IsPlotter() 0
M:System.Drawing.Printing.PrinterSettings.get_PaperSizes System.Drawing.Printing PrinterSettings get_PaperSizes() 0
M:System.Drawing.Printing.PrinterSettings.get_DefaultPageSettings System.Drawing.Printing PrinterSettings get_DefaultPageSettings() 0
M:System.Drawing.Printing.PrinterSettings.set_MaximumPage(System.Int32) System.Drawing.Printing PrinterSettings set_MaximumPage(Int32) 0
M:System.Drawing.Printing.PrinterSettings.set_Copies(System.Int16) System.Drawing.Printing PrinterSettings set_Copies(Int16) 0
M:System.Drawing.Printing.PrinterSettings.get_PrintRange System.Drawing.Printing PrinterSettings get_PrintRange() 0
M:System.Drawing.Printing.PrinterSettings.get_InstalledPrinters System.Drawing.Printing PrinterSettings get_InstalledPrinters() 0
M:System.Drawing.Printing.PrinterSettings.set_PrintFileName(System.String) System.Drawing.Printing PrinterSettings set_PrintFileName(String) 0
M:System.Drawing.Printing.PrinterSettings.set_Collate(System.Boolean) System.Drawing.Printing PrinterSettings set_Collate(Boolean) 0
M:System.Drawing.Printing.PrinterSettings.get_FromPage System.Drawing.Printing PrinterSettings get_FromPage() 0
M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings) System.Drawing.Printing PrinterSettings CreateMeasurementGraphics(PageSettings) 0
M:System.Drawing.Printing.PrinterSettings.set_Duplex(System.Drawing.Printing.Duplex) System.Drawing.Printing PrinterSettings set_Duplex(Duplex) 0
M:System.Drawing.Printing.PrinterSettings.Clone System.Drawing.Printing PrinterSettings Clone() 0
M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Point,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit) System.Drawing.Printing PrinterUnitConvert Convert(Point, PrinterUnit, PrinterUnit) 0
M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Printing.Margins,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit) System.Drawing.Printing PrinterUnitConvert Convert(Margins, PrinterUnit, PrinterUnit) 0
M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Double,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit) System.Drawing.Printing PrinterUnitConvert Convert(Double, PrinterUnit, PrinterUnit) 0
M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Rectangle,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit) System.Drawing.Printing PrinterUnitConvert Convert(Rectangle, PrinterUnit, PrinterUnit) 0
M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Size,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit) System.Drawing.Printing PrinterUnitConvert Convert(Size, PrinterUnit, PrinterUnit) 0
M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Int32,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit) System.Drawing.Printing PrinterUnitConvert Convert(Int32, PrinterUnit, PrinterUnit) 0
M:System.Drawing.Printing.PrintEventArgs.#ctor System.Drawing.Printing PrintEventArgs .ctor() 0
M:System.Drawing.Printing.PrintEventArgs.get_PrintAction System.Drawing.Printing PrintEventArgs get_PrintAction() 0
M:System.Drawing.Printing.PrintPageEventArgs.get_PageSettings System.Drawing.Printing PrintPageEventArgs get_PageSettings() 0
M:System.Drawing.Printing.PrintPageEventArgs.set_HasMorePages(System.Boolean) System.Drawing.Printing PrintPageEventArgs set_HasMorePages(Boolean) 0
M:System.Drawing.Printing.PrintPageEventArgs.get_Graphics System.Drawing.Printing PrintPageEventArgs get_Graphics() 0
M:System.Drawing.Printing.PrintPageEventArgs.get_PageBounds System.Drawing.Printing PrintPageEventArgs get_PageBounds() 0
M:System.Drawing.Printing.PrintPageEventArgs.set_Cancel(System.Boolean) System.Drawing.Printing PrintPageEventArgs set_Cancel(Boolean) 0
M:System.Drawing.Printing.PrintPageEventArgs.get_HasMorePages System.Drawing.Printing PrintPageEventArgs get_HasMorePages() 0
M:System.Drawing.Printing.PrintPageEventArgs.get_MarginBounds System.Drawing.Printing PrintPageEventArgs get_MarginBounds() 0
M:System.Drawing.Printing.PrintPageEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Printing.PageSettings) System.Drawing.Printing PrintPageEventArgs .ctor(Graphics, Rectangle, Rectangle, PageSettings) 0
M:System.Drawing.Printing.PrintPageEventArgs.get_Cancel System.Drawing.Printing PrintPageEventArgs get_Cancel() 0
M:System.Drawing.Printing.QueryPageSettingsEventArgs.set_PageSettings(System.Drawing.Printing.PageSettings) System.Drawing.Printing QueryPageSettingsEventArgs set_PageSettings(PageSettings) 0
M:System.Drawing.Printing.QueryPageSettingsEventArgs.get_PageSettings System.Drawing.Printing QueryPageSettingsEventArgs get_PageSettings() 0
M:System.Drawing.Printing.QueryPageSettingsEventArgs.#ctor(System.Drawing.Printing.PageSettings) System.Drawing.Printing QueryPageSettingsEventArgs .ctor(PageSettings) 0
M:System.Drawing.Printing.StandardPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs) System.Drawing.Printing StandardPrintController OnStartPrint(PrintDocument, PrintEventArgs) 0
M:System.Drawing.Printing.StandardPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs) System.Drawing.Printing StandardPrintController OnStartPage(PrintDocument, PrintPageEventArgs) 0
M:System.Drawing.Printing.StandardPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs) System.Drawing.Printing StandardPrintController OnEndPrint(PrintDocument, PrintEventArgs) 0
M:System.Drawing.Printing.StandardPrintController.#ctor System.Drawing.Printing StandardPrintController .ctor() 0
M:System.Drawing.Printing.StandardPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs) System.Drawing.Printing StandardPrintController OnEndPage(PrintDocument, PrintPageEventArgs) 0
M:System.Drawing.Imaging.BitmapData.set_Reserved(System.Int32) System.Drawing.Imaging BitmapData set_Reserved(Int32) 0
M:System.Drawing.Imaging.BitmapData.get_Height System.Drawing.Imaging BitmapData get_Height() 0
M:System.Drawing.Imaging.BitmapData.set_PixelFormat(System.Drawing.Imaging.PixelFormat) System.Drawing.Imaging BitmapData set_PixelFormat(PixelFormat) 0
M:System.Drawing.Imaging.BitmapData.set_Height(System.Int32) System.Drawing.Imaging BitmapData set_Height(Int32) 0
M:System.Drawing.Imaging.BitmapData.get_Reserved System.Drawing.Imaging BitmapData get_Reserved() 0
M:System.Drawing.Imaging.BitmapData.get_PixelFormat System.Drawing.Imaging BitmapData get_PixelFormat() 0
M:System.Drawing.Imaging.BitmapData.set_Scan0(System.IntPtr) System.Drawing.Imaging BitmapData set_Scan0(IntPtr) 0
M:System.Drawing.Imaging.BitmapData.get_Stride System.Drawing.Imaging BitmapData get_Stride() 0
M:System.Drawing.Imaging.BitmapData.get_Scan0 System.Drawing.Imaging BitmapData get_Scan0() 0
M:System.Drawing.Imaging.BitmapData.#ctor System.Drawing.Imaging BitmapData .ctor() 0
M:System.Drawing.Imaging.BitmapData.get_Width System.Drawing.Imaging BitmapData get_Width() 0
M:System.Drawing.Imaging.BitmapData.set_Width(System.Int32) System.Drawing.Imaging BitmapData set_Width(Int32) 0
M:System.Drawing.Imaging.BitmapData.set_Stride(System.Int32) System.Drawing.Imaging BitmapData set_Stride(Int32) 0
M:System.Drawing.Imaging.ColorMap.set_NewColor(System.Drawing.Color) System.Drawing.Imaging ColorMap set_NewColor(Color) 0
M:System.Drawing.Imaging.ColorMap.get_OldColor System.Drawing.Imaging ColorMap get_OldColor() 0
M:System.Drawing.Imaging.ColorMap.set_OldColor(System.Drawing.Color) System.Drawing.Imaging ColorMap set_OldColor(Color) 0
M:System.Drawing.Imaging.ColorMap.#ctor System.Drawing.Imaging ColorMap .ctor() 0
M:System.Drawing.Imaging.ColorMap.get_NewColor System.Drawing.Imaging ColorMap get_NewColor() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix03(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix03(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix44 System.Drawing.Imaging ColorMatrix get_Matrix44() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix10(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix10(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix23 System.Drawing.Imaging ColorMatrix get_Matrix23() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix12(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix12(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix32 System.Drawing.Imaging ColorMatrix get_Matrix32() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix30(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix30(Single) 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix13(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix13(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix40 System.Drawing.Imaging ColorMatrix get_Matrix40() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix21(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix21(Single) 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix22(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix22(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix31 System.Drawing.Imaging ColorMatrix get_Matrix31() 0
M:System.Drawing.Imaging.ColorMatrix.set_Item(System.Int32,System.Int32,System.Single) System.Drawing.Imaging ColorMatrix set_Item(Int32, Int32, Single) 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix31(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix31(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix34 System.Drawing.Imaging ColorMatrix get_Matrix34() 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix41 System.Drawing.Imaging ColorMatrix get_Matrix41() 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix00 System.Drawing.Imaging ColorMatrix get_Matrix00() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix01(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix01(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Item(System.Int32,System.Int32) System.Drawing.Imaging ColorMatrix get_Item(Int32, Int32) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix21 System.Drawing.Imaging ColorMatrix get_Matrix21() 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix22 System.Drawing.Imaging ColorMatrix get_Matrix22() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix43(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix43(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix30 System.Drawing.Imaging ColorMatrix get_Matrix30() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix40(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix40(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix02 System.Drawing.Imaging ColorMatrix get_Matrix02() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix04(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix04(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix24 System.Drawing.Imaging ColorMatrix get_Matrix24() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix23(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix23(Single) 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix14(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix14(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix03 System.Drawing.Imaging ColorMatrix get_Matrix03() 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix10 System.Drawing.Imaging ColorMatrix get_Matrix10() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix20(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix20(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix04 System.Drawing.Imaging ColorMatrix get_Matrix04() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix24(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix24(Single) 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix42(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix42(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix20 System.Drawing.Imaging ColorMatrix get_Matrix20() 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix33 System.Drawing.Imaging ColorMatrix get_Matrix33() 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix12 System.Drawing.Imaging ColorMatrix get_Matrix12() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix34(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix34(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix14 System.Drawing.Imaging ColorMatrix get_Matrix14() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix11(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix11(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix43 System.Drawing.Imaging ColorMatrix get_Matrix43() 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix11 System.Drawing.Imaging ColorMatrix get_Matrix11() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix32(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix32(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix01 System.Drawing.Imaging ColorMatrix get_Matrix01() 0
M:System.Drawing.Imaging.ColorMatrix.#ctor(System.Single[][]) System.Drawing.Imaging ColorMatrix .ctor(Single[][]) 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix44(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix44(Single) 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix02(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix02(Single) 0
M:System.Drawing.Imaging.ColorMatrix.#ctor System.Drawing.Imaging ColorMatrix .ctor() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix00(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix00(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix42 System.Drawing.Imaging ColorMatrix get_Matrix42() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix33(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix33(Single) 0
M:System.Drawing.Imaging.ColorMatrix.get_Matrix13 System.Drawing.Imaging ColorMatrix get_Matrix13() 0
M:System.Drawing.Imaging.ColorMatrix.set_Matrix41(System.Single) System.Drawing.Imaging ColorMatrix set_Matrix41(Single) 0
M:System.Drawing.Imaging.ColorPalette.get_Flags System.Drawing.Imaging ColorPalette get_Flags() 0
M:System.Drawing.Imaging.ColorPalette.get_Entries System.Drawing.Imaging ColorPalette get_Entries() 0
M:System.Drawing.Imaging.Encoder.get_Guid System.Drawing.Imaging Encoder get_Guid() 0
M:System.Drawing.Imaging.Encoder.#ctor(System.Guid) System.Drawing.Imaging Encoder .ctor(Guid) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Int32, Int32, Int32, Int32) 0
M:System.Drawing.Imaging.EncoderParameter.Dispose System.Drawing.Imaging EncoderParameter Dispose() 0
M:System.Drawing.Imaging.EncoderParameter.get_NumberOfValues System.Drawing.Imaging EncoderParameter get_NumberOfValues() 0
M:System.Drawing.Imaging.EncoderParameter.get_Encoder System.Drawing.Imaging EncoderParameter get_Encoder() 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[]) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Int32[], Int32[]) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[],System.Int32[],System.Int32[]) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Int32[], Int32[], Int32[], Int32[]) 0
M:System.Drawing.Imaging.EncoderParameter.get_ValueType System.Drawing.Imaging EncoderParameter get_ValueType() 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Int64) 0
M:System.Drawing.Imaging.EncoderParameter.get_Type System.Drawing.Imaging EncoderParameter get_Type() 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64,System.Int64) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Int64, Int64) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[]) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Int64[]) 0
M:System.Drawing.Imaging.EncoderParameter.set_Encoder(System.Drawing.Imaging.Encoder) System.Drawing.Imaging EncoderParameter set_Encoder(Encoder) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[],System.Int64[]) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Int64[], Int64[]) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.String) System.Drawing.Imaging EncoderParameter .ctor(Encoder, String) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[],System.Boolean) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Byte[], Boolean) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16[]) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Int16[]) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Int32, Int32, Int32) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte,System.Boolean) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Byte, Boolean) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Int16) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Int32, Int32) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[]) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Byte[]) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Byte) 0
M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Drawing.Imaging.EncoderParameterValueType,System.IntPtr) System.Drawing.Imaging EncoderParameter .ctor(Encoder, Int32, EncoderParameterValueType, IntPtr) 0
M:System.Drawing.Imaging.EncoderParameters.set_Param(System.Drawing.Imaging.EncoderParameter[]) System.Drawing.Imaging EncoderParameters set_Param(EncoderParameter[]) 0
M:System.Drawing.Imaging.EncoderParameters.#ctor System.Drawing.Imaging EncoderParameters .ctor() 0
M:System.Drawing.Imaging.EncoderParameters.Dispose System.Drawing.Imaging EncoderParameters Dispose() 0
M:System.Drawing.Imaging.EncoderParameters.#ctor(System.Int32) System.Drawing.Imaging EncoderParameters .ctor(Int32) 0
M:System.Drawing.Imaging.EncoderParameters.get_Param System.Drawing.Imaging EncoderParameters get_Param() 0
M:System.Drawing.Imaging.FrameDimension.get_Guid System.Drawing.Imaging FrameDimension get_Guid() 0
M:System.Drawing.Imaging.FrameDimension.get_Time System.Drawing.Imaging FrameDimension get_Time() 0
M:System.Drawing.Imaging.FrameDimension.Equals(System.Object) System.Drawing.Imaging FrameDimension Equals(Object) 0
M:System.Drawing.Imaging.FrameDimension.ToString System.Drawing.Imaging FrameDimension ToString() 0
M:System.Drawing.Imaging.FrameDimension.get_Resolution System.Drawing.Imaging FrameDimension get_Resolution() 0
M:System.Drawing.Imaging.FrameDimension.get_Page System.Drawing.Imaging FrameDimension get_Page() 0
M:System.Drawing.Imaging.FrameDimension.#ctor(System.Guid) System.Drawing.Imaging FrameDimension .ctor(Guid) 0
M:System.Drawing.Imaging.FrameDimension.GetHashCode System.Drawing.Imaging FrameDimension GetHashCode() 0
M:System.Drawing.Imaging.ImageAttributes.ClearNoOp System.Drawing.Imaging ImageAttributes ClearNoOp() 0
M:System.Drawing.Imaging.ImageAttributes.GetAdjustedPalette(System.Drawing.Imaging.ColorPalette,System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes GetAdjustedPalette(ColorPalette, ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag) System.Drawing.Imaging ImageAttributes SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag) 0
M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable System.Drawing.Imaging ImageAttributes ClearRemapTable() 0
M:System.Drawing.Imaging.ImageAttributes.SetBrushRemapTable(System.Drawing.Imaging.ColorMap[]) System.Drawing.Imaging ImageAttributes SetBrushRemapTable(ColorMap[]) 0
M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String) System.Drawing.Imaging ImageAttributes SetOutputChannelColorProfile(String) 0
M:System.Drawing.Imaging.ImageAttributes.ClearThreshold System.Drawing.Imaging ImageAttributes ClearThreshold() 0
M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[],System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes SetRemapTable(ColorMap[], ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix(System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes ClearColorMatrix(ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.ClearGamma System.Drawing.Imaging ImageAttributes ClearGamma() 0
M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile(System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes ClearOutputChannelColorProfile(ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode) System.Drawing.Imaging ImageAttributes SetWrapMode(WrapMode) 0
M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single) System.Drawing.Imaging ImageAttributes SetThreshold(Single) 0
M:System.Drawing.Imaging.ImageAttributes.ClearNoOp(System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes ClearNoOp(ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix) System.Drawing.Imaging ImageAttributes SetColorMatrices(ColorMatrix, ColorMatrix) 0
M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix) System.Drawing.Imaging ImageAttributes SetColorMatrix(ColorMatrix) 0
M:System.Drawing.Imaging.ImageAttributes.Dispose System.Drawing.Imaging ImageAttributes Dispose() 0
M:System.Drawing.Imaging.ImageAttributes.ClearColorKey(System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes ClearColorKey(ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile System.Drawing.Imaging ImageAttributes ClearOutputChannelColorProfile() 0
M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color) System.Drawing.Imaging ImageAttributes SetWrapMode(WrapMode, Color) 0
M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag) System.Drawing.Imaging ImageAttributes SetOutputChannel(ColorChannelFlag) 0
M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color) System.Drawing.Imaging ImageAttributes SetColorKey(Color, Color) 0
M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String,System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes SetOutputChannelColorProfile(String, ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color,System.Boolean) System.Drawing.Imaging ImageAttributes SetWrapMode(WrapMode, Color, Boolean) 0
M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single,System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes SetGamma(Single, ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single,System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes SetThreshold(Single, ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.#ctor System.Drawing.Imaging ImageAttributes .ctor() 0
M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag,System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes SetOutputChannel(ColorChannelFlag, ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix System.Drawing.Imaging ImageAttributes ClearColorMatrix() 0
M:System.Drawing.Imaging.ImageAttributes.ClearBrushRemapTable System.Drawing.Imaging ImageAttributes ClearBrushRemapTable() 0
M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color,System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes SetColorKey(Color, Color, ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single) System.Drawing.Imaging ImageAttributes SetGamma(Single) 0
M:System.Drawing.Imaging.ImageAttributes.SetNoOp System.Drawing.Imaging ImageAttributes SetNoOp() 0
M:System.Drawing.Imaging.ImageAttributes.ClearGamma(System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes ClearGamma(ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag) System.Drawing.Imaging ImageAttributes SetColorMatrix(ColorMatrix, ColorMatrixFlag) 0
M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[]) System.Drawing.Imaging ImageAttributes SetRemapTable(ColorMap[]) 0
M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes SetColorMatrices(ColorMatrix, ColorMatrix, ColorMatrixFlag, ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.SetNoOp(System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes SetNoOp(ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.ClearThreshold(System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes ClearThreshold(ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel System.Drawing.Imaging ImageAttributes ClearOutputChannel() 0
M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable(System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes ClearRemapTable(ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes SetColorMatrix(ColorMatrix, ColorMatrixFlag, ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel(System.Drawing.Imaging.ColorAdjustType) System.Drawing.Imaging ImageAttributes ClearOutputChannel(ColorAdjustType) 0
M:System.Drawing.Imaging.ImageAttributes.ClearColorKey System.Drawing.Imaging ImageAttributes ClearColorKey() 0
M:System.Drawing.Imaging.ImageAttributes.Clone System.Drawing.Imaging ImageAttributes Clone() 0
M:System.Drawing.Imaging.ImageCodecInfo.set_CodecName(System.String) System.Drawing.Imaging ImageCodecInfo set_CodecName(String) 0
M:System.Drawing.Imaging.ImageCodecInfo.set_DllName(System.String) System.Drawing.Imaging ImageCodecInfo set_DllName(String) 0
M:System.Drawing.Imaging.ImageCodecInfo.get_FormatDescription System.Drawing.Imaging ImageCodecInfo get_FormatDescription() 0
M:System.Drawing.Imaging.ImageCodecInfo.set_Version(System.Int32) System.Drawing.Imaging ImageCodecInfo set_Version(Int32) 0
M:System.Drawing.Imaging.ImageCodecInfo.set_SignatureMasks(System.Byte[][]) System.Drawing.Imaging ImageCodecInfo set_SignatureMasks(Byte[][]) 0
M:System.Drawing.Imaging.ImageCodecInfo.get_DllName System.Drawing.Imaging ImageCodecInfo get_DllName() 0
M:System.Drawing.Imaging.ImageCodecInfo.get_SignatureMasks System.Drawing.Imaging ImageCodecInfo get_SignatureMasks() 0
M:System.Drawing.Imaging.ImageCodecInfo.get_Flags System.Drawing.Imaging ImageCodecInfo get_Flags() 0
M:System.Drawing.Imaging.ImageCodecInfo.set_FormatDescription(System.String) System.Drawing.Imaging ImageCodecInfo set_FormatDescription(String) 0
M:System.Drawing.Imaging.ImageCodecInfo.get_Version System.Drawing.Imaging ImageCodecInfo get_Version() 0
M:System.Drawing.Imaging.ImageCodecInfo.set_Clsid(System.Guid) System.Drawing.Imaging ImageCodecInfo set_Clsid(Guid) 0
M:System.Drawing.Imaging.ImageCodecInfo.get_SignaturePatterns System.Drawing.Imaging ImageCodecInfo get_SignaturePatterns() 0
M:System.Drawing.Imaging.ImageCodecInfo.GetImageDecoders System.Drawing.Imaging ImageCodecInfo GetImageDecoders() 0
M:System.Drawing.Imaging.ImageCodecInfo.get_FilenameExtension System.Drawing.Imaging ImageCodecInfo get_FilenameExtension() 0
M:System.Drawing.Imaging.ImageCodecInfo.get_FormatID System.Drawing.Imaging ImageCodecInfo get_FormatID() 0
M:System.Drawing.Imaging.ImageCodecInfo.GetImageEncoders System.Drawing.Imaging ImageCodecInfo GetImageEncoders() 0
M:System.Drawing.Imaging.ImageCodecInfo.set_MimeType(System.String) System.Drawing.Imaging ImageCodecInfo set_MimeType(String) 0
M:System.Drawing.Imaging.ImageCodecInfo.set_SignaturePatterns(System.Byte[][]) System.Drawing.Imaging ImageCodecInfo set_SignaturePatterns(Byte[][]) 0
M:System.Drawing.Imaging.ImageCodecInfo.set_FormatID(System.Guid) System.Drawing.Imaging ImageCodecInfo set_FormatID(Guid) 0
M:System.Drawing.Imaging.ImageCodecInfo.set_FilenameExtension(System.String) System.Drawing.Imaging ImageCodecInfo set_FilenameExtension(String) 0
M:System.Drawing.Imaging.ImageCodecInfo.get_CodecName System.Drawing.Imaging ImageCodecInfo get_CodecName() 0
M:System.Drawing.Imaging.ImageCodecInfo.set_Flags(System.Drawing.Imaging.ImageCodecFlags) System.Drawing.Imaging ImageCodecInfo set_Flags(ImageCodecFlags) 0
M:System.Drawing.Imaging.ImageCodecInfo.get_MimeType System.Drawing.Imaging ImageCodecInfo get_MimeType() 0
M:System.Drawing.Imaging.ImageCodecInfo.get_Clsid System.Drawing.Imaging ImageCodecInfo get_Clsid() 0
M:System.Drawing.Imaging.ImageFormat.get_Guid System.Drawing.Imaging ImageFormat get_Guid() 0
M:System.Drawing.Imaging.ImageFormat.get_Bmp System.Drawing.Imaging ImageFormat get_Bmp() 0
M:System.Drawing.Imaging.ImageFormat.get_Exif System.Drawing.Imaging ImageFormat get_Exif() 0
M:System.Drawing.Imaging.ImageFormat.ToString System.Drawing.Imaging ImageFormat ToString() 0
M:System.Drawing.Imaging.ImageFormat.get_Tiff System.Drawing.Imaging ImageFormat get_Tiff() 0
M:System.Drawing.Imaging.ImageFormat.get_Gif System.Drawing.Imaging ImageFormat get_Gif() 0
M:System.Drawing.Imaging.ImageFormat.get_Png System.Drawing.Imaging ImageFormat get_Png() 0
M:System.Drawing.Imaging.ImageFormat.#ctor(System.Guid) System.Drawing.Imaging ImageFormat .ctor(Guid) 0
M:System.Drawing.Imaging.ImageFormat.GetHashCode System.Drawing.Imaging ImageFormat GetHashCode() 0
M:System.Drawing.Imaging.ImageFormat.get_Icon System.Drawing.Imaging ImageFormat get_Icon() 0
M:System.Drawing.Imaging.ImageFormat.Equals(System.Object) System.Drawing.Imaging ImageFormat Equals(Object) 0
M:System.Drawing.Imaging.ImageFormat.get_Jpeg System.Drawing.Imaging ImageFormat get_Jpeg() 0
M:System.Drawing.Imaging.ImageFormat.get_MemoryBmp System.Drawing.Imaging ImageFormat get_MemoryBmp() 0
M:System.Drawing.Imaging.ImageFormat.get_Wmf System.Drawing.Imaging ImageFormat get_Wmf() 0
M:System.Drawing.Imaging.ImageFormat.get_Emf System.Drawing.Imaging ImageFormat get_Emf() 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType) System.Drawing.Imaging Metafile .ctor(Stream, IntPtr, EmfType) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String) System.Drawing.Imaging Metafile .ctor(String) 0
M:System.Drawing.Imaging.Metafile.GetHenhmetafile System.Drawing.Imaging Metafile GetHenhmetafile() 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Boolean) System.Drawing.Imaging Metafile .ctor(IntPtr, Boolean) 0
M:System.Drawing.Imaging.Metafile.GetMetafileHeader System.Drawing.Imaging Metafile GetMetafileHeader() 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit) System.Drawing.Imaging Metafile .ctor(String, IntPtr, RectangleF, MetafileFrameUnit) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType) System.Drawing.Imaging Metafile .ctor(String, IntPtr, Rectangle, MetafileFrameUnit, EmfType) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit) System.Drawing.Imaging Metafile .ctor(IntPtr, Rectangle, MetafileFrameUnit) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream) System.Drawing.Imaging Metafile .ctor(Stream) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle) System.Drawing.Imaging Metafile .ctor(IntPtr, Rectangle) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType,System.String) System.Drawing.Imaging Metafile .ctor(IntPtr, EmfType, String) 0
M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr) System.Drawing.Imaging Metafile GetMetafileHeader(IntPtr) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr) System.Drawing.Imaging Metafile .ctor(Stream, IntPtr) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String) System.Drawing.Imaging Metafile .ctor(String, IntPtr, RectangleF, MetafileFrameUnit, EmfType, String) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit) System.Drawing.Imaging Metafile .ctor(Stream, IntPtr, RectangleF, MetafileFrameUnit) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String) System.Drawing.Imaging Metafile .ctor(IntPtr, RectangleF, MetafileFrameUnit, EmfType, String) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String) System.Drawing.Imaging Metafile .ctor(IntPtr, Rectangle, MetafileFrameUnit, EmfType, String) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType,System.String) System.Drawing.Imaging Metafile .ctor(String, IntPtr, EmfType, String) 0
M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader) System.Drawing.Imaging Metafile GetMetafileHeader(IntPtr, WmfPlaceableFileHeader) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String) System.Drawing.Imaging Metafile .ctor(Stream, IntPtr, RectangleF, MetafileFrameUnit, EmfType, String) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader) System.Drawing.Imaging Metafile .ctor(IntPtr, WmfPlaceableFileHeader) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF) System.Drawing.Imaging Metafile .ctor(String, IntPtr, RectangleF) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit) System.Drawing.Imaging Metafile .ctor(String, IntPtr, Rectangle, MetafileFrameUnit) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String) System.Drawing.Imaging Metafile .ctor(Stream, IntPtr, Rectangle, MetafileFrameUnit, EmfType, String) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit) System.Drawing.Imaging Metafile .ctor(IntPtr, RectangleF, MetafileFrameUnit) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit) System.Drawing.Imaging Metafile .ctor(Stream, IntPtr, Rectangle, MetafileFrameUnit) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr) System.Drawing.Imaging Metafile .ctor(String, IntPtr) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType) System.Drawing.Imaging Metafile .ctor(IntPtr, RectangleF, MetafileFrameUnit, EmfType) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType) System.Drawing.Imaging Metafile .ctor(String, IntPtr, RectangleF, MetafileFrameUnit, EmfType) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType) System.Drawing.Imaging Metafile .ctor(IntPtr, EmfType) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String) System.Drawing.Imaging Metafile .ctor(String, IntPtr, Rectangle, MetafileFrameUnit, EmfType, String) 0
M:System.Drawing.Imaging.Metafile.PlayRecord(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.Byte[]) System.Drawing.Imaging Metafile PlayRecord(EmfPlusRecordType, Int32, Int32, Byte[]) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF) System.Drawing.Imaging Metafile .ctor(IntPtr, RectangleF) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType,System.String) System.Drawing.Imaging Metafile .ctor(Stream, IntPtr, EmfType, String) 0
M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IO.Stream) System.Drawing.Imaging Metafile GetMetafileHeader(Stream) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF) System.Drawing.Imaging Metafile .ctor(Stream, IntPtr, RectangleF) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader,System.Boolean) System.Drawing.Imaging Metafile .ctor(IntPtr, WmfPlaceableFileHeader, Boolean) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType) System.Drawing.Imaging Metafile .ctor(Stream, IntPtr, RectangleF, MetafileFrameUnit, EmfType) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle) System.Drawing.Imaging Metafile .ctor(Stream, IntPtr, Rectangle) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType) System.Drawing.Imaging Metafile .ctor(String, IntPtr, EmfType) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType) System.Drawing.Imaging Metafile .ctor(IntPtr, Rectangle, MetafileFrameUnit, EmfType) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle) System.Drawing.Imaging Metafile .ctor(String, IntPtr, Rectangle) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType) System.Drawing.Imaging Metafile .ctor(Stream, IntPtr, Rectangle, MetafileFrameUnit, EmfType) 0
M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.String) System.Drawing.Imaging Metafile GetMetafileHeader(String) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.String) System.Drawing.Imaging Metafile .ctor(String, IntPtr, Rectangle, MetafileFrameUnit, String) 0
M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.String) System.Drawing.Imaging Metafile .ctor(String, IntPtr, RectangleF, MetafileFrameUnit, String) 0
M:System.Drawing.Imaging.MetafileHeader.IsWmf System.Drawing.Imaging MetafileHeader IsWmf() 0
M:System.Drawing.Imaging.MetafileHeader.IsWmfPlaceable System.Drawing.Imaging MetafileHeader IsWmfPlaceable() 0
M:System.Drawing.Imaging.MetafileHeader.get_LogicalDpiY System.Drawing.Imaging MetafileHeader get_LogicalDpiY() 0
M:System.Drawing.Imaging.MetafileHeader.get_EmfPlusHeaderSize System.Drawing.Imaging MetafileHeader get_EmfPlusHeaderSize() 0
M:System.Drawing.Imaging.MetafileHeader.get_Type System.Drawing.Imaging MetafileHeader get_Type() 0
M:System.Drawing.Imaging.MetafileHeader.IsEmfOrEmfPlus System.Drawing.Imaging MetafileHeader IsEmfOrEmfPlus() 0
M:System.Drawing.Imaging.MetafileHeader.get_WmfHeader System.Drawing.Imaging MetafileHeader get_WmfHeader() 0
M:System.Drawing.Imaging.MetafileHeader.get_Bounds System.Drawing.Imaging MetafileHeader get_Bounds() 0
M:System.Drawing.Imaging.MetafileHeader.get_Version System.Drawing.Imaging MetafileHeader get_Version() 0
M:System.Drawing.Imaging.MetafileHeader.get_DpiY System.Drawing.Imaging MetafileHeader get_DpiY() 0
M:System.Drawing.Imaging.MetafileHeader.get_LogicalDpiX System.Drawing.Imaging MetafileHeader get_LogicalDpiX() 0
M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusDual System.Drawing.Imaging MetafileHeader IsEmfPlusDual() 0
M:System.Drawing.Imaging.MetafileHeader.IsEmfPlus System.Drawing.Imaging MetafileHeader IsEmfPlus() 0
M:System.Drawing.Imaging.MetafileHeader.IsEmf System.Drawing.Imaging MetafileHeader IsEmf() 0
M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusOnly System.Drawing.Imaging MetafileHeader IsEmfPlusOnly() 0
M:System.Drawing.Imaging.MetafileHeader.IsDisplay System.Drawing.Imaging MetafileHeader IsDisplay() 0
M:System.Drawing.Imaging.MetafileHeader.get_DpiX System.Drawing.Imaging MetafileHeader get_DpiX() 0
M:System.Drawing.Imaging.MetafileHeader.get_MetafileSize System.Drawing.Imaging MetafileHeader get_MetafileSize() 0
M:System.Drawing.Imaging.MetaHeader.get_Size System.Drawing.Imaging MetaHeader get_Size() 0
M:System.Drawing.Imaging.MetaHeader.get_Type System.Drawing.Imaging MetaHeader get_Type() 0
M:System.Drawing.Imaging.MetaHeader.set_NoObjects(System.Int16) System.Drawing.Imaging MetaHeader set_NoObjects(Int16) 0
M:System.Drawing.Imaging.MetaHeader.#ctor System.Drawing.Imaging MetaHeader .ctor() 0
M:System.Drawing.Imaging.MetaHeader.get_HeaderSize System.Drawing.Imaging MetaHeader get_HeaderSize() 0
M:System.Drawing.Imaging.MetaHeader.set_Size(System.Int32) System.Drawing.Imaging MetaHeader set_Size(Int32) 0
M:System.Drawing.Imaging.MetaHeader.get_NoParameters System.Drawing.Imaging MetaHeader get_NoParameters() 0
M:System.Drawing.Imaging.MetaHeader.set_HeaderSize(System.Int16) System.Drawing.Imaging MetaHeader set_HeaderSize(Int16) 0
M:System.Drawing.Imaging.MetaHeader.set_Version(System.Int16) System.Drawing.Imaging MetaHeader set_Version(Int16) 0
M:System.Drawing.Imaging.MetaHeader.set_Type(System.Int16) System.Drawing.Imaging MetaHeader set_Type(Int16) 0
M:System.Drawing.Imaging.MetaHeader.get_NoObjects System.Drawing.Imaging MetaHeader get_NoObjects() 0
M:System.Drawing.Imaging.MetaHeader.set_NoParameters(System.Int16) System.Drawing.Imaging MetaHeader set_NoParameters(Int16) 0
M:System.Drawing.Imaging.MetaHeader.get_MaxRecord System.Drawing.Imaging MetaHeader get_MaxRecord() 0
M:System.Drawing.Imaging.MetaHeader.get_Version System.Drawing.Imaging MetaHeader get_Version() 0
M:System.Drawing.Imaging.MetaHeader.set_MaxRecord(System.Int32) System.Drawing.Imaging MetaHeader set_MaxRecord(Int32) 0
M:System.Drawing.Imaging.PropertyItem.set_Id(System.Int32) System.Drawing.Imaging PropertyItem set_Id(Int32) 0
M:System.Drawing.Imaging.PropertyItem.get_Id System.Drawing.Imaging PropertyItem get_Id() 0
M:System.Drawing.Imaging.PropertyItem.get_Len System.Drawing.Imaging PropertyItem get_Len() 0
M:System.Drawing.Imaging.PropertyItem.set_Type(System.Int16) System.Drawing.Imaging PropertyItem set_Type(Int16) 0
M:System.Drawing.Imaging.PropertyItem.get_Type System.Drawing.Imaging PropertyItem get_Type() 0
M:System.Drawing.Imaging.PropertyItem.set_Value(System.Byte[]) System.Drawing.Imaging PropertyItem set_Value(Byte[]) 0
M:System.Drawing.Imaging.PropertyItem.set_Len(System.Int32) System.Drawing.Imaging PropertyItem set_Len(Int32) 0
M:System.Drawing.Imaging.PropertyItem.get_Value System.Drawing.Imaging PropertyItem get_Value() 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.set_Reserved(System.Int32) System.Drawing.Imaging WmfPlaceableFileHeader set_Reserved(Int32) 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.get_BboxTop System.Drawing.Imaging WmfPlaceableFileHeader get_BboxTop() 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.get_Key System.Drawing.Imaging WmfPlaceableFileHeader get_Key() 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.set_Inch(System.Int16) System.Drawing.Imaging WmfPlaceableFileHeader set_Inch(Int16) 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.set_Hmf(System.Int16) System.Drawing.Imaging WmfPlaceableFileHeader set_Hmf(Int16) 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.get_Inch System.Drawing.Imaging WmfPlaceableFileHeader get_Inch() 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.get_Reserved System.Drawing.Imaging WmfPlaceableFileHeader get_Reserved() 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.get_BboxBottom System.Drawing.Imaging WmfPlaceableFileHeader get_BboxBottom() 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.get_Checksum System.Drawing.Imaging WmfPlaceableFileHeader get_Checksum() 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.get_Hmf System.Drawing.Imaging WmfPlaceableFileHeader get_Hmf() 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.get_BboxLeft System.Drawing.Imaging WmfPlaceableFileHeader get_BboxLeft() 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.get_BboxRight System.Drawing.Imaging WmfPlaceableFileHeader get_BboxRight() 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.#ctor System.Drawing.Imaging WmfPlaceableFileHeader .ctor() 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.set_BboxLeft(System.Int16) System.Drawing.Imaging WmfPlaceableFileHeader set_BboxLeft(Int16) 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.set_BboxBottom(System.Int16) System.Drawing.Imaging WmfPlaceableFileHeader set_BboxBottom(Int16) 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.set_BboxTop(System.Int16) System.Drawing.Imaging WmfPlaceableFileHeader set_BboxTop(Int16) 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.set_BboxRight(System.Int16) System.Drawing.Imaging WmfPlaceableFileHeader set_BboxRight(Int16) 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.set_Checksum(System.Int16) System.Drawing.Imaging WmfPlaceableFileHeader set_Checksum(Int16) 0
M:System.Drawing.Imaging.WmfPlaceableFileHeader.set_Key(System.Int32) System.Drawing.Imaging WmfPlaceableFileHeader set_Key(Int32) 0
M:System.Drawing.Drawing2D.AdjustableArrowCap.get_Height System.Drawing.Drawing2D AdjustableArrowCap get_Height() 0
M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single,System.Boolean) System.Drawing.Drawing2D AdjustableArrowCap .ctor(Single, Single, Boolean) 0
M:System.Drawing.Drawing2D.AdjustableArrowCap.set_Height(System.Single) System.Drawing.Drawing2D AdjustableArrowCap set_Height(Single) 0
M:System.Drawing.Drawing2D.AdjustableArrowCap.get_MiddleInset System.Drawing.Drawing2D AdjustableArrowCap get_MiddleInset() 0
M:System.Drawing.Drawing2D.AdjustableArrowCap.set_MiddleInset(System.Single) System.Drawing.Drawing2D AdjustableArrowCap set_MiddleInset(Single) 0
M:System.Drawing.Drawing2D.AdjustableArrowCap.set_Width(System.Single) System.Drawing.Drawing2D AdjustableArrowCap set_Width(Single) 0
M:System.Drawing.Drawing2D.AdjustableArrowCap.get_Filled System.Drawing.Drawing2D AdjustableArrowCap get_Filled() 0
M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single) System.Drawing.Drawing2D AdjustableArrowCap .ctor(Single, Single) 0
M:System.Drawing.Drawing2D.AdjustableArrowCap.get_Width System.Drawing.Drawing2D AdjustableArrowCap get_Width() 0
M:System.Drawing.Drawing2D.AdjustableArrowCap.set_Filled(System.Boolean) System.Drawing.Drawing2D AdjustableArrowCap set_Filled(Boolean) 0
M:System.Drawing.Drawing2D.Blend.#ctor System.Drawing.Drawing2D Blend .ctor() 0
M:System.Drawing.Drawing2D.Blend.set_Factors(System.Single[]) System.Drawing.Drawing2D Blend set_Factors(Single[]) 0
M:System.Drawing.Drawing2D.Blend.set_Positions(System.Single[]) System.Drawing.Drawing2D Blend set_Positions(Single[]) 0
M:System.Drawing.Drawing2D.Blend.#ctor(System.Int32) System.Drawing.Drawing2D Blend .ctor(Int32) 0
M:System.Drawing.Drawing2D.Blend.get_Positions System.Drawing.Drawing2D Blend get_Positions() 0
M:System.Drawing.Drawing2D.Blend.get_Factors System.Drawing.Drawing2D Blend get_Factors() 0
M:System.Drawing.Drawing2D.ColorBlend.set_Colors(System.Drawing.Color[]) System.Drawing.Drawing2D ColorBlend set_Colors(Color[]) 0
M:System.Drawing.Drawing2D.ColorBlend.get_Colors System.Drawing.Drawing2D ColorBlend get_Colors() 0
M:System.Drawing.Drawing2D.ColorBlend.#ctor System.Drawing.Drawing2D ColorBlend .ctor() 0
M:System.Drawing.Drawing2D.ColorBlend.set_Positions(System.Single[]) System.Drawing.Drawing2D ColorBlend set_Positions(Single[]) 0
M:System.Drawing.Drawing2D.ColorBlend.#ctor(System.Int32) System.Drawing.Drawing2D ColorBlend .ctor(Int32) 0
M:System.Drawing.Drawing2D.ColorBlend.get_Positions System.Drawing.Drawing2D ColorBlend get_Positions() 0
M:System.Drawing.Drawing2D.CustomLineCap.set_BaseCap(System.Drawing.Drawing2D.LineCap) System.Drawing.Drawing2D CustomLineCap set_BaseCap(LineCap) 0
M:System.Drawing.Drawing2D.CustomLineCap.set_StrokeJoin(System.Drawing.Drawing2D.LineJoin) System.Drawing.Drawing2D CustomLineCap set_StrokeJoin(LineJoin) 0
M:System.Drawing.Drawing2D.CustomLineCap.get_StrokeJoin System.Drawing.Drawing2D CustomLineCap get_StrokeJoin() 0
M:System.Drawing.Drawing2D.CustomLineCap.Finalize System.Drawing.Drawing2D CustomLineCap Finalize() 0
M:System.Drawing.Drawing2D.CustomLineCap.get_WidthScale System.Drawing.Drawing2D CustomLineCap get_WidthScale() 0
M:System.Drawing.Drawing2D.CustomLineCap.Dispose(System.Boolean) System.Drawing.Drawing2D CustomLineCap Dispose(Boolean) 0
M:System.Drawing.Drawing2D.CustomLineCap.get_BaseInset System.Drawing.Drawing2D CustomLineCap get_BaseInset() 0
M:System.Drawing.Drawing2D.CustomLineCap.Dispose System.Drawing.Drawing2D CustomLineCap Dispose() 0
M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap) System.Drawing.Drawing2D CustomLineCap .ctor(GraphicsPath, GraphicsPath, LineCap) 0
M:System.Drawing.Drawing2D.CustomLineCap.get_BaseCap System.Drawing.Drawing2D CustomLineCap get_BaseCap() 0
M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath) System.Drawing.Drawing2D CustomLineCap .ctor(GraphicsPath, GraphicsPath) 0
M:System.Drawing.Drawing2D.CustomLineCap.GetStrokeCaps(System.Drawing.Drawing2D.LineCap@,System.Drawing.Drawing2D.LineCap@) System.Drawing.Drawing2D CustomLineCap GetStrokeCaps(LineCap, LineCap) 0
M:System.Drawing.Drawing2D.CustomLineCap.SetStrokeCaps(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap) System.Drawing.Drawing2D CustomLineCap SetStrokeCaps(LineCap, LineCap) 0
M:System.Drawing.Drawing2D.CustomLineCap.set_BaseInset(System.Single) System.Drawing.Drawing2D CustomLineCap set_BaseInset(Single) 0
M:System.Drawing.Drawing2D.CustomLineCap.set_WidthScale(System.Single) System.Drawing.Drawing2D CustomLineCap set_WidthScale(Single) 0
M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap,System.Single) System.Drawing.Drawing2D CustomLineCap .ctor(GraphicsPath, GraphicsPath, LineCap, Single) 0
M:System.Drawing.Drawing2D.CustomLineCap.Clone System.Drawing.Drawing2D CustomLineCap Clone() 0
M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen,System.Drawing.Graphics) System.Drawing.Drawing2D GraphicsPath IsOutlineVisible(Single, Single, Pen, Graphics) 0
M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode) System.Drawing.Drawing2D GraphicsPath Warp(PointF[], RectangleF, Matrix, WarpMode) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen) System.Drawing.Drawing2D GraphicsPath IsOutlineVisible(Point, Pen) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.PointF[]) System.Drawing.Drawing2D GraphicsPath AddLines(PointF[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.RectangleF[]) System.Drawing.Drawing2D GraphicsPath AddRectangles(RectangleF[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.PointF,System.Drawing.StringFormat) System.Drawing.Drawing2D GraphicsPath AddString(String, FontFamily, Int32, Single, PointF, StringFormat) 0
M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix,System.Single) System.Drawing.Drawing2D GraphicsPath Widen(Pen, Matrix, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Int32,System.Int32,System.Single) System.Drawing.Drawing2D GraphicsPath AddCurve(PointF[], Int32, Int32, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Int32,System.Int32,System.Single) System.Drawing.Drawing2D GraphicsPath AddCurve(Point[], Int32, Int32, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.CloseAllFigures System.Drawing.Drawing2D GraphicsPath CloseAllFigures() 0
M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.RectangleF,System.Drawing.StringFormat) System.Drawing.Drawing2D GraphicsPath AddString(String, FontFamily, Int32, Single, RectangleF, StringFormat) 0
M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[]) System.Drawing.Drawing2D GraphicsPath .ctor(Point[], Byte[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.Rectangle) System.Drawing.Drawing2D GraphicsPath AddEllipse(Rectangle) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.Point,System.Drawing.Point) System.Drawing.Drawing2D GraphicsPath AddLine(Point, Point) 0
M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[]) System.Drawing.Drawing2D GraphicsPath .ctor(PointF[], Byte[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix,System.Single) System.Drawing.Drawing2D GraphicsPath Flatten(Matrix, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddPath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean) System.Drawing.Drawing2D GraphicsPath AddPath(GraphicsPath, Boolean) 0
M:System.Drawing.Drawing2D.GraphicsPath.Transform(System.Drawing.Drawing2D.Matrix) System.Drawing.Drawing2D GraphicsPath Transform(Matrix) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.Rectangle,System.Single,System.Single) System.Drawing.Drawing2D GraphicsPath AddArc(Rectangle, Single, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen) System.Drawing.Drawing2D GraphicsPath IsOutlineVisible(PointF, Pen) 0
M:System.Drawing.Drawing2D.GraphicsPath.get_PathPoints System.Drawing.Drawing2D GraphicsPath get_PathPoints() 0
M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen,System.Drawing.Graphics) System.Drawing.Drawing2D GraphicsPath IsOutlineVisible(Int32, Int32, Pen, Graphics) 0
M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode,System.Single) System.Drawing.Drawing2D GraphicsPath Warp(PointF[], RectangleF, Matrix, WarpMode, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.get_FillMode System.Drawing.Drawing2D GraphicsPath get_FillMode() 0
M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point) System.Drawing.Drawing2D GraphicsPath AddBezier(Point, Point, Point, Point) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.PointF[]) System.Drawing.Drawing2D GraphicsPath AddPolygon(PointF[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[]) System.Drawing.Drawing2D GraphicsPath AddClosedCurve(PointF[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[],System.Single) System.Drawing.Drawing2D GraphicsPath AddClosedCurve(PointF[], Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[]) System.Drawing.Drawing2D GraphicsPath AddClosedCurve(Point[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Single,System.Single,System.Single,System.Single) System.Drawing.Drawing2D GraphicsPath AddLine(Single, Single, Single, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[],System.Single) System.Drawing.Drawing2D GraphicsPath AddClosedCurve(Point[], Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single,System.Drawing.Graphics) System.Drawing.Drawing2D GraphicsPath IsVisible(Single, Single, Graphics) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32) System.Drawing.Drawing2D GraphicsPath IsVisible(Int32, Int32) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF) System.Drawing.Drawing2D GraphicsPath IsVisible(PointF) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point) System.Drawing.Drawing2D GraphicsPath IsVisible(Point) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.RectangleF) System.Drawing.Drawing2D GraphicsPath AddEllipse(RectangleF) 0
M:System.Drawing.Drawing2D.GraphicsPath.ClearMarkers System.Drawing.Drawing2D GraphicsPath ClearMarkers() 0
M:System.Drawing.Drawing2D.GraphicsPath.CloseFigure System.Drawing.Drawing2D GraphicsPath CloseFigure() 0
M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.Point[]) System.Drawing.Drawing2D GraphicsPath AddBeziers(Point[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Single) System.Drawing.Drawing2D GraphicsPath AddCurve(PointF[], Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Single) System.Drawing.Drawing2D GraphicsPath AddCurve(Point[], Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen,System.Drawing.Graphics) System.Drawing.Drawing2D GraphicsPath IsOutlineVisible(PointF, Pen, Graphics) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) System.Drawing.Drawing2D GraphicsPath AddBezier(Single, Single, Single, Single, Single, Single, Single, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.get_PointCount System.Drawing.Drawing2D GraphicsPath get_PointCount() 0
M:System.Drawing.Drawing2D.GraphicsPath.GetLastPoint System.Drawing.Drawing2D GraphicsPath GetLastPoint() 0
M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.Rectangle[]) System.Drawing.Drawing2D GraphicsPath AddRectangles(Rectangle[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing.Drawing2D GraphicsPath AddLine(Int32, Int32, Int32, Int32) 0
M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen) System.Drawing.Drawing2D GraphicsPath Widen(Pen) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.Point[]) System.Drawing.Drawing2D GraphicsPath AddPolygon(Point[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix) System.Drawing.Drawing2D GraphicsPath GetBounds(Matrix) 0
M:System.Drawing.Drawing2D.GraphicsPath.Clone System.Drawing.Drawing2D GraphicsPath Clone() 0
M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) System.Drawing.Drawing2D GraphicsPath AddArc(Single, Single, Single, Single, Single, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.StartFigure System.Drawing.Drawing2D GraphicsPath StartFigure() 0
M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing.Drawing2D GraphicsPath AddEllipse(Int32, Int32, Int32, Int32) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Point,System.Drawing.StringFormat) System.Drawing.Drawing2D GraphicsPath AddString(String, FontFamily, Int32, Single, Point, StringFormat) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.Point[]) System.Drawing.Drawing2D GraphicsPath AddLines(Point[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF) System.Drawing.Drawing2D GraphicsPath Warp(PointF[], RectangleF) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.RectangleF,System.Single,System.Single) System.Drawing.Drawing2D GraphicsPath AddArc(RectangleF, Single, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Rectangle,System.Drawing.StringFormat) System.Drawing.Drawing2D GraphicsPath AddString(String, FontFamily, Int32, Single, Rectangle, StringFormat) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single) System.Drawing.Drawing2D GraphicsPath AddPie(Int32, Int32, Int32, Int32, Single, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) System.Drawing.Drawing2D GraphicsPath AddBezier(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen,System.Drawing.Graphics) System.Drawing.Drawing2D GraphicsPath IsOutlineVisible(Point, Pen, Graphics) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) System.Drawing.Drawing2D GraphicsPath AddPie(Single, Single, Single, Single, Single, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen) System.Drawing.Drawing2D GraphicsPath IsOutlineVisible(Int32, Int32, Pen) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics) System.Drawing.Drawing2D GraphicsPath IsVisible(Int32, Int32, Graphics) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF,System.Drawing.Graphics) System.Drawing.Drawing2D GraphicsPath IsVisible(PointF, Graphics) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point,System.Drawing.Graphics) System.Drawing.Drawing2D GraphicsPath IsVisible(Point, Graphics) 0
M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix) System.Drawing.Drawing2D GraphicsPath Widen(Pen, Matrix) 0
M:System.Drawing.Drawing2D.GraphicsPath.get_PathData System.Drawing.Drawing2D GraphicsPath get_PathData() 0
M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.Rectangle) System.Drawing.Drawing2D GraphicsPath AddRectangle(Rectangle) 0
M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix,System.Drawing.Pen) System.Drawing.Drawing2D GraphicsPath GetBounds(Matrix, Pen) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[]) System.Drawing.Drawing2D GraphicsPath AddCurve(PointF[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[]) System.Drawing.Drawing2D GraphicsPath AddCurve(Point[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.Dispose System.Drawing.Drawing2D GraphicsPath Dispose() 0
M:System.Drawing.Drawing2D.GraphicsPath.Reset System.Drawing.Drawing2D GraphicsPath Reset() 0
M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix) System.Drawing.Drawing2D GraphicsPath Warp(PointF[], RectangleF, Matrix) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen) System.Drawing.Drawing2D GraphicsPath IsOutlineVisible(Single, Single, Pen) 0
M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix) System.Drawing.Drawing2D GraphicsPath Flatten(Matrix) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.RectangleF) System.Drawing.Drawing2D GraphicsPath AddRectangle(RectangleF) 0
M:System.Drawing.Drawing2D.GraphicsPath.get_PathTypes System.Drawing.Drawing2D GraphicsPath get_PathTypes() 0
M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Drawing2D.FillMode) System.Drawing.Drawing2D GraphicsPath .ctor(FillMode) 0
M:System.Drawing.Drawing2D.GraphicsPath.set_FillMode(System.Drawing.Drawing2D.FillMode) System.Drawing.Drawing2D GraphicsPath set_FillMode(FillMode) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single) System.Drawing.Drawing2D GraphicsPath AddArc(Int32, Int32, Int32, Int32, Single, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.PointF[]) System.Drawing.Drawing2D GraphicsPath AddBeziers(PointF[]) 0
M:System.Drawing.Drawing2D.GraphicsPath.#ctor System.Drawing.Drawing2D GraphicsPath .ctor() 0
M:System.Drawing.Drawing2D.GraphicsPath.Reverse System.Drawing.Drawing2D GraphicsPath Reverse() 0
M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF) System.Drawing.Drawing2D GraphicsPath AddBezier(PointF, PointF, PointF, PointF) 0
M:System.Drawing.Drawing2D.GraphicsPath.SetMarkers System.Drawing.Drawing2D GraphicsPath SetMarkers() 0
M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[],System.Drawing.Drawing2D.FillMode) System.Drawing.Drawing2D GraphicsPath .ctor(PointF[], Byte[], FillMode) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Drawing.Rectangle,System.Single,System.Single) System.Drawing.Drawing2D GraphicsPath AddPie(Rectangle, Single, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Single,System.Single,System.Single,System.Single) System.Drawing.Drawing2D GraphicsPath AddEllipse(Single, Single, Single, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.GetBounds System.Drawing.Drawing2D GraphicsPath GetBounds() 0
M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[],System.Drawing.Drawing2D.FillMode) System.Drawing.Drawing2D GraphicsPath .ctor(Point[], Byte[], FillMode) 0
M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single) System.Drawing.Drawing2D GraphicsPath IsVisible(Single, Single) 0
M:System.Drawing.Drawing2D.GraphicsPath.Flatten System.Drawing.Drawing2D GraphicsPath Flatten() 0
M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.PointF,System.Drawing.PointF) System.Drawing.Drawing2D GraphicsPath AddLine(PointF, PointF) 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.Dispose System.Drawing.Drawing2D GraphicsPathIterator Dispose() 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.NextPathType(System.Byte@,System.Int32@,System.Int32@) System.Drawing.Drawing2D GraphicsPathIterator NextPathType(Byte, Int32, Int32) 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.get_Count System.Drawing.Drawing2D GraphicsPathIterator get_Count() 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Int32@,System.Int32@,System.Boolean@) System.Drawing.Drawing2D GraphicsPathIterator NextSubpath(Int32, Int32, Boolean) 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Drawing.Drawing2D.GraphicsPath) System.Drawing.Drawing2D GraphicsPathIterator NextMarker(GraphicsPath) 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.Enumerate(System.Drawing.PointF[]@,System.Byte[]@) System.Drawing.Drawing2D GraphicsPathIterator Enumerate(PointF[], Byte[]) 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.Rewind System.Drawing.Drawing2D GraphicsPathIterator Rewind() 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(System.Drawing.PointF[]@,System.Byte[]@,System.Int32,System.Int32) System.Drawing.Drawing2D GraphicsPathIterator CopyData(PointF[], Byte[], Int32, Int32) 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.HasCurve System.Drawing.Drawing2D GraphicsPathIterator HasCurve() 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.get_SubpathCount System.Drawing.Drawing2D GraphicsPathIterator get_SubpathCount() 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.#ctor(System.Drawing.Drawing2D.GraphicsPath) System.Drawing.Drawing2D GraphicsPathIterator .ctor(GraphicsPath) 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Int32@,System.Int32@) System.Drawing.Drawing2D GraphicsPathIterator NextMarker(Int32, Int32) 0
M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean@) System.Drawing.Drawing2D GraphicsPathIterator NextSubpath(GraphicsPath, Boolean) 0
M:System.Drawing.Drawing2D.HatchBrush.get_BackgroundColor System.Drawing.Drawing2D HatchBrush get_BackgroundColor() 0
M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color) System.Drawing.Drawing2D HatchBrush .ctor(HatchStyle, Color) 0
M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color) System.Drawing.Drawing2D HatchBrush .ctor(HatchStyle, Color, Color) 0
M:System.Drawing.Drawing2D.HatchBrush.get_ForegroundColor System.Drawing.Drawing2D HatchBrush get_ForegroundColor() 0
M:System.Drawing.Drawing2D.HatchBrush.Clone System.Drawing.Drawing2D HatchBrush Clone() 0
M:System.Drawing.Drawing2D.HatchBrush.get_HatchStyle System.Drawing.Drawing2D HatchBrush get_HatchStyle() 0
M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single) System.Drawing.Drawing2D LinearGradientBrush SetBlendTriangularShape(Single) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean) System.Drawing.Drawing2D LinearGradientBrush .ctor(RectangleF, Color, Color, Single, Boolean) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean) System.Drawing.Drawing2D LinearGradientBrush .ctor(Rectangle, Color, Color, Single, Boolean) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.set_LinearColors(System.Drawing.Color[]) System.Drawing.Drawing2D LinearGradientBrush set_LinearColors(Color[]) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.set_Transform(System.Drawing.Drawing2D.Matrix) System.Drawing.Drawing2D LinearGradientBrush set_Transform(Matrix) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D LinearGradientBrush TranslateTransform(Single, Single, MatrixOrder) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color,System.Drawing.Color) System.Drawing.Drawing2D LinearGradientBrush .ctor(Point, Point, Color, Color) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.get_GammaCorrection System.Drawing.Drawing2D LinearGradientBrush get_GammaCorrection() 0
M:System.Drawing.Drawing2D.LinearGradientBrush.ResetTransform System.Drawing.Drawing2D LinearGradientBrush ResetTransform() 0
M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Drawing.Color) System.Drawing.Drawing2D LinearGradientBrush .ctor(PointF, PointF, Color, Color) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.set_InterpolationColors(System.Drawing.Drawing2D.ColorBlend) System.Drawing.Drawing2D LinearGradientBrush set_InterpolationColors(ColorBlend) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single,System.Single) System.Drawing.Drawing2D LinearGradientBrush SetBlendTriangularShape(Single, Single) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.set_Blend(System.Drawing.Drawing2D.Blend) System.Drawing.Drawing2D LinearGradientBrush set_Blend(Blend) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.get_LinearColors System.Drawing.Drawing2D LinearGradientBrush get_LinearColors() 0
M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix) System.Drawing.Drawing2D LinearGradientBrush MultiplyTransform(Matrix) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single) System.Drawing.Drawing2D LinearGradientBrush ScaleTransform(Single, Single) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.get_Blend System.Drawing.Drawing2D LinearGradientBrush get_Blend() 0
M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D LinearGradientBrush ScaleTransform(Single, Single, MatrixOrder) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D LinearGradientBrush RotateTransform(Single, MatrixOrder) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single) System.Drawing.Drawing2D LinearGradientBrush SetSigmaBellShape(Single) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single) System.Drawing.Drawing2D LinearGradientBrush TranslateTransform(Single, Single) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.set_WrapMode(System.Drawing.Drawing2D.WrapMode) System.Drawing.Drawing2D LinearGradientBrush set_WrapMode(WrapMode) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.set_GammaCorrection(System.Boolean) System.Drawing.Drawing2D LinearGradientBrush set_GammaCorrection(Boolean) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single,System.Single) System.Drawing.Drawing2D LinearGradientBrush SetSigmaBellShape(Single, Single) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.get_Rectangle System.Drawing.Drawing2D LinearGradientBrush get_Rectangle() 0
M:System.Drawing.Drawing2D.LinearGradientBrush.get_Transform System.Drawing.Drawing2D LinearGradientBrush get_Transform() 0
M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode) System.Drawing.Drawing2D LinearGradientBrush .ctor(Rectangle, Color, Color, LinearGradientMode) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single) System.Drawing.Drawing2D LinearGradientBrush .ctor(RectangleF, Color, Color, Single) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.get_InterpolationColors System.Drawing.Drawing2D LinearGradientBrush get_InterpolationColors() 0
M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode) System.Drawing.Drawing2D LinearGradientBrush .ctor(RectangleF, Color, Color, LinearGradientMode) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single) System.Drawing.Drawing2D LinearGradientBrush RotateTransform(Single) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.get_WrapMode System.Drawing.Drawing2D LinearGradientBrush get_WrapMode() 0
M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single) System.Drawing.Drawing2D LinearGradientBrush .ctor(Rectangle, Color, Color, Single) 0
M:System.Drawing.Drawing2D.LinearGradientBrush.Clone System.Drawing.Drawing2D LinearGradientBrush Clone() 0
M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D LinearGradientBrush MultiplyTransform(Matrix, MatrixOrder) 0
M:System.Drawing.Drawing2D.Matrix.get_IsInvertible System.Drawing.Drawing2D Matrix get_IsInvertible() 0
M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D Matrix Shear(Single, Single, MatrixOrder) 0
M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single) System.Drawing.Drawing2D Matrix Shear(Single, Single) 0
M:System.Drawing.Drawing2D.Matrix.Dispose System.Drawing.Drawing2D Matrix Dispose() 0
M:System.Drawing.Drawing2D.Matrix.Reset System.Drawing.Drawing2D Matrix Reset() 0
M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single) System.Drawing.Drawing2D Matrix Translate(Single, Single) 0
M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single) System.Drawing.Drawing2D Matrix Rotate(Single) 0
M:System.Drawing.Drawing2D.Matrix.VectorTransformPoints(System.Drawing.Point[]) System.Drawing.Drawing2D Matrix VectorTransformPoints(Point[]) 0
M:System.Drawing.Drawing2D.Matrix.get_IsIdentity System.Drawing.Drawing2D Matrix get_IsIdentity() 0
M:System.Drawing.Drawing2D.Matrix.get_OffsetX System.Drawing.Drawing2D Matrix get_OffsetX() 0
M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D Matrix Rotate(Single, MatrixOrder) 0
M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.PointF[]) System.Drawing.Drawing2D Matrix TransformPoints(PointF[]) 0
M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D Matrix Scale(Single, Single, MatrixOrder) 0
M:System.Drawing.Drawing2D.Matrix.Invert System.Drawing.Drawing2D Matrix Invert() 0
M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single) System.Drawing.Drawing2D Matrix Scale(Single, Single) 0
M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.Rectangle,System.Drawing.Point[]) System.Drawing.Drawing2D Matrix .ctor(Rectangle, Point[]) 0
M:System.Drawing.Drawing2D.Matrix.GetHashCode System.Drawing.Drawing2D Matrix GetHashCode() 0
M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF) System.Drawing.Drawing2D Matrix RotateAt(Single, PointF) 0
M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix) System.Drawing.Drawing2D Matrix Multiply(Matrix) 0
M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.Point[]) System.Drawing.Drawing2D Matrix TransformPoints(Point[]) 0
M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.RectangleF,System.Drawing.PointF[]) System.Drawing.Drawing2D Matrix .ctor(RectangleF, PointF[]) 0
M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D Matrix Multiply(Matrix, MatrixOrder) 0
M:System.Drawing.Drawing2D.Matrix.get_Elements System.Drawing.Drawing2D Matrix get_Elements() 0
M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.PointF[]) System.Drawing.Drawing2D Matrix TransformVectors(PointF[]) 0
M:System.Drawing.Drawing2D.Matrix.Equals(System.Object) System.Drawing.Drawing2D Matrix Equals(Object) 0
M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.Point[]) System.Drawing.Drawing2D Matrix TransformVectors(Point[]) 0
M:System.Drawing.Drawing2D.Matrix.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single) System.Drawing.Drawing2D Matrix .ctor(Single, Single, Single, Single, Single, Single) 0
M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D Matrix Translate(Single, Single, MatrixOrder) 0
M:System.Drawing.Drawing2D.Matrix.get_OffsetY System.Drawing.Drawing2D Matrix get_OffsetY() 0
M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D Matrix RotateAt(Single, PointF, MatrixOrder) 0
M:System.Drawing.Drawing2D.Matrix.#ctor System.Drawing.Drawing2D Matrix .ctor() 0
M:System.Drawing.Drawing2D.Matrix.Clone System.Drawing.Drawing2D Matrix Clone() 0
M:System.Drawing.Drawing2D.PathData.set_Points(System.Drawing.PointF[]) System.Drawing.Drawing2D PathData set_Points(PointF[]) 0
M:System.Drawing.Drawing2D.PathData.#ctor System.Drawing.Drawing2D PathData .ctor() 0
M:System.Drawing.Drawing2D.PathData.set_Types(System.Byte[]) System.Drawing.Drawing2D PathData set_Types(Byte[]) 0
M:System.Drawing.Drawing2D.PathData.get_Types System.Drawing.Drawing2D PathData get_Types() 0
M:System.Drawing.Drawing2D.PathData.get_Points System.Drawing.Drawing2D PathData get_Points() 0
M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single) System.Drawing.Drawing2D PathGradientBrush SetBlendTriangularShape(Single) 0
M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[]) System.Drawing.Drawing2D PathGradientBrush .ctor(Point[]) 0
M:System.Drawing.Drawing2D.PathGradientBrush.get_FocusScales System.Drawing.Drawing2D PathGradientBrush get_FocusScales() 0
M:System.Drawing.Drawing2D.PathGradientBrush.get_SurroundColors System.Drawing.Drawing2D PathGradientBrush get_SurroundColors() 0
M:System.Drawing.Drawing2D.PathGradientBrush.set_CenterPoint(System.Drawing.PointF) System.Drawing.Drawing2D PathGradientBrush set_CenterPoint(PointF) 0
M:System.Drawing.Drawing2D.PathGradientBrush.set_Transform(System.Drawing.Drawing2D.Matrix) System.Drawing.Drawing2D PathGradientBrush set_Transform(Matrix) 0
M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D PathGradientBrush TranslateTransform(Single, Single, MatrixOrder) 0
M:System.Drawing.Drawing2D.PathGradientBrush.ResetTransform System.Drawing.Drawing2D PathGradientBrush ResetTransform() 0
M:System.Drawing.Drawing2D.PathGradientBrush.set_FocusScales(System.Drawing.PointF) System.Drawing.Drawing2D PathGradientBrush set_FocusScales(PointF) 0
M:System.Drawing.Drawing2D.PathGradientBrush.set_InterpolationColors(System.Drawing.Drawing2D.ColorBlend) System.Drawing.Drawing2D PathGradientBrush set_InterpolationColors(ColorBlend) 0
M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single,System.Single) System.Drawing.Drawing2D PathGradientBrush SetBlendTriangularShape(Single, Single) 0
M:System.Drawing.Drawing2D.PathGradientBrush.set_Blend(System.Drawing.Drawing2D.Blend) System.Drawing.Drawing2D PathGradientBrush set_Blend(Blend) 0
M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix) System.Drawing.Drawing2D PathGradientBrush MultiplyTransform(Matrix) 0
M:System.Drawing.Drawing2D.PathGradientBrush.set_CenterColor(System.Drawing.Color) System.Drawing.Drawing2D PathGradientBrush set_CenterColor(Color) 0
M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single) System.Drawing.Drawing2D PathGradientBrush ScaleTransform(Single, Single) 0
M:System.Drawing.Drawing2D.PathGradientBrush.get_Blend System.Drawing.Drawing2D PathGradientBrush get_Blend() 0
M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D PathGradientBrush ScaleTransform(Single, Single, MatrixOrder) 0
M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single) System.Drawing.Drawing2D PathGradientBrush RotateTransform(Single) 0
M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single) System.Drawing.Drawing2D PathGradientBrush SetSigmaBellShape(Single) 0
M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single) System.Drawing.Drawing2D PathGradientBrush TranslateTransform(Single, Single) 0
M:System.Drawing.Drawing2D.PathGradientBrush.set_WrapMode(System.Drawing.Drawing2D.WrapMode) System.Drawing.Drawing2D PathGradientBrush set_WrapMode(WrapMode) 0
M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single,System.Single) System.Drawing.Drawing2D PathGradientBrush SetSigmaBellShape(Single, Single) 0
M:System.Drawing.Drawing2D.PathGradientBrush.get_Rectangle System.Drawing.Drawing2D PathGradientBrush get_Rectangle() 0
M:System.Drawing.Drawing2D.PathGradientBrush.get_Transform System.Drawing.Drawing2D PathGradientBrush get_Transform() 0
M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[],System.Drawing.Drawing2D.WrapMode) System.Drawing.Drawing2D PathGradientBrush .ctor(PointF[], WrapMode) 0
M:System.Drawing.Drawing2D.PathGradientBrush.get_CenterPoint System.Drawing.Drawing2D PathGradientBrush get_CenterPoint() 0
M:System.Drawing.Drawing2D.PathGradientBrush.set_SurroundColors(System.Drawing.Color[]) System.Drawing.Drawing2D PathGradientBrush set_SurroundColors(Color[]) 0
M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[]) System.Drawing.Drawing2D PathGradientBrush .ctor(PointF[]) 0
M:System.Drawing.Drawing2D.PathGradientBrush.get_InterpolationColors System.Drawing.Drawing2D PathGradientBrush get_InterpolationColors() 0
M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Drawing2D.GraphicsPath) System.Drawing.Drawing2D PathGradientBrush .ctor(GraphicsPath) 0
M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D PathGradientBrush RotateTransform(Single, MatrixOrder) 0
M:System.Drawing.Drawing2D.PathGradientBrush.get_WrapMode System.Drawing.Drawing2D PathGradientBrush get_WrapMode() 0
M:System.Drawing.Drawing2D.PathGradientBrush.get_CenterColor System.Drawing.Drawing2D PathGradientBrush get_CenterColor() 0
M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[],System.Drawing.Drawing2D.WrapMode) System.Drawing.Drawing2D PathGradientBrush .ctor(Point[], WrapMode) 0
M:System.Drawing.Drawing2D.PathGradientBrush.Clone System.Drawing.Drawing2D PathGradientBrush Clone() 0
M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder) System.Drawing.Drawing2D PathGradientBrush MultiplyTransform(Matrix, MatrixOrder) 0
M:System.Drawing.Drawing2D.RegionData.get_Data System.Drawing.Drawing2D RegionData get_Data() 0
M:System.Drawing.Drawing2D.RegionData.set_Data(System.Byte[]) System.Drawing.Drawing2D RegionData set_Data(Byte[]) 0
M:System.Drawing.Design.CategoryNameCollection.IndexOf(System.String) System.Drawing.Design CategoryNameCollection IndexOf(String) 0
M:System.Drawing.Design.CategoryNameCollection.CopyTo(System.String[],System.Int32) System.Drawing.Design CategoryNameCollection CopyTo(String[], Int32) 0
M:System.Drawing.Design.CategoryNameCollection.#ctor(System.Drawing.Design.CategoryNameCollection) System.Drawing.Design CategoryNameCollection .ctor(CategoryNameCollection) 0
M:System.Drawing.Design.CategoryNameCollection.Contains(System.String) System.Drawing.Design CategoryNameCollection Contains(String) 0
M:System.Drawing.Design.CategoryNameCollection.#ctor(System.String[]) System.Drawing.Design CategoryNameCollection .ctor(String[]) 0
M:System.Drawing.Design.CategoryNameCollection.get_Item(System.Int32) System.Drawing.Design CategoryNameCollection get_Item(Int32) 0
M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#IEnumerable#GetEnumerator System.Drawing.Printing PrinterSettings+PaperSizeCollection System.Collections.IEnumerable.GetEnumerator() 0
M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.get_Count System.Drawing.Printing PrinterSettings+PaperSizeCollection get_Count() 0
M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_SyncRoot System.Drawing.Printing PrinterSettings+PaperSizeCollection System.Collections.ICollection.get_SyncRoot() 0
M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.GetEnumerator System.Drawing.Printing PrinterSettings+PaperSizeCollection GetEnumerator() 0
M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.get_Item(System.Int32) System.Drawing.Printing PrinterSettings+PaperSizeCollection get_Item(Int32) 0
M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_Count System.Drawing.Printing PrinterSettings+PaperSizeCollection System.Collections.ICollection.get_Count() 0
M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.CopyTo(System.Drawing.Printing.PaperSize[],System.Int32) System.Drawing.Printing PrinterSettings+PaperSizeCollection CopyTo(PaperSize[], Int32) 0
M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Add(System.Drawing.Printing.PaperSize) System.Drawing.Printing PrinterSettings+PaperSizeCollection Add(PaperSize) 0
M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.#ctor(System.Drawing.Printing.PaperSize[]) System.Drawing.Printing PrinterSettings+PaperSizeCollection .ctor(PaperSize[]) 0
M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32) System.Drawing.Printing PrinterSettings+PaperSizeCollection System.Collections.ICollection.CopyTo(Array, Int32) 0
M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_IsSynchronized System.Drawing.Printing PrinterSettings+PaperSizeCollection System.Collections.ICollection.get_IsSynchronized() 0
M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#IEnumerable#GetEnumerator System.Drawing.Printing PrinterSettings+PaperSourceCollection System.Collections.IEnumerable.GetEnumerator() 0
M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.get_Count System.Drawing.Printing PrinterSettings+PaperSourceCollection get_Count() 0
M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_SyncRoot System.Drawing.Printing PrinterSettings+PaperSourceCollection System.Collections.ICollection.get_SyncRoot() 0
M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.GetEnumerator System.Drawing.Printing PrinterSettings+PaperSourceCollection GetEnumerator() 0
M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.get_Item(System.Int32) System.Drawing.Printing PrinterSettings+PaperSourceCollection get_Item(Int32) 0
M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_Count System.Drawing.Printing PrinterSettings+PaperSourceCollection System.Collections.ICollection.get_Count() 0
M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.CopyTo(System.Drawing.Printing.PaperSource[],System.Int32) System.Drawing.Printing PrinterSettings+PaperSourceCollection CopyTo(PaperSource[], Int32) 0
M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Add(System.Drawing.Printing.PaperSource) System.Drawing.Printing PrinterSettings+PaperSourceCollection Add(PaperSource) 0
M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.#ctor(System.Drawing.Printing.PaperSource[]) System.Drawing.Printing PrinterSettings+PaperSourceCollection .ctor(PaperSource[]) 0
M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32) System.Drawing.Printing PrinterSettings+PaperSourceCollection System.Collections.ICollection.CopyTo(Array, Int32) 0
M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_IsSynchronized System.Drawing.Printing PrinterSettings+PaperSourceCollection System.Collections.ICollection.get_IsSynchronized() 0
M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#IEnumerable#GetEnumerator System.Drawing.Printing PrinterSettings+PrinterResolutionCollection System.Collections.IEnumerable.GetEnumerator() 0
M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.get_Count System.Drawing.Printing PrinterSettings+PrinterResolutionCollection get_Count() 0
M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_SyncRoot System.Drawing.Printing PrinterSettings+PrinterResolutionCollection System.Collections.ICollection.get_SyncRoot() 0
M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.GetEnumerator System.Drawing.Printing PrinterSettings+PrinterResolutionCollection GetEnumerator() 0
M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.get_Item(System.Int32) System.Drawing.Printing PrinterSettings+PrinterResolutionCollection get_Item(Int32) 0
M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_Count System.Drawing.Printing PrinterSettings+PrinterResolutionCollection System.Collections.ICollection.get_Count() 0
M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.CopyTo(System.Drawing.Printing.PrinterResolution[],System.Int32) System.Drawing.Printing PrinterSettings+PrinterResolutionCollection CopyTo(PrinterResolution[], Int32) 0
M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Add(System.Drawing.Printing.PrinterResolution) System.Drawing.Printing PrinterSettings+PrinterResolutionCollection Add(PrinterResolution) 0
M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.#ctor(System.Drawing.Printing.PrinterResolution[]) System.Drawing.Printing PrinterSettings+PrinterResolutionCollection .ctor(PrinterResolution[]) 0
M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32) System.Drawing.Printing PrinterSettings+PrinterResolutionCollection System.Collections.ICollection.CopyTo(Array, Int32) 0
M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_IsSynchronized System.Drawing.Printing PrinterSettings+PrinterResolutionCollection System.Collections.ICollection.get_IsSynchronized() 0
M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#IEnumerable#GetEnumerator System.Drawing.Printing PrinterSettings+StringCollection System.Collections.IEnumerable.GetEnumerator() 0
M:System.Drawing.Printing.PrinterSettings.StringCollection.get_Count System.Drawing.Printing PrinterSettings+StringCollection get_Count() 0
M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_SyncRoot System.Drawing.Printing PrinterSettings+StringCollection System.Collections.ICollection.get_SyncRoot() 0
M:System.Drawing.Printing.PrinterSettings.StringCollection.GetEnumerator System.Drawing.Printing PrinterSettings+StringCollection GetEnumerator() 0
M:System.Drawing.Printing.PrinterSettings.StringCollection.get_Item(System.Int32) System.Drawing.Printing PrinterSettings+StringCollection get_Item(Int32) 0
M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_Count System.Drawing.Printing PrinterSettings+StringCollection System.Collections.ICollection.get_Count() 0
M:System.Drawing.Printing.PrinterSettings.StringCollection.CopyTo(System.String[],System.Int32) System.Drawing.Printing PrinterSettings+StringCollection CopyTo(String[], Int32) 0
M:System.Drawing.Printing.PrinterSettings.StringCollection.Add(System.String) System.Drawing.Printing PrinterSettings+StringCollection Add(String) 0
M:System.Drawing.Printing.PrinterSettings.StringCollection.#ctor(System.String[]) System.Drawing.Printing PrinterSettings+StringCollection .ctor(String[]) 0
M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32) System.Drawing.Printing PrinterSettings+StringCollection System.Collections.ICollection.CopyTo(Array, Int32) 0
M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_IsSynchronized System.Drawing.Printing PrinterSettings+StringCollection System.Collections.ICollection.get_IsSynchronized() 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment