5144 references to PlatformNotSupportedException
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\ExceptionHelper.cs (1)
26
return new
PlatformNotSupportedException
(message);
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (4)
27
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
32
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
37
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
42
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexClientBase.cs (4)
14
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
18
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
22
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
26
throw new
PlatformNotSupportedException
(SRServiceModel.ConfigurationFilesNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpTransportSecurity.cs (1)
63
new
PlatformNotSupportedException
(SRServiceModel.ExtendedProtectionNotSupported));
Microsoft.AspNetCore.Components.Server (1)
ProtectedBrowserStorage\ProtectedBrowserStorage.cs (1)
33
throw new
PlatformNotSupportedException
($"{GetType()} cannot be used when running in a browser.");
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyCultureProvider.cs (1)
62
throw new
PlatformNotSupportedException
("This method is only supported in the browser.");
Microsoft.AspNetCore.Cryptography.Internal (2)
CryptoUtil.cs (2)
40
throw new
PlatformNotSupportedException
(Resources.Platform_Windows7Required);
49
throw new
PlatformNotSupportedException
(Resources.Platform_Windows8Required);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\TransportManager.cs (1)
58
throw new
PlatformNotSupportedException
("Named pipes transport requires a Windows operating system.");
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
WebHostBuilderNamedPipeExtensions.cs (1)
29
throw new
PlatformNotSupportedException
("Named pipes transport requires a Windows operating system.");
Microsoft.Build.Tasks.Core (2)
system.design\stronglytypedresourcebuilder.cs (1)
296
throw new
PlatformNotSupportedException
("Creating strongly-typed resources directly from a resx file is not currently supported on .NET Core");
XslTransformation.cs (1)
491
throw new
PlatformNotSupportedException
("Precompiled XSLTs are not supported in .NET Core");
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\IlasmUtilities.cs (1)
65
throw new
PlatformNotSupportedException
("Runtime platform not supported for testing");
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
src\Workspaces\MSBuild\BuildHost\Rpc\Contracts\MonoMSBuildDiscovery.cs (1)
56
throw new
PlatformNotSupportedException
($"{nameof(RealPath)} can only be called on Unix.");
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Rpc\Contracts\MonoMSBuildDiscovery.cs (1)
56
throw new
PlatformNotSupportedException
($"{nameof(RealPath)} can only be called on Unix.");
Microsoft.DotNet.RemoteExecutor (1)
RemoteExecutor.cs (1)
415
throw new
PlatformNotSupportedException
("RemoteExecutor is not supported on this platform.");
Microsoft.DotNet.SignCheckLibrary (5)
Verification\LinuxPackageVerifier.cs (1)
33
throw new
PlatformNotSupportedException
("Linux package verification is not supported on Windows.");
Verification\MachOVerifier.cs (1)
26
throw new
PlatformNotSupportedException
($"Mach-O signature verification is only supported on macOS.");
Verification\PkgVerifier.cs (2)
34
throw new
PlatformNotSupportedException
("The MacOsPkg tooling is only supported on macOS.");
71
throw new
PlatformNotSupportedException
("The MacOsPkg tooling is only supported on macOS.");
Verification\RpmVerifier.cs (1)
22
throw new
PlatformNotSupportedException
("RPM unpacking is only supported on Linux.");
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
90
throw new
PlatformNotSupportedException
(SR.Format(SR.FileSystemWatcher_PlatformNotSupported, typeof(FileSystemWatcher)));
Microsoft.Maui.Essentials (4)
AppActions\AppActions.shared.cs (1)
135
throw new
PlatformNotSupportedException
("This implementation of IAppActions does not implement IPlatformAppActions.");
FilePicker\FilePicker.shared.cs (1)
169
throw new
PlatformNotSupportedException
("This platform does not support this file type.");
Screenshot\Screenshot.shared.cs (1)
176
throw new
PlatformNotSupportedException
("This implementation of IScreenshot does not implement IPlatformScreenshot.");
WebAuthenticator\WebAuthenticator.shared.cs (1)
115
throw new
PlatformNotSupportedException
("This implementation of IWebAuthenticator does not implement IPlatformWebAuthenticatorCallback.");
Microsoft.Maui.Graphics.Skia (1)
SkiaImage.cs (1)
132
ImageFormat.Bmp or ImageFormat.Gif or ImageFormat.Tiff => throw new
PlatformNotSupportedException
($"Skia does not support {format} format."),
Microsoft.ML.TestFrameworkCommon (1)
Utility\LibraryLoader.cs (1)
180
throw new
PlatformNotSupportedException
("This platform cannot load native libraries.");
Microsoft.Win32.Registry (74)
artifacts\obj\Microsoft.Win32.Registry\Debug\net10.0\Microsoft.Win32.Registry.notsupported.cs (74)
17
public static object? GetValue(string keyName, string? valueName, object? defaultValue) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
18
public static void SetValue(string keyName, string? valueName, object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
19
public static void SetValue(string keyName, string? valueName, object value, Microsoft.Win32.RegistryValueKind valueKind) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
32
internal RegistryKey() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
33
public Microsoft.Win32.SafeHandles.SafeRegistryHandle Handle { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); } }
34
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); } }
35
public int SubKeyCount { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); } }
36
public int ValueCount { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); } }
37
public Microsoft.Win32.RegistryView View { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); } }
38
public void Close() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
39
public Microsoft.Win32.RegistryKey CreateSubKey(string subkey) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
40
public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
41
public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck, Microsoft.Win32.RegistryOptions registryOptions) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
42
public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck, Microsoft.Win32.RegistryOptions registryOptions, System.Security.AccessControl.RegistrySecurity? registrySecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
43
public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck, System.Security.AccessControl.RegistrySecurity? registrySecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
44
public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, bool writable) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
45
public Microsoft.Win32.RegistryKey CreateSubKey(string subkey, bool writable, Microsoft.Win32.RegistryOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
46
public void DeleteSubKey(string subkey) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
47
public void DeleteSubKey(string subkey, bool throwOnMissingSubKey) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
48
public void DeleteSubKeyTree(string subkey) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
49
public void DeleteSubKeyTree(string subkey, bool throwOnMissingSubKey) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
50
public void DeleteValue(string name) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
51
public void DeleteValue(string name, bool throwOnMissingValue) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
53
public void Flush() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
54
public static Microsoft.Win32.RegistryKey FromHandle(Microsoft.Win32.SafeHandles.SafeRegistryHandle handle) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
55
public static Microsoft.Win32.RegistryKey FromHandle(Microsoft.Win32.SafeHandles.SafeRegistryHandle handle, Microsoft.Win32.RegistryView view) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
56
public System.Security.AccessControl.RegistrySecurity GetAccessControl() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
57
public System.Security.AccessControl.RegistrySecurity GetAccessControl(System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
58
public string[] GetSubKeyNames() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
59
public object? GetValue(string? name) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
61
public object? GetValue(string? name, object? defaultValue) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
63
public object? GetValue(string? name, object? defaultValue, Microsoft.Win32.RegistryValueOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
64
public Microsoft.Win32.RegistryValueKind GetValueKind(string? name) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
65
public string[] GetValueNames() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
66
public static Microsoft.Win32.RegistryKey OpenBaseKey(Microsoft.Win32.RegistryHive hKey, Microsoft.Win32.RegistryView view) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
67
public static Microsoft.Win32.RegistryKey OpenRemoteBaseKey(Microsoft.Win32.RegistryHive hKey, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
68
public static Microsoft.Win32.RegistryKey OpenRemoteBaseKey(Microsoft.Win32.RegistryHive hKey, string machineName, Microsoft.Win32.RegistryView view) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
69
public Microsoft.Win32.RegistryKey? OpenSubKey(string name) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
70
public Microsoft.Win32.RegistryKey? OpenSubKey(string name, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
71
public Microsoft.Win32.RegistryKey? OpenSubKey(string name, Microsoft.Win32.RegistryKeyPermissionCheck permissionCheck, System.Security.AccessControl.RegistryRights rights) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
72
public Microsoft.Win32.RegistryKey? OpenSubKey(string name, bool writable) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
73
public Microsoft.Win32.RegistryKey? OpenSubKey(string name, System.Security.AccessControl.RegistryRights rights) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
74
public void SetAccessControl(System.Security.AccessControl.RegistrySecurity registrySecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
75
public void SetValue(string? name, object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
76
public void SetValue(string? name, object value, Microsoft.Win32.RegistryValueKind valueKind) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
77
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
119
public SafeRegistryHandle() : base (default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
120
public SafeRegistryHandle(System.IntPtr preexistingHandle, bool ownsHandle) : base (default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
121
protected override bool ReleaseHandle() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
128
public RegistryAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
129
public RegistryAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
130
public RegistryAccessRule(string identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
131
public RegistryAccessRule(string identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
132
public System.Security.AccessControl.RegistryRights RegistryRights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); } }
136
public RegistryAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
137
public RegistryAuditRule(string identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
138
public System.Security.AccessControl.RegistryRights RegistryRights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); } }
160
public RegistrySecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
161
public override System.Type AccessRightType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); } }
162
public override System.Type AccessRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); } }
163
public override System.Type AuditRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); } }
164
public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
165
public void AddAccessRule(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
166
public void AddAuditRule(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
167
public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
168
public bool RemoveAccessRule(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
169
public void RemoveAccessRuleAll(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
170
public void RemoveAccessRuleSpecific(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
171
public bool RemoveAuditRule(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
172
public void RemoveAuditRuleAll(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
173
public void RemoveAuditRuleSpecific(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
174
public void ResetAccessRule(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
175
public void SetAccessRule(System.Security.AccessControl.RegistryAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
176
public void SetAuditRule(System.Security.AccessControl.RegistryAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Registry); }
Microsoft.Win32.Registry.AccessControl (3)
artifacts\obj\Microsoft.Win32.Registry.AccessControl\Debug\net10.0\Microsoft.Win32.Registry.AccessControl.notsupported.cs (3)
11
public static System.Security.AccessControl.RegistrySecurity GetAccessControl(this Microsoft.Win32.RegistryKey key) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_RegistryAccessControl); }
12
public static System.Security.AccessControl.RegistrySecurity GetAccessControl(this Microsoft.Win32.RegistryKey key, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_RegistryAccessControl); }
13
public static void SetAccessControl(this Microsoft.Win32.RegistryKey key, System.Security.AccessControl.RegistrySecurity registrySecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_RegistryAccessControl); }
Microsoft.Win32.SystemEvents (48)
artifacts\obj\Microsoft.Win32.SystemEvents\Debug\net10.0\Microsoft.Win32.SystemEvents.notsupported.cs (48)
11
public PowerModeChangedEventArgs(Microsoft.Win32.PowerModes mode) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); }
12
public Microsoft.Win32.PowerModes Mode { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
23
public SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons reason) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); }
24
public Microsoft.Win32.SessionEndReasons Reason { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
29
public SessionEndingEventArgs(Microsoft.Win32.SessionEndReasons reason) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); }
30
public bool Cancel { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
31
public Microsoft.Win32.SessionEndReasons Reason { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
41
public SessionSwitchEventArgs(Microsoft.Win32.SessionSwitchReason reason) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); }
42
public Microsoft.Win32.SessionSwitchReason Reason { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
59
internal SystemEvents() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); }
60
public static event System.EventHandler? DisplaySettingsChanged { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
61
public static event System.EventHandler? DisplaySettingsChanging { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
63
public static event System.EventHandler? EventsThreadShutdown { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
64
public static event System.EventHandler? InstalledFontsChanged { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
68
public static event System.EventHandler? LowMemory { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
69
public static event System.EventHandler? PaletteChanged { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
70
public static event Microsoft.Win32.PowerModeChangedEventHandler? PowerModeChanged { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
71
public static event Microsoft.Win32.SessionEndedEventHandler? SessionEnded { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
72
public static event Microsoft.Win32.SessionEndingEventHandler? SessionEnding { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
73
public static event Microsoft.Win32.SessionSwitchEventHandler? SessionSwitch { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
74
public static event System.EventHandler? TimeChanged { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
75
public static event Microsoft.Win32.TimerElapsedEventHandler? TimerElapsed { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
76
public static event Microsoft.Win32.UserPreferenceChangedEventHandler? UserPreferenceChanged { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
77
public static event Microsoft.Win32.UserPreferenceChangingEventHandler? UserPreferenceChanging { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
78
public static System.IntPtr CreateTimer(int interval) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); }
79
public static void InvokeOnEventsThread(System.Delegate method) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); }
80
public static void KillTimer(System.IntPtr timerId) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); }
84
public TimerElapsedEventArgs(System.IntPtr timerId) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); }
85
public System.IntPtr TimerId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
107
public UserPreferenceChangedEventArgs(Microsoft.Win32.UserPreferenceCategory category) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); }
108
public Microsoft.Win32.UserPreferenceCategory Category { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
113
public UserPreferenceChangingEventArgs(Microsoft.Win32.UserPreferenceCategory category) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); }
114
public Microsoft.Win32.UserPreferenceCategory Category { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemEvents); } }
System.Data.OleDb (299)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.Manual.notsupported.cs (5)
22
public int OleDbServices { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
26
public string Provider { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
35
public override int ErrorCode { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (294)
13
public OleDbCommand() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
14
public OleDbCommand(string? cmdText) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
15
public OleDbCommand(string? cmdText, System.Data.OleDb.OleDbConnection? connection) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
16
public OleDbCommand(string? cmdText, System.Data.OleDb.OleDbConnection? connection, System.Data.OleDb.OleDbTransaction? transaction) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
21
public override string CommandText { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
22
public override int CommandTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
25
public override System.Data.CommandType CommandType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
28
public new System.Data.OleDb.OleDbConnection? Connection { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
29
protected override System.Data.Common.DbConnection? DbConnection { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
30
protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
31
protected override System.Data.Common.DbTransaction? DbTransaction { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
36
public override bool DesignTimeVisible { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
38
public new System.Data.OleDb.OleDbParameterCollection Parameters { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
41
public new System.Data.OleDb.OleDbTransaction? Transaction { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
43
public override System.Data.UpdateRowSource UpdatedRowSource { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
44
public override void Cancel() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
45
public System.Data.OleDb.OleDbCommand Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
46
protected override System.Data.Common.DbParameter CreateDbParameter() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
47
public new System.Data.OleDb.OleDbParameter CreateParameter() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
49
protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
50
public override int ExecuteNonQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
51
public new System.Data.OleDb.OleDbDataReader ExecuteReader() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
52
public new System.Data.OleDb.OleDbDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
53
public override object? ExecuteScalar() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
54
public override void Prepare() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
55
public void ResetCommandTimeout() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
56
System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
57
System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
58
object System.ICloneable.Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
62
public OleDbCommandBuilder() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
63
public OleDbCommandBuilder(System.Data.OleDb.OleDbDataAdapter? adapter) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
65
public new System.Data.OleDb.OleDbDataAdapter? DataAdapter { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
66
protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow datarow, System.Data.StatementType statementType, bool whereClause) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
67
public static void DeriveParameters(System.Data.OleDb.OleDbCommand command) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
68
public new System.Data.OleDb.OleDbCommand GetDeleteCommand() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
69
public new System.Data.OleDb.OleDbCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
70
public new System.Data.OleDb.OleDbCommand GetInsertCommand() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
71
public new System.Data.OleDb.OleDbCommand GetInsertCommand(bool useColumnsForParameterNames) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
72
protected override string GetParameterName(int parameterOrdinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
73
protected override string GetParameterName(string parameterName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
74
protected override string GetParameterPlaceholder(int parameterOrdinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
75
public new System.Data.OleDb.OleDbCommand GetUpdateCommand() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
76
public new System.Data.OleDb.OleDbCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
77
public override string QuoteIdentifier(string unquotedIdentifier) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
78
public string QuoteIdentifier(string unquotedIdentifier, System.Data.OleDb.OleDbConnection? connection) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
79
protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
80
public override string UnquoteIdentifier(string quotedIdentifier) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
81
public string UnquoteIdentifier(string quotedIdentifier, System.Data.OleDb.OleDbConnection? connection) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
86
public OleDbConnection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
87
public OleDbConnection(string? connectionString) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
94
public override string ConnectionString { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
96
public override int ConnectionTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
98
public override string Database { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
100
public override string DataSource { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
103
public string Provider { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
104
public override string ServerVersion { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
107
public override System.Data.ConnectionState State { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
108
public event System.Data.OleDb.OleDbInfoMessageEventHandler? InfoMessage { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
109
protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
110
public new System.Data.OleDb.OleDbTransaction BeginTransaction() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
111
public new System.Data.OleDb.OleDbTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
112
public override void ChangeDatabase(string value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
113
public override void Close() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
114
public new System.Data.OleDb.OleDbCommand CreateCommand() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
115
protected override System.Data.Common.DbCommand CreateDbCommand() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
117
public override void EnlistTransaction(System.Transactions.Transaction? transaction) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
118
public System.Data.DataTable? GetOleDbSchemaTable(System.Guid schema, object?[]? restrictions) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
119
public override System.Data.DataTable GetSchema() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
120
public override System.Data.DataTable GetSchema(string collectionName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
121
public override System.Data.DataTable GetSchema(string collectionName, string?[]? restrictionValues) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
122
public override void Open() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
123
public static void ReleaseObjectPool() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
125
public void ResetState() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
126
object System.ICloneable.Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
132
public OleDbConnectionStringBuilder() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
133
public OleDbConnectionStringBuilder(string? connectionString) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
136
public string DataSource { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
140
public string FileName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
142
public override object this[string keyword] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
143
public override System.Collections.ICollection Keys { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
146
public bool PersistSecurityInfo { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
147
public override void Clear() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
148
public override bool ContainsKey(string keyword) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
149
public override bool Remove(string keyword) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
150
public override bool TryGetValue(string keyword, [System.Diagnostics.CodeAnalysis.NotNullWhen(true)] out object? value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
156
public OleDbDataAdapter() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
157
public OleDbDataAdapter(System.Data.OleDb.OleDbCommand? selectCommand) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
158
public OleDbDataAdapter(string? selectCommandText, System.Data.OleDb.OleDbConnection? selectConnection) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
159
public OleDbDataAdapter(string? selectCommandText, string? selectConnectionString) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
162
public new System.Data.OleDb.OleDbCommand? DeleteCommand { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
165
public new System.Data.OleDb.OleDbCommand? InsertCommand { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
168
public new System.Data.OleDb.OleDbCommand? SelectCommand { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
169
System.Data.IDbCommand? System.Data.IDbDataAdapter.DeleteCommand { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
170
System.Data.IDbCommand? System.Data.IDbDataAdapter.InsertCommand { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
171
System.Data.IDbCommand? System.Data.IDbDataAdapter.SelectCommand { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
172
System.Data.IDbCommand? System.Data.IDbDataAdapter.UpdateCommand { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
175
public new System.Data.OleDb.OleDbCommand? UpdateCommand { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
176
public event System.Data.OleDb.OleDbRowUpdatedEventHandler? RowUpdated { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
177
public event System.Data.OleDb.OleDbRowUpdatingEventHandler? RowUpdating { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
178
protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
179
protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
180
public int Fill(System.Data.DataSet dataSet, object ADODBRecordSet, string srcTable) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
181
public int Fill(System.Data.DataTable dataTable, object ADODBRecordSet) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
182
protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
183
protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
184
object System.ICloneable.Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
188
internal OleDbDataReader() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
189
public override int Depth { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
190
public override int FieldCount { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
191
public override bool HasRows { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
192
public override bool IsClosed { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
193
public override object this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
194
public override object this[string name] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
195
public override int RecordsAffected { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
196
public override int VisibleFieldCount { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
197
public override void Close() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
198
public override bool GetBoolean(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
199
public override byte GetByte(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
200
public override long GetBytes(int ordinal, long dataIndex, byte[]? buffer, int bufferIndex, int length) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
202
public override char GetChar(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
203
public override long GetChars(int ordinal, long dataIndex, char[]? buffer, int bufferIndex, int length) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
205
public new System.Data.OleDb.OleDbDataReader GetData(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
206
public override string GetDataTypeName(int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
207
public override System.DateTime GetDateTime(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
208
protected override System.Data.Common.DbDataReader GetDbDataReader(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
209
public override decimal GetDecimal(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
210
public override double GetDouble(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
211
public override System.Collections.IEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
212
public override System.Type GetFieldType(int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
213
public override float GetFloat(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
214
public override System.Guid GetGuid(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
215
public override short GetInt16(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
216
public override int GetInt32(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
217
public override long GetInt64(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
218
public override string GetName(int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
219
public override int GetOrdinal(string name) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
220
public override System.Data.DataTable? GetSchemaTable() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
221
public override string GetString(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
222
public System.TimeSpan GetTimeSpan(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
223
public override object GetValue(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
224
public override int GetValues(object[] values) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
225
public override bool IsDBNull(int ordinal) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
226
public override bool NextResult() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
227
public override bool Read() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
231
public OleDbEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
232
public System.Data.DataTable GetElements() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
233
public static System.Data.OleDb.OleDbDataReader GetEnumerator(System.Type type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
234
public static System.Data.OleDb.OleDbDataReader GetRootEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
238
internal OleDbError() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
239
public string Message { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
240
public int NativeError { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
241
public string Source { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
242
public string SQLState { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
243
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
248
internal OleDbErrorCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
249
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
250
public System.Data.OleDb.OleDbError this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
251
bool System.Collections.ICollection.IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
252
object System.Collections.ICollection.SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
253
public void CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
254
public void CopyTo(System.Data.OleDb.OleDbError[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
255
public System.Collections.IEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
259
internal OleDbException() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
261
public System.Data.OleDb.OleDbErrorCollection Errors { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
266
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
270
internal OleDbFactory() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
272
public override System.Data.Common.DbCommand CreateCommand() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
273
public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
274
public override System.Data.Common.DbConnection CreateConnection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
275
public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
276
public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
277
public override System.Data.Common.DbParameter CreateParameter() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
281
internal OleDbInfoMessageEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
282
public int ErrorCode { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
283
public System.Data.OleDb.OleDbErrorCollection Errors { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
284
public string Message { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
285
public string? Source { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
286
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
344
public OleDbParameter() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
345
public OleDbParameter(string? name, System.Data.OleDb.OleDbType dataType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
346
public OleDbParameter(string? name, System.Data.OleDb.OleDbType dataType, int size) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
348
public OleDbParameter(string? parameterName, System.Data.OleDb.OleDbType dbType, int size, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string? srcColumn, System.Data.DataRowVersion srcVersion, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
350
public OleDbParameter(string? parameterName, System.Data.OleDb.OleDbType dbType, int size, System.Data.ParameterDirection direction, byte precision, byte scale, string? sourceColumn, System.Data.DataRowVersion sourceVersion, bool sourceColumnNullMapping, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
351
public OleDbParameter(string? name, System.Data.OleDb.OleDbType dataType, int size, string? srcColumn) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
352
public OleDbParameter(string? name, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
353
public override System.Data.DbType DbType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
355
public override System.Data.ParameterDirection Direction { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
356
public override bool IsNullable { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
359
public System.Data.OleDb.OleDbType OleDbType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
361
public override string ParameterName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
363
public new byte Precision { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
365
public new byte Scale { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
366
public override int Size { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
368
public override string SourceColumn { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
369
public override bool SourceColumnNullMapping { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
370
public override System.Data.DataRowVersion SourceVersion { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
373
public override object? Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
374
public override void ResetDbType() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
375
public void ResetOleDbType() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
376
object System.ICloneable.Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
377
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
382
internal OleDbParameterCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
383
public override int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
384
public override bool IsFixedSize { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
385
public override bool IsReadOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
386
public override bool IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
389
public new System.Data.OleDb.OleDbParameter this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
392
public new System.Data.OleDb.OleDbParameter this[string parameterName] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
393
public override object SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
394
public System.Data.OleDb.OleDbParameter Add(System.Data.OleDb.OleDbParameter value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
395
public override int Add(object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
396
public System.Data.OleDb.OleDbParameter Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
397
public System.Data.OleDb.OleDbParameter Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType, int size) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
398
public System.Data.OleDb.OleDbParameter Add(string? parameterName, System.Data.OleDb.OleDbType oleDbType, int size, string? sourceColumn) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
401
public System.Data.OleDb.OleDbParameter Add(string? parameterName, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
402
public override void AddRange(System.Array values) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
403
public void AddRange(System.Data.OleDb.OleDbParameter[] values) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
404
public System.Data.OleDb.OleDbParameter AddWithValue(string? parameterName, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
405
public override void Clear() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
406
public bool Contains(System.Data.OleDb.OleDbParameter value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
407
public override bool Contains(object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
408
public override bool Contains(string value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
409
public override void CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
410
public void CopyTo(System.Data.OleDb.OleDbParameter[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
411
public override System.Collections.IEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
412
protected override System.Data.Common.DbParameter GetParameter(int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
413
protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
414
public int IndexOf(System.Data.OleDb.OleDbParameter value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
415
public override int IndexOf(object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
416
public override int IndexOf(string parameterName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
417
public void Insert(int index, System.Data.OleDb.OleDbParameter value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
418
public override void Insert(int index, object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
419
public void Remove(System.Data.OleDb.OleDbParameter value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
420
public override void Remove(object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
421
public override void RemoveAt(int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
422
public override void RemoveAt(string parameterName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
423
protected override void SetParameter(int index, System.Data.Common.DbParameter value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
424
protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
428
public OleDbRowUpdatedEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
429
public new System.Data.OleDb.OleDbCommand? Command { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
434
public OleDbRowUpdatingEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand? command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
435
protected override System.Data.IDbCommand? BaseCommand { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
436
public new System.Data.OleDb.OleDbCommand? Command { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
478
public OleDbSchemaGuid() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
482
internal OleDbTransaction() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
483
public new System.Data.OleDb.OleDbConnection? Connection { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
484
protected override System.Data.Common.DbConnection? DbConnection { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
485
public override System.Data.IsolationLevel IsolationLevel { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); } }
486
public System.Data.OleDb.OleDbTransaction Begin() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
487
public System.Data.OleDb.OleDbTransaction Begin(System.Data.IsolationLevel isolevel) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
488
public override void Commit() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
490
public override void Rollback() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_OleDb); }
System.Diagnostics.EventLog (314)
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.netcoreapp.notsupported.cs (2)
11
public EventBookmark(string bookmarkXml) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
12
public string BookmarkXml { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.notsupported.cs (312)
11
public EntryWrittenEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
12
public EntryWrittenEventArgs(System.Diagnostics.EventLogEntry entry) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
13
public System.Diagnostics.EventLogEntry Entry { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
18
public EventInstance(long instanceId, int categoryId) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
19
public EventInstance(long instanceId, int categoryId, System.Diagnostics.EventLogEntryType entryType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
20
public int CategoryId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
21
public System.Diagnostics.EventLogEntryType EntryType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
22
public long InstanceId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
27
public EventLog() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
28
public EventLog(string logName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
29
public EventLog(string logName, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
30
public EventLog(string logName, string machineName, string source) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
33
public bool EnableRaisingEvents { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
36
public System.Diagnostics.EventLogEntryCollection Entries { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
40
public string Log { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
42
public string LogDisplayName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
46
public string MachineName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
49
public long MaximumKilobytes { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
51
public int MinimumRetentionDays { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
53
public System.Diagnostics.OverflowAction OverflowAction { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
57
public string Source { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
60
public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
61
public event System.Diagnostics.EntryWrittenEventHandler EntryWritten { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
62
public void BeginInit() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
63
public void Clear() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
64
public void Close() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
65
public static void CreateEventSource(System.Diagnostics.EventSourceCreationData sourceData) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
66
public static void CreateEventSource(string source, string logName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
68
public static void CreateEventSource(string source, string logName, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
69
public static void Delete(string logName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
70
public static void Delete(string logName, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
71
public static void DeleteEventSource(string source) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
72
public static void DeleteEventSource(string source, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
74
public void EndInit() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
75
public static bool Exists(string logName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
76
public static bool Exists(string logName, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
77
public static System.Diagnostics.EventLog[] GetEventLogs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
78
public static System.Diagnostics.EventLog[] GetEventLogs(string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
79
public static string LogNameFromSourceName(string source, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
80
public void ModifyOverflowPolicy(System.Diagnostics.OverflowAction action, int retentionDays) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
81
public void RegisterDisplayName(string resourceFile, long resourceId) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
82
public static bool SourceExists(string source) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
83
public static bool SourceExists(string source, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
84
public void WriteEntry(string message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
85
public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
86
public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
87
public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
88
public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
89
public static void WriteEntry(string source, string message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
90
public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
91
public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
92
public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID, short category) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
93
public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
94
public void WriteEvent(System.Diagnostics.EventInstance instance, byte[] data, params object[] values) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
95
public void WriteEvent(System.Diagnostics.EventInstance instance, params object[] values) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
96
public static void WriteEvent(string source, System.Diagnostics.EventInstance instance, byte[] data, params object[] values) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
97
public static void WriteEvent(string source, System.Diagnostics.EventInstance instance, params object[] values) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
103
internal EventLogEntry() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
104
public string Category { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
105
public short CategoryNumber { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
106
public byte[] Data { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
107
public System.Diagnostics.EventLogEntryType EntryType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
109
public int EventID { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
110
public int Index { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
111
public long InstanceId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
112
public string MachineName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
114
public string Message { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
115
public string[] ReplacementStrings { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
116
public string Source { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
117
public System.DateTime TimeGenerated { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
118
public System.DateTime TimeWritten { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
119
public string UserName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
120
public bool Equals(System.Diagnostics.EventLogEntry otherEntry) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
121
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
125
internal EventLogEntryCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
126
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
127
public virtual System.Diagnostics.EventLogEntry this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
128
bool System.Collections.ICollection.IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
129
object System.Collections.ICollection.SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
130
public void CopyTo(System.Diagnostics.EventLogEntry[] entries, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
131
public System.Collections.IEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
132
void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
144
public EventLogTraceListener() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
145
public EventLogTraceListener(System.Diagnostics.EventLog eventLog) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
146
public EventLogTraceListener(string source) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
147
public System.Diagnostics.EventLog EventLog { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
148
public override string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
149
public override void Close() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
152
public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, object data) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
154
public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, params object[] data) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
156
public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
158
public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string format, params object[] args) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
159
public override void Write(string message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
160
public override void WriteLine(string message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
164
public EventSourceCreationData(string source, string logName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
165
public int CategoryCount { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
166
public string CategoryResourceFile { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
167
public string LogName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
168
public string MachineName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
169
public string MessageResourceFile { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
170
public string ParameterResourceFile { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
171
public string Source { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
184
internal EventBookmark() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
188
internal EventKeyword() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
189
public string DisplayName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
190
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
191
public long Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
195
internal EventLevel() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
196
public string DisplayName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
197
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
198
public int Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
202
public EventLogConfiguration(string logName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
203
public EventLogConfiguration(string logName, System.Diagnostics.Eventing.Reader.EventLogSession session) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
204
public bool IsClassicLog { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
205
public bool IsEnabled { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
206
public string LogFilePath { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
207
public System.Diagnostics.Eventing.Reader.EventLogIsolation LogIsolation { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
208
public System.Diagnostics.Eventing.Reader.EventLogMode LogMode { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
209
public string LogName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
210
public System.Diagnostics.Eventing.Reader.EventLogType LogType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
211
public long MaximumSizeInBytes { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
212
public string OwningProviderName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
213
public int? ProviderBufferSize { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
214
public System.Guid? ProviderControlGuid { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
215
public long? ProviderKeywords { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
216
public int? ProviderLatency { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
217
public int? ProviderLevel { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
218
public int? ProviderMaximumNumberOfBuffers { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
219
public int? ProviderMinimumNumberOfBuffers { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
220
public System.Collections.Generic.IEnumerable<string> ProviderNames { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
221
public string SecurityDescriptor { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
224
public void SaveChanges() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
228
public EventLogException() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
229
protected EventLogException(int errorCode) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
234
protected EventLogException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
235
public EventLogException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
236
public EventLogException(string message, System.Exception innerException) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
237
public override string Message { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
242
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
246
internal EventLogInformation() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
247
public int? Attributes { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
248
public System.DateTime? CreationTime { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
249
public long? FileSize { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
250
public bool? IsLogFull { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
251
public System.DateTime? LastAccessTime { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
252
public System.DateTime? LastWriteTime { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
253
public long? OldestRecordNumber { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
254
public long? RecordCount { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
258
public EventLogInvalidDataException() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
263
protected EventLogInvalidDataException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
264
public EventLogInvalidDataException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
265
public EventLogInvalidDataException(string message, System.Exception innerException) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
275
internal EventLogLink() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
276
public string DisplayName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
277
public bool IsImported { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
278
public string LogName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
288
public EventLogNotFoundException() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
293
protected EventLogNotFoundException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
294
public EventLogNotFoundException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
295
public EventLogNotFoundException(string message, System.Exception innerException) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
299
public EventLogPropertySelector(System.Collections.Generic.IEnumerable<string> propertyQueries) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
305
public EventLogProviderDisabledException() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
310
protected EventLogProviderDisabledException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
311
public EventLogProviderDisabledException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
312
public EventLogProviderDisabledException(string message, System.Exception innerException) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
316
public EventLogQuery(string path, System.Diagnostics.Eventing.Reader.PathType pathType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
317
public EventLogQuery(string path, System.Diagnostics.Eventing.Reader.PathType pathType, string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
318
public bool ReverseDirection { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
319
public System.Diagnostics.Eventing.Reader.EventLogSession Session { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
320
public bool TolerateQueryErrors { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
324
public EventLogReader(System.Diagnostics.Eventing.Reader.EventLogQuery eventQuery) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
325
public EventLogReader(System.Diagnostics.Eventing.Reader.EventLogQuery eventQuery, System.Diagnostics.Eventing.Reader.EventBookmark bookmark) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
326
public EventLogReader(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
327
public EventLogReader(string path, System.Diagnostics.Eventing.Reader.PathType pathType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
328
public int BatchSize { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
329
public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogStatus> LogStatus { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
330
public void CancelReading() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
333
public System.Diagnostics.Eventing.Reader.EventRecord ReadEvent() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
334
public System.Diagnostics.Eventing.Reader.EventRecord ReadEvent(System.TimeSpan timeout) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
335
public void Seek(System.Diagnostics.Eventing.Reader.EventBookmark bookmark) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
336
public void Seek(System.Diagnostics.Eventing.Reader.EventBookmark bookmark, long offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
337
public void Seek(System.IO.SeekOrigin origin, long offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
341
public EventLogReadingException() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
346
protected EventLogReadingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
347
public EventLogReadingException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
348
public EventLogReadingException(string message, System.Exception innerException) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
352
internal EventLogRecord() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
353
public override System.Guid? ActivityId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
354
public override System.Diagnostics.Eventing.Reader.EventBookmark Bookmark { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
355
public string ContainerLog { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
356
public override int Id { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
357
public override long? Keywords { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
358
public override System.Collections.Generic.IEnumerable<string> KeywordsDisplayNames { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
359
public override byte? Level { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
360
public override string LevelDisplayName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
361
public override string LogName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
362
public override string MachineName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
363
public System.Collections.Generic.IEnumerable<int> MatchedQueryIds { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
364
public override short? Opcode { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
365
public override string OpcodeDisplayName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
366
public override int? ProcessId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
367
public override System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventProperty> Properties { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
368
public override System.Guid? ProviderId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
369
public override string ProviderName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
370
public override int? Qualifiers { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
371
public override long? RecordId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
372
public override System.Guid? RelatedActivityId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
373
public override int? Task { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
374
public override string TaskDisplayName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
375
public override int? ThreadId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
376
public override System.DateTime? TimeCreated { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
377
public override System.Security.Principal.SecurityIdentifier UserId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
378
public override byte? Version { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
380
public override string FormatDescription() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
381
public override string FormatDescription(System.Collections.Generic.IEnumerable<object> values) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
382
public System.Collections.Generic.IList<object> GetPropertyValues(System.Diagnostics.Eventing.Reader.EventLogPropertySelector propertySelector) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
383
public override string ToXml() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
387
public EventLogSession() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
388
public EventLogSession(string server) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
389
public EventLogSession(string server, string domain, string user, System.Security.SecureString password, System.Diagnostics.Eventing.Reader.SessionAuthentication logOnType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
390
public static System.Diagnostics.Eventing.Reader.EventLogSession GlobalSession { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
391
public void CancelCurrentOperations() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
392
public void ClearLog(string logName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
393
public void ClearLog(string logName, string backupPath) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
396
public void ExportLog(string path, System.Diagnostics.Eventing.Reader.PathType pathType, string query, string targetFilePath) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
397
public void ExportLog(string path, System.Diagnostics.Eventing.Reader.PathType pathType, string query, string targetFilePath, bool tolerateQueryErrors) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
398
public void ExportLogAndMessages(string path, System.Diagnostics.Eventing.Reader.PathType pathType, string query, string targetFilePath) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
399
public void ExportLogAndMessages(string path, System.Diagnostics.Eventing.Reader.PathType pathType, string query, string targetFilePath, bool tolerateQueryErrors, System.Globalization.CultureInfo targetCultureInfo) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
400
public System.Diagnostics.Eventing.Reader.EventLogInformation GetLogInformation(string logName, System.Diagnostics.Eventing.Reader.PathType pathType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
401
public System.Collections.Generic.IEnumerable<string> GetLogNames() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
402
public System.Collections.Generic.IEnumerable<string> GetProviderNames() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
406
internal EventLogStatus() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
407
public string LogName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
408
public int StatusCode { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
419
public EventLogWatcher(System.Diagnostics.Eventing.Reader.EventLogQuery eventQuery) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
420
public EventLogWatcher(System.Diagnostics.Eventing.Reader.EventLogQuery eventQuery, System.Diagnostics.Eventing.Reader.EventBookmark bookmark) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
421
public EventLogWatcher(System.Diagnostics.Eventing.Reader.EventLogQuery eventQuery, System.Diagnostics.Eventing.Reader.EventBookmark bookmark, bool readExistingEvents) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
422
public EventLogWatcher(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
423
public bool Enabled { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
424
public event System.EventHandler<System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs> EventRecordWritten { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
430
internal EventMetadata() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
431
public string Description { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
432
public long Id { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
433
public System.Collections.Generic.IEnumerable<System.Diagnostics.Eventing.Reader.EventKeyword> Keywords { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
434
public System.Diagnostics.Eventing.Reader.EventLevel Level { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
435
public System.Diagnostics.Eventing.Reader.EventLogLink LogLink { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
436
public System.Diagnostics.Eventing.Reader.EventOpcode Opcode { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
437
public System.Diagnostics.Eventing.Reader.EventTask Task { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
438
public string Template { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
439
public byte Version { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
443
internal EventOpcode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
444
public string DisplayName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
445
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
446
public int Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
450
internal EventProperty() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
451
public object Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
455
protected EventRecord() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
488
internal EventRecordWrittenEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
489
public System.Exception EventException { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
490
public System.Diagnostics.Eventing.Reader.EventRecord EventRecord { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
494
internal EventTask() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
495
public string DisplayName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
496
public System.Guid EventGuid { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
497
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
498
public int Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
507
public ProviderMetadata(string providerName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
508
public ProviderMetadata(string providerName, System.Diagnostics.Eventing.Reader.EventLogSession session, System.Globalization.CultureInfo targetCultureInfo) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); }
509
public string DisplayName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
510
public System.Collections.Generic.IEnumerable<System.Diagnostics.Eventing.Reader.EventMetadata> Events { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
511
public System.Uri HelpLink { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
512
public System.Guid Id { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
513
public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventKeyword> Keywords { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
514
public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLevel> Levels { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
515
public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventLogLink> LogLinks { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
516
public string MessageFilePath { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
517
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
518
public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventOpcode> Opcodes { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
519
public string ParameterFilePath { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
520
public string ResourceFilePath { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
521
public System.Collections.Generic.IList<System.Diagnostics.Eventing.Reader.EventTask> Tasks { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_EventLog); } }
System.Diagnostics.PerformanceCounter (138)
artifacts\obj\System.Diagnostics.PerformanceCounter\Debug\net10.0\System.Diagnostics.PerformanceCounter.notsupported.cs (138)
11
public CounterCreationData() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
12
public CounterCreationData(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
13
public string CounterHelp { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
14
public string CounterName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
15
public System.Diagnostics.PerformanceCounterType CounterType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
19
public CounterCreationDataCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
20
public CounterCreationDataCollection(System.Diagnostics.CounterCreationDataCollection value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
21
public CounterCreationDataCollection(System.Diagnostics.CounterCreationData[] value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
22
public System.Diagnostics.CounterCreationData this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
23
public int Add(System.Diagnostics.CounterCreationData value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
24
public void AddRange(System.Diagnostics.CounterCreationDataCollection value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
25
public void AddRange(System.Diagnostics.CounterCreationData[] value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
26
public bool Contains(System.Diagnostics.CounterCreationData value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
27
public void CopyTo(System.Diagnostics.CounterCreationData[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
28
public int IndexOf(System.Diagnostics.CounterCreationData value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
29
public void Insert(int index, System.Diagnostics.CounterCreationData value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
30
protected override void OnValidate(object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
31
public virtual void Remove(System.Diagnostics.CounterCreationData value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
37
public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
38
public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType, long counterTimeStamp) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
39
public long BaseValue { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
40
public long CounterFrequency { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
41
public long CounterTimeStamp { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
42
public System.Diagnostics.PerformanceCounterType CounterType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
43
public long RawValue { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
44
public long SystemFrequency { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
45
public long TimeStamp { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
46
public long TimeStamp100nSec { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
47
public static float Calculate(System.Diagnostics.CounterSample counterSample) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
48
public static float Calculate(System.Diagnostics.CounterSample counterSample, System.Diagnostics.CounterSample nextCounterSample) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
49
public bool Equals(System.Diagnostics.CounterSample sample) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
50
public override bool Equals(object o) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
51
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
52
public static bool operator ==(System.Diagnostics.CounterSample a, System.Diagnostics.CounterSample b) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
53
public static bool operator !=(System.Diagnostics.CounterSample a, System.Diagnostics.CounterSample b) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
57
public static float ComputeCounterValue(System.Diagnostics.CounterSample newSample) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
58
public static float ComputeCounterValue(System.Diagnostics.CounterSample oldSample, System.Diagnostics.CounterSample newSample) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
68
public InstanceData(string instanceName, System.Diagnostics.CounterSample sample) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
69
public string InstanceName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
70
public long RawValue { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
71
public System.Diagnostics.CounterSample Sample { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
76
public InstanceDataCollection(string counterName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
77
public string CounterName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
78
public System.Diagnostics.InstanceData this[string instanceName] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
79
public System.Collections.ICollection Keys { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
80
public System.Collections.ICollection Values { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
81
public bool Contains(string instanceName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
82
public void CopyTo(System.Diagnostics.InstanceData[] instances, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
87
public InstanceDataCollectionCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
88
public System.Diagnostics.InstanceDataCollection this[string counterName] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
89
public System.Collections.ICollection Keys { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
90
public System.Collections.ICollection Values { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
91
public bool Contains(string counterName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
92
public void CopyTo(System.Diagnostics.InstanceDataCollection[] counters, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
98
public PerformanceCounter() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
99
public PerformanceCounter(string categoryName, string counterName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
100
public PerformanceCounter(string categoryName, string counterName, bool readOnly) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
101
public PerformanceCounter(string categoryName, string counterName, string instanceName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
102
public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readOnly) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
103
public PerformanceCounter(string categoryName, string counterName, string instanceName, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
104
public string CategoryName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
105
public string CounterHelp { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
106
public string CounterName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
107
public System.Diagnostics.PerformanceCounterType CounterType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
108
public System.Diagnostics.PerformanceCounterInstanceLifetime InstanceLifetime { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
109
public string InstanceName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
110
public string MachineName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
111
public long RawValue { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
112
public bool ReadOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
113
public void BeginInit() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
114
public void Close() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
115
public static void CloseSharedResources() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
116
public long Decrement() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
118
public void EndInit() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
119
public long Increment() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
120
public long IncrementBy(long value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
121
public System.Diagnostics.CounterSample NextSample() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
122
public float NextValue() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
123
public void RemoveInstance() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
127
public PerformanceCounterCategory() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
128
public PerformanceCounterCategory(string categoryName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
129
public PerformanceCounterCategory(string categoryName, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
130
public string CategoryHelp { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
131
public string CategoryName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
132
public System.Diagnostics.PerformanceCounterCategoryType CategoryType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
133
public string MachineName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
134
public bool CounterExists(string counterName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
135
public static bool CounterExists(string counterName, string categoryName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
136
public static bool CounterExists(string counterName, string categoryName, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
138
public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, System.Diagnostics.CounterCreationDataCollection counterData) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
139
public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, System.Diagnostics.PerformanceCounterCategoryType categoryType, System.Diagnostics.CounterCreationDataCollection counterData) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
140
public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, System.Diagnostics.PerformanceCounterCategoryType categoryType, string counterName, string counterHelp) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
142
public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, string counterName, string counterHelp) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
143
public static void Delete(string categoryName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
144
public static bool Exists(string categoryName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
145
public static bool Exists(string categoryName, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
146
public static System.Diagnostics.PerformanceCounterCategory[] GetCategories() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
147
public static System.Diagnostics.PerformanceCounterCategory[] GetCategories(string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
148
public System.Diagnostics.PerformanceCounter[] GetCounters() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
149
public System.Diagnostics.PerformanceCounter[] GetCounters(string instanceName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
150
public string[] GetInstanceNames() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
151
public bool InstanceExists(string instanceName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
152
public static bool InstanceExists(string instanceName, string categoryName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
153
public static bool InstanceExists(string instanceName, string categoryName, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
154
public System.Diagnostics.InstanceDataCollectionCollection ReadCategory() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
170
public PerformanceCounterManager() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
172
void System.Diagnostics.ICollectData.CloseData() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
174
void System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr dataPtr, int totalBytes, out System.IntPtr res) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
212
internal CounterData() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
213
public long RawValue { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
214
public long Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
215
public void Decrement() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
216
public void Increment() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
217
public void IncrementBy(long value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
221
public CounterSet(System.Guid providerGuid, System.Guid counterSetGuid, System.Diagnostics.PerformanceData.CounterSetInstanceType instanceType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
222
public void AddCounter(int counterId, System.Diagnostics.PerformanceData.CounterType counterType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
223
public void AddCounter(int counterId, System.Diagnostics.PerformanceData.CounterType counterType, string counterName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
224
public System.Diagnostics.PerformanceData.CounterSetInstance CreateCounterSetInstance(string instanceName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
231
internal CounterSetInstance() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
232
public System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet Counters { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
238
internal CounterSetInstanceCounterDataSet() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); }
239
public System.Diagnostics.PerformanceData.CounterData this[int counterId] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
240
public System.Diagnostics.PerformanceData.CounterData this[string counterName] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_PerfCounters); } }
System.Diagnostics.Process (14)
System\Diagnostics\Process.Linux.cs (1)
252
throw new
PlatformNotSupportedException
(SR.MinimumWorkingSetNotSupported);
System\Diagnostics\Process.Unix.cs (2)
45
throw new
PlatformNotSupportedException
(SR.ProcessStartWithPasswordAndDomainNotSupported);
52
throw new
PlatformNotSupportedException
(SR.ProcessStartWithPasswordAndDomainNotSupported);
System\Diagnostics\ProcessManager.Unix.cs (1)
76
throw new
PlatformNotSupportedException
(SR.RemoteMachinesNotSupported);
System\Diagnostics\ProcessStartInfo.Unix.cs (10)
18
get { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(PasswordInClearText))); }
19
set { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(PasswordInClearText))); }
26
get { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(Domain))); }
27
set { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(Domain))); }
33
get { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(LoadUserProfile))); }
34
set { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(LoadUserProfile))); }
40
get { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(UseCredentialsForNetworkingOnly))); }
41
set { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(UseCredentialsForNetworkingOnly))); }
52
get { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(Password))); }
53
set { throw new
PlatformNotSupportedException
(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(Password))); }
System.DirectoryServices (1081)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (1081)
11
public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
12
public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
13
public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
14
public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AccessControlType type, System.Guid objectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
15
public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AccessControlType type, System.Guid objectType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
16
public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AccessControlType type, System.Guid objectType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
17
public System.DirectoryServices.ActiveDirectoryRights ActiveDirectoryRights { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
18
public System.DirectoryServices.ActiveDirectorySecurityInheritance InheritanceType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
22
public ActiveDirectoryAuditRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AuditFlags auditFlags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
23
public ActiveDirectoryAuditRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AuditFlags auditFlags, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
24
public ActiveDirectoryAuditRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AuditFlags auditFlags, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
25
public ActiveDirectoryAuditRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AuditFlags auditFlags, System.Guid objectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
26
public ActiveDirectoryAuditRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AuditFlags auditFlags, System.Guid objectType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
27
public ActiveDirectoryAuditRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.AuditFlags auditFlags, System.Guid objectType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
28
public System.DirectoryServices.ActiveDirectoryRights ActiveDirectoryRights { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
29
public System.DirectoryServices.ActiveDirectorySecurityInheritance InheritanceType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
56
public ActiveDirectorySecurity() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
57
public override System.Type AccessRightType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
58
public override System.Type AccessRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
59
public override System.Type AuditRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
60
public sealed override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
61
public sealed override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type, System.Guid objectGuid, System.Guid inheritedObjectGuid) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
62
public void AddAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
63
public void AddAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
64
public sealed override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
65
public sealed override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags, System.Guid objectGuid, System.Guid inheritedObjectGuid) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
66
public override bool ModifyAccessRule(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AccessRule rule, out bool modified) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
67
public override bool ModifyAuditRule(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
68
public override void PurgeAccessRules(System.Security.Principal.IdentityReference identity) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
69
public override void PurgeAuditRules(System.Security.Principal.IdentityReference identity) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
70
public void RemoveAccess(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
71
public bool RemoveAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
72
public void RemoveAccessRuleSpecific(System.DirectoryServices.ActiveDirectoryAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
73
public void RemoveAudit(System.Security.Principal.IdentityReference identity) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
74
public bool RemoveAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
75
public void RemoveAuditRuleSpecific(System.DirectoryServices.ActiveDirectoryAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
76
public void ResetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
77
public void SetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
78
public void SetAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
105
public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
106
public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
107
public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
108
public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid childType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
109
public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid childType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
110
public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid childType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
114
public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
115
public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
116
public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
117
public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid childType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
118
public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid childType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
119
public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid childType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
123
public DeleteTreeAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
124
public DeleteTreeAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
125
public DeleteTreeAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
136
internal DirectoryEntries() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
137
public System.DirectoryServices.SchemaNameCollection SchemaFilter { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
138
public System.DirectoryServices.DirectoryEntry Add(string name, string schemaClassName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
139
public System.DirectoryServices.DirectoryEntry Find(string name) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
140
public System.DirectoryServices.DirectoryEntry Find(string name, string? schemaClassName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
141
public System.Collections.IEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
142
public void Remove(System.DirectoryServices.DirectoryEntry entry) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
146
public DirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
147
public DirectoryEntry(object adsObject) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
148
public DirectoryEntry(string? path) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
149
public DirectoryEntry(string? path, string? username, string? password) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
150
public DirectoryEntry(string? path, string? username, string? password, System.DirectoryServices.AuthenticationTypes authenticationType) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
152
public System.DirectoryServices.AuthenticationTypes AuthenticationType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
153
public System.DirectoryServices.DirectoryEntries Children { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
154
public System.Guid Guid { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
155
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
156
public string NativeGuid { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
157
public object NativeObject { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
158
public System.DirectoryServices.ActiveDirectorySecurity ObjectSecurity { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
159
public System.DirectoryServices.DirectoryEntryConfiguration? Options { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
160
public System.DirectoryServices.DirectoryEntry Parent { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
162
public string? Password { set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
165
public string Path { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
166
public System.DirectoryServices.PropertyCollection Properties { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
167
public string SchemaClassName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
168
public System.DirectoryServices.DirectoryEntry SchemaEntry { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
170
public bool UsePropertyCache { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
172
public string? Username { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
173
public void Close() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
174
public void CommitChanges() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
175
public System.DirectoryServices.DirectoryEntry CopyTo(System.DirectoryServices.DirectoryEntry newParent) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
176
public System.DirectoryServices.DirectoryEntry CopyTo(System.DirectoryServices.DirectoryEntry newParent, string? newName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
177
public void DeleteTree() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
179
public static bool Exists(string path) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
180
public object? Invoke(string methodName, params object?[]? args) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
181
public object? InvokeGet(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
182
public void InvokeSet(string propertyName, params object?[]? args) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
183
public void MoveTo(System.DirectoryServices.DirectoryEntry newParent) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
184
public void MoveTo(System.DirectoryServices.DirectoryEntry newParent, string? newName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
185
public void RefreshCache() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
186
public void RefreshCache(string[] propertyNames) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
187
public void Rename(string? newName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
191
internal DirectoryEntryConfiguration() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
192
public int PageSize { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
193
public System.DirectoryServices.PasswordEncodingMethod PasswordEncoding { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
194
public int PasswordPort { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
195
public System.DirectoryServices.ReferralChasingOption Referral { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
196
public System.DirectoryServices.SecurityMasks SecurityMasks { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
197
public string GetCurrentServerName() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
198
public bool IsMutuallyAuthenticated() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
199
public void SetUserNameQueryQuota(string accountName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
203
public DirectorySearcher() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
204
public DirectorySearcher(System.DirectoryServices.DirectoryEntry? searchRoot) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
205
public DirectorySearcher(System.DirectoryServices.DirectoryEntry? searchRoot, string? filter) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
206
public DirectorySearcher(System.DirectoryServices.DirectoryEntry? searchRoot, string? filter, string[]? propertiesToLoad) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
207
public DirectorySearcher(System.DirectoryServices.DirectoryEntry? searchRoot, string? filter, string[]? propertiesToLoad, System.DirectoryServices.SearchScope scope) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
208
public DirectorySearcher(string? filter) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
209
public DirectorySearcher(string? filter, string[]? propertiesToLoad) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
210
public DirectorySearcher(string? filter, string[]? propertiesToLoad, System.DirectoryServices.SearchScope scope) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
212
public bool Asynchronous { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
215
public string AttributeScopeQuery { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
217
public bool CacheResults { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
218
public System.TimeSpan ClientTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
220
public System.DirectoryServices.DereferenceAlias DerefAlias { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
222
public System.DirectoryServices.DirectorySynchronization? DirectorySynchronization { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
224
public System.DirectoryServices.ExtendedDN ExtendedDN { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
226
public string? Filter { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
228
public int PageSize { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
230
public System.Collections.Specialized.StringCollection PropertiesToLoad { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
232
public bool PropertyNamesOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
234
public System.DirectoryServices.ReferralChasingOption ReferralChasing { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
236
public System.DirectoryServices.DirectoryEntry? SearchRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
238
public System.DirectoryServices.SearchScope SearchScope { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
240
public System.DirectoryServices.SecurityMasks SecurityMasks { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
241
public System.TimeSpan ServerPageTimeLimit { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
242
public System.TimeSpan ServerTimeLimit { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
244
public int SizeLimit { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
246
public System.DirectoryServices.SortOption Sort { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
248
public bool Tombstone { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
250
public System.DirectoryServices.DirectoryVirtualListView? VirtualListView { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
252
public System.DirectoryServices.SearchResultCollection FindAll() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
253
public System.DirectoryServices.SearchResult? FindOne() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
257
public DirectoryServicesCOMException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
262
protected DirectoryServicesCOMException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
263
public DirectoryServicesCOMException(string? message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
264
public DirectoryServicesCOMException(string? message, System.Exception? inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
265
public int ExtendedError { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
266
public string? ExtendedErrorMessage { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
271
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
275
public DirectorySynchronization() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
276
public DirectorySynchronization(byte[]? cookie) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
277
public DirectorySynchronization(System.DirectoryServices.DirectorySynchronization? sync) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
278
public DirectorySynchronization(System.DirectoryServices.DirectorySynchronizationOptions option) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
279
public DirectorySynchronization(System.DirectoryServices.DirectorySynchronizationOptions option, byte[]? cookie) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
281
public System.DirectoryServices.DirectorySynchronizationOptions Option { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
282
public System.DirectoryServices.DirectorySynchronization Copy() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
283
public byte[] GetDirectorySynchronizationCookie() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
284
public void ResetDirectorySynchronizationCookie() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
285
public void ResetDirectorySynchronizationCookie(byte[]? cookie) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
298
public DirectoryVirtualListView() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
299
public DirectoryVirtualListView(int afterCount) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
300
public DirectoryVirtualListView(int beforeCount, int afterCount, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
301
public DirectoryVirtualListView(int beforeCount, int afterCount, int offset, System.DirectoryServices.DirectoryVirtualListViewContext? context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
302
public DirectoryVirtualListView(int beforeCount, int afterCount, string? target) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
303
public DirectoryVirtualListView(int beforeCount, int afterCount, string? target, System.DirectoryServices.DirectoryVirtualListViewContext? context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
305
public int AfterCount { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
307
public int ApproximateTotal { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
309
public int BeforeCount { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
311
public System.DirectoryServices.DirectoryVirtualListViewContext? DirectoryVirtualListViewContext { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
313
public int Offset { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
316
public string Target { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
318
public int TargetPercentage { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
322
public DirectoryVirtualListViewContext() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
323
public System.DirectoryServices.DirectoryVirtualListViewContext Copy() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
333
public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
334
public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
335
public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
336
public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid extendedRightType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
337
public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid extendedRightType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
338
public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.Guid extendedRightType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
342
public ListChildrenAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
343
public ListChildrenAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
344
public ListChildrenAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
358
public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
359
public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
360
public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
361
public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.Guid propertyType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
362
public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.Guid propertyType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
363
public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.Guid propertyType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
367
internal PropertyCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
368
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
369
public System.DirectoryServices.PropertyValueCollection this[string propertyName] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
370
public System.Collections.ICollection PropertyNames { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
371
bool System.Collections.ICollection.IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
372
object System.Collections.ICollection.SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
373
bool System.Collections.IDictionary.IsFixedSize { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
374
bool System.Collections.IDictionary.IsReadOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
375
object? System.Collections.IDictionary.this[object key] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
376
System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
377
public System.Collections.ICollection Values { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
378
public bool Contains(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
379
public void CopyTo(System.DirectoryServices.PropertyValueCollection[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
380
public System.Collections.IDictionaryEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
381
void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
382
void System.Collections.IDictionary.Add(object key, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
383
void System.Collections.IDictionary.Clear() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
384
bool System.Collections.IDictionary.Contains(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
385
void System.Collections.IDictionary.Remove(object key) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
386
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
390
public PropertySetAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.Guid propertySetType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
391
public PropertySetAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.Guid propertySetType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
392
public PropertySetAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.AccessControlType type, System.DirectoryServices.PropertyAccess access, System.Guid propertySetType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
396
internal PropertyValueCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
397
public object? this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
398
public string PropertyName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
399
public object? Value { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
400
public int Add(object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
401
public void AddRange(System.DirectoryServices.PropertyValueCollection value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
402
public void AddRange(object?[] value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
403
public bool Contains(object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
404
public void CopyTo(object?[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
405
public int IndexOf(object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
406
public void Insert(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
407
protected override void OnClearComplete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
408
protected override void OnInsertComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
409
protected override void OnRemoveComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
410
protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
411
public void Remove(object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
422
internal ResultPropertyCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
423
public System.DirectoryServices.ResultPropertyValueCollection this[string name] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
424
public System.Collections.ICollection PropertyNames { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
425
public System.Collections.ICollection Values { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
426
public bool Contains(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
427
public void CopyTo(System.DirectoryServices.ResultPropertyValueCollection[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
431
internal ResultPropertyValueCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
432
public object this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
433
public bool Contains(object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
434
public void CopyTo(object?[] values, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
435
public int IndexOf(object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
439
internal SchemaNameCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
440
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
441
public string? this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
442
bool System.Collections.ICollection.IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
443
object System.Collections.ICollection.SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
444
bool System.Collections.IList.IsFixedSize { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
445
bool System.Collections.IList.IsReadOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
446
object? System.Collections.IList.this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
447
public int Add(string? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
448
public void AddRange(System.DirectoryServices.SchemaNameCollection value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
449
public void AddRange(string?[] value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
450
public void Clear() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
451
public bool Contains(string? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
452
public void CopyTo(string?[] stringArray, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
453
public System.Collections.IEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
454
public int IndexOf(string? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
455
public void Insert(int index, string? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
456
public void Remove(string? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
457
public void RemoveAt(int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
458
void System.Collections.ICollection.CopyTo(System.Array? array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
459
int System.Collections.IList.Add(object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
460
bool System.Collections.IList.Contains(object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
461
int System.Collections.IList.IndexOf(object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
462
void System.Collections.IList.Insert(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
463
void System.Collections.IList.Remove(object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
467
internal SearchResult() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
468
public string Path { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
469
public System.DirectoryServices.ResultPropertyCollection Properties { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
470
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
474
internal SearchResultCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
475
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
476
public System.IntPtr Handle { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
477
public System.DirectoryServices.SearchResult this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
478
public string[] PropertiesLoaded { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
479
bool System.Collections.ICollection.IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
480
object System.Collections.ICollection.SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
481
public bool Contains(System.DirectoryServices.SearchResult result) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
482
public void CopyTo(System.DirectoryServices.SearchResult[] results, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
486
public System.Collections.IEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
487
public int IndexOf(System.DirectoryServices.SearchResult result) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
488
void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
513
public SortOption() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
514
public SortOption(string propertyName, System.DirectoryServices.SortDirection direction) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
516
public System.DirectoryServices.SortDirection Direction { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
519
public string? PropertyName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
526
internal ActiveDirectoryInterSiteTransport() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
527
public bool BridgeAllSiteLinks { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
528
public bool IgnoreReplicationSchedule { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
529
public System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection SiteLinkBridges { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
530
public System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection SiteLinks { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
531
public System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType TransportType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
534
public static System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport FindByTransportType(System.DirectoryServices.ActiveDirectory.DirectoryContext context, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
535
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
536
public void Save() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
537
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
541
public ActiveDirectoryObjectExistsException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
546
protected ActiveDirectoryObjectExistsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
547
public ActiveDirectoryObjectExistsException(string? message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
548
public ActiveDirectoryObjectExistsException(string? message, System.Exception? inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
552
public ActiveDirectoryObjectNotFoundException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
557
protected ActiveDirectoryObjectNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
558
public ActiveDirectoryObjectNotFoundException(string? message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
559
public ActiveDirectoryObjectNotFoundException(string? message, System.Exception? inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
560
public ActiveDirectoryObjectNotFoundException(string? message, System.Type? type, string? name) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
561
public string? Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
562
public System.Type? Type { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
567
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
571
public ActiveDirectoryOperationException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
576
protected ActiveDirectoryOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
577
public ActiveDirectoryOperationException(string? message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
578
public ActiveDirectoryOperationException(string? message, System.Exception? inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
579
public ActiveDirectoryOperationException(string? message, System.Exception? inner, int errorCode) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
580
public ActiveDirectoryOperationException(string? message, int errorCode) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
581
public int ErrorCode { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
586
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
590
protected ActiveDirectoryPartition() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
591
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
595
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
599
internal ActiveDirectoryReplicationMetadata() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
600
public System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection AttributeNames { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
601
public System.DirectoryServices.ActiveDirectory.AttributeMetadata? this[string name] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
602
public System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection Values { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
603
public bool Contains(string attributeName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
604
public void CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
616
internal ActiveDirectoryRoleCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
617
public System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
618
public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
619
public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole[] roles, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
620
public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
624
public ActiveDirectorySchedule() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
625
public ActiveDirectorySchedule(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule schedule) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
626
public bool[,,] RawSchedule { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
627
public void ResetSchedule() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
628
public void SetDailySchedule(System.DirectoryServices.ActiveDirectory.HourOfDay fromHour, System.DirectoryServices.ActiveDirectory.MinuteOfHour fromMinute, System.DirectoryServices.ActiveDirectory.HourOfDay toHour, System.DirectoryServices.ActiveDirectory.MinuteOfHour toMinute) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
629
public void SetSchedule(System.DayOfWeek day, System.DirectoryServices.ActiveDirectory.HourOfDay fromHour, System.DirectoryServices.ActiveDirectory.MinuteOfHour fromMinute, System.DirectoryServices.ActiveDirectory.HourOfDay toHour, System.DirectoryServices.ActiveDirectory.MinuteOfHour toMinute) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
630
public void SetSchedule(System.DayOfWeek[] days, System.DirectoryServices.ActiveDirectory.HourOfDay fromHour, System.DirectoryServices.ActiveDirectory.MinuteOfHour fromMinute, System.DirectoryServices.ActiveDirectory.HourOfDay toHour, System.DirectoryServices.ActiveDirectory.MinuteOfHour toMinute) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
634
internal ActiveDirectorySchema() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
635
public System.DirectoryServices.ActiveDirectory.DirectoryServer SchemaRoleOwner { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
637
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection FindAllClasses() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
638
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection FindAllClasses(System.DirectoryServices.ActiveDirectory.SchemaClassType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
639
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection FindAllDefunctClasses() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
640
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection FindAllDefunctProperties() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
641
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
642
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties(System.DirectoryServices.ActiveDirectory.PropertyTypes type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
643
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass FindClass(string ldapDisplayName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
644
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass FindDefunctClass(string commonName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
645
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty FindDefunctProperty(string commonName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
646
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty FindProperty(string ldapDisplayName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
647
public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema GetCurrentSchema() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
648
public override System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
649
public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema GetSchema(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
650
public void RefreshSchema() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
654
public ActiveDirectorySchemaClass(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string ldapDisplayName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
655
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection AuxiliaryClasses { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
656
public string? CommonName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
657
public System.DirectoryServices.ActiveDirectorySecurity? DefaultObjectSecurityDescriptor { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
658
public string? Description { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
659
public bool IsDefunct { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
660
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection MandatoryProperties { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
661
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
662
public string? Oid { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
663
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection OptionalProperties { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
664
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection PossibleInferiors { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
665
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection PossibleSuperiors { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
666
public System.Guid SchemaGuid { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
667
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass? SubClassOf { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
668
public System.DirectoryServices.ActiveDirectory.SchemaClassType Type { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
671
public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string ldapDisplayName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
672
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection GetAllProperties() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
673
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
674
public void Save() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
675
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
679
internal ActiveDirectorySchemaClassCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
680
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
681
public int Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
682
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection schemaClasses) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
683
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[] schemaClasses) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
684
public void AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection schemaClasses) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
685
public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
686
public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[] schemaClasses, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
687
public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
688
public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
689
protected override void OnClearComplete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
690
protected override void OnInsertComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
691
protected override void OnRemoveComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
692
protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
693
protected override void OnValidate(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
694
public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
698
public ActiveDirectorySchemaProperty(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string ldapDisplayName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
699
public string? CommonName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
700
public string? Description { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
701
public bool IsDefunct { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
702
public bool IsInAnr { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
703
public bool IsIndexed { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
704
public bool IsIndexedOverContainer { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
705
public bool IsInGlobalCatalog { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
706
public bool IsOnTombstonedObject { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
707
public bool IsSingleValued { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
708
public bool IsTupleIndexed { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
709
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty? Link { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
710
public int? LinkId { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
711
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
712
public string? Oid { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
713
public int? RangeLower { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
714
public int? RangeUpper { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
715
public System.Guid SchemaGuid { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
716
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax Syntax { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
719
public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string ldapDisplayName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
720
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
721
public void Save() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
722
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
726
internal ActiveDirectorySchemaPropertyCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
727
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
728
public int Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
729
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection properties) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
730
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[] properties) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
731
public void AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection properties) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
732
public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
733
public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[] properties, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
734
public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
735
public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
736
protected override void OnClearComplete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
737
protected override void OnInsertComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
738
protected override void OnRemoveComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
739
protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
740
protected override void OnValidate(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
741
public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
745
public ActiveDirectoryServerDownException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
750
protected ActiveDirectoryServerDownException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
751
public ActiveDirectoryServerDownException(string? message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
752
public ActiveDirectoryServerDownException(string? message, System.Exception? inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
753
public ActiveDirectoryServerDownException(string? message, System.Exception? inner, int errorCode, string? name) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
754
public ActiveDirectoryServerDownException(string? message, int errorCode, string? name) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
755
public int ErrorCode { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
756
public override string Message { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
757
public string? Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
762
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
766
public ActiveDirectorySite(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
767
public System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection AdjacentSites { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
768
public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection BridgeheadServers { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
769
public System.DirectoryServices.ActiveDirectory.DomainCollection Domains { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
771
public System.DirectoryServices.ActiveDirectory.DirectoryServer? InterSiteTopologyGenerator { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
772
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? IntraSiteReplicationSchedule { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
773
public string? Location { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
774
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
775
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions Options { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
776
public System.DirectoryServices.ActiveDirectory.DirectoryServerCollection PreferredRpcBridgeheadServers { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
777
public System.DirectoryServices.ActiveDirectory.DirectoryServerCollection PreferredSmtpBridgeheadServers { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
778
public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection Servers { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
779
public System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection SiteLinks { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
780
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection Subnets { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
781
public void Delete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
784
public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySite FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
785
public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySite GetComputerSite() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
786
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
787
public void Save() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
788
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
792
internal ActiveDirectorySiteCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
793
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySite this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
794
public int Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
795
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection sites) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
796
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[] sites) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
797
public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
798
public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
799
public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
800
public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
801
protected override void OnClearComplete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
802
protected override void OnInsertComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
803
protected override void OnRemoveComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
804
protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
805
protected override void OnValidate(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
806
public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
810
public ActiveDirectorySiteLink(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteLinkName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
811
public ActiveDirectorySiteLink(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteLinkName, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
812
public ActiveDirectorySiteLink(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteLinkName, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? schedule) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
813
public int Cost { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
814
public bool DataCompressionEnabled { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
815
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? InterSiteReplicationSchedule { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
816
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
817
public bool NotificationEnabled { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
818
public bool ReciprocalReplicationEnabled { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
819
public System.TimeSpan ReplicationInterval { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
820
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection Sites { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
821
public System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType TransportType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
822
public void Delete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
825
public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteLinkName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
826
public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteLinkName, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
827
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
828
public void Save() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
829
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
833
public ActiveDirectorySiteLinkBridge(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string bridgeName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
834
public ActiveDirectorySiteLinkBridge(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string bridgeName, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
835
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
836
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection SiteLinks { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
837
public System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType TransportType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
838
public void Delete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
841
public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string bridgeName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
842
public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string bridgeName, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
843
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
844
public void Save() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
845
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
849
internal ActiveDirectorySiteLinkCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
850
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
851
public int Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
852
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection links) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
853
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[] links) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
854
public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
855
public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
856
public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
857
public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
858
protected override void OnClearComplete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
859
protected override void OnInsertComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
860
protected override void OnRemoveComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
861
protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
862
protected override void OnValidate(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
863
public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
883
public ActiveDirectorySubnet(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string subnetName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
884
public ActiveDirectorySubnet(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string subnetName, string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
885
public string? Location { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
886
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
887
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySite? Site { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
888
public void Delete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
891
public static System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string subnetName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
892
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
893
public void Save() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
894
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
898
internal ActiveDirectorySubnetCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
899
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
900
public int Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
901
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection subnets) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
902
public void AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[] subnets) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
903
public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
904
public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
905
public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
906
public void Insert(int index, System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
907
protected override void OnClear() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
908
protected override void OnClearComplete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
909
protected override void OnInsertComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
910
protected override void OnRemoveComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
911
protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
912
protected override void OnValidate(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
913
public void Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet subnet) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
948
internal AdamInstance() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
949
public System.DirectoryServices.ActiveDirectory.ConfigurationSet ConfigurationSet { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
950
public string? DefaultPartition { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
951
public string HostName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
952
public override System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection InboundConnections { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
953
public override string? IPAddress { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
954
public int LdapPort { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
955
public override System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection OutboundConnections { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
956
public System.DirectoryServices.ActiveDirectory.AdamRoleCollection Roles { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
957
public override string SiteName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
958
public int SslPort { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
959
public override System.DirectoryServices.ActiveDirectory.SyncUpdateCallback? SyncFromAllServersCallback { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
960
public override void CheckReplicationConsistency() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
963
public static System.DirectoryServices.ActiveDirectory.AdamInstanceCollection FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string partitionName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
964
public static System.DirectoryServices.ActiveDirectory.AdamInstance FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string partitionName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
965
public static System.DirectoryServices.ActiveDirectory.AdamInstance GetAdamInstance(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
966
public override System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection GetAllReplicationNeighbors() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
967
public override System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection GetReplicationConnectionFailures() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
968
public override System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection GetReplicationCursors(string partition) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
969
public override System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata GetReplicationMetadata(string objectPath) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
970
public override System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection GetReplicationNeighbors(string partition) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
971
public override System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation GetReplicationOperationInformation() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
972
public void Save() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
973
public void SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole role) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
974
public override void SyncReplicaFromAllServers(string partition, System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
975
public override void SyncReplicaFromServer(string partition, string sourceServer) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
976
public void TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole role) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
977
public override void TriggerSyncReplicaFromNeighbors(string partition) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
981
internal AdamInstanceCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
982
public System.DirectoryServices.ActiveDirectory.AdamInstance this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
983
public bool Contains(System.DirectoryServices.ActiveDirectory.AdamInstance adamInstance) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
984
public void CopyTo(System.DirectoryServices.ActiveDirectory.AdamInstance[] adamInstances, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
985
public int IndexOf(System.DirectoryServices.ActiveDirectory.AdamInstance adamInstance) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
994
internal AdamRoleCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
995
public System.DirectoryServices.ActiveDirectory.AdamRole this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
996
public bool Contains(System.DirectoryServices.ActiveDirectory.AdamRole role) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
997
public void CopyTo(System.DirectoryServices.ActiveDirectory.AdamRole[] roles, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
998
public int IndexOf(System.DirectoryServices.ActiveDirectory.AdamRole role) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1002
public ApplicationPartition(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string distinguishedName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1003
public ApplicationPartition(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string distinguishedName, string objectClass) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1004
public System.DirectoryServices.ActiveDirectory.DirectoryServerCollection DirectoryServers { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1005
public string? SecurityReferenceDomain { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1006
public void Delete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1008
public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection FindAllDirectoryServers() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1009
public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection FindAllDirectoryServers(string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1010
public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection FindAllDiscoverableDirectoryServers() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1011
public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection FindAllDiscoverableDirectoryServers(string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1012
public static System.DirectoryServices.ActiveDirectory.ApplicationPartition FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string distinguishedName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1013
public System.DirectoryServices.ActiveDirectory.DirectoryServer FindDirectoryServer() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1014
public System.DirectoryServices.ActiveDirectory.DirectoryServer FindDirectoryServer(bool forceRediscovery) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1015
public System.DirectoryServices.ActiveDirectory.DirectoryServer FindDirectoryServer(string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1016
public System.DirectoryServices.ActiveDirectory.DirectoryServer FindDirectoryServer(string siteName, bool forceRediscovery) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1017
public static System.DirectoryServices.ActiveDirectory.ApplicationPartition GetApplicationPartition(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1018
public override System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1019
public void Save() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1023
internal ApplicationPartitionCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1024
public System.DirectoryServices.ActiveDirectory.ApplicationPartition this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1025
public bool Contains(System.DirectoryServices.ActiveDirectory.ApplicationPartition applicationPartition) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1026
public void CopyTo(System.DirectoryServices.ActiveDirectory.ApplicationPartition[] applicationPartitions, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1027
public int IndexOf(System.DirectoryServices.ActiveDirectory.ApplicationPartition applicationPartition) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1031
internal AttributeMetadata() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1032
public System.DateTime LastOriginatingChangeTime { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1033
public System.Guid LastOriginatingInvocationId { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1034
public long LocalChangeUsn { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1035
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1036
public long OriginatingChangeUsn { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1037
public string? OriginatingServer { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1038
public int Version { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1042
internal AttributeMetadataCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1043
public System.DirectoryServices.ActiveDirectory.AttributeMetadata this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1044
public bool Contains(System.DirectoryServices.ActiveDirectory.AttributeMetadata metadata) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1045
public void CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[] metadata, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1046
public int IndexOf(System.DirectoryServices.ActiveDirectory.AttributeMetadata metadata) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1050
internal ConfigurationSet() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1051
public System.DirectoryServices.ActiveDirectory.AdamInstanceCollection AdamInstances { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1052
public System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection ApplicationPartitions { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1053
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1054
public System.DirectoryServices.ActiveDirectory.AdamInstance NamingRoleOwner { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1055
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema Schema { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1056
public System.DirectoryServices.ActiveDirectory.AdamInstance SchemaRoleOwner { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1057
public System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection Sites { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1060
public System.DirectoryServices.ActiveDirectory.AdamInstance FindAdamInstance() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1061
public System.DirectoryServices.ActiveDirectory.AdamInstance FindAdamInstance(string partitionName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1062
public System.DirectoryServices.ActiveDirectory.AdamInstance FindAdamInstance(string? partitionName, string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1063
public System.DirectoryServices.ActiveDirectory.AdamInstanceCollection FindAllAdamInstances() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1064
public System.DirectoryServices.ActiveDirectory.AdamInstanceCollection FindAllAdamInstances(string? partitionName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1065
public System.DirectoryServices.ActiveDirectory.AdamInstanceCollection FindAllAdamInstances(string? partitionName, string? siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1066
public static System.DirectoryServices.ActiveDirectory.ConfigurationSet GetConfigurationSet(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1067
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1068
public System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel GetSecurityLevel() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1069
public void SetSecurityLevel(System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel securityLevel) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1070
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1074
public DirectoryContext(System.DirectoryServices.ActiveDirectory.DirectoryContextType contextType) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1075
public DirectoryContext(System.DirectoryServices.ActiveDirectory.DirectoryContextType contextType, string name) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1076
public DirectoryContext(System.DirectoryServices.ActiveDirectory.DirectoryContextType contextType, string? username, string? password) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1077
public DirectoryContext(System.DirectoryServices.ActiveDirectory.DirectoryContextType contextType, string name, string? username, string? password) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1078
public System.DirectoryServices.ActiveDirectory.DirectoryContextType ContextType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1079
public string? Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1080
public string? UserName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1092
protected DirectoryServer() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1095
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1097
public System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection Partitions { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1105
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1111
public void MoveToAnotherSite(string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1114
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1119
internal DirectoryServerCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1120
public System.DirectoryServices.ActiveDirectory.DirectoryServer this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1121
public int Add(System.DirectoryServices.ActiveDirectory.DirectoryServer server) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1122
public void AddRange(System.DirectoryServices.ActiveDirectory.DirectoryServer[] servers) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1123
public bool Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer server) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1124
public void CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1125
public int IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer server) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1126
public void Insert(int index, System.DirectoryServices.ActiveDirectory.DirectoryServer server) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1127
protected override void OnClear() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1128
protected override void OnClearComplete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1129
protected override void OnInsertComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1130
protected override void OnRemoveComplete(int index, object? value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1131
protected override void OnSetComplete(int index, object? oldValue, object? newValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1132
protected override void OnValidate(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1133
public void Remove(System.DirectoryServices.ActiveDirectory.DirectoryServer server) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1137
internal Domain() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1138
public System.DirectoryServices.ActiveDirectory.DomainCollection Children { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1139
public System.DirectoryServices.ActiveDirectory.DomainControllerCollection DomainControllers { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1140
public System.DirectoryServices.ActiveDirectory.DomainMode DomainMode { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1141
public int DomainModeLevel { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1142
public System.DirectoryServices.ActiveDirectory.Forest Forest { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1143
public System.DirectoryServices.ActiveDirectory.DomainController InfrastructureRoleOwner { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1144
public System.DirectoryServices.ActiveDirectory.Domain? Parent { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1145
public System.DirectoryServices.ActiveDirectory.DomainController PdcRoleOwner { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1146
public System.DirectoryServices.ActiveDirectory.DomainController RidRoleOwner { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1147
public void CreateLocalSideOfTrustRelationship(string targetDomainName, System.DirectoryServices.ActiveDirectory.TrustDirection direction, string trustPassword) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1148
public void CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain targetDomain, System.DirectoryServices.ActiveDirectory.TrustDirection direction) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1149
public void DeleteLocalSideOfTrustRelationship(string targetDomainName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1150
public void DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain targetDomain) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1151
public System.DirectoryServices.ActiveDirectory.DomainControllerCollection FindAllDiscoverableDomainControllers() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1152
public System.DirectoryServices.ActiveDirectory.DomainControllerCollection FindAllDiscoverableDomainControllers(string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1153
public System.DirectoryServices.ActiveDirectory.DomainControllerCollection FindAllDomainControllers() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1154
public System.DirectoryServices.ActiveDirectory.DomainControllerCollection FindAllDomainControllers(string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1155
public System.DirectoryServices.ActiveDirectory.DomainController FindDomainController() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1156
public System.DirectoryServices.ActiveDirectory.DomainController FindDomainController(System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1157
public System.DirectoryServices.ActiveDirectory.DomainController FindDomainController(string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1158
public System.DirectoryServices.ActiveDirectory.DomainController FindDomainController(string siteName, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1159
public System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection GetAllTrustRelationships() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1160
public static System.DirectoryServices.ActiveDirectory.Domain GetComputerDomain() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1161
public static System.DirectoryServices.ActiveDirectory.Domain GetCurrentDomain() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1162
public override System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1163
public static System.DirectoryServices.ActiveDirectory.Domain GetDomain(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1164
public bool GetSelectiveAuthenticationStatus(string targetDomainName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1165
public bool GetSidFilteringStatus(string targetDomainName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1166
public System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation GetTrustRelationship(string targetDomainName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1167
public void RaiseDomainFunctionality(System.DirectoryServices.ActiveDirectory.DomainMode domainMode) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1168
public void RaiseDomainFunctionalityLevel(int domainMode) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1169
public void RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain targetDomain) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1170
public void SetSelectiveAuthenticationStatus(string targetDomainName, bool enable) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1171
public void SetSidFilteringStatus(string targetDomainName, bool enable) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1172
public void UpdateLocalSideOfTrustRelationship(string targetDomainName, System.DirectoryServices.ActiveDirectory.TrustDirection newTrustDirection, string newTrustPassword) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1173
public void UpdateLocalSideOfTrustRelationship(string targetDomainName, string newTrustPassword) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1174
public void UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain targetDomain, System.DirectoryServices.ActiveDirectory.TrustDirection newTrustDirection) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1175
public void VerifyOutboundTrustRelationship(string targetDomainName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1176
public void VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain targetDomain, System.DirectoryServices.ActiveDirectory.TrustDirection direction) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1180
internal DomainCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1181
public System.DirectoryServices.ActiveDirectory.Domain this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1182
public bool Contains(System.DirectoryServices.ActiveDirectory.Domain domain) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1183
public void CopyTo(System.DirectoryServices.ActiveDirectory.Domain[] domains, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1184
public int IndexOf(System.DirectoryServices.ActiveDirectory.Domain domain) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1197
protected DomainController() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1198
public System.DateTime CurrentTime { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1199
public System.DirectoryServices.ActiveDirectory.Domain Domain { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1200
public System.DirectoryServices.ActiveDirectory.Forest Forest { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1201
public long HighestCommittedUsn { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1202
public override System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection InboundConnections { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1203
public override string? IPAddress { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1204
public string OSVersion { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1205
public override System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection OutboundConnections { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1206
public System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection Roles { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1207
public override string SiteName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1208
public override System.DirectoryServices.ActiveDirectory.SyncUpdateCallback? SyncFromAllServersCallback { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1209
public override void CheckReplicationConsistency() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1211
public virtual System.DirectoryServices.ActiveDirectory.GlobalCatalog EnableGlobalCatalog() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1213
public static System.DirectoryServices.ActiveDirectory.DomainControllerCollection FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1214
public static System.DirectoryServices.ActiveDirectory.DomainControllerCollection FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1215
public static System.DirectoryServices.ActiveDirectory.DomainController FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1216
public static System.DirectoryServices.ActiveDirectory.DomainController FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1217
public static System.DirectoryServices.ActiveDirectory.DomainController FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1218
public static System.DirectoryServices.ActiveDirectory.DomainController FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1219
public override System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection GetAllReplicationNeighbors() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1220
public virtual System.DirectoryServices.DirectorySearcher GetDirectorySearcher() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1221
public static System.DirectoryServices.ActiveDirectory.DomainController GetDomainController(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1222
public override System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection GetReplicationConnectionFailures() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1223
public override System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection GetReplicationCursors(string partition) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1224
public override System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata GetReplicationMetadata(string objectPath) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1225
public override System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection GetReplicationNeighbors(string partition) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1226
public override System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation GetReplicationOperationInformation() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1227
public virtual bool IsGlobalCatalog() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1228
public void SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1229
public override void SyncReplicaFromAllServers(string partition, System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1230
public override void SyncReplicaFromServer(string partition, string sourceServer) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1231
public void TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole role) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1232
public override void TriggerSyncReplicaFromNeighbors(string partition) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1236
internal DomainControllerCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1237
public System.DirectoryServices.ActiveDirectory.DomainController this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1238
public bool Contains(System.DirectoryServices.ActiveDirectory.DomainController domainController) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1239
public void CopyTo(System.DirectoryServices.ActiveDirectory.DomainController[] domainControllers, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1240
public int IndexOf(System.DirectoryServices.ActiveDirectory.DomainController domainController) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1256
internal Forest() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1257
public System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection ApplicationPartitions { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1258
public System.DirectoryServices.ActiveDirectory.DomainCollection Domains { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1259
public System.DirectoryServices.ActiveDirectory.ForestMode ForestMode { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1260
public int ForestModeLevel { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1261
public System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection GlobalCatalogs { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1262
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1263
public System.DirectoryServices.ActiveDirectory.DomainController NamingRoleOwner { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1264
public System.DirectoryServices.ActiveDirectory.Domain RootDomain { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1265
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema Schema { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1266
public System.DirectoryServices.ActiveDirectory.DomainController SchemaRoleOwner { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1267
public System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection Sites { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1268
public void CreateLocalSideOfTrustRelationship(string targetForestName, System.DirectoryServices.ActiveDirectory.TrustDirection direction, string trustPassword) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1269
public void CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest targetForest, System.DirectoryServices.ActiveDirectory.TrustDirection direction) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1270
public void DeleteLocalSideOfTrustRelationship(string targetForestName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1271
public void DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest targetForest) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1274
public System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAllDiscoverableGlobalCatalogs() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1275
public System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAllDiscoverableGlobalCatalogs(string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1276
public System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAllGlobalCatalogs() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1277
public System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAllGlobalCatalogs(string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1278
public System.DirectoryServices.ActiveDirectory.GlobalCatalog FindGlobalCatalog() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1279
public System.DirectoryServices.ActiveDirectory.GlobalCatalog FindGlobalCatalog(System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1280
public System.DirectoryServices.ActiveDirectory.GlobalCatalog FindGlobalCatalog(string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1281
public System.DirectoryServices.ActiveDirectory.GlobalCatalog FindGlobalCatalog(string siteName, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1282
public System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection GetAllTrustRelationships() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1283
public static System.DirectoryServices.ActiveDirectory.Forest GetCurrentForest() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1284
public static System.DirectoryServices.ActiveDirectory.Forest GetForest(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1285
public bool GetSelectiveAuthenticationStatus(string targetForestName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1286
public bool GetSidFilteringStatus(string targetForestName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1287
public System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation GetTrustRelationship(string targetForestName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1288
public void RaiseForestFunctionality(System.DirectoryServices.ActiveDirectory.ForestMode forestMode) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1289
public void RaiseForestFunctionalityLevel(int forestMode) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1290
public void RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest targetForest) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1291
public void SetSelectiveAuthenticationStatus(string targetForestName, bool enable) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1292
public void SetSidFilteringStatus(string targetForestName, bool enable) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1293
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1294
public void UpdateLocalSideOfTrustRelationship(string targetForestName, System.DirectoryServices.ActiveDirectory.TrustDirection newTrustDirection, string newTrustPassword) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1295
public void UpdateLocalSideOfTrustRelationship(string targetForestName, string newTrustPassword) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1296
public void UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest targetForest, System.DirectoryServices.ActiveDirectory.TrustDirection newTrustDirection) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1297
public void VerifyOutboundTrustRelationship(string targetForestName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1298
public void VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest targetForest, System.DirectoryServices.ActiveDirectory.TrustDirection direction) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1313
public ForestTrustCollisionException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1318
protected ForestTrustCollisionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1319
public ForestTrustCollisionException(string? message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1320
public ForestTrustCollisionException(string? message, System.Exception? inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1321
public ForestTrustCollisionException(string? message, System.Exception? inner, System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection? collisions) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1322
public System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection? Collisions { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1327
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1337
internal ForestTrustDomainInfoCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1338
public System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1339
public bool Contains(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation information) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1340
public void CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1341
public int IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation information) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1345
internal ForestTrustDomainInformation() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1346
public string DnsName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1347
public string DomainSid { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1348
public string NetBiosName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1349
public System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus Status { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1361
internal ForestTrustRelationshipCollision() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1362
public string CollisionRecord { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1363
public System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType CollisionType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1364
public System.DirectoryServices.ActiveDirectory.DomainCollisionOptions DomainCollisionOption { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1365
public System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions TopLevelNameCollisionOption { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1369
internal ForestTrustRelationshipCollisionCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1370
public System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1371
public bool Contains(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision collision) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1372
public void CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1373
public int IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision collision) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1377
internal ForestTrustRelationshipInformation() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1378
public System.Collections.Specialized.StringCollection ExcludedTopLevelNames { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1379
public System.DirectoryServices.ActiveDirectory.TopLevelNameCollection TopLevelNames { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1380
public System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection TrustedDomainInformation { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1381
public void Save() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1385
internal GlobalCatalog() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1386
public System.DirectoryServices.ActiveDirectory.DomainController DisableGlobalCatalog() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1387
public override System.DirectoryServices.ActiveDirectory.GlobalCatalog EnableGlobalCatalog() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1388
public static new System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1389
public static new System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1390
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1391
public static new System.DirectoryServices.ActiveDirectory.GlobalCatalog FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1392
public static new System.DirectoryServices.ActiveDirectory.GlobalCatalog FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1393
public static new System.DirectoryServices.ActiveDirectory.GlobalCatalog FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1394
public static new System.DirectoryServices.ActiveDirectory.GlobalCatalog FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string siteName, System.DirectoryServices.ActiveDirectory.LocatorOptions flag) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1395
public override System.DirectoryServices.DirectorySearcher GetDirectorySearcher() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1396
public static System.DirectoryServices.ActiveDirectory.GlobalCatalog GetGlobalCatalog(System.DirectoryServices.ActiveDirectory.DirectoryContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1397
public override bool IsGlobalCatalog() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1401
internal GlobalCatalogCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1402
public System.DirectoryServices.ActiveDirectory.GlobalCatalog this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1403
public bool Contains(System.DirectoryServices.ActiveDirectory.GlobalCatalog globalCatalog) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1404
public void CopyTo(System.DirectoryServices.ActiveDirectory.GlobalCatalog[] globalCatalogs, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1405
public int IndexOf(System.DirectoryServices.ActiveDirectory.GlobalCatalog globalCatalog) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1464
internal ReadOnlyActiveDirectorySchemaClassCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1465
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1466
public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1467
public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[] classes, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1468
public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass schemaClass) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1472
internal ReadOnlyActiveDirectorySchemaPropertyCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1473
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1474
public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1475
public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[] properties, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1476
public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty schemaProperty) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1480
internal ReadOnlyDirectoryServerCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1481
public System.DirectoryServices.ActiveDirectory.DirectoryServer this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1482
public bool Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer directoryServer) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1483
public void CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[] directoryServers, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1484
public int IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer directoryServer) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1488
internal ReadOnlySiteCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1489
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySite this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1490
public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1491
public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[] sites, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1492
public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite site) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1496
internal ReadOnlySiteLinkBridgeCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1497
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1498
public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge bridge) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1499
public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge[] bridges, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1500
public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge bridge) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1504
internal ReadOnlySiteLinkCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1505
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1506
public bool Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1507
public void CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[] links, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1508
public int IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink link) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1512
internal ReadOnlyStringCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1513
public string this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1514
public bool Contains(string value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1515
public void CopyTo(string[] values, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1516
public int IndexOf(string value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1520
public ReplicationConnection(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name, System.DirectoryServices.ActiveDirectory.DirectoryServer sourceServer) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1521
public ReplicationConnection(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name, System.DirectoryServices.ActiveDirectory.DirectoryServer sourceServer, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? schedule) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1522
public ReplicationConnection(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name, System.DirectoryServices.ActiveDirectory.DirectoryServer sourceServer, System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? schedule, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1523
public ReplicationConnection(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name, System.DirectoryServices.ActiveDirectory.DirectoryServer sourceServer, System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType transport) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1524
public System.DirectoryServices.ActiveDirectory.NotificationStatus ChangeNotificationStatus { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1525
public bool DataCompressionEnabled { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1526
public string DestinationServer { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1527
public bool Enabled { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1528
public bool GeneratedByKcc { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1529
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1530
public bool ReciprocalReplicationEnabled { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1531
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? ReplicationSchedule { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1532
public bool ReplicationScheduleOwnedByUser { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1533
public System.DirectoryServices.ActiveDirectory.ReplicationSpan ReplicationSpan { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1534
public string? SourceServer { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1535
public System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType TransportType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1536
public void Delete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1540
public static System.DirectoryServices.ActiveDirectory.ReplicationConnection FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext context, string name) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1541
public System.DirectoryServices.DirectoryEntry GetDirectoryEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1542
public void Save() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1543
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1547
internal ReplicationConnectionCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1548
public System.DirectoryServices.ActiveDirectory.ReplicationConnection this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1549
public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationConnection connection) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1550
public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationConnection[] connections, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1551
public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationConnection connection) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1555
internal ReplicationCursor() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1556
public System.DateTime LastSuccessfulSyncTime { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1557
public string PartitionName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1558
public System.Guid SourceInvocationId { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1559
public string? SourceServer { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1560
public long UpToDatenessUsn { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1564
internal ReplicationCursorCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1565
public System.DirectoryServices.ActiveDirectory.ReplicationCursor this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1566
public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationCursor cursor) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1567
public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationCursor[] values, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1568
public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationCursor cursor) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1572
internal ReplicationFailure() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1573
public int ConsecutiveFailureCount { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1574
public System.DateTime FirstFailureTime { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1575
public int LastErrorCode { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1576
public string LastErrorMessage { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1577
public string? SourceServer { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1581
internal ReplicationFailureCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1582
public System.DirectoryServices.ActiveDirectory.ReplicationFailure this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1583
public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationFailure failure) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1584
public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationFailure[] failures, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1585
public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationFailure failure) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1589
internal ReplicationNeighbor() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1590
public int ConsecutiveFailureCount { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1591
public System.DateTime LastAttemptedSync { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1592
public System.DateTime LastSuccessfulSync { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1593
public string LastSyncMessage { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1594
public int LastSyncResult { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1595
public string? PartitionName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1596
public System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions ReplicationNeighborOption { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1597
public System.Guid SourceInvocationId { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1598
public string? SourceServer { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1599
public System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType TransportType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1600
public long UsnAttributeFilter { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1601
public long UsnLastObjectChangeSynced { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1624
internal ReplicationNeighborCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1625
public System.DirectoryServices.ActiveDirectory.ReplicationNeighbor this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1626
public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor neighbor) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1627
public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor[] neighbors, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1628
public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor neighbor) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1632
internal ReplicationOperation() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1633
public int OperationNumber { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1634
public System.DirectoryServices.ActiveDirectory.ReplicationOperationType OperationType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1635
public string? PartitionName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1636
public int Priority { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1637
public string? SourceServer { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1638
public System.DateTime TimeEnqueued { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1642
internal ReplicationOperationCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1643
public System.DirectoryServices.ActiveDirectory.ReplicationOperation this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1644
public bool Contains(System.DirectoryServices.ActiveDirectory.ReplicationOperation operation) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1645
public void CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationOperation[] operations, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1646
public int IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationOperation operation) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1650
public ReplicationOperationInformation() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1651
public System.DirectoryServices.ActiveDirectory.ReplicationOperation? CurrentOperation { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1652
public System.DateTime OperationStartTime { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1653
public System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection? PendingOperations { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1689
internal SyncFromAllServersErrorInformation() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1690
public System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory ErrorCategory { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1691
public int ErrorCode { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1692
public string ErrorMessage { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1693
public string? SourceServer { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1694
public string? TargetServer { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1705
public SyncFromAllServersOperationException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1710
protected SyncFromAllServersOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1711
public SyncFromAllServersOperationException(string? message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1712
public SyncFromAllServersOperationException(string? message, System.Exception? inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1713
public SyncFromAllServersOperationException(string? message, System.Exception? inner, System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation[]? errors) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1714
public System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation[] ErrorInformation { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1719
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1735
internal TopLevelName() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1736
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1737
public System.DirectoryServices.ActiveDirectory.TopLevelNameStatus Status { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1741
internal TopLevelNameCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1742
public System.DirectoryServices.ActiveDirectory.TopLevelName this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1743
public bool Contains(System.DirectoryServices.ActiveDirectory.TopLevelName name) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1744
public void CopyTo(System.DirectoryServices.ActiveDirectory.TopLevelName[] names, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1745
public int IndexOf(System.DirectoryServices.ActiveDirectory.TopLevelName name) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1770
internal TrustRelationshipInformation() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1771
public string? SourceName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1772
public string? TargetName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1773
public System.DirectoryServices.ActiveDirectory.TrustDirection TrustDirection { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1774
public System.DirectoryServices.ActiveDirectory.TrustType TrustType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1778
internal TrustRelationshipInformationCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1779
public System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); } }
1780
public bool Contains(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation information) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1781
public void CopyTo(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
1782
public int IndexOf(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation information) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServices_PlatformNotSupported); }
System.DirectoryServices.AccountManagement (273)
artifacts\obj\System.DirectoryServices.AccountManagement\Debug\net10.0\System.DirectoryServices.AccountManagement.notsupported.cs (273)
11
protected internal AdvancedFilters(System.DirectoryServices.AccountManagement.Principal p) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
12
public void AccountExpirationDate(System.DateTime expirationTime, System.DirectoryServices.AccountManagement.MatchType match) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
13
public void AccountLockoutTime(System.DateTime lockoutTime, System.DirectoryServices.AccountManagement.MatchType match) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
14
protected void AdvancedFilterSet(string attribute, object value, System.Type objectType, System.DirectoryServices.AccountManagement.MatchType mt) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
15
public void BadLogonCount(int badLogonCount, System.DirectoryServices.AccountManagement.MatchType match) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
16
public void LastBadPasswordAttempt(System.DateTime lastAttempt, System.DirectoryServices.AccountManagement.MatchType match) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
17
public void LastLogonTime(System.DateTime logonTime, System.DirectoryServices.AccountManagement.MatchType match) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
18
public void LastPasswordSetTime(System.DateTime passwordSetTime, System.DirectoryServices.AccountManagement.MatchType match) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
23
protected internal AuthenticablePrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
24
protected internal AuthenticablePrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context, string samAccountName, string password, bool enabled) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
25
public System.DateTime? AccountExpirationDate { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
26
public System.DateTime? AccountLockoutTime { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
27
public virtual System.DirectoryServices.AccountManagement.AdvancedFilters AdvancedSearchFilter { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
28
public bool AllowReversiblePasswordEncryption { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
29
public int BadLogonCount { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
30
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
31
public bool DelegationPermitted { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
32
public bool? Enabled { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
33
public string HomeDirectory { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
34
public string HomeDrive { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
35
public System.DateTime? LastBadPasswordAttempt { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
36
public System.DateTime? LastLogon { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
37
public System.DateTime? LastPasswordSet { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
38
public bool PasswordNeverExpires { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
39
public bool PasswordNotRequired { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
40
public byte[] PermittedLogonTimes { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
41
public System.DirectoryServices.AccountManagement.PrincipalValueCollection<string> PermittedWorkstations { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
42
public string ScriptPath { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
43
public bool SmartcardLogonRequired { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
44
public bool UserCannotChangePassword { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
45
public void ChangePassword(string oldPassword, string newPassword) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
46
public void ExpirePasswordNow() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
47
public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.AuthenticablePrincipal> FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
48
protected static System.DirectoryServices.AccountManagement.PrincipalSearchResult<T> FindByBadPasswordAttempt<T>(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
49
public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.AuthenticablePrincipal> FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
50
protected static System.DirectoryServices.AccountManagement.PrincipalSearchResult<T> FindByExpirationTime<T>(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
51
public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.AuthenticablePrincipal> FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
52
protected static System.DirectoryServices.AccountManagement.PrincipalSearchResult<T> FindByLockoutTime<T>(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
53
public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.AuthenticablePrincipal> FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
54
protected static System.DirectoryServices.AccountManagement.PrincipalSearchResult<T> FindByLogonTime<T>(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
55
public static System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.AuthenticablePrincipal> FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
56
protected static System.DirectoryServices.AccountManagement.PrincipalSearchResult<T> FindByPasswordSetTime<T>(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
57
public bool IsAccountLockedOut() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
58
public void RefreshExpiredPassword() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
59
public void SetPassword(string newPassword) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
60
public void UnlockAccount() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
65
public ComputerPrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context) : base (default(System.DirectoryServices.AccountManagement.PrincipalContext)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
66
public ComputerPrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context, string samAccountName, string password, bool enabled) : base (default(System.DirectoryServices.AccountManagement.PrincipalContext)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
67
public System.DirectoryServices.AccountManagement.PrincipalValueCollection<string> ServicePrincipalNames { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
68
public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
69
public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
70
public static new System.DirectoryServices.AccountManagement.ComputerPrincipal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
71
public static new System.DirectoryServices.AccountManagement.ComputerPrincipal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
72
public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
73
public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
74
public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.ComputerPrincipal> FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
95
public DirectoryObjectClassAttribute(string objectClass) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
96
public System.DirectoryServices.AccountManagement.ContextType? Context { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
97
public string ObjectClass { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
102
public DirectoryPropertyAttribute(string schemaAttributeName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
103
public System.DirectoryServices.AccountManagement.ContextType? Context { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
104
public string SchemaAttributeName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
109
public DirectoryRdnPrefixAttribute(string rdnPrefix) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
110
public System.DirectoryServices.AccountManagement.ContextType? Context { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
111
public string RdnPrefix { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
116
public GroupPrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
117
public GroupPrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context, string samAccountName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
118
public System.DirectoryServices.AccountManagement.GroupScope? GroupScope { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
119
public bool? IsSecurityGroup { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
120
public System.DirectoryServices.AccountManagement.PrincipalCollection Members { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
122
public static new System.DirectoryServices.AccountManagement.GroupPrincipal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
123
public static new System.DirectoryServices.AccountManagement.GroupPrincipal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
124
public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.Principal> GetMembers() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
125
public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.Principal> GetMembers(bool recursive) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
153
public MultipleMatchesException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
158
protected MultipleMatchesException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
159
public MultipleMatchesException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
160
public MultipleMatchesException(string message, System.Exception innerException) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
164
public NoMatchingPrincipalException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
169
protected NoMatchingPrincipalException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
170
public NoMatchingPrincipalException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
171
public NoMatchingPrincipalException(string message, System.Exception innerException) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
175
public PasswordException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
180
protected PasswordException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
181
public PasswordException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
182
public PasswordException(string message, System.Exception innerException) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
187
protected Principal() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
188
public System.DirectoryServices.AccountManagement.PrincipalContext Context { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
191
protected internal System.DirectoryServices.AccountManagement.PrincipalContext ContextRaw { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
192
public System.DirectoryServices.AccountManagement.ContextType ContextType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
193
public string Description { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
194
public string DisplayName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
195
public string DistinguishedName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
196
public System.Guid? Guid { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
197
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
198
public string SamAccountName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
199
public System.Security.Principal.SecurityIdentifier Sid { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
200
public string StructuralObjectClass { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
201
public string UserPrincipalName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
203
protected void CheckDisposedOrDeleted() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
204
public void Delete() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
206
public override bool Equals(object o) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
207
protected object[] ExtensionGet(string attribute) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
208
protected void ExtensionSet(string attribute, object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
209
public static System.DirectoryServices.AccountManagement.Principal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
210
public static System.DirectoryServices.AccountManagement.Principal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
212
protected static System.DirectoryServices.AccountManagement.Principal FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext context, System.Type principalType, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
214
protected static System.DirectoryServices.AccountManagement.Principal FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext context, System.Type principalType, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
215
public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.Principal> GetGroups() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
216
public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.Principal> GetGroups(System.DirectoryServices.AccountManagement.PrincipalContext contextToQuery) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
217
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
218
public object GetUnderlyingObject() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
219
public System.Type GetUnderlyingObjectType() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
220
public bool IsMemberOf(System.DirectoryServices.AccountManagement.GroupPrincipal group) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
221
public bool IsMemberOf(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
222
public void Save() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
223
public void Save(System.DirectoryServices.AccountManagement.PrincipalContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
224
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
228
internal PrincipalCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
229
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
230
public bool IsReadOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
231
public bool IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
232
public object SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
233
int System.Collections.ICollection.Count { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
234
bool System.Collections.ICollection.IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
235
object System.Collections.ICollection.SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
236
public void Add(System.DirectoryServices.AccountManagement.ComputerPrincipal computer) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
237
public void Add(System.DirectoryServices.AccountManagement.GroupPrincipal group) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
238
public void Add(System.DirectoryServices.AccountManagement.Principal principal) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
239
public void Add(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
240
public void Add(System.DirectoryServices.AccountManagement.UserPrincipal user) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
241
public void Clear() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
242
public bool Contains(System.DirectoryServices.AccountManagement.ComputerPrincipal computer) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
243
public bool Contains(System.DirectoryServices.AccountManagement.GroupPrincipal group) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
244
public bool Contains(System.DirectoryServices.AccountManagement.Principal principal) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
245
public bool Contains(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
246
public bool Contains(System.DirectoryServices.AccountManagement.UserPrincipal user) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
247
public void CopyTo(System.DirectoryServices.AccountManagement.Principal[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
248
public System.Collections.Generic.IEnumerator<System.DirectoryServices.AccountManagement.Principal> GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
249
public bool Remove(System.DirectoryServices.AccountManagement.ComputerPrincipal computer) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
250
public bool Remove(System.DirectoryServices.AccountManagement.GroupPrincipal group) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
251
public bool Remove(System.DirectoryServices.AccountManagement.Principal principal) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
252
public bool Remove(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
253
public bool Remove(System.DirectoryServices.AccountManagement.UserPrincipal user) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
254
void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
255
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
259
public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
260
public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
261
public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name, string container) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
262
public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name, string container, System.DirectoryServices.AccountManagement.ContextOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
263
public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name, string container, System.DirectoryServices.AccountManagement.ContextOptions options, string userName, string password) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
264
public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name, string userName, string password) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
265
public PrincipalContext(System.DirectoryServices.AccountManagement.ContextType contextType, string name, string container, string userName, string password) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
266
public string ConnectedServer { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
267
public string Container { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
268
public System.DirectoryServices.AccountManagement.ContextType ContextType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
269
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
270
public System.DirectoryServices.AccountManagement.ContextOptions Options { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
271
public string UserName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
273
public bool ValidateCredentials(string userName, string password) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
274
public bool ValidateCredentials(string userName, string password, System.DirectoryServices.AccountManagement.ContextOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
278
private protected PrincipalException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
283
protected PrincipalException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
287
public PrincipalExistsException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
292
protected PrincipalExistsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context){ throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
293
public PrincipalExistsException(string message){ throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
294
public PrincipalExistsException(string message, System.Exception innerException) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
298
public PrincipalOperationException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
303
protected PrincipalOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
304
public PrincipalOperationException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
305
public PrincipalOperationException(string message, System.Exception innerException) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
306
public PrincipalOperationException(string message, System.Exception innerException, int errorCode) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
307
public PrincipalOperationException(string message, int errorCode) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
308
public int ErrorCode { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
313
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
317
public PrincipalSearcher() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
318
public PrincipalSearcher(System.DirectoryServices.AccountManagement.Principal queryFilter) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
319
public System.DirectoryServices.AccountManagement.PrincipalContext Context { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
320
public System.DirectoryServices.AccountManagement.Principal QueryFilter { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
322
public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.Principal> FindAll() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
323
public System.DirectoryServices.AccountManagement.Principal FindOne() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
324
public object GetUnderlyingSearcher() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
325
public System.Type GetUnderlyingSearcherType() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
329
internal PrincipalSearchResult() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
331
public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
332
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
336
public PrincipalServerDownException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
341
protected PrincipalServerDownException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base (default(System.Runtime.Serialization.SerializationInfo), default(System.Runtime.Serialization.StreamingContext)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
342
public PrincipalServerDownException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
343
public PrincipalServerDownException(string message, System.Exception innerException) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
344
public PrincipalServerDownException(string message, System.Exception innerException, int errorCode) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
345
public PrincipalServerDownException(string message, System.Exception innerException, int errorCode, string serverName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
346
public PrincipalServerDownException(string message, int errorCode) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
351
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
355
internal PrincipalValueCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
356
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
357
public bool IsFixedSize { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
358
public bool IsReadOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
359
public bool IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
360
public T this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
361
public object SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
362
int System.Collections.ICollection.Count { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
363
bool System.Collections.ICollection.IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
364
object System.Collections.ICollection.SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
365
bool System.Collections.IList.IsFixedSize { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
366
bool System.Collections.IList.IsReadOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
367
object System.Collections.IList.this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
368
public void Add(T value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
369
public void Clear() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
370
public bool Contains(T value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
371
public void CopyTo(T[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
372
public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
373
public int IndexOf(T value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
374
public void Insert(int index, T value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
375
public bool Remove(T value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
376
public void RemoveAt(int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
377
void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
378
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
379
int System.Collections.IList.Add(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
380
void System.Collections.IList.Clear() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
381
bool System.Collections.IList.Contains(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
382
int System.Collections.IList.IndexOf(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
383
void System.Collections.IList.Insert(int index, object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
384
void System.Collections.IList.Remove(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
385
void System.Collections.IList.RemoveAt(int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
390
public UserPrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context) : base (default(System.DirectoryServices.AccountManagement.PrincipalContext)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
391
public UserPrincipal(System.DirectoryServices.AccountManagement.PrincipalContext context, string samAccountName, string password, bool enabled) : base (default(System.DirectoryServices.AccountManagement.PrincipalContext)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
392
public override System.DirectoryServices.AccountManagement.AdvancedFilters AdvancedSearchFilter { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
393
public static System.DirectoryServices.AccountManagement.UserPrincipal Current { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
394
public string EmailAddress { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
395
public string EmployeeId { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
396
public string GivenName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
397
public string MiddleName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
398
public string Surname { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
399
public string VoiceTelephoneNumber { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
400
public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.UserPrincipal> FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
401
public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.UserPrincipal> FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
402
public static new System.DirectoryServices.AccountManagement.UserPrincipal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DirectoryServices.AccountManagement.IdentityType identityType, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
403
public static new System.DirectoryServices.AccountManagement.UserPrincipal FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext context, string identityValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
404
public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.UserPrincipal> FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
405
public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.UserPrincipal> FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
406
public static new System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.UserPrincipal> FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext context, System.DateTime time, System.DirectoryServices.AccountManagement.MatchType type) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
407
public System.DirectoryServices.AccountManagement.PrincipalSearchResult<System.DirectoryServices.AccountManagement.Principal> GetAuthorizationGroups() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); }
System.DirectoryServices.Protocols (437)
artifacts\obj\System.DirectoryServices.Protocols\Debug\net10.0\System.DirectoryServices.Protocols.notsupported.cs (437)
11
public AddRequest() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
12
public AddRequest(string distinguishedName, params System.DirectoryServices.Protocols.DirectoryAttribute[] attributes) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
13
public AddRequest(string distinguishedName, string objectClass) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
14
public System.DirectoryServices.Protocols.DirectoryAttributeCollection Attributes { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
15
public string DistinguishedName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
19
internal AddResponse() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
23
public AsqRequestControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
24
public AsqRequestControl(string attributeName) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
25
public string AttributeName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
26
public override byte[] GetValue() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
30
internal AsqResponseControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
31
public System.DirectoryServices.Protocols.ResultCode Result { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
48
public BerConversionException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
53
protected BerConversionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
54
public BerConversionException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
55
public BerConversionException(string message, System.Exception inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
59
public static object[] Decode(string format, byte[] value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
60
public static byte[] Encode(string format, params object[] value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
64
public CompareRequest() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
65
public CompareRequest(string distinguishedName, System.DirectoryServices.Protocols.DirectoryAttribute assertion) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
66
public CompareRequest(string distinguishedName, string attributeName, byte[] value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
67
public CompareRequest(string distinguishedName, string attributeName, string value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
68
public CompareRequest(string distinguishedName, string attributeName, System.Uri value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
69
public System.DirectoryServices.Protocols.DirectoryAttribute Assertion { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
70
public string DistinguishedName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
74
internal CompareResponse() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
78
public CrossDomainMoveControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
79
public CrossDomainMoveControl(string targetDomainController) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
80
public string TargetDomainController { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
81
public override byte[] GetValue() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
85
public DeleteRequest() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
86
public DeleteRequest(string distinguishedName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
87
public string DistinguishedName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
91
internal DeleteResponse() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
103
public DirectoryAttribute() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
104
public DirectoryAttribute(string name, byte[] value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
105
public DirectoryAttribute(string name, params object[] values) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
106
public DirectoryAttribute(string name, string value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
107
public DirectoryAttribute(string name, System.Uri value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
108
public object this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
109
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
110
public int Add(byte[] value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
111
public int Add(string value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
112
public int Add(System.Uri value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
113
public void AddRange(object[] values) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
114
public bool Contains(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
115
public void CopyTo(object[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
116
public object[] GetValues(System.Type valuesType) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
117
public int IndexOf(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
118
public void Insert(int index, byte[] value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
119
public void Insert(int index, string value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
120
public void Insert(int index, System.Uri value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
121
protected override void OnValidate(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
122
public void Remove(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
126
public DirectoryAttributeCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
127
public System.DirectoryServices.Protocols.DirectoryAttribute this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
128
public int Add(System.DirectoryServices.Protocols.DirectoryAttribute attribute) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
129
public void AddRange(System.DirectoryServices.Protocols.DirectoryAttributeCollection attributeCollection) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
130
public void AddRange(System.DirectoryServices.Protocols.DirectoryAttribute[] attributes) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
131
public bool Contains(System.DirectoryServices.Protocols.DirectoryAttribute value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
132
public void CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
133
public int IndexOf(System.DirectoryServices.Protocols.DirectoryAttribute value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
134
public void Insert(int index, System.DirectoryServices.Protocols.DirectoryAttribute value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
135
protected override void OnValidate(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
136
public void Remove(System.DirectoryServices.Protocols.DirectoryAttribute value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
140
public DirectoryAttributeModification() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
141
public System.DirectoryServices.Protocols.DirectoryAttributeOperation Operation { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
145
public DirectoryAttributeModificationCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
146
public System.DirectoryServices.Protocols.DirectoryAttributeModification this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
147
public int Add(System.DirectoryServices.Protocols.DirectoryAttributeModification attribute) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
148
public void AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection attributeCollection) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
149
public void AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModification[] attributes) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
150
public bool Contains(System.DirectoryServices.Protocols.DirectoryAttributeModification value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
151
public void CopyTo(System.DirectoryServices.Protocols.DirectoryAttributeModification[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
152
public int IndexOf(System.DirectoryServices.Protocols.DirectoryAttributeModification value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
153
public void Insert(int index, System.DirectoryServices.Protocols.DirectoryAttributeModification value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
154
protected override void OnValidate(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
155
public void Remove(System.DirectoryServices.Protocols.DirectoryAttributeModification value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
165
protected DirectoryConnection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
166
public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
167
public virtual System.Net.NetworkCredential Credential { set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
168
public virtual System.DirectoryServices.Protocols.DirectoryIdentifier Directory { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
169
public virtual System.TimeSpan Timeout { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
174
public DirectoryControl(string type, byte[] value, bool isCritical, bool serverSide) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
175
public bool IsCritical { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
176
public bool ServerSide { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
177
public string Type { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
178
public virtual byte[] GetValue() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
182
public DirectoryControlCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
183
public System.DirectoryServices.Protocols.DirectoryControl this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
184
public int Add(System.DirectoryServices.Protocols.DirectoryControl control) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
185
public void AddRange(System.DirectoryServices.Protocols.DirectoryControlCollection controlCollection) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
186
public void AddRange(System.DirectoryServices.Protocols.DirectoryControl[] controls) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
187
public bool Contains(System.DirectoryServices.Protocols.DirectoryControl value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
188
public void CopyTo(System.DirectoryServices.Protocols.DirectoryControl[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
189
public int IndexOf(System.DirectoryServices.Protocols.DirectoryControl value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
190
public void Insert(int index, System.DirectoryServices.Protocols.DirectoryControl value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
191
protected override void OnValidate(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
192
public void Remove(System.DirectoryServices.Protocols.DirectoryControl value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
196
public DirectoryException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
201
protected DirectoryException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
202
public DirectoryException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
203
public DirectoryException(string message, System.Exception inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
207
protected DirectoryIdentifier() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
211
public DirectoryNotificationControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
215
protected DirectoryOperation() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
219
public DirectoryOperationException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
220
public DirectoryOperationException(System.DirectoryServices.Protocols.DirectoryResponse response) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
221
public DirectoryOperationException(System.DirectoryServices.Protocols.DirectoryResponse response, string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
222
public DirectoryOperationException(System.DirectoryServices.Protocols.DirectoryResponse response, string message, System.Exception inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
227
protected DirectoryOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
228
public DirectoryOperationException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
229
public DirectoryOperationException(string message, System.Exception inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
230
public System.DirectoryServices.Protocols.DirectoryResponse Response { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
235
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
239
internal DirectoryRequest() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
240
public System.DirectoryServices.Protocols.DirectoryControlCollection Controls { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
241
public string RequestId { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
245
internal DirectoryResponse() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
246
public virtual System.DirectoryServices.Protocols.DirectoryControl[] Controls { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
247
public virtual string ErrorMessage { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
248
public virtual string MatchedDN { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
249
public virtual System.Uri[] Referral { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
250
public string RequestId { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
251
public virtual System.DirectoryServices.Protocols.ResultCode ResultCode { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
264
public DirSyncRequestControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
265
public DirSyncRequestControl(byte[] cookie) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
266
public DirSyncRequestControl(byte[] cookie, System.DirectoryServices.Protocols.DirectorySynchronizationOptions option) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
267
public DirSyncRequestControl(byte[] cookie, System.DirectoryServices.Protocols.DirectorySynchronizationOptions option, int attributeCount) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
268
public int AttributeCount { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
269
public byte[] Cookie { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
270
public System.DirectoryServices.Protocols.DirectorySynchronizationOptions Option { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
271
public override byte[] GetValue() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
275
internal DirSyncResponseControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
276
public byte[] Cookie { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
277
public bool MoreData { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
278
public int ResultSize { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
282
public DomainScopeControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
286
public DsmlAuthRequest() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
287
public DsmlAuthRequest(string principal) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
288
public string Principal { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
292
public ExtendedDNControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
293
public ExtendedDNControl(System.DirectoryServices.Protocols.ExtendedDNFlag flag) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
294
public System.DirectoryServices.Protocols.ExtendedDNFlag Flag { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
295
public override byte[] GetValue() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
304
public ExtendedRequest() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
305
public ExtendedRequest(string requestName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
306
public ExtendedRequest(string requestName, byte[] requestValue) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
307
public string RequestName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
308
public byte[] RequestValue { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
312
internal ExtendedResponse() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
313
public string ResponseName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
314
public byte[] ResponseValue { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
318
public LazyCommitControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
322
public LdapConnection(System.DirectoryServices.Protocols.LdapDirectoryIdentifier identifier) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
323
public LdapConnection(System.DirectoryServices.Protocols.LdapDirectoryIdentifier identifier, System.Net.NetworkCredential credential) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
324
public LdapConnection(System.DirectoryServices.Protocols.LdapDirectoryIdentifier identifier, System.Net.NetworkCredential credential, System.DirectoryServices.Protocols.AuthType authType) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
325
public LdapConnection(string server) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
326
public System.DirectoryServices.Protocols.AuthType AuthType { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
327
public bool AutoBind { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
328
public override System.Net.NetworkCredential Credential { set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
329
public System.DirectoryServices.Protocols.LdapSessionOptions SessionOptions { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
330
public override System.TimeSpan Timeout { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
331
public void Abort(System.IAsyncResult asyncResult) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
332
public System.IAsyncResult BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest request, System.DirectoryServices.Protocols.PartialResultProcessing partialMode, System.AsyncCallback callback, object state) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
333
public System.IAsyncResult BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest request, System.TimeSpan requestTimeout, System.DirectoryServices.Protocols.PartialResultProcessing partialMode, System.AsyncCallback callback, object state) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
334
public void Bind() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
335
public void Bind(System.Net.NetworkCredential newCredential) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
338
public System.DirectoryServices.Protocols.DirectoryResponse EndSendRequest(System.IAsyncResult asyncResult) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
340
public System.DirectoryServices.Protocols.PartialResultsCollection GetPartialResults(System.IAsyncResult asyncResult) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
341
public override System.DirectoryServices.Protocols.DirectoryResponse SendRequest(System.DirectoryServices.Protocols.DirectoryRequest request) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
342
public System.DirectoryServices.Protocols.DirectoryResponse SendRequest(System.DirectoryServices.Protocols.DirectoryRequest request, System.TimeSpan requestTimeout) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
346
public LdapDirectoryIdentifier(string server) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
347
public LdapDirectoryIdentifier(string server, bool fullyQualifiedDnsHostName, bool connectionless) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
348
public LdapDirectoryIdentifier(string server, int portNumber) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
349
public LdapDirectoryIdentifier(string server, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
350
public LdapDirectoryIdentifier(string[] servers, bool fullyQualifiedDnsHostName, bool connectionless) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
351
public LdapDirectoryIdentifier(string[] servers, int portNumber, bool fullyQualifiedDnsHostName, bool connectionless) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
352
public bool Connectionless { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
353
public bool FullyQualifiedDnsHostName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
354
public int PortNumber { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
355
public string[] Servers { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
359
public LdapException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
360
public LdapException(int errorCode) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
361
public LdapException(int errorCode, string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
362
public LdapException(int errorCode, string message, System.Exception inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
363
public LdapException(int errorCode, string message, string serverErrorMessage) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
368
protected LdapException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
369
public LdapException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
370
public LdapException(string message, System.Exception inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
371
public int ErrorCode { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
372
public System.DirectoryServices.Protocols.PartialResultsCollection PartialResults { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
373
public string ServerErrorMessage { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
378
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
382
internal LdapSessionOptions() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
383
public bool AutoReconnect { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
384
public string DomainName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
389
public string HostName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
390
public bool HostReachable { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
391
public System.DirectoryServices.Protocols.LocatorFlags LocatorFlag { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
392
public System.TimeSpan PingKeepAliveTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
393
public int PingLimit { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
394
public System.TimeSpan PingWaitTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
395
public int ProtocolVersion { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
396
public System.DirectoryServices.Protocols.QueryClientCertificateCallback QueryClientCertificate { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
397
public System.DirectoryServices.Protocols.ReferralCallback ReferralCallback { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
398
public System.DirectoryServices.Protocols.ReferralChasingOptions ReferralChasing { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
399
public int ReferralHopLimit { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
400
public bool RootDseCache { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
401
public string SaslMethod { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
402
public bool Sealing { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
403
public bool SecureSocketLayer { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
404
public object SecurityContext { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
405
public System.TimeSpan SendTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
406
public bool Signing { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
407
public System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation SslInformation { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
408
public int SspiFlag { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
413
public bool TcpKeepAlive { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
414
public System.DirectoryServices.Protocols.VerifyServerCertificateCallback VerifyServerCertificate { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
415
public void FastConcurrentBind() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
416
public void StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection controls) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
417
public void StopTransportLayerSecurity() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
442
public ModifyDNRequest() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
443
public ModifyDNRequest(string distinguishedName, string newParentDistinguishedName, string newName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
444
public bool DeleteOldRdn { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
445
public string DistinguishedName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
446
public string NewName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
447
public string NewParentDistinguishedName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
451
internal ModifyDNResponse() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
455
public ModifyRequest() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
456
public ModifyRequest(string distinguishedName, params System.DirectoryServices.Protocols.DirectoryAttributeModification[] modifications) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
457
public ModifyRequest(string distinguishedName, System.DirectoryServices.Protocols.DirectoryAttributeOperation operation, string attributeName, params object[] values) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
458
public string DistinguishedName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
459
public System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection Modifications { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
463
internal ModifyResponse() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
468
public PageResultRequestControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
469
public PageResultRequestControl(byte[] cookie) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
470
public PageResultRequestControl(int pageSize) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
471
public byte[] Cookie { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
472
public int PageSize { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
473
public override byte[] GetValue() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
477
internal PageResultResponseControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
478
public byte[] Cookie { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
479
public int TotalCount { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
489
internal PartialResultsCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
490
public object this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
491
public bool Contains(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
492
public void CopyTo(object[] values, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
493
public int IndexOf(object value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
497
public PermissiveModifyControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
504
public QuotaControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
505
public QuotaControl(System.Security.Principal.SecurityIdentifier querySid) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
506
public System.Security.Principal.SecurityIdentifier QuerySid { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
507
public override byte[] GetValue() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
511
public ReferralCallback() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
512
public System.DirectoryServices.Protocols.DereferenceConnectionCallback DereferenceConnection { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
513
public System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback NotifyNewConnection { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
514
public System.DirectoryServices.Protocols.QueryForConnectionCallback QueryForConnection { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
577
public SearchOptionsControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
578
public SearchOptionsControl(System.DirectoryServices.Protocols.SearchOption flags) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
579
public System.DirectoryServices.Protocols.SearchOption SearchOption { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
580
public override byte[] GetValue() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
584
public SearchRequest() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
585
public SearchRequest(string distinguishedName, string ldapFilter, System.DirectoryServices.Protocols.SearchScope searchScope, params string[] attributeList) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
586
public System.DirectoryServices.Protocols.DereferenceAlias Aliases { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
587
public System.Collections.Specialized.StringCollection Attributes { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
588
public string DistinguishedName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
589
public object Filter { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
590
public System.DirectoryServices.Protocols.SearchScope Scope { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
591
public int SizeLimit { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
592
public System.TimeSpan TimeLimit { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
593
public bool TypesOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
597
internal SearchResponse() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
598
public override System.DirectoryServices.Protocols.DirectoryControl[] Controls { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
599
public System.DirectoryServices.Protocols.SearchResultEntryCollection Entries { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
600
public override string ErrorMessage { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
601
public override string MatchedDN { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
602
public System.DirectoryServices.Protocols.SearchResultReferenceCollection References { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
603
public override System.Uri[] Referral { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
604
public override System.DirectoryServices.Protocols.ResultCode ResultCode { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
608
internal SearchResultAttributeCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
609
public System.Collections.ICollection AttributeNames { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
610
public System.DirectoryServices.Protocols.DirectoryAttribute this[string attributeName] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
611
public System.Collections.ICollection Values { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
612
public bool Contains(string attributeName) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
613
public void CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
617
internal SearchResultEntry() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
618
public System.DirectoryServices.Protocols.SearchResultAttributeCollection Attributes { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
619
public System.DirectoryServices.Protocols.DirectoryControl[] Controls { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
620
public string DistinguishedName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
624
internal SearchResultEntryCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
625
public System.DirectoryServices.Protocols.SearchResultEntry this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
626
public bool Contains(System.DirectoryServices.Protocols.SearchResultEntry value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
627
public void CopyTo(System.DirectoryServices.Protocols.SearchResultEntry[] values, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
628
public int IndexOf(System.DirectoryServices.Protocols.SearchResultEntry value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
632
internal SearchResultReference() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
633
public System.DirectoryServices.Protocols.DirectoryControl[] Controls { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
634
public System.Uri[] Reference { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
638
internal SearchResultReferenceCollection() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
639
public System.DirectoryServices.Protocols.SearchResultReference this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
640
public bool Contains(System.DirectoryServices.Protocols.SearchResultReference value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
641
public void CopyTo(System.DirectoryServices.Protocols.SearchResultReference[] values, int index) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
642
public int IndexOf(System.DirectoryServices.Protocols.SearchResultReference value) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
652
public SecurityDescriptorFlagControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
653
public SecurityDescriptorFlagControl(System.DirectoryServices.Protocols.SecurityMasks masks) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
654
public System.DirectoryServices.Protocols.SecurityMasks SecurityMasks { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
655
public override byte[] GetValue() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
668
internal SecurityPackageContextConnectionInformation() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
672
public System.Security.Authentication.CipherAlgorithmType AlgorithmIdentifier { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
676
public int CipherStrength { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
680
public int ExchangeStrength { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
684
public System.Security.Authentication.HashAlgorithmType Hash { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
688
public int HashStrength { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
692
public int KeyExchangeAlgorithm { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
693
public System.DirectoryServices.Protocols.SecurityProtocol Protocol { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
708
public ShowDeletedControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
712
public SortKey() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
713
public SortKey(string attributeName, string matchingRule, bool reverseOrder) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
714
public string AttributeName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
715
public string MatchingRule { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
716
public bool ReverseOrder { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
720
public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
721
public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
722
public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
723
public System.DirectoryServices.Protocols.SortKey[] SortKeys { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
724
public override byte[] GetValue() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
728
internal SortResponseControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
729
public string AttributeName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
730
public System.DirectoryServices.Protocols.ResultCode Result { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
734
public TlsOperationException() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
735
public TlsOperationException(System.DirectoryServices.Protocols.DirectoryResponse response) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
736
public TlsOperationException(System.DirectoryServices.Protocols.DirectoryResponse response, string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
737
public TlsOperationException(System.DirectoryServices.Protocols.DirectoryResponse response, string message, System.Exception inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
742
protected TlsOperationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
743
public TlsOperationException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
744
public TlsOperationException(string message, System.Exception inner) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
748
public TreeDeleteControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
752
public VerifyNameControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
753
public VerifyNameControl(string serverName) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
754
public VerifyNameControl(string serverName, int flag) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
755
public int Flag { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
756
public string ServerName { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
757
public override byte[] GetValue() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
762
public VlvRequestControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
763
public VlvRequestControl(int beforeCount, int afterCount, byte[] target) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
764
public VlvRequestControl(int beforeCount, int afterCount, int offset) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
765
public VlvRequestControl(int beforeCount, int afterCount, string target) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
766
public int AfterCount { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
767
public int BeforeCount { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
768
public byte[] ContextId { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
769
public int EstimateCount { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
770
public int Offset { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
771
public byte[] Target { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
772
public override byte[] GetValue() { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
776
internal VlvResponseControl() : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); }
777
public int ContentCount { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
778
public byte[] ContextId { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
779
public System.DirectoryServices.Protocols.ResultCode Result { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
780
public int TargetPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
System.IO.FileSystem.AccessControl (61)
artifacts\obj\System.IO.FileSystem.AccessControl\Debug\net10.0\System.IO.FileSystem.AccessControl.notsupported.cs (61)
11
public static void Create(this System.IO.DirectoryInfo directoryInfo, System.Security.AccessControl.DirectorySecurity directorySecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
12
public static System.IO.FileStream Create(this System.IO.FileInfo fileInfo, System.IO.FileMode mode, System.Security.AccessControl.FileSystemRights rights, System.IO.FileShare share, int bufferSize, System.IO.FileOptions options, System.Security.AccessControl.FileSecurity? fileSecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
13
public static System.IO.DirectoryInfo CreateDirectory(this System.Security.AccessControl.DirectorySecurity directorySecurity, string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
14
public static System.Security.AccessControl.DirectorySecurity GetAccessControl(this System.IO.DirectoryInfo directoryInfo) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
15
public static System.Security.AccessControl.DirectorySecurity GetAccessControl(this System.IO.DirectoryInfo directoryInfo, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
16
public static System.Security.AccessControl.FileSecurity GetAccessControl(this System.IO.FileInfo fileInfo) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
17
public static System.Security.AccessControl.FileSecurity GetAccessControl(this System.IO.FileInfo fileInfo, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
18
public static System.Security.AccessControl.FileSecurity GetAccessControl(this System.IO.FileStream fileStream) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
19
public static void SetAccessControl(this System.IO.DirectoryInfo directoryInfo, System.Security.AccessControl.DirectorySecurity directorySecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
20
public static void SetAccessControl(this System.IO.FileInfo fileInfo, System.Security.AccessControl.FileSecurity fileSecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
21
public static void SetAccessControl(this System.IO.FileStream fileStream, System.Security.AccessControl.FileSecurity fileSecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
28
protected DirectoryObjectSecurity() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
29
protected DirectoryObjectSecurity(System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
30
public virtual System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
31
protected void AddAccessRule(System.Security.AccessControl.ObjectAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
32
protected void AddAuditRule(System.Security.AccessControl.ObjectAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
33
public virtual System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
34
public System.Security.AccessControl.AuthorizationRuleCollection GetAccessRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
35
public System.Security.AccessControl.AuthorizationRuleCollection GetAuditRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
36
protected override bool ModifyAccess(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AccessRule rule, out bool modified) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
37
protected override bool ModifyAudit(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
38
protected bool RemoveAccessRule(System.Security.AccessControl.ObjectAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
39
protected void RemoveAccessRuleAll(System.Security.AccessControl.ObjectAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
40
protected void RemoveAccessRuleSpecific(System.Security.AccessControl.ObjectAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
41
protected bool RemoveAuditRule(System.Security.AccessControl.ObjectAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
42
protected void RemoveAuditRuleAll(System.Security.AccessControl.ObjectAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
43
protected void RemoveAuditRuleSpecific(System.Security.AccessControl.ObjectAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
44
protected void ResetAccessRule(System.Security.AccessControl.ObjectAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
45
protected void SetAccessRule(System.Security.AccessControl.ObjectAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
46
protected void SetAuditRule(System.Security.AccessControl.ObjectAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
50
public DirectorySecurity() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
51
public DirectorySecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
55
public FileSecurity() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
56
public FileSecurity(string fileName, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
60
public FileSystemAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
61
public FileSystemAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
62
public FileSystemAccessRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
63
public FileSystemAccessRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
64
public System.Security.AccessControl.FileSystemRights FileSystemRights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
68
public FileSystemAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
69
public FileSystemAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
70
public FileSystemAuditRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
71
public FileSystemAuditRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
72
public System.Security.AccessControl.FileSystemRights FileSystemRights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
103
internal FileSystemSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
104
public override System.Type AccessRightType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
105
public override System.Type AccessRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
106
public override System.Type AuditRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
107
public sealed override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
108
public void AddAccessRule(System.Security.AccessControl.FileSystemAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
109
public void AddAuditRule(System.Security.AccessControl.FileSystemAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
110
public sealed override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
111
public bool RemoveAccessRule(System.Security.AccessControl.FileSystemAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
112
public void RemoveAccessRuleAll(System.Security.AccessControl.FileSystemAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
113
public void RemoveAccessRuleSpecific(System.Security.AccessControl.FileSystemAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
114
public bool RemoveAuditRule(System.Security.AccessControl.FileSystemAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
115
public void RemoveAuditRuleAll(System.Security.AccessControl.FileSystemAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
116
public void RemoveAuditRuleSpecific(System.Security.AccessControl.FileSystemAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
117
public void ResetAccessRule(System.Security.AccessControl.FileSystemAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
118
public void SetAccessRule(System.Security.AccessControl.FileSystemAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
119
public void SetAuditRule(System.Security.AccessControl.FileSystemAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
System.IO.IsolatedStorage (4)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (4)
518
return (applicationEvidenceType == null) ? GetStore(scope) : throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); // https://github.com/dotnet/runtime/issues/18208
524
return (applicationIdentity == null) ? GetStore(scope) : throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); // https://github.com/dotnet/runtime/issues/18208
530
return (domainEvidenceType == null && assemblyEvidenceType == null) ? GetStore(scope) : throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); // https://github.com/dotnet/runtime/issues/18208
536
return (domainIdentity == null && assemblyIdentity == null) ? GetStore(scope) : throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); // https://github.com/dotnet/runtime/issues/18208
System.IO.MemoryMappedFiles (1)
System\IO\MemoryMappedFiles\MemoryMappedFile.Unix.cs (1)
152
return new
PlatformNotSupportedException
(SR.PlatformNotSupported_NamedMaps);
System.IO.Pipes (7)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
27
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_PipeAccessRights);
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
37
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_MessageTransmissionMode);
System\IO\Pipes\PipeStream.Unix.cs (5)
190
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_RemotePipes);
206
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_InvalidPipeNameChars);
214
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_InvalidPipeNameChars);
418
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_MessageTransmissionMode);
524
new
PlatformNotSupportedException
(SR.Format(SR.PlatformNotSupported_OperatingSystemError, nameof(Interop.Error.ENOTSUP))) :
System.IO.Pipes.AccessControl (28)
artifacts\obj\System.IO.Pipes.AccessControl\Debug\net10.0\System.IO.Pipes.AccessControl.notsupported.cs (28)
11
public static System.IO.Pipes.AnonymousPipeServerStream Create(System.IO.Pipes.PipeDirection direction, System.IO.HandleInheritability inheritability, int bufferSize, System.IO.Pipes.PipeSecurity? pipeSecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
15
public static System.IO.Pipes.NamedPipeServerStream Create(string pipeName, System.IO.Pipes.PipeDirection direction, int maxNumberOfServerInstances, System.IO.Pipes.PipeTransmissionMode transmissionMode, System.IO.Pipes.PipeOptions options, int inBufferSize, int outBufferSize, System.IO.Pipes.PipeSecurity? pipeSecurity, System.IO.HandleInheritability inheritability = System.IO.HandleInheritability.None, System.IO.Pipes.PipeAccessRights additionalAccessRights = default) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
19
public PipeAccessRule(System.Security.Principal.IdentityReference identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
20
public PipeAccessRule(string identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
21
public System.IO.Pipes.PipeAccessRights PipeAccessRights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
25
public PipeAuditRule(System.Security.Principal.IdentityReference identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
26
public PipeAuditRule(string identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
27
public System.IO.Pipes.PipeAccessRights PipeAccessRights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
31
public PipeSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
32
public override System.Type AccessRightType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
33
public override System.Type AccessRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
34
public override System.Type AuditRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
35
public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
36
public void AddAccessRule(System.IO.Pipes.PipeAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
37
public void AddAuditRule(System.IO.Pipes.PipeAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
38
public sealed override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
39
protected internal void Persist(System.Runtime.InteropServices.SafeHandle handle) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
40
protected internal void Persist(string name) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
41
public bool RemoveAccessRule(System.IO.Pipes.PipeAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
42
public void RemoveAccessRuleSpecific(System.IO.Pipes.PipeAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
43
public bool RemoveAuditRule(System.IO.Pipes.PipeAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
44
public void RemoveAuditRuleAll(System.IO.Pipes.PipeAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
45
public void RemoveAuditRuleSpecific(System.IO.Pipes.PipeAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
46
public void ResetAccessRule(System.IO.Pipes.PipeAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
47
public void SetAccessRule(System.IO.Pipes.PipeAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
48
public void SetAuditRule(System.IO.Pipes.PipeAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
52
public static System.IO.Pipes.PipeSecurity GetAccessControl(this System.IO.Pipes.PipeStream stream) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
53
public static void SetAccessControl(this System.IO.Pipes.PipeStream stream, System.IO.Pipes.PipeSecurity pipeSecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
System.IO.Ports (1)
System\IO\Ports\SerialPort.Unix.cs (1)
29
: throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_SerialPort_GetPortNames);
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
957
throw new
PlatformNotSupportedException
(SR.Format(SR.UnsupportedExpressionType, node.NodeType));
1272
throw new
PlatformNotSupportedException
(SR.Format(SR.UnsupportedExpressionType, node.NodeType));
System.Management (497)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (497)
61
internal CompletedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
62
public System.Management.ManagementStatus Status { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
63
public System.Management.ManagementBaseObject StatusObject { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
68
public ConnectionOptions() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
69
public ConnectionOptions(string locale, string username, System.Security.SecureString password, string authority, System.Management.ImpersonationLevel impersonation, System.Management.AuthenticationLevel authentication, bool enablePrivileges, System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
70
public ConnectionOptions(string locale, string username, string password, string authority, System.Management.ImpersonationLevel impersonation, System.Management.AuthenticationLevel authentication, bool enablePrivileges, System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
71
public System.Management.AuthenticationLevel Authentication { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
72
public string Authority { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
73
public bool EnablePrivileges { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
74
public System.Management.ImpersonationLevel Impersonation { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
75
public string Locale { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
76
public string Password { set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
77
public System.Security.SecureString SecurePassword { set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
78
public string Username { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
79
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
83
public DeleteOptions() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
84
public DeleteOptions(System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
85
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
89
public EnumerationOptions() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
90
public EnumerationOptions(System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout, int blockSize, bool rewindable, bool returnImmediatley, bool useAmendedQualifiers, bool ensureLocatable, bool prototypeOnly, bool directRead, bool enumerateDeep) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
91
public int BlockSize { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
92
public bool DirectRead { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
93
public bool EnsureLocatable { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
94
public bool EnumerateDeep { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
95
public bool PrototypeOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
96
public bool ReturnImmediately { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
97
public bool Rewindable { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
98
public bool UseAmendedQualifiers { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
99
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
103
internal EventArrivedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
104
public System.Management.ManagementBaseObject NewEvent { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
109
public EventQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
110
public EventQuery(string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
111
public EventQuery(string language, string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
112
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
116
public EventWatcherOptions() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
117
public EventWatcherOptions(System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout, int blockSize) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
118
public int BlockSize { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
119
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
131
public InvokeMethodOptions() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
132
public InvokeMethodOptions(System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
133
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
138
private protected ManagementBaseObject() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
143
protected ManagementBaseObject(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
144
public virtual System.Management.ManagementPath ClassPath { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
145
public object this[string propertyName] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
146
public virtual System.Management.PropertyDataCollection Properties { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
147
public virtual System.Management.QualifierDataCollection Qualifiers { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
148
public virtual System.Management.PropertyDataCollection SystemProperties { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
149
public virtual object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
150
public bool CompareTo(System.Management.ManagementBaseObject otherObject, System.Management.ComparisonSettings settings) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
152
public override bool Equals(object obj) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
153
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
154
protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
155
public object GetPropertyQualifierValue(string propertyName, string qualifierName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
156
public object GetPropertyValue(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
157
public object GetQualifierValue(string qualifierName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
158
public string GetText(System.Management.TextFormat format) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
159
public static explicit operator System.IntPtr (System.Management.ManagementBaseObject managementObject) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
160
public void SetPropertyQualifierValue(string propertyName, string qualifierName, object qualifierValue) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
161
public void SetPropertyValue(string propertyName, object propertyValue) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
162
public void SetQualifierValue(string qualifierName, object qualifierValue) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
163
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
167
public ManagementClass() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
168
public ManagementClass(System.Management.ManagementPath path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
169
public ManagementClass(System.Management.ManagementPath path, System.Management.ObjectGetOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
170
public ManagementClass(System.Management.ManagementScope scope, System.Management.ManagementPath path, System.Management.ObjectGetOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
175
protected ManagementClass(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
176
public ManagementClass(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
177
public ManagementClass(string path, System.Management.ObjectGetOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
178
public ManagementClass(string scope, string path, System.Management.ObjectGetOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
179
public System.Collections.Specialized.StringCollection Derivation { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
180
public System.Management.MethodDataCollection Methods { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
181
public override System.Management.ManagementPath Path { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
182
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
183
public System.Management.ManagementObject CreateInstance() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
184
public System.Management.ManagementClass Derive(string newClassName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
185
public System.Management.ManagementObjectCollection GetInstances() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
186
public System.Management.ManagementObjectCollection GetInstances(System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
187
public void GetInstances(System.Management.ManagementOperationObserver watcher) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
188
public void GetInstances(System.Management.ManagementOperationObserver watcher, System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
189
protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
190
public System.Management.ManagementObjectCollection GetRelatedClasses() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
191
public void GetRelatedClasses(System.Management.ManagementOperationObserver watcher) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
192
public void GetRelatedClasses(System.Management.ManagementOperationObserver watcher, string relatedClass) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
193
public void GetRelatedClasses(System.Management.ManagementOperationObserver watcher, string relatedClass, string relationshipClass, string relationshipQualifier, string relatedQualifier, string relatedRole, string thisRole, System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
194
public System.Management.ManagementObjectCollection GetRelatedClasses(string relatedClass) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
195
public System.Management.ManagementObjectCollection GetRelatedClasses(string relatedClass, string relationshipClass, string relationshipQualifier, string relatedQualifier, string relatedRole, string thisRole, System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
196
public System.Management.ManagementObjectCollection GetRelationshipClasses() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
197
public void GetRelationshipClasses(System.Management.ManagementOperationObserver watcher) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
198
public void GetRelationshipClasses(System.Management.ManagementOperationObserver watcher, string relationshipClass) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
199
public void GetRelationshipClasses(System.Management.ManagementOperationObserver watcher, string relationshipClass, string relationshipQualifier, string thisRole, System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
200
public System.Management.ManagementObjectCollection GetRelationshipClasses(string relationshipClass) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
201
public System.Management.ManagementObjectCollection GetRelationshipClasses(string relationshipClass, string relationshipQualifier, string thisRole, System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
202
public System.CodeDom.CodeTypeDeclaration GetStronglyTypedClassCode(bool includeSystemClassInClassDef, bool systemPropertyClass) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
203
public bool GetStronglyTypedClassCode(System.Management.CodeLanguage lang, string filePath, string classNamespace) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
204
public System.Management.ManagementObjectCollection GetSubclasses() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
205
public System.Management.ManagementObjectCollection GetSubclasses(System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
206
public void GetSubclasses(System.Management.ManagementOperationObserver watcher) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
207
public void GetSubclasses(System.Management.ManagementOperationObserver watcher, System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
211
internal ManagementDateTimeConverter() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
212
public static System.DateTime ToDateTime(string dmtfDate) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
213
public static string ToDmtfDateTime(System.DateTime date) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
214
public static string ToDmtfTimeInterval(System.TimeSpan timespan) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
215
public static System.TimeSpan ToTimeSpan(string dmtfTimespan) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
219
internal ManagementEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
220
public object Context { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
225
public ManagementEventWatcher() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
226
public ManagementEventWatcher(System.Management.EventQuery query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
227
public ManagementEventWatcher(System.Management.ManagementScope scope, System.Management.EventQuery query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
228
public ManagementEventWatcher(System.Management.ManagementScope scope, System.Management.EventQuery query, System.Management.EventWatcherOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
229
public ManagementEventWatcher(string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
230
public ManagementEventWatcher(string scope, string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
231
public ManagementEventWatcher(string scope, string query, System.Management.EventWatcherOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
232
public System.Management.EventWatcherOptions Options { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
233
public System.Management.EventQuery Query { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
234
public System.Management.ManagementScope Scope { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
235
public event System.Management.EventArrivedEventHandler EventArrived { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
236
public event System.Management.StoppedEventHandler Stopped { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
238
public void Start() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
239
public void Stop() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
240
public System.Management.ManagementBaseObject WaitForNextEvent() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
244
public ManagementException() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
249
protected ManagementException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
250
public ManagementException(string message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
251
public ManagementException(string message, System.Exception innerException) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
252
public System.Management.ManagementStatus ErrorCode { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
253
public System.Management.ManagementBaseObject ErrorInformation { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
258
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
262
public ManagementNamedValueCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
267
protected ManagementNamedValueCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
268
public object this[string name] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
269
public void Add(string name, object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
270
public System.Management.ManagementNamedValueCollection Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
271
public void Remove(string name) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
272
public void RemoveAll() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
276
public ManagementObject() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
277
public ManagementObject(System.Management.ManagementPath path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
278
public ManagementObject(System.Management.ManagementPath path, System.Management.ObjectGetOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
279
public ManagementObject(System.Management.ManagementScope scope, System.Management.ManagementPath path, System.Management.ObjectGetOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
284
protected ManagementObject(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
285
public ManagementObject(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
286
public ManagementObject(string path, System.Management.ObjectGetOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
287
public ManagementObject(string scopeString, string pathString, System.Management.ObjectGetOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
288
public override System.Management.ManagementPath ClassPath { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
289
public System.Management.ObjectGetOptions Options { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
290
public virtual System.Management.ManagementPath Path { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
291
public System.Management.ManagementScope Scope { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
292
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
293
public void CopyTo(System.Management.ManagementOperationObserver watcher, System.Management.ManagementPath path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
294
public void CopyTo(System.Management.ManagementOperationObserver watcher, System.Management.ManagementPath path, System.Management.PutOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
295
public void CopyTo(System.Management.ManagementOperationObserver watcher, string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
296
public void CopyTo(System.Management.ManagementOperationObserver watcher, string path, System.Management.PutOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
297
public System.Management.ManagementPath CopyTo(System.Management.ManagementPath path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
298
public System.Management.ManagementPath CopyTo(System.Management.ManagementPath path, System.Management.PutOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
299
public System.Management.ManagementPath CopyTo(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
300
public System.Management.ManagementPath CopyTo(string path, System.Management.PutOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
301
public void Delete() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
302
public void Delete(System.Management.DeleteOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
303
public void Delete(System.Management.ManagementOperationObserver watcher) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
304
public void Delete(System.Management.ManagementOperationObserver watcher, System.Management.DeleteOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
306
public void Get() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
307
public void Get(System.Management.ManagementOperationObserver watcher) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
308
public System.Management.ManagementBaseObject GetMethodParameters(string methodName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
309
protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
310
public System.Management.ManagementObjectCollection GetRelated() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
311
public void GetRelated(System.Management.ManagementOperationObserver watcher) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
312
public void GetRelated(System.Management.ManagementOperationObserver watcher, string relatedClass) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
313
public void GetRelated(System.Management.ManagementOperationObserver watcher, string relatedClass, string relationshipClass, string relationshipQualifier, string relatedQualifier, string relatedRole, string thisRole, bool classDefinitionsOnly, System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
314
public System.Management.ManagementObjectCollection GetRelated(string relatedClass) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
315
public System.Management.ManagementObjectCollection GetRelated(string relatedClass, string relationshipClass, string relationshipQualifier, string relatedQualifier, string relatedRole, string thisRole, bool classDefinitionsOnly, System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
316
public System.Management.ManagementObjectCollection GetRelationships() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
317
public void GetRelationships(System.Management.ManagementOperationObserver watcher) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
318
public void GetRelationships(System.Management.ManagementOperationObserver watcher, string relationshipClass) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
319
public void GetRelationships(System.Management.ManagementOperationObserver watcher, string relationshipClass, string relationshipQualifier, string thisRole, bool classDefinitionsOnly, System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
320
public System.Management.ManagementObjectCollection GetRelationships(string relationshipClass) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
321
public System.Management.ManagementObjectCollection GetRelationships(string relationshipClass, string relationshipQualifier, string thisRole, bool classDefinitionsOnly, System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
322
public void InvokeMethod(System.Management.ManagementOperationObserver watcher, string methodName, System.Management.ManagementBaseObject inParameters, System.Management.InvokeMethodOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
323
public void InvokeMethod(System.Management.ManagementOperationObserver watcher, string methodName, object[] args) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
324
public System.Management.ManagementBaseObject InvokeMethod(string methodName, System.Management.ManagementBaseObject inParameters, System.Management.InvokeMethodOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
325
public object InvokeMethod(string methodName, object[] args) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
326
public System.Management.ManagementPath Put() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
327
public void Put(System.Management.ManagementOperationObserver watcher) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
328
public void Put(System.Management.ManagementOperationObserver watcher, System.Management.PutOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
329
public System.Management.ManagementPath Put(System.Management.PutOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
330
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
334
internal ManagementObjectCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
335
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
336
public bool IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
337
public object SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
338
public void CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
339
public void CopyTo(System.Management.ManagementBaseObject[] objectCollection, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
342
public System.Management.ManagementObjectCollection.ManagementObjectEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
343
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
346
internal ManagementObjectEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
347
public System.Management.ManagementBaseObject Current { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
348
object System.Collections.IEnumerator.Current { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
351
public bool MoveNext() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
352
public void Reset() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
358
public ManagementObjectSearcher() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
359
public ManagementObjectSearcher(System.Management.ManagementScope scope, System.Management.ObjectQuery query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
360
public ManagementObjectSearcher(System.Management.ManagementScope scope, System.Management.ObjectQuery query, System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
361
public ManagementObjectSearcher(System.Management.ObjectQuery query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
362
public ManagementObjectSearcher(string queryString) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
363
public ManagementObjectSearcher(string scope, string queryString) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
364
public ManagementObjectSearcher(string scope, string queryString, System.Management.EnumerationOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
365
public System.Management.EnumerationOptions Options { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
366
public System.Management.ObjectQuery Query { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
367
public System.Management.ManagementScope Scope { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
368
public System.Management.ManagementObjectCollection Get() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
369
public void Get(System.Management.ManagementOperationObserver watcher) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
373
public ManagementOperationObserver() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
374
public event System.Management.CompletedEventHandler Completed { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
375
public event System.Management.ObjectPutEventHandler ObjectPut { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
376
public event System.Management.ObjectReadyEventHandler ObjectReady { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
377
public event System.Management.ProgressEventHandler Progress { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
378
public void Cancel() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
383
internal ManagementOptions() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
385
public System.Management.ManagementNamedValueCollection Context { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
386
public System.TimeSpan Timeout { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
391
public ManagementPath() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
392
public ManagementPath(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
394
public string ClassName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
395
public static System.Management.ManagementPath DefaultPath { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
396
public bool IsClass { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
397
public bool IsInstance { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
398
public bool IsSingleton { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
400
public string NamespacePath { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
402
public string Path { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
404
public string RelativePath { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
406
public string Server { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
407
public System.Management.ManagementPath Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
408
public void SetAsClass() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
409
public void SetAsSingleton() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
410
object System.ICloneable.Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
411
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
415
internal ManagementQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
416
public virtual string QueryLanguage { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
417
public virtual string QueryString { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
419
protected internal virtual void ParseQuery(string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
423
public ManagementScope() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
424
public ManagementScope(System.Management.ManagementPath path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
425
public ManagementScope(System.Management.ManagementPath path, System.Management.ConnectionOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
426
public ManagementScope(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
427
public ManagementScope(string path, System.Management.ConnectionOptions options) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
428
public bool IsConnected { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
429
public System.Management.ConnectionOptions Options { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
430
public System.Management.ManagementPath Path { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
431
public System.Management.ManagementScope Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
432
public void Connect() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
433
object System.ICloneable.Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
548
internal MethodData() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
549
public System.Management.ManagementBaseObject InParameters { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
550
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
551
public string Origin { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
552
public System.Management.ManagementBaseObject OutParameters { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
553
public System.Management.QualifierDataCollection Qualifiers { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
557
internal MethodDataCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
558
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
559
public bool IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
560
public virtual System.Management.MethodData this[string methodName] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
561
public object SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
562
public virtual void Add(string methodName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
563
public virtual void Add(string methodName, System.Management.ManagementBaseObject inParameters, System.Management.ManagementBaseObject outParameters) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
564
public void CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
565
public void CopyTo(System.Management.MethodData[] methodArray, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
566
public System.Management.MethodDataCollection.MethodDataEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
567
public virtual void Remove(string methodName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
568
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
571
internal MethodDataEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
572
public System.Management.MethodData Current { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
573
object System.Collections.IEnumerator.Current { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
574
public bool MoveNext() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
575
public void Reset() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
580
public ObjectGetOptions() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
581
public ObjectGetOptions(System.Management.ManagementNamedValueCollection context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
582
public ObjectGetOptions(System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout, bool useAmendedQualifiers) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
583
public bool UseAmendedQualifiers { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
584
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
588
internal ObjectPutEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
589
public System.Management.ManagementPath Path { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
594
public ObjectQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
595
public ObjectQuery(string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
596
public ObjectQuery(string language, string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
597
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
601
internal ObjectReadyEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
602
public System.Management.ManagementBaseObject NewObject { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
607
internal ProgressEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
608
public int Current { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
609
public string Message { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
610
public int UpperBound { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
615
internal PropertyData() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
616
public bool IsArray { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
617
public bool IsLocal { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
618
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
619
public string Origin { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
620
public System.Management.QualifierDataCollection Qualifiers { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
621
public System.Management.CimType Type { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
622
public object Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
626
internal PropertyDataCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
627
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
628
public bool IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
629
public virtual System.Management.PropertyData this[string propertyName] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
630
public object SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
631
public void Add(string propertyName, System.Management.CimType propertyType, bool isArray) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
632
public virtual void Add(string propertyName, object propertyValue) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
633
public void Add(string propertyName, object propertyValue, System.Management.CimType propertyType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
634
public void CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
635
public void CopyTo(System.Management.PropertyData[] propertyArray, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
636
public System.Management.PropertyDataCollection.PropertyDataEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
637
public virtual void Remove(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
638
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
641
internal PropertyDataEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
642
public System.Management.PropertyData Current { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
643
object System.Collections.IEnumerator.Current { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
644
public bool MoveNext() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
645
public void Reset() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
650
public PutOptions() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
651
public PutOptions(System.Management.ManagementNamedValueCollection context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
652
public PutOptions(System.Management.ManagementNamedValueCollection context, System.TimeSpan timeout, bool useAmendedQualifiers, System.Management.PutType putType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
653
public System.Management.PutType Type { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
654
public bool UseAmendedQualifiers { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
655
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
666
internal QualifierData() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
667
public bool IsAmended { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
668
public bool IsLocal { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
669
public bool IsOverridable { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
670
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
671
public bool PropagatesToInstance { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
672
public bool PropagatesToSubclass { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
673
public object Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
677
internal QualifierDataCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
678
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
679
public bool IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
680
public virtual System.Management.QualifierData this[string qualifierName] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
681
public object SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
682
public virtual void Add(string qualifierName, object qualifierValue) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
683
public virtual void Add(string qualifierName, object qualifierValue, bool isAmended, bool propagatesToInstance, bool propagatesToSubclass, bool isOverridable) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
684
public void CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
685
public void CopyTo(System.Management.QualifierData[] qualifierArray, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
686
public System.Management.QualifierDataCollection.QualifierDataEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
687
public virtual void Remove(string qualifierName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
688
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
691
internal QualifierDataEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
692
public System.Management.QualifierData Current { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
693
object System.Collections.IEnumerator.Current { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
694
public bool MoveNext() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
695
public void Reset() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
700
public RelatedObjectQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
701
public RelatedObjectQuery(bool isSchemaQuery, string sourceObject, string relatedClass, string relationshipClass, string relatedQualifier, string relationshipQualifier, string relatedRole, string thisRole) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
702
public RelatedObjectQuery(string queryOrSourceObject) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
703
public RelatedObjectQuery(string sourceObject, string relatedClass) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
704
public RelatedObjectQuery(string sourceObject, string relatedClass, string relationshipClass, string relatedQualifier, string relationshipQualifier, string relatedRole, string thisRole, bool classDefinitionsOnly) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
705
public bool ClassDefinitionsOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
706
public bool IsSchemaQuery { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
707
public string RelatedClass { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
708
public string RelatedQualifier { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
709
public string RelatedRole { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
710
public string RelationshipClass { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
711
public string RelationshipQualifier { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
712
public string SourceObject { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
713
public string ThisRole { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
714
protected internal void BuildQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
715
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
716
protected internal override void ParseQuery(string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
720
public RelationshipQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
721
public RelationshipQuery(bool isSchemaQuery, string sourceObject, string relationshipClass, string relationshipQualifier, string thisRole) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
722
public RelationshipQuery(string queryOrSourceObject) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
723
public RelationshipQuery(string sourceObject, string relationshipClass) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
724
public RelationshipQuery(string sourceObject, string relationshipClass, string relationshipQualifier, string thisRole, bool classDefinitionsOnly) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
725
public bool ClassDefinitionsOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
726
public bool IsSchemaQuery { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
727
public string RelationshipClass { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
728
public string RelationshipQualifier { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
729
public string SourceObject { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
730
public string ThisRole { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
731
protected internal void BuildQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
732
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
733
protected internal override void ParseQuery(string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
737
public SelectQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
738
public SelectQuery(bool isSchemaQuery, string condition) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
739
public SelectQuery(string queryOrClassName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
740
public SelectQuery(string className, string condition) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
741
public SelectQuery(string className, string condition, string[] selectedProperties) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
742
public string ClassName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
743
public string Condition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
744
public bool IsSchemaQuery { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
745
public override string QueryString { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
746
public System.Collections.Specialized.StringCollection SelectedProperties { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
747
protected internal void BuildQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
748
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
749
protected internal override void ParseQuery(string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
753
internal StoppedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
754
public System.Management.ManagementStatus Status { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
765
public WqlEventQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
766
public WqlEventQuery(string queryOrEventClassName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
767
public WqlEventQuery(string eventClassName, string condition) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
768
public WqlEventQuery(string eventClassName, string condition, System.TimeSpan groupWithinInterval) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
769
public WqlEventQuery(string eventClassName, string condition, System.TimeSpan groupWithinInterval, string[] groupByPropertyList) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
770
public WqlEventQuery(string eventClassName, System.TimeSpan withinInterval) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
771
public WqlEventQuery(string eventClassName, System.TimeSpan withinInterval, string condition) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
772
public WqlEventQuery(string eventClassName, System.TimeSpan withinInterval, string condition, System.TimeSpan groupWithinInterval, string[] groupByPropertyList, string havingCondition) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
773
public string Condition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
774
public string EventClassName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
775
public System.Collections.Specialized.StringCollection GroupByPropertyList { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
776
public System.TimeSpan GroupWithinInterval { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
777
public string HavingCondition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
778
public override string QueryLanguage { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
779
public override string QueryString { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
780
public System.TimeSpan WithinInterval { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
781
protected internal void BuildQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
782
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
783
protected internal override void ParseQuery(string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
787
public WqlObjectQuery() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
788
public WqlObjectQuery(string query) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
789
public override string QueryLanguage { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); } }
790
public override object Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemManagement); }
System.Net.Http.WinHttpHandler (52)
artifacts\obj\System.Net.Http.WinHttpHandler\Debug\net10.0\System.Net.Http.WinHttpHandler.notsupported.cs (52)
24
public WinHttpHandler() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); }
25
public System.Net.DecompressionMethods AutomaticDecompression { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
26
public bool AutomaticRedirection { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
27
public bool CheckCertificateRevocationList { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
28
public System.Net.Http.ClientCertificateOption ClientCertificateOption { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
29
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection ClientCertificates { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
30
public System.Net.CookieContainer? CookieContainer { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
31
public System.Net.Http.CookieUsePolicy CookieUsePolicy { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
32
public System.Net.ICredentials? DefaultProxyCredentials { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
33
public bool EnableMultipleHttp2Connections { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
34
public int MaxAutomaticRedirections { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
35
public int MaxConnectionsPerServer { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
36
public int MaxResponseDrainSize { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
37
public int MaxResponseHeadersLength { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
38
public bool PreAuthenticate { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
39
public System.Collections.Generic.IDictionary<string, object> Properties { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
40
public System.Net.IWebProxy? Proxy { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
41
public System.TimeSpan ReceiveDataTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
42
public System.TimeSpan ReceiveHeadersTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
43
public System.TimeSpan SendTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
44
public System.Func<System.Net.Http.HttpRequestMessage, System.Security.Cryptography.X509Certificates.X509Certificate2, System.Security.Cryptography.X509Certificates.X509Chain, System.Net.Security.SslPolicyErrors, bool>? ServerCertificateValidationCallback { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
45
public System.Net.ICredentials? ServerCredentials { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
46
public System.Security.Authentication.SslProtocols SslProtocols { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
47
public bool TcpKeepAliveEnabled { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
48
public System.TimeSpan TcpKeepAliveTime { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
49
public System.TimeSpan TcpKeepAliveInterval { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
50
public System.Net.Http.WindowsProxyUsePolicy WindowsProxyUsePolicy { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); } }
52
protected override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_WinHttpHandler); }
System.Net.HttpListener (1)
System\Net\WebSockets\HttpWebSocket.cs (1)
103
throw new
PlatformNotSupportedException
(SR.net_WebSockets_UnsupportedPlatform);
System.Net.NetworkInformation (36)
System\Net\NetworkInformation\LinuxIPAddressInformation.cs (2)
20
public override bool IsDnsEligible { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
23
public override bool IsTransient { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\LinuxIPGlobalStatistics.cs (1)
61
public override long OutputPacketRoutingDiscards { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (2)
33
public override bool IsDynamicDnsEnabled { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
36
public override IPAddressInformationCollection AnycastAddresses { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\LinuxIPInterfaceStatistics.cs (2)
40
public override long IncomingUnknownProtocolPackets { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
45
public override long NonUnicastPacketsSent { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\LinuxIPv4InterfaceProperties.cs (3)
22
public override bool IsAutomaticPrivateAddressingActive { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
25
public override bool IsAutomaticPrivateAddressingEnabled { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
28
public override bool IsDhcpEnabled { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\LinuxTcpStatistics.cs (6)
23
public override long ConnectionsAccepted { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
26
public override long ConnectionsInitiated { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
29
public override long CumulativeConnections { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
40
public override long MaximumTransmissionTimeout { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
43
public override long MinimumTransmissionTimeout { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
48
public override long ResetsSent { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\LinuxUdpStatistics.cs (1)
33
public override long IncomingDatagramsDiscarded { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (2)
23
public override string DhcpScopeName { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
37
public override bool IsWinsProxy { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
49
throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform);
System\Net\NetworkInformation\UnixMulticastIPAddressInformation.cs (8)
26
public override bool IsDnsEligible { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
35
public override bool IsTransient { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
44
public override long AddressPreferredLifetime { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
53
public override long AddressValidLifetime { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
62
public override long DhcpLeaseLifetime { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
71
public override DuplicateAddressDetectionState DuplicateAddressDetectionState { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
80
public override PrefixOrigin PrefixOrigin { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
89
public override SuffixOrigin SuffixOrigin { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System\Net\NetworkInformation\UnixUnicastIPAddressInformation.cs (8)
31
public override bool IsDnsEligible { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
41
public override bool IsTransient { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
51
public override long AddressPreferredLifetime { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
61
public override long AddressValidLifetime { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
71
public override long DhcpLeaseLifetime { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
81
public override DuplicateAddressDetectionState DuplicateAddressDetectionState { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
91
public override PrefixOrigin PrefixOrigin { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
101
public override SuffixOrigin SuffixOrigin { get { throw new
PlatformNotSupportedException
(SR.net_InformationUnavailableOnPlatform); } }
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.PingUtility.cs (2)
24
throw new
PlatformNotSupportedException
(SR.net_ping_utility_not_found);
32
throw new
PlatformNotSupportedException
(SR.net_ping_utility_custom_payload);
System.Net.Quic (3)
System\Net\Quic\Internal\MsQuicConfiguration.cs (1)
135
throw new
PlatformNotSupportedException
(SR.Format(SR.net_quic_ssl_option, encryptionPolicy));
System\Net\Quic\QuicConnection.cs (1)
65
throw new
PlatformNotSupportedException
(SR.Format(SR.SystemNetQuic_PlatformNotSupported, MsQuicApi.NotSupportedReason ?? "General loading failure."));
System\Net\Quic\QuicListener.cs (1)
55
throw new
PlatformNotSupportedException
(SR.Format(SR.SystemNetQuic_PlatformNotSupported, MsQuicApi.NotSupportedReason ?? "General loading failure."));
System.Net.Security (8)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
239
throw new
PlatformNotSupportedException
(SR.Format(SR.net_ssl_encryptionpolicy_notsupported, sslAuthenticationOptions.EncryptionPolicy));
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
122
throw new
PlatformNotSupportedException
(SR.net_nego_server_not_supported);
System\Net\Security\CipherSuitesPolicyPal.Linux.cs (3)
27
throw new
PlatformNotSupportedException
(SR.net_ssl_ciphersuites_policy_not_supported);
143
throw new
PlatformNotSupportedException
(SR.net_ssl_ciphersuites_policy_not_supported);
164
throw new
PlatformNotSupportedException
(SR.net_ssl_ciphersuites_policy_not_supported);
System\Net\Security\SslCertificateTrust.cs (2)
29
throw new
PlatformNotSupportedException
(SR.net_ssl_trust_handshake);
53
throw new
PlatformNotSupportedException
(SR.net_ssl_trust_handshake);
System\Net\Security\SslStreamPal.Unix.cs (1)
33
throw new
PlatformNotSupportedException
(nameof(SelectApplicationProtocol));
System.Net.Sockets (10)
System\Net\Sockets\Socket.Unix.cs (4)
22
throw new
PlatformNotSupportedException
(SR.net_sockets_duplicateandclose_notsupported);
31
throw new
PlatformNotSupportedException
(SR.net_sockets_duplicateandclose_notsupported);
167
throw new
PlatformNotSupportedException
(SR.net_sockets_connect_multiconnect_notsupported);
197
throw new
PlatformNotSupportedException
(SR.net_sockets_transmitfileoptions_notsupported);
System\Net\Sockets\SocketAsyncEventArgs.Unix.cs (1)
50
throw new
PlatformNotSupportedException
(SR.net_sockets_accept_receive_notsupported);
System\Net\Sockets\SocketPal.Unix.cs (3)
39
throw new
PlatformNotSupportedException
(SR.net_sockets_dualmode_receivefrom_notsupported);
1417
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_IOControl);
1596
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_IPProtectionLevel);
System\Net\Sockets\TCPListener.cs (2)
194
if (OperatingSystem.IsWasi() && _serverSocket!.Blocking) throw new
PlatformNotSupportedException
("Only use with Socket.Blocking=false on WASI");
206
if (OperatingSystem.IsWasi() && _serverSocket!.Blocking) throw new
PlatformNotSupportedException
("Only use with Socket.Blocking=false on WASI");
System.Private.CoreLib (85)
src\libraries\System.Private.CoreLib\src\System\Activator.RuntimeType.cs (1)
34
throw new
PlatformNotSupportedException
(SR.NotSupported_ActivAttr);
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (3)
112
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_AppDomains);
132
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); // This api is only meaningful for very specific partial trust/CAS scenarios
425
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_Principal);
src\libraries\System.Private.CoreLib\src\System\Exception.cs (2)
190
add { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_SecureBinarySerialization); }
191
remove { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_SecureBinarySerialization); }
src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.Icu.cs (1)
205
throw new
PlatformNotSupportedException
(SR.Argument_UnsupportedNormalizationFormInBrowser);
src\libraries\System.Private.CoreLib\src\System\IO\FileStreamOptions.cs (1)
139
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_UnixFileMode);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
67
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_FileEncryption);
72
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_FileEncryption);
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\FileStreamHelpers.Unix.cs (2)
63
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OSXFileLocking);
73
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OSXFileLocking);
src\libraries\System.Private.CoreLib\src\System\MarshalByRefObject.cs (2)
19
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_Remoting);
25
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_Remoting);
src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (3)
423
public static Assembly ReflectionOnlyLoad(byte[] rawAssembly) { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ReflectionOnly); }
426
public static Assembly ReflectionOnlyLoad(string assemblyString) { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ReflectionOnly); }
429
public static Assembly ReflectionOnlyLoadFrom(string assemblyFile) { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ReflectionOnly); }
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (2)
253
get => throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_StrongNameSigning);
254
set => throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_StrongNameSigning);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\AssemblyBuilder.cs (1)
123
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ReflectionEmit);
src\libraries\System.Private.CoreLib\src\System\Reflection\StrongNameKeyPair.cs (4)
14
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_StrongNameSigning);
17
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_StrongNameSigning);
25
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_StrongNameSigning);
28
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_StrongNameSigning);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComEventsHelpers.NoCom.cs (2)
15
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
20
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.NoCom.cs (28)
27
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
34
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
44
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
52
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
58
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
64
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
70
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
77
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
84
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
90
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
96
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
102
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
108
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
115
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
122
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
128
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
134
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
141
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
148
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
155
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
162
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
168
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
174
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
181
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
190
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
196
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
216
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
222
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.Unix.cs (1)
163
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\ComVariant.cs (2)
154
throw new
PlatformNotSupportedException
(SR.ComVariant_SafeArray_PlatformNotSupported);
395
throw new
PlatformNotSupportedException
(SR.ComVariant_SafeArray_PlatformNotSupported);
src\libraries\System.Private.CoreLib\src\System\Security\PermissionSet.cs (3)
26
public static byte[] ConvertPermissionSet(string inFormat, byte[] inData, string outFormat) { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
31
public void Deny() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
43
public void PermitOnly() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
src\libraries\System.Private.CoreLib\src\System\Threading\EventWaitHandle.Windows.cs (2)
55
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
176
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
src\libraries\System.Private.CoreLib\src\System\Threading\Semaphore.Windows.cs (2)
59
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
190
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_NamedSynchronizationPrimitives);
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (5)
465
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ThreadAbort);
471
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ThreadAbort);
477
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ThreadAbort);
483
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ThreadSuspend);
489
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ThreadSuspend);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPool.Unix.cs (3)
95
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
100
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
104
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.Unix.cs (1)
81
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_OverlappedIO);
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
724
public static Type? ReflectionOnlyGetType(string typeName, bool throwIfNotFound, bool ignoreCase) => throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ReflectionOnly);
src\System\ArgIterator.cs (9)
160
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317
166
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317
171
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317
176
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317
181
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317
187
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317
193
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317
198
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317
203
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ArgIterator); // https://github.com/dotnet/runtime/issues/7317
src\System\RuntimeType.ActivatorCache.cs (1)
66
case PlatformNotSupportedException: throw new
PlatformNotSupportedException
(friendlyMessage);
src\System\Threading\Thread.CoreCLR.cs (1)
359
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_ComInterop);
System.Private.DataContractSerialization (3)
System\Xml\XmlDictionaryReader.cs (2)
144
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_MtomEncoding);
167
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_MtomEncoding);
System\Xml\XmlDictionaryWriter.cs (1)
67
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_MtomEncoding);
System.Private.Windows.GdiPlus (1)
Windows\Win32\PInvokeGdiPlus.cs (1)
20
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_Unix));
System.Private.Xml (5)
System\Xml\Serialization\Compilation.cs (1)
83
throw new
PlatformNotSupportedException
(SR.CompilingScriptsNotSupported);
System\Xml\Xsl\Runtime\XmlCollation.Unix.cs (1)
23
throw new
PlatformNotSupportedException
(SR.Xslt_UpperCaseFirstNotSupported);
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1319
throw new
PlatformNotSupportedException
(SR.CompilingScriptsNotSupported); // Not adding any scripts as script compilation is not available
System\Xml\Xsl\XsltOld\Compiler.cs (1)
761
throw new
PlatformNotSupportedException
(SR.CompilingScriptsNotSupported);
System\Xml\Xsl\XsltOld\Processor.cs (1)
372
throw new
PlatformNotSupportedException
(SR.CompilingScriptsNotSupported);
System.Resources.Extensions (2)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (2)
484
throw new
PlatformNotSupportedException
(SR.NotSupported_BinarySerializedResources);
618
throw new
PlatformNotSupportedException
(SR.NotSupported_BinarySerializedResources);
System.Resources.Writer (2)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (2)
484
throw new
PlatformNotSupportedException
(SR.NotSupported_BinarySerializedResources);
618
throw new
PlatformNotSupportedException
(SR.NotSupported_BinarySerializedResources);
System.Runtime.InteropServices.JavaScript (185)
artifacts\obj\System.Runtime.InteropServices.JavaScript\Debug\net10.0\System.Runtime.InteropServices.JavaScript.notsupported.cs (185)
13
public JSImportAttribute(string functionName) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
14
public JSImportAttribute(string functionName, string moduleName) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
15
public string FunctionName { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
16
public string? ModuleName { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
23
public JSExportAttribute() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
30
public JSMarshalAsAttribute() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
36
internal JSType() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
39
internal Void() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
43
internal Discard() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
47
internal Boolean() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
51
internal Number() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
55
internal BigInt() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
59
internal Date() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
63
internal String() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
67
internal Object() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
71
internal Error() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
75
internal MemoryView() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
79
internal Array() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
83
internal Promise() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
87
internal Function() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
91
internal Function() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
95
internal Function() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
99
internal Function() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
103
internal Function() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
107
internal Any() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
114
internal JSObject() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
115
public bool IsDisposed { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
118
public bool HasProperty(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
119
public string GetTypeOfProperty(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
121
public bool GetPropertyAsBoolean(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
122
public int GetPropertyAsInt32(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
123
public double GetPropertyAsDouble(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
124
public string? GetPropertyAsString(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
125
public JSObject? GetPropertyAsJSObject(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
126
public byte[]? GetPropertyAsByteArray(string propertyName) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
128
public void SetProperty(string propertyName, bool value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
129
public void SetProperty(string propertyName, int value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
130
public void SetProperty(string propertyName, double value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
131
public void SetProperty(string propertyName, string? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
132
public void SetProperty(string propertyName, JSObject? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
133
public void SetProperty(string propertyName, byte[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
139
public JSException(string msg) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
145
public static JSObject GlobalThis { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
146
public static JSObject DotnetInstance { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
147
public static System.Threading.Tasks.Task<JSObject> ImportAsync(string moduleName, string moduleUrl, System.Threading.CancellationToken cancellationToken = default) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
155
internal JSFunctionBinding() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
156
public static void InvokeJS(JSFunctionBinding signature, Span<JSMarshalerArgument> arguments) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
157
public static JSFunctionBinding BindJSFunction(string functionName, string moduleName, ReadOnlySpan<JSMarshalerType> signatures) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
158
public static JSFunctionBinding BindManagedFunction(string fullyQualifiedName, int signatureHash, ReadOnlySpan<JSMarshalerType> signatures) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
165
private JSMarshalerType() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
166
public static JSMarshalerType Void { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
167
public static JSMarshalerType Discard { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
168
public static JSMarshalerType Boolean { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
169
public static JSMarshalerType Byte { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
170
public static JSMarshalerType Char { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
171
public static JSMarshalerType Int16 { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
172
public static JSMarshalerType Int32 { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
173
public static JSMarshalerType Int52 { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
174
public static JSMarshalerType BigInt64 { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
175
public static JSMarshalerType Double { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
176
public static JSMarshalerType Single { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
177
public static JSMarshalerType IntPtr { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
178
public static JSMarshalerType JSObject { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
179
public static JSMarshalerType Object { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
180
public static JSMarshalerType String { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
181
public static JSMarshalerType Exception { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
182
public static JSMarshalerType DateTime { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
183
public static JSMarshalerType DateTimeOffset { get { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); } }
184
public static JSMarshalerType Nullable(JSMarshalerType primitive) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
185
public static JSMarshalerType Task() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
186
public static JSMarshalerType Task(JSMarshalerType result) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
187
public static JSMarshalerType Array(JSMarshalerType element) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
188
public static JSMarshalerType ArraySegment(JSMarshalerType element) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
189
public static JSMarshalerType Span(JSMarshalerType element) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
190
public static JSMarshalerType Action() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
191
public static JSMarshalerType Action(JSMarshalerType arg1) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
192
public static JSMarshalerType Action(JSMarshalerType arg1, JSMarshalerType arg2) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
193
public static JSMarshalerType Action(JSMarshalerType arg1, JSMarshalerType arg2, JSMarshalerType arg3) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
194
public static JSMarshalerType Function(JSMarshalerType result) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
195
public static JSMarshalerType Function(JSMarshalerType arg1, JSMarshalerType result) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
196
public static JSMarshalerType Function(JSMarshalerType arg1, JSMarshalerType arg2, JSMarshalerType result) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
197
public static JSMarshalerType Function(JSMarshalerType arg1, JSMarshalerType arg2, JSMarshalerType arg3, JSMarshalerType result) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
209
public void Initialize() { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
210
public void ToManaged(out bool value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
211
public void ToJS(bool value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
212
public void ToManaged(out bool? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
213
public void ToJS(bool? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
214
public void ToManaged(out byte value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
215
public void ToJS(byte value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
216
public void ToManaged(out byte? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
217
public void ToJS(byte? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
218
public void ToManaged(out byte[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
219
public void ToJS(byte[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
220
public void ToManaged(out char value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
221
public void ToJS(char value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
222
public void ToManaged(out char? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
223
public void ToJS(char? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
224
public void ToManaged(out short value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
225
public void ToJS(short value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
226
public void ToManaged(out short? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
227
public void ToJS(short? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
228
public void ToManaged(out int value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
229
public void ToJS(int value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
230
public void ToManaged(out int? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
231
public void ToJS(int? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
232
public void ToManaged(out int[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
233
public void ToJS(int[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
234
public void ToManaged(out long value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
235
public void ToJS(long value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
236
public void ToManaged(out long? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
237
public void ToJS(long? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
238
public void ToManagedBig(out long value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
239
public void ToJSBig(long value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
240
public void ToManagedBig(out long? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
241
public void ToJSBig(long? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
242
public void ToManaged(out float value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
243
public void ToJS(float value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
244
public void ToManaged(out float? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
245
public void ToJS(float? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
246
public void ToManaged(out double value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
247
public void ToJS(double value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
248
public void ToManaged(out double? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
249
public void ToJS(double? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
250
public void ToManaged(out double[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
251
public void ToJS(double[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
252
public void ToManaged(out IntPtr value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
253
public void ToJS(IntPtr value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
254
public void ToManaged(out IntPtr? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
255
public void ToJS(IntPtr? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
256
public void ToManaged(out DateTimeOffset value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
257
public void ToJS(DateTimeOffset value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
258
public void ToManaged(out DateTimeOffset? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
259
public void ToJS(DateTimeOffset? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
260
public void ToManaged(out DateTime value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
261
public void ToJS(DateTime value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
262
public void ToManaged(out DateTime? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
263
public void ToJS(DateTime? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
264
public void ToManaged(out string? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
265
public void ToJS(string? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
266
public void ToManaged(out string?[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
267
public void ToJS(string?[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
268
public void ToManaged(out Exception? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
269
public void ToJS(Exception? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
270
public void ToManaged(out object? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
271
public void ToJS(object? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
272
public void ToManaged(out object?[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
273
public void ToJS(object?[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
274
public void ToManaged(out JSObject? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
275
public void ToJS(JSObject? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
276
public void ToManaged(out JSObject?[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
277
public void ToJS(JSObject?[]? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
278
public void ToManaged(out System.Threading.Tasks.Task? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
279
public void ToJS(System.Threading.Tasks.Task? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
280
public void ToManaged<T>(out System.Threading.Tasks.Task<T>? value, ArgumentToManagedCallback<T> marshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
281
public void ToJS<T>(System.Threading.Tasks.Task<T>? value, ArgumentToJSCallback<T> marshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
282
public void ToManaged(out Action? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
283
public void ToJS(Action? value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
284
public void ToManaged<T>(out Action<T>? value, ArgumentToJSCallback<T> arg1Marshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
285
public void ToJS<T>(Action<T>? value, ArgumentToManagedCallback<T> arg1Marshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
286
public void ToManaged<T1, T2>(out Action<T1, T2>? value, ArgumentToJSCallback<T1> arg1Marshaler, ArgumentToJSCallback<T2> arg2Marshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
287
public void ToJS<T1, T2>(Action<T1, T2>? value, ArgumentToManagedCallback<T1> arg1Marshaler, ArgumentToManagedCallback<T2> arg2Marshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
288
public void ToManaged<T1, T2, T3>(out Action<T1, T2, T3>? value, ArgumentToJSCallback<T1> arg1Marshaler, ArgumentToJSCallback<T2> arg2Marshaler, ArgumentToJSCallback<T3> arg3Marshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
289
public void ToJS<T1, T2, T3>(Action<T1, T2, T3>? value, ArgumentToManagedCallback<T1> arg1Marshaler, ArgumentToManagedCallback<T2> arg2Marshaler, ArgumentToManagedCallback<T3> arg3Marshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
290
public void ToManaged<TResult>(out Func<TResult>? value, ArgumentToManagedCallback<TResult> resMarshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
291
public void ToJS<TResult>(Func<TResult>? value, ArgumentToJSCallback<TResult> resMarshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
292
public void ToManaged<T, TResult>(out Func<T, TResult>? value, ArgumentToJSCallback<T> arg1Marshaler, ArgumentToManagedCallback<TResult> resMarshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
293
public void ToJS<T, TResult>(Func<T, TResult>? value, ArgumentToManagedCallback<T> arg1Marshaler, ArgumentToJSCallback<TResult> resMarshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
294
public void ToManaged<T1, T2, TResult>(out Func<T1, T2, TResult>? value, ArgumentToJSCallback<T1> arg1Marshaler, ArgumentToJSCallback<T2> arg2Marshaler, ArgumentToManagedCallback<TResult> resMarshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
295
public void ToJS<T1, T2, TResult>(Func<T1, T2, TResult>? value, ArgumentToManagedCallback<T1> arg1Marshaler, ArgumentToManagedCallback<T2> arg2Marshaler, ArgumentToJSCallback<TResult> resMarshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
296
public void ToManaged<T1, T2, T3, TResult>(out Func<T1, T2, T3, TResult>? value, ArgumentToJSCallback<T1> arg1Marshaler, ArgumentToJSCallback<T2> arg2Marshaler, ArgumentToJSCallback<T3> arg3Marshaler, ArgumentToManagedCallback<TResult> resMarshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
297
public void ToJS<T1, T2, T3, TResult>(Func<T1, T2, T3, TResult>? value, ArgumentToManagedCallback<T1> arg1Marshaler, ArgumentToManagedCallback<T2> arg2Marshaler, ArgumentToManagedCallback<T3> arg3Marshaler, ArgumentToJSCallback<TResult> resMarshaler) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
298
public unsafe void ToManaged(out void* value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
299
public unsafe void ToJS(void* value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
300
public void ToManaged(out Span<byte> value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
301
public void ToJS(Span<byte> value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
302
public void ToManaged(out ArraySegment<byte> value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
303
public void ToJS(ArraySegment<byte> value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
304
public void ToManaged(out Span<int> value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
305
public void ToJS(Span<int> value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
306
public void ToManaged(out Span<double> value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
307
public void ToJS(Span<double> value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
308
public void ToManaged(out ArraySegment<int> value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
309
public void ToJS(ArraySegment<int> value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
310
public void ToManaged(out ArraySegment<double> value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
311
public void ToJS(ArraySegment<double> value) { throw new System.
PlatformNotSupportedException
(System.SR.SystemRuntimeInteropServicesJavaScript_PlatformNotSupported); }
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.Removed.cs (2)
14
=> throw new
PlatformNotSupportedException
(SR.BinaryFormatter_Removed);
18
=> throw new
PlatformNotSupportedException
(SR.BinaryFormatter_Removed);
System.Security.AccessControl (312)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (312)
42
protected AccessRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
43
public System.Security.AccessControl.AccessControlType AccessControlType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
47
public AccessRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
48
public AccessRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
49
public AccessRule(string identity, T rights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
50
public AccessRule(string identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
51
public T Rights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
55
internal AceEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
56
public System.Security.AccessControl.GenericAce Current { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
57
object System.Collections.IEnumerator.Current { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
58
public bool MoveNext() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
59
public void Reset() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
112
protected AuditRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags auditFlags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
113
public System.Security.AccessControl.AuditFlags AuditFlags { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
117
public AuditRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
118
public AuditRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
119
public AuditRule(string identity, T rights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
120
public AuditRule(string identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
121
public T Rights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
125
protected internal AuthorizationRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
126
protected internal int AccessMask { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
127
public System.Security.Principal.IdentityReference IdentityReference { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
128
public System.Security.AccessControl.InheritanceFlags InheritanceFlags { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
129
public bool IsInherited { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
130
public System.Security.AccessControl.PropagationFlags PropagationFlags { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
134
public AuthorizationRuleCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
135
public System.Security.AccessControl.AuthorizationRule? this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
136
public void AddRule(System.Security.AccessControl.AuthorizationRule? rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
137
public void CopyTo(System.Security.AccessControl.AuthorizationRule[] rules, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
141
public CommonAce(System.Security.AccessControl.AceFlags flags, System.Security.AccessControl.AceQualifier qualifier, int accessMask, System.Security.Principal.SecurityIdentifier sid, bool isCallback, byte[]? opaque) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
142
public override int BinaryLength { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
143
public override void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
144
public static int MaxOpaqueLength(bool isCallback) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
148
internal CommonAcl() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
149
public sealed override int BinaryLength { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
150
public sealed override int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
151
public bool IsCanonical { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
152
public bool IsContainer { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
153
public bool IsDS { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
154
public sealed override System.Security.AccessControl.GenericAce this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
155
public sealed override byte Revision { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
156
public sealed override void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
157
public void Purge(System.Security.Principal.SecurityIdentifier sid) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
158
public void RemoveInheritedAces() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
162
protected CommonObjectSecurity(bool isContainer) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
163
protected void AddAccessRule(System.Security.AccessControl.AccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
164
protected void AddAuditRule(System.Security.AccessControl.AuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
165
public System.Security.AccessControl.AuthorizationRuleCollection GetAccessRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
166
public System.Security.AccessControl.AuthorizationRuleCollection GetAuditRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
167
protected override bool ModifyAccess(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AccessRule rule, out bool modified) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
168
protected override bool ModifyAudit(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
169
protected bool RemoveAccessRule(System.Security.AccessControl.AccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
170
protected void RemoveAccessRuleAll(System.Security.AccessControl.AccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
171
protected void RemoveAccessRuleSpecific(System.Security.AccessControl.AccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
172
protected bool RemoveAuditRule(System.Security.AccessControl.AuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
173
protected void RemoveAuditRuleAll(System.Security.AccessControl.AuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
174
protected void RemoveAuditRuleSpecific(System.Security.AccessControl.AuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
175
protected void ResetAccessRule(System.Security.AccessControl.AccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
176
protected void SetAccessRule(System.Security.AccessControl.AccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
177
protected void SetAuditRule(System.Security.AccessControl.AuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
181
public CommonSecurityDescriptor(bool isContainer, bool isDS, byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
182
public CommonSecurityDescriptor(bool isContainer, bool isDS, System.Security.AccessControl.ControlFlags flags, System.Security.Principal.SecurityIdentifier? owner, System.Security.Principal.SecurityIdentifier? group, System.Security.AccessControl.SystemAcl? systemAcl, System.Security.AccessControl.DiscretionaryAcl? discretionaryAcl) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
183
public CommonSecurityDescriptor(bool isContainer, bool isDS, System.Security.AccessControl.RawSecurityDescriptor rawSecurityDescriptor) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
184
public CommonSecurityDescriptor(bool isContainer, bool isDS, string sddlForm) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
185
public override System.Security.AccessControl.ControlFlags ControlFlags { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
186
public System.Security.AccessControl.DiscretionaryAcl? DiscretionaryAcl { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
187
public override System.Security.Principal.SecurityIdentifier? Group { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
188
public bool IsContainer { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
189
public bool IsDiscretionaryAclCanonical { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
190
public bool IsDS { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
191
public bool IsSystemAclCanonical { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
192
public override System.Security.Principal.SecurityIdentifier? Owner { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
193
public System.Security.AccessControl.SystemAcl? SystemAcl { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
194
public void AddDiscretionaryAcl(byte revision, int trusted) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
195
public void AddSystemAcl(byte revision, int trusted) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
196
public void PurgeAccessControl(System.Security.Principal.SecurityIdentifier sid) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
197
public void PurgeAudit(System.Security.Principal.SecurityIdentifier sid) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
198
public void SetDiscretionaryAclProtection(bool isProtected, bool preserveInheritance) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
199
public void SetSystemAclProtection(bool isProtected, bool preserveInheritance) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
203
public CompoundAce(System.Security.AccessControl.AceFlags flags, int accessMask, System.Security.AccessControl.CompoundAceType compoundAceType, System.Security.Principal.SecurityIdentifier sid) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
204
public override int BinaryLength { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
205
public System.Security.AccessControl.CompoundAceType CompoundAceType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
206
public override void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
236
public CustomAce(System.Security.AccessControl.AceType type, System.Security.AccessControl.AceFlags flags, byte[]? opaque) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
237
public override int BinaryLength { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
238
public int OpaqueLength { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
239
public override void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
240
public byte[]? GetOpaque() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
241
public void SetOpaque(byte[]? opaque) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
245
public DiscretionaryAcl(bool isContainer, bool isDS, byte revision, int capacity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
246
public DiscretionaryAcl(bool isContainer, bool isDS, int capacity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
247
public DiscretionaryAcl(bool isContainer, bool isDS, System.Security.AccessControl.RawAcl? rawAcl) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
248
public void AddAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
249
public void AddAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
250
public void AddAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
251
public bool RemoveAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
252
public bool RemoveAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
253
public bool RemoveAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
254
public void RemoveAccessSpecific(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
255
public void RemoveAccessSpecific(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
256
public void RemoveAccessSpecific(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
257
public void SetAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
258
public void SetAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
259
public void SetAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
263
internal GenericAce() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
264
public System.Security.AccessControl.AceFlags AceFlags { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
265
public System.Security.AccessControl.AceType AceType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
266
public System.Security.AccessControl.AuditFlags AuditFlags { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
268
public System.Security.AccessControl.InheritanceFlags InheritanceFlags { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
269
public bool IsInherited { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
270
public System.Security.AccessControl.PropagationFlags PropagationFlags { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
271
public System.Security.AccessControl.GenericAce Copy() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
272
public static System.Security.AccessControl.GenericAce CreateFromBinaryForm(byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
273
public sealed override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? o) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
275
public sealed override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
276
public static bool operator ==(System.Security.AccessControl.GenericAce? left, System.Security.AccessControl.GenericAce? right) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
277
public static bool operator !=(System.Security.AccessControl.GenericAce? left, System.Security.AccessControl.GenericAce? right) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
284
protected GenericAcl() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
287
public bool IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
290
public virtual object SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
291
public void CopyTo(System.Security.AccessControl.GenericAce[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
293
public System.Security.AccessControl.AceEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
294
void System.Collections.ICollection.CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
295
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
299
internal GenericSecurityDescriptor() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
300
public int BinaryLength { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
304
public static byte Revision { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
305
public void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
306
public string GetSddlForm(System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
307
public static bool IsSddlConversionSupported() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
318
internal KnownAce() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
319
public int AccessMask { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
320
public System.Security.Principal.SecurityIdentifier SecurityIdentifier { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
324
protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType) : base (default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
325
protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle? handle, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
326
protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle? handle, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) : base (default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
327
protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) : base (default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
328
protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, string? name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
329
protected NativeObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, string? name, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) : base (default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
330
protected sealed override void Persist(System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
331
protected void Persist(System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections, object? exceptionContext) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
332
protected sealed override void Persist(string name, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
333
protected void Persist(string name, System.Security.AccessControl.AccessControlSections includeSections, object? exceptionContext) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
338
protected ObjectAccessRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Guid objectType, System.Guid inheritedObjectType, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
339
public System.Guid InheritedObjectType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
340
public System.Security.AccessControl.ObjectAceFlags ObjectFlags { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
341
public System.Guid ObjectType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
345
public ObjectAce(System.Security.AccessControl.AceFlags aceFlags, System.Security.AccessControl.AceQualifier qualifier, int accessMask, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAceFlags flags, System.Guid type, System.Guid inheritedType, bool isCallback, byte[]? opaque) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
346
public override int BinaryLength { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
347
public System.Guid InheritedObjectAceType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
348
public System.Security.AccessControl.ObjectAceFlags ObjectAceFlags { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
349
public System.Guid ObjectAceType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
350
public override void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
351
public static int MaxOpaqueLength(bool isCallback) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
362
protected ObjectAuditRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Guid objectType, System.Guid inheritedObjectType, System.Security.AccessControl.AuditFlags auditFlags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
363
public System.Guid InheritedObjectType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
364
public System.Security.AccessControl.ObjectAceFlags ObjectFlags { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
365
public System.Guid ObjectType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
369
protected ObjectSecurity() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
370
protected ObjectSecurity(bool isContainer, bool isDS) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
371
protected ObjectSecurity(System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
373
protected bool AccessRulesModified { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
375
public bool AreAccessRulesCanonical { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
376
public bool AreAccessRulesProtected { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
377
public bool AreAuditRulesCanonical { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
378
public bool AreAuditRulesProtected { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
379
protected bool AuditRulesModified { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
381
protected bool GroupModified { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
382
protected bool IsContainer { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
383
protected bool IsDS { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
384
protected bool OwnerModified { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
385
protected System.Security.AccessControl.CommonSecurityDescriptor SecurityDescriptor { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
388
public System.Security.Principal.IdentityReference? GetGroup(System.Type targetType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
389
public System.Security.Principal.IdentityReference? GetOwner(System.Type targetType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
390
public byte[] GetSecurityDescriptorBinaryForm() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
391
public string GetSecurityDescriptorSddlForm(System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
392
public static bool IsSddlConversionSupported() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
394
public virtual bool ModifyAccessRule(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AccessRule rule, out bool modified) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
396
public virtual bool ModifyAuditRule(System.Security.AccessControl.AccessControlModification modification, System.Security.AccessControl.AuditRule rule, out bool modified) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
397
protected virtual void Persist(bool enableOwnershipPrivilege, string name, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
398
protected virtual void Persist(System.Runtime.InteropServices.SafeHandle handle, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
399
protected virtual void Persist(string name, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
400
public virtual void PurgeAccessRules(System.Security.Principal.IdentityReference identity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
401
public virtual void PurgeAuditRules(System.Security.Principal.IdentityReference identity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
402
protected void ReadLock() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
403
protected void ReadUnlock() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
404
public void SetAccessRuleProtection(bool isProtected, bool preserveInheritance) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
405
public void SetAuditRuleProtection(bool isProtected, bool preserveInheritance) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
406
public void SetGroup(System.Security.Principal.IdentityReference identity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
407
public void SetOwner(System.Security.Principal.IdentityReference identity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
408
public void SetSecurityDescriptorBinaryForm(byte[] binaryForm) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
409
public void SetSecurityDescriptorBinaryForm(byte[] binaryForm, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
410
public void SetSecurityDescriptorSddlForm(string sddlForm) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
411
public void SetSecurityDescriptorSddlForm(string sddlForm, System.Security.AccessControl.AccessControlSections includeSections) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
412
protected void WriteLock() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
413
protected void WriteUnlock() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
417
protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
418
protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle? safeHandle, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
419
protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, System.Runtime.InteropServices.SafeHandle? safeHandle, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
420
protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, string? name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
421
protected ObjectSecurity(bool isContainer, System.Security.AccessControl.ResourceType resourceType, string? name, System.Security.AccessControl.AccessControlSections includeSections, System.Security.AccessControl.NativeObjectSecurity.ExceptionFromErrorCode? exceptionFromErrorCode, object? exceptionContext) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
422
public override System.Type AccessRightType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
423
public override System.Type AccessRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
424
public override System.Type AuditRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
425
public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
426
public virtual void AddAccessRule(System.Security.AccessControl.AccessRule<T> rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
427
public virtual void AddAuditRule(System.Security.AccessControl.AuditRule<T> rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
428
public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
429
protected internal void Persist(System.Runtime.InteropServices.SafeHandle handle) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
430
protected internal void Persist(string name) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
431
public virtual bool RemoveAccessRule(System.Security.AccessControl.AccessRule<T> rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
432
public virtual void RemoveAccessRuleAll(System.Security.AccessControl.AccessRule<T> rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
433
public virtual void RemoveAccessRuleSpecific(System.Security.AccessControl.AccessRule<T> rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
434
public virtual bool RemoveAuditRule(System.Security.AccessControl.AuditRule<T> rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
435
public virtual void RemoveAuditRuleAll(System.Security.AccessControl.AuditRule<T> rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
436
public virtual void RemoveAuditRuleSpecific(System.Security.AccessControl.AuditRule<T> rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
437
public virtual void ResetAccessRule(System.Security.AccessControl.AccessRule<T> rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
438
public virtual void SetAccessRule(System.Security.AccessControl.AccessRule<T> rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
439
public virtual void SetAuditRule(System.Security.AccessControl.AuditRule<T> rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
443
public PrivilegeNotHeldException() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
444
public PrivilegeNotHeldException(string? privilege) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
445
public PrivilegeNotHeldException(string? privilege, System.Exception? inner) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
446
public string? PrivilegeName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
449
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
460
internal QualifiedAce() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
461
public System.Security.AccessControl.AceQualifier AceQualifier { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
462
public bool IsCallback { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
463
public int OpaqueLength { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
464
public byte[]? GetOpaque() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
465
public void SetOpaque(byte[]? opaque) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
469
public RawAcl(byte revision, int capacity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
470
public RawAcl(byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
471
public override int BinaryLength { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
472
public override int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
473
public override System.Security.AccessControl.GenericAce this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
474
public override byte Revision { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
475
public override void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
476
public void InsertAce(int index, System.Security.AccessControl.GenericAce ace) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
477
public void RemoveAce(int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
481
public RawSecurityDescriptor(byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
482
public RawSecurityDescriptor(System.Security.AccessControl.ControlFlags flags, System.Security.Principal.SecurityIdentifier? owner, System.Security.Principal.SecurityIdentifier? group, System.Security.AccessControl.RawAcl? systemAcl, System.Security.AccessControl.RawAcl? discretionaryAcl) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
483
public RawSecurityDescriptor(string sddlForm) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
484
public override System.Security.AccessControl.ControlFlags ControlFlags { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
485
public System.Security.AccessControl.RawAcl? DiscretionaryAcl { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
486
public override System.Security.Principal.SecurityIdentifier? Group { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
487
public override System.Security.Principal.SecurityIdentifier? Owner { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
488
public byte ResourceManagerControl { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
489
public System.Security.AccessControl.RawAcl? SystemAcl { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
490
public void SetFlags(System.Security.AccessControl.ControlFlags flags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
518
public SystemAcl(bool isContainer, bool isDS, byte revision, int capacity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
519
public SystemAcl(bool isContainer, bool isDS, int capacity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
520
public SystemAcl(bool isContainer, bool isDS, System.Security.AccessControl.RawAcl rawAcl) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
521
public void AddAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
522
public void AddAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
523
public void AddAudit(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
524
public bool RemoveAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
525
public bool RemoveAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
526
public bool RemoveAudit(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
527
public void RemoveAuditSpecific(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
528
public void RemoveAuditSpecific(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
529
public void RemoveAuditSpecific(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
530
public void SetAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
531
public void SetAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
532
public void SetAudit(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
540
public Evidence() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
542
public Evidence(object[] hostEvidence, object[] assemblyEvidence) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
543
public Evidence(System.Security.Policy.Evidence evidence) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
544
public Evidence(System.Security.Policy.EvidenceBase[] hostEvidence, System.Security.Policy.EvidenceBase[] assemblyEvidence) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
546
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
547
public bool IsReadOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
548
public bool IsSynchronized { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
549
public bool Locked { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
550
public object SyncRoot { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
552
public void AddAssembly(object id) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
553
public void AddAssemblyEvidence<T>(T evidence) where T : System.Security.Policy.EvidenceBase { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
555
public void AddHost(object id) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
556
public void AddHostEvidence<T>(T evidence) where T : System.Security.Policy.EvidenceBase { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
557
public void Clear() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
558
public System.Security.Policy.Evidence? Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
560
public void CopyTo(System.Array array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
561
public System.Collections.IEnumerator GetAssemblyEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
562
public T? GetAssemblyEvidence<T>() where T : System.Security.Policy.EvidenceBase { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
564
public System.Collections.IEnumerator GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
565
public System.Collections.IEnumerator GetHostEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
566
public T? GetHostEvidence<T>() where T : System.Security.Policy.EvidenceBase { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
567
public void Merge(System.Security.Policy.Evidence evidence) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
568
public void RemoveType(System.Type t) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
572
protected EvidenceBase() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
573
public virtual System.Security.Policy.EvidenceBase? Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
System.Security.Claims (1)
System\Security\Claims\ClaimsPrincipal.cs (1)
552
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_Serialization); // BinaryFormatter and WindowsIdentity would be needed
System.Security.Cryptography (103)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EcDsa.ImportExport.cs (2)
35
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CurveNotSupported, oid));
68
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CurveNotSupported, curve.CurveType.ToString()));
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.cs (1)
304
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSLProvidersNotSupported);
src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (1)
321
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(AesGcm)));
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.cs (2)
77
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CurveNotSupported, oid));
98
throw new
PlatformNotSupportedException
(
src\libraries\Common\src\System\Security\Cryptography\ECOpenSsl.ImportExport.cs (2)
35
throw new
PlatformNotSupportedException
(
279
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CurveNotSupported, oid));
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
1289
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(MLDsa)));
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (1)
1666
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(MLKem)));
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
1106
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(RC2)));
System\Security\Cryptography\AesCcm.cs (1)
97
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(AesCcm)));
System\Security\Cryptography\AsymmetricAlgorithm.cs (1)
18
throw new
PlatformNotSupportedException
(SR.Cryptography_DefaultAlgorithm_NotSupported);
System\Security\Cryptography\ChaCha20Poly1305.cs (1)
112
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(ChaCha20Poly1305)));
System\Security\Cryptography\Cng.NotSupported.cs (43)
17
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
23
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
35
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
41
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
51
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
61
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
75
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
81
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
87
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
93
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
128
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
134
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
140
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
146
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
152
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
158
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
164
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
170
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
176
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
182
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
188
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
194
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
202
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
208
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
214
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
228
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
234
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
240
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
246
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
277
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
283
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
289
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
297
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
303
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
309
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
315
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
338
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
344
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
350
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
362
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
368
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
374
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
380
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyCng);
System\Security\Cryptography\CspKeyContainerInfo.NotSupported.cs (1)
27
return new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CAPI_Required, nameof(CspKeyContainerInfo)));
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (3)
60
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CAPI_Required, nameof(CspParameters)));
66
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CAPI_Required, nameof(CspParameters)));
78
get { throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CAPI_Required, nameof(CspKeyContainerInfo))); }
System\Security\Cryptography\DSAOpenSsl.cs (1)
116
throw new
PlatformNotSupportedException
(SR.Format(SR.PlatformNotSupported_CryptographyOpenSSLNotFound, nameof(DSAOpenSsl)));
System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs (1)
89
throw new
PlatformNotSupportedException
(SR.Format(SR.PlatformNotSupported_CryptographyOpenSSLNotFound, nameof(ECDiffieHellmanOpenSsl)));
System\Security\Cryptography\ECDsaOpenSsl.cs (1)
89
throw new
PlatformNotSupportedException
(SR.Format(SR.PlatformNotSupported_CryptographyOpenSSLNotFound, nameof(ECDsaOpenSsl)));
System\Security\Cryptography\HashAlgorithm.cs (1)
23
throw new
PlatformNotSupportedException
(SR.Cryptography_DefaultAlgorithm_NotSupported);
System\Security\Cryptography\HMAC.cs (7)
23
throw new
PlatformNotSupportedException
(SR.Cryptography_DefaultAlgorithm_NotSupported);
46
throw new
PlatformNotSupportedException
(SR.HashNameMultipleSetNotSupported);
63
throw new
PlatformNotSupportedException
(SR.CryptoConfigNotSupported);
66
throw new
PlatformNotSupportedException
(SR.CryptoConfigNotSupported);
69
throw new
PlatformNotSupportedException
(SR.CryptoConfigNotSupported);
72
throw new
PlatformNotSupportedException
(SR.CryptoConfigNotSupported);
75
throw new
PlatformNotSupportedException
(SR.CryptoConfigNotSupported);
System\Security\Cryptography\KeyedHashAlgorithm.cs (1)
15
throw new
PlatformNotSupportedException
(SR.Cryptography_DefaultAlgorithm_NotSupported);
System\Security\Cryptography\Oid.cs (3)
71
throw new
PlatformNotSupportedException
(SR.Cryptography_Oid_SetOnceValue);
99
throw new
PlatformNotSupportedException
(SR.Cryptography_Oid_SetOnceFriendlyName);
126
throw new
PlatformNotSupportedException
(SR.Cryptography_Oid_SetOnceValue);
System\Security\Cryptography\PasswordDeriveBytes.NotSupported.cs (1)
13
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CAPI_Required, nameof(CryptDeriveKey)));
System\Security\Cryptography\RC2CryptoServiceProvider.Unix.cs (1)
118
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CAPI_Required, nameof(UseSalt)));
System\Security\Cryptography\RC2Implementation.OpenSsl.cs (1)
55
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(RC2)));
System\Security\Cryptography\RijndaelImplementation.cs (1)
39
throw new
PlatformNotSupportedException
(SR.Cryptography_Rijndael_BlockSize);
System\Security\Cryptography\RijndaelManaged.cs (1)
35
throw new
PlatformNotSupportedException
(SR.Cryptography_Rijndael_BlockSize);
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (3)
32
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CAPI_Required, nameof(CspParameters)));
36
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CAPI_Required, nameof(CspParameters)));
40
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_CAPI_Required, nameof(CspKeyContainerInfo)));
System\Security\Cryptography\RSAOpenSsl.cs (1)
100
throw new
PlatformNotSupportedException
(SR.Format(SR.PlatformNotSupported_CryptographyOpenSSLNotFound, nameof(RSAOpenSsl)));
System\Security\Cryptography\SafeEvpPKeyHandle.OpenSsl.cs (3)
138
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
191
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
243
throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CryptographyOpenSSL);
System\Security\Cryptography\SymmetricAlgorithm.cs (1)
20
throw new
PlatformNotSupportedException
(SR.Cryptography_DefaultAlgorithm_NotSupported);
System\Security\Cryptography\X509Certificates\LegacyBasicConstraintsDecoder.NotSupported.cs (1)
21
throw new
PlatformNotSupportedException
(SR.NotSupported_LegacyBasicConstraints);
System\Security\Cryptography\X509Certificates\OpenSslDirectoryBasedStoreProvider.cs (1)
398
throw new CryptographicException(msg, new
PlatformNotSupportedException
(msg));
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (2)
409
throw new
PlatformNotSupportedException
(
419
throw new
PlatformNotSupportedException
(
System\Security\Cryptography\X509Certificates\StorePal.OpenSsl.cs (2)
159
new
PlatformNotSupportedException
(SR.Cryptography_Unix_X509_MachineStoresReadOnly));
178
new
PlatformNotSupportedException
(SR.Cryptography_Unix_X509_MachineStoresRootOnly));
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (1)
58
throw new
PlatformNotSupportedException
(SR.Cryptography_Unix_X509_SerializedExport);
System\Security\Cryptography\X509Certificates\UnsupportedDisallowedStore.cs (1)
47
new
PlatformNotSupportedException
(SR.Cryptography_Unix_X509_NoDisallowedStore));
System\Security\Cryptography\X509Certificates\X509Certificate.cs (6)
659
throw new
PlatformNotSupportedException
(SR.NotSupported_ImmutableX509Certificate);
665
throw new
PlatformNotSupportedException
(SR.NotSupported_ImmutableX509Certificate);
672
throw new
PlatformNotSupportedException
(SR.NotSupported_ImmutableX509Certificate);
678
throw new
PlatformNotSupportedException
(SR.NotSupported_ImmutableX509Certificate);
684
throw new
PlatformNotSupportedException
(SR.NotSupported_ImmutableX509Certificate);
691
throw new
PlatformNotSupportedException
(SR.NotSupported_ImmutableX509Certificate);
System.Security.Cryptography.Pkcs (6)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
168
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(RC2)));
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
1106
throw new
PlatformNotSupportedException
(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(RC2)));
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
188
throw new
PlatformNotSupportedException
(SR.Cryptography_Cms_NoSignerCert);
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
98
throw new
PlatformNotSupportedException
(SR.Cryptography_Cms_NoRecipients);
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
336
throw new
PlatformNotSupportedException
(SR.Cryptography_Cms_NoSignerCert);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
289
throw new
PlatformNotSupportedException
(SR.Cryptography_Cms_NoSignerCert);
System.Security.Permissions (11)
System\Security\CodeAccessPermission.cs (2)
16
public void Deny() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
22
public void PermitOnly() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
System\Security\SecurityContext.cs (9)
14
public static SecurityContext Capture() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
15
public SecurityContext CreateCopy() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
16
public void Dispose() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
17
public static bool IsFlowSuppressed() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
18
public static bool IsWindowsIdentityFlowSuppressed() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
19
public static void RestoreFlow() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
20
public static void Run(SecurityContext securityContext, ContextCallback callback, object state) { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
21
public static AsyncFlowControl SuppressFlow() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
22
public static AsyncFlowControl SuppressFlowWindowsIdentity() { throw new
PlatformNotSupportedException
(SR.PlatformNotSupported_CAS); }
System.Security.Principal.Windows (99)
artifacts\obj\System.Security.Principal.Windows\Debug\net10.0\System.Security.Principal.Windows.notsupported.cs (99)
11
public SafeAccessTokenHandle() : base (default(System.IntPtr), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
12
public SafeAccessTokenHandle(System.IntPtr handle) : base (default(System.IntPtr), default(bool)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
13
public static Microsoft.Win32.SafeHandles.SafeAccessTokenHandle InvalidHandle { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
14
public override bool IsInvalid { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
15
protected override bool ReleaseHandle() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
22
public IdentityNotMappedException() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
23
public IdentityNotMappedException(string? message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
24
public IdentityNotMappedException(string? message, System.Exception? inner) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
25
public System.Security.Principal.IdentityReferenceCollection UnmappedIdentities { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
28
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
32
internal IdentityReference() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
37
public static bool operator ==(System.Security.Principal.IdentityReference? left, System.Security.Principal.IdentityReference? right) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
38
public static bool operator !=(System.Security.Principal.IdentityReference? left, System.Security.Principal.IdentityReference? right) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
44
public IdentityReferenceCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
45
public IdentityReferenceCollection(int capacity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
46
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
47
public System.Security.Principal.IdentityReference this[int index] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
48
bool System.Collections.Generic.ICollection<System.Security.Principal.IdentityReference>.IsReadOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
49
public void Add(System.Security.Principal.IdentityReference identity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
50
public void Clear() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
51
public bool Contains(System.Security.Principal.IdentityReference identity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
52
public void CopyTo(System.Security.Principal.IdentityReference[] array, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
53
public System.Collections.Generic.IEnumerator<System.Security.Principal.IdentityReference> GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
54
public bool Remove(System.Security.Principal.IdentityReference identity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
55
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
56
public System.Security.Principal.IdentityReferenceCollection Translate(System.Type targetType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
57
public System.Security.Principal.IdentityReferenceCollection Translate(System.Type targetType, bool forceSuccess) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
61
public NTAccount(string name) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
62
public NTAccount(string domainName, string accountName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
63
public override string Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
64
public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? o) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
65
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
66
public override bool IsValidTargetType(System.Type targetType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
67
public static bool operator ==(System.Security.Principal.NTAccount? left, System.Security.Principal.NTAccount? right) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
68
public static bool operator !=(System.Security.Principal.NTAccount? left, System.Security.Principal.NTAccount? right) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
69
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
70
public override System.Security.Principal.IdentityReference Translate(System.Type targetType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
76
public SecurityIdentifier(byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
77
public SecurityIdentifier(System.IntPtr binaryForm) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
78
public SecurityIdentifier(System.Security.Principal.WellKnownSidType sidType, System.Security.Principal.SecurityIdentifier? domainSid) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
79
public SecurityIdentifier(string sddlForm) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
80
public System.Security.Principal.SecurityIdentifier? AccountDomainSid { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
81
public int BinaryLength { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
82
public override string Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
83
public int CompareTo(System.Security.Principal.SecurityIdentifier? sid) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
84
public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? o) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
85
public bool Equals(System.Security.Principal.SecurityIdentifier sid) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
86
public void GetBinaryForm(byte[] binaryForm, int offset) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
87
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
88
public bool IsAccountSid() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
89
public bool IsEqualDomainSid(System.Security.Principal.SecurityIdentifier sid) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
90
public override bool IsValidTargetType(System.Type targetType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
91
public bool IsWellKnown(System.Security.Principal.WellKnownSidType type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
92
public static bool operator ==(System.Security.Principal.SecurityIdentifier? left, System.Security.Principal.SecurityIdentifier? right) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
93
public static bool operator !=(System.Security.Principal.SecurityIdentifier? left, System.Security.Principal.SecurityIdentifier? right) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
94
public override string ToString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
95
public override System.Security.Principal.IdentityReference Translate(System.Type targetType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
237
public WindowsIdentity(System.IntPtr userToken) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
238
public WindowsIdentity(System.IntPtr userToken, string type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
239
public WindowsIdentity(System.IntPtr userToken, string type, System.Security.Principal.WindowsAccountType acctType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
240
public WindowsIdentity(System.IntPtr userToken, string type, System.Security.Principal.WindowsAccountType acctType, bool isAuthenticated) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
243
public WindowsIdentity(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
244
protected WindowsIdentity(System.Security.Principal.WindowsIdentity identity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
245
public WindowsIdentity(string sUserPrincipalName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
246
public Microsoft.Win32.SafeHandles.SafeAccessTokenHandle AccessToken { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
247
public sealed override string? AuthenticationType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
248
public override System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> Claims { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
249
public virtual System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> DeviceClaims { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
250
public System.Security.Principal.IdentityReferenceCollection? Groups { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
251
public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
252
public virtual bool IsAnonymous { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
253
public override bool IsAuthenticated { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
254
public virtual bool IsGuest { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
255
public virtual bool IsSystem { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
256
public override string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
257
public System.Security.Principal.SecurityIdentifier? Owner { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
258
public virtual System.IntPtr Token { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
259
public System.Security.Principal.SecurityIdentifier? User { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
260
public virtual System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> UserClaims { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
261
public override System.Security.Claims.ClaimsIdentity Clone() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
264
public static System.Security.Principal.WindowsIdentity GetAnonymous() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
265
public static System.Security.Principal.WindowsIdentity GetCurrent() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
266
public static System.Security.Principal.WindowsIdentity? GetCurrent(bool ifImpersonating) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
267
public static System.Security.Principal.WindowsIdentity GetCurrent(System.Security.Principal.TokenAccessLevels desiredAccess) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
268
public static void RunImpersonated(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Action action) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
269
public static System.Threading.Tasks.Task RunImpersonatedAsync(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Func<System.Threading.Tasks.Task> func) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
270
public static System.Threading.Tasks.Task<T> RunImpersonatedAsync<T>(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Func<System.Threading.Tasks.Task<T>> func) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
271
public static T RunImpersonated<T>(Microsoft.Win32.SafeHandles.SafeAccessTokenHandle safeAccessTokenHandle, System.Func<T> func) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
272
void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object? sender) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
273
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
277
public WindowsPrincipal(System.Security.Principal.WindowsIdentity ntIdentity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
278
public virtual System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> DeviceClaims { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
279
public override System.Security.Principal.IIdentity Identity { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
280
public virtual System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> UserClaims { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); } }
281
public virtual bool IsInRole(int rid) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
282
public virtual bool IsInRole(System.Security.Principal.SecurityIdentifier sid) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
283
public virtual bool IsInRole(System.Security.Principal.WindowsBuiltInRole role) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
284
public override bool IsInRole(string role) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_Principal); }
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\UnixDomainSocketTransportBindingElement.cs (1)
47
new
PlatformNotSupportedException
(SR.ExtendedProtectionNotSupported));
System\ServiceModel\UnixDomainSocketTransportSecurity.cs (1)
78
new
PlatformNotSupportedException
(SR.ExtendedProtectionNotSupported));
System.ServiceProcess.ServiceController (79)
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.netcoreapp.notsupported.cs (2)
11
public void RequestAdditionalTime(System.TimeSpan time) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
15
public void Stop(bool stopDependentServices) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
artifacts\obj\System.ServiceProcess.ServiceController\Debug\net10.0\System.ServiceProcess.ServiceController.notsupported.cs (77)
24
public ServiceBase() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
26
public bool AutoLog { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
28
public bool CanHandlePowerEvent { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
30
public bool CanHandleSessionChangeEvent { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
32
public bool CanPauseAndContinue { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
34
public bool CanShutdown { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
36
public bool CanStop { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
39
public virtual System.Diagnostics.EventLog EventLog { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
40
public int ExitCode { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
42
protected System.IntPtr ServiceHandle { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
43
public string ServiceName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
45
protected virtual void OnContinue() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
46
protected virtual void OnCustomCommand(int command) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
47
protected virtual void OnPause() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
48
protected virtual bool OnPowerEvent(System.ServiceProcess.PowerBroadcastStatus powerStatus) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
49
protected virtual void OnSessionChange(System.ServiceProcess.SessionChangeDescription changeDescription) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
50
protected virtual void OnShutdown() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
51
protected virtual void OnStart(string[] args) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
52
protected virtual void OnStop() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
53
public void RequestAdditionalTime(int milliseconds) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
54
public static void Run(System.ServiceProcess.ServiceBase service) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
55
public static void Run(System.ServiceProcess.ServiceBase[] services) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
57
public void ServiceMainCallback(int argCount, System.IntPtr argPointer) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
58
public void Stop() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
63
public ServiceController() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
64
public ServiceController(string name) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
65
public ServiceController(string name, string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
66
public bool CanPauseAndContinue { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
67
public bool CanShutdown { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
68
public bool CanStop { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
69
public System.ServiceProcess.ServiceController[] DependentServices { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
70
public string DisplayName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
71
public string MachineName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
72
public System.Runtime.InteropServices.SafeHandle ServiceHandle { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
73
public string ServiceName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
74
public System.ServiceProcess.ServiceController[] ServicesDependedOn { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
75
public System.ServiceProcess.ServiceType ServiceType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
76
public System.ServiceProcess.ServiceStartMode StartType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
77
public System.ServiceProcess.ServiceControllerStatus Status { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
78
public void Close() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
79
public void Continue() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
81
public void ExecuteCommand(int command) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
82
public static System.ServiceProcess.ServiceController[] GetDevices() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
83
public static System.ServiceProcess.ServiceController[] GetDevices(string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
84
public static System.ServiceProcess.ServiceController[] GetServices() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
85
public static System.ServiceProcess.ServiceController[] GetServices(string machineName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
86
public void Pause() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
87
public void Refresh() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
88
public void Start() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
89
public void Start(string[] args) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
90
public void Stop() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
91
public void WaitForStatus(System.ServiceProcess.ServiceControllerStatus desiredStatus) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
92
public void WaitForStatus(System.ServiceProcess.ServiceControllerStatus desiredStatus, System.TimeSpan timeout) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
107
public ServiceProcessDescriptionAttribute(string description) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
108
public override string Description { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
132
public System.ServiceProcess.SessionChangeReason Reason { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
133
public int SessionId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); } }
134
public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
135
public bool Equals(System.ServiceProcess.SessionChangeDescription changeDescription) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
136
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
137
public static bool operator ==(System.ServiceProcess.SessionChangeDescription a, System.ServiceProcess.SessionChangeDescription b) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
138
public static bool operator !=(System.ServiceProcess.SessionChangeDescription a, System.ServiceProcess.SessionChangeDescription b) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
154
public TimeoutException() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
159
protected TimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
160
public TimeoutException(string? message) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
161
public TimeoutException(string? message, System.Exception? innerException) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_ServiceController); }
System.Speech (682)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (682)
32
public SpeechAudioFormatInfo(int samplesPerSecond, System.Speech.AudioFormat.AudioBitsPerSample bitsPerSample, System.Speech.AudioFormat.AudioChannel channel) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
34
public SpeechAudioFormatInfo(System.Speech.AudioFormat.EncodingFormat encodingFormat, int samplesPerSecond, int bitsPerSample, int channelCount, int averageBytesPerSecond, int blockAlign, byte[] formatSpecificData) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
36
public int AverageBytesPerSecond { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
38
public int BitsPerSample { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
40
public int BlockAlign { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
41
public int ChannelCount { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
42
public System.Speech.AudioFormat.EncodingFormat EncodingFormat { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
43
public int SamplesPerSecond { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
44
public override bool Equals(object obj) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
45
public byte[] FormatSpecificData() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
46
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
53
internal AudioLevelUpdatedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
54
public int AudioLevel { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
68
internal AudioSignalProblemOccurredEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
69
public int AudioLevel { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
70
public System.TimeSpan AudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
71
public System.Speech.Recognition.AudioSignalProblem AudioSignalProblem { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
72
public System.TimeSpan RecognizerAudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
82
internal AudioStateChangedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
83
public System.Speech.Recognition.AudioState AudioState { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
87
public Choices() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
88
public Choices(params System.Speech.Recognition.GrammarBuilder[] alternateChoices) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
89
public Choices(params string[] phrases) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
90
public void Add(params System.Speech.Recognition.GrammarBuilder[] alternateChoices) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
91
public void Add(params string[] phrases) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
92
public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
96
public DictationGrammar() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
97
public DictationGrammar(string topic) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
98
public void SetDictationContext(string precedingText, string subsequentText) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
111
internal EmulateRecognizeCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
112
public System.Speech.Recognition.RecognitionResult Result { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
116
protected Grammar() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
117
public Grammar(System.IO.Stream stream) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
118
public Grammar(System.IO.Stream stream, string ruleName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
119
public Grammar(System.IO.Stream stream, string ruleName, object[] parameters) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
121
public Grammar(System.IO.Stream stream, string ruleName, System.Uri baseUri) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
123
public Grammar(System.IO.Stream stream, string ruleName, System.Uri baseUri, object[] parameters) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
124
public Grammar(System.Speech.Recognition.GrammarBuilder builder) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
125
public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
126
public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
127
public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, object[] parameters) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
129
public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, System.Uri baseUri) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
131
public Grammar(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsDocument, string ruleName, System.Uri baseUri, object[] parameters) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
132
public Grammar(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
133
public Grammar(string path, string ruleName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
134
public Grammar(string path, string ruleName, object[] parameters) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
135
public bool Enabled { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
136
protected internal virtual bool IsStg { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
137
public bool Loaded { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
138
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
139
public int Priority { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
140
protected string ResourceName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
141
public string RuleName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
142
public float Weight { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
143
public event System.EventHandler<System.Speech.Recognition.SpeechRecognizedEventArgs> SpeechRecognized { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
144
public static System.Speech.Recognition.Grammar LoadLocalizedGrammarFromType(System.Type type, params object[] onInitParameters) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
145
protected void StgInit(object[] parameters) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
149
public GrammarBuilder() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
150
public GrammarBuilder(System.Speech.Recognition.Choices alternateChoices) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
151
public GrammarBuilder(System.Speech.Recognition.GrammarBuilder builder, int minRepeat, int maxRepeat) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
152
public GrammarBuilder(System.Speech.Recognition.SemanticResultKey key) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
153
public GrammarBuilder(System.Speech.Recognition.SemanticResultValue value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
154
public GrammarBuilder(string phrase) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
155
public GrammarBuilder(string phrase, int minRepeat, int maxRepeat) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
156
public GrammarBuilder(string phrase, System.Speech.Recognition.SubsetMatchingMode subsetMatchingCriteria) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
157
public System.Globalization.CultureInfo Culture { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
158
public string DebugShowPhrases { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
159
public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.Choices choices, System.Speech.Recognition.GrammarBuilder builder) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
160
public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder, System.Speech.Recognition.Choices choices) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
161
public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder1, System.Speech.Recognition.GrammarBuilder builder2) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
162
public static System.Speech.Recognition.GrammarBuilder Add(System.Speech.Recognition.GrammarBuilder builder, string phrase) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
163
public static System.Speech.Recognition.GrammarBuilder Add(string phrase, System.Speech.Recognition.GrammarBuilder builder) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
164
public void Append(System.Speech.Recognition.Choices alternateChoices) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
165
public void Append(System.Speech.Recognition.GrammarBuilder builder) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
166
public void Append(System.Speech.Recognition.GrammarBuilder builder, int minRepeat, int maxRepeat) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
167
public void Append(System.Speech.Recognition.SemanticResultKey key) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
168
public void Append(System.Speech.Recognition.SemanticResultValue value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
169
public void Append(string phrase) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
170
public void Append(string phrase, int minRepeat, int maxRepeat) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
171
public void Append(string phrase, System.Speech.Recognition.SubsetMatchingMode subsetMatchingCriteria) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
172
public void AppendDictation() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
173
public void AppendDictation(string category) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
174
public void AppendRuleReference(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
175
public void AppendRuleReference(string path, string rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
176
public void AppendWildcard() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
177
public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.Choices choices, System.Speech.Recognition.GrammarBuilder builder) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
178
public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder, System.Speech.Recognition.Choices choices) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
179
public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder1, System.Speech.Recognition.GrammarBuilder builder2) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
180
public static System.Speech.Recognition.GrammarBuilder operator +(System.Speech.Recognition.GrammarBuilder builder, string phrase) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
181
public static System.Speech.Recognition.GrammarBuilder operator +(string phrase, System.Speech.Recognition.GrammarBuilder builder) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
182
public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.Choices choices) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
183
public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.SemanticResultKey semanticKey) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
184
public static implicit operator System.Speech.Recognition.GrammarBuilder (System.Speech.Recognition.SemanticResultValue semanticValue) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
185
public static implicit operator System.Speech.Recognition.GrammarBuilder (string phrase) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
189
internal LoadGrammarCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
190
public System.Speech.Recognition.Grammar Grammar { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
194
internal RecognitionEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
195
public System.Speech.Recognition.RecognitionResult Result { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
199
internal RecognitionResult() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
200
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedPhrase> Alternates { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
201
public System.Speech.Recognition.RecognizedAudio Audio { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
202
public System.Speech.Recognition.RecognizedAudio GetAudioForWordRange(System.Speech.Recognition.RecognizedWordUnit firstWord, System.Speech.Recognition.RecognizedWordUnit lastWord) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
203
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
207
internal RecognizeCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
208
public System.TimeSpan AudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
209
public bool BabbleTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
210
public bool InitialSilenceTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
211
public bool InputStreamEnded { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
212
public System.Speech.Recognition.RecognitionResult Result { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
216
internal RecognizedAudio() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
217
public System.TimeSpan AudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
218
public System.TimeSpan Duration { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
219
public System.Speech.AudioFormat.SpeechAudioFormatInfo Format { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
220
public System.DateTime StartTime { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
221
public System.Speech.Recognition.RecognizedAudio GetRange(System.TimeSpan audioPosition, System.TimeSpan duration) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
222
public void WriteToAudioStream(System.IO.Stream outputStream) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
223
public void WriteToWaveStream(System.IO.Stream outputStream) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
227
internal RecognizedPhrase() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
228
public float Confidence { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
229
public System.Speech.Recognition.Grammar Grammar { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
230
public int HomophoneGroupId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
231
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedPhrase> Homophones { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
232
public System.Collections.ObjectModel.Collection<System.Speech.Recognition.ReplacementText> ReplacementWordUnits { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
233
public System.Speech.Recognition.SemanticValue Semantics { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
234
public string Text { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
235
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedWordUnit> Words { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
236
public System.Xml.XPath.IXPathNavigable ConstructSmlFromSemantics() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
240
public RecognizedWordUnit(string text, float confidence, string pronunciation, string lexicalForm, System.Speech.Recognition.DisplayAttributes displayAttributes, System.TimeSpan audioPosition, System.TimeSpan audioDuration) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
241
public float Confidence { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
242
public System.Speech.Recognition.DisplayAttributes DisplayAttributes { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
243
public string LexicalForm { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
244
public string Pronunciation { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
245
public string Text { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
254
internal RecognizerInfo() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
255
public System.Collections.Generic.IDictionary<string, string> AdditionalInfo { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
256
public System.Globalization.CultureInfo Culture { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
257
public string Description { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
258
public string Id { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
259
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
260
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
270
internal RecognizerUpdateReachedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
271
public System.TimeSpan AudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
272
public object UserToken { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
277
internal ReplacementText() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
278
public int CountOfWords { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
279
public System.Speech.Recognition.DisplayAttributes DisplayAttributes { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
280
public int FirstWordIndex { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
281
public string Text { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
285
public SemanticResultKey(string semanticResultKey, params System.Speech.Recognition.GrammarBuilder[] builders) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
286
public SemanticResultKey(string semanticResultKey, params string[] phrases) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
287
public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
291
public SemanticResultValue(object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
292
public SemanticResultValue(System.Speech.Recognition.GrammarBuilder builder, object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
293
public SemanticResultValue(string phrase, object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
294
public System.Speech.Recognition.GrammarBuilder ToGrammarBuilder() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
298
public SemanticValue(object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
299
public SemanticValue(string keyName, object value, float confidence) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
300
public float Confidence { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
301
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
302
public System.Speech.Recognition.SemanticValue this[string key] { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
303
bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.IsReadOnly { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
304
System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Keys { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
305
System.Collections.Generic.ICollection<System.Speech.Recognition.SemanticValue> System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Values { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
306
public object Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
307
public bool Contains(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> item) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
308
public bool ContainsKey(string key) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
309
public override bool Equals(object obj) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
310
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
311
void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Add(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> key) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
312
void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Clear() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
313
void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.CopyTo(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue>[] array, int index) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
314
bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.Remove(System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue> key) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
315
void System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Add(string key, System.Speech.Recognition.SemanticValue value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
316
bool System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Remove(string key) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
317
bool System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.TryGetValue(string key, out System.Speech.Recognition.SemanticValue value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
318
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Speech.Recognition.SemanticValue>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Speech.Recognition.SemanticValue>>.GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
319
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
323
internal SpeechDetectedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
324
public System.TimeSpan AudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
328
internal SpeechHypothesizedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
332
public SpeechRecognitionEngine() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
333
public SpeechRecognitionEngine(System.Globalization.CultureInfo culture) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
334
public SpeechRecognitionEngine(System.Speech.Recognition.RecognizerInfo recognizerInfo) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
335
public SpeechRecognitionEngine(string recognizerId) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
336
public System.Speech.AudioFormat.SpeechAudioFormatInfo AudioFormat { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
337
public int AudioLevel { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
338
public System.TimeSpan AudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
339
public System.Speech.Recognition.AudioState AudioState { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
341
public System.TimeSpan BabbleTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
343
public System.TimeSpan EndSilenceTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
345
public System.TimeSpan EndSilenceTimeoutAmbiguous { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
346
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.Grammar> Grammars { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
348
public System.TimeSpan InitialSilenceTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
349
public int MaxAlternates { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
350
public System.TimeSpan RecognizerAudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
351
public System.Speech.Recognition.RecognizerInfo RecognizerInfo { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
352
public event System.EventHandler<System.Speech.Recognition.AudioLevelUpdatedEventArgs> AudioLevelUpdated { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
353
public event System.EventHandler<System.Speech.Recognition.AudioSignalProblemOccurredEventArgs> AudioSignalProblemOccurred { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
354
public event System.EventHandler<System.Speech.Recognition.AudioStateChangedEventArgs> AudioStateChanged { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
355
public event System.EventHandler<System.Speech.Recognition.EmulateRecognizeCompletedEventArgs> EmulateRecognizeCompleted { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
356
public event System.EventHandler<System.Speech.Recognition.LoadGrammarCompletedEventArgs> LoadGrammarCompleted { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
357
public event System.EventHandler<System.Speech.Recognition.RecognizeCompletedEventArgs> RecognizeCompleted { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
358
public event System.EventHandler<System.Speech.Recognition.RecognizerUpdateReachedEventArgs> RecognizerUpdateReached { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
359
public event System.EventHandler<System.Speech.Recognition.SpeechDetectedEventArgs> SpeechDetected { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
360
public event System.EventHandler<System.Speech.Recognition.SpeechHypothesizedEventArgs> SpeechHypothesized { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
361
public event System.EventHandler<System.Speech.Recognition.SpeechRecognitionRejectedEventArgs> SpeechRecognitionRejected { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
362
public event System.EventHandler<System.Speech.Recognition.SpeechRecognizedEventArgs> SpeechRecognized { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
365
public System.Speech.Recognition.RecognitionResult EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
366
public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
367
public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
368
public void EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
369
public void EmulateRecognizeAsync(string inputText) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
370
public void EmulateRecognizeAsync(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
371
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizerInfo> InstalledRecognizers() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
372
public void LoadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
373
public void LoadGrammarAsync(System.Speech.Recognition.Grammar grammar) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
374
public object QueryRecognizerSetting(string settingName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
375
public System.Speech.Recognition.RecognitionResult Recognize() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
376
public System.Speech.Recognition.RecognitionResult Recognize(System.TimeSpan initialSilenceTimeout) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
377
public void RecognizeAsync() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
378
public void RecognizeAsync(System.Speech.Recognition.RecognizeMode mode) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
379
public void RecognizeAsyncCancel() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
380
public void RecognizeAsyncStop() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
381
public void RequestRecognizerUpdate() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
382
public void RequestRecognizerUpdate(object userToken) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
383
public void RequestRecognizerUpdate(object userToken, System.TimeSpan audioPositionAheadToRaiseUpdate) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
384
public void SetInputToAudioStream(System.IO.Stream audioSource, System.Speech.AudioFormat.SpeechAudioFormatInfo audioFormat) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
385
public void SetInputToDefaultAudioDevice() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
386
public void SetInputToNull() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
387
public void SetInputToWaveFile(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
388
public void SetInputToWaveStream(System.IO.Stream audioSource) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
389
public void UnloadAllGrammars() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
390
public void UnloadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
391
public void UpdateRecognizerSetting(string settingName, int updatedValue) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
392
public void UpdateRecognizerSetting(string settingName, string updatedValue) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
396
internal SpeechRecognitionRejectedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
400
internal SpeechRecognizedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
404
public SpeechRecognizer() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
405
public System.Speech.AudioFormat.SpeechAudioFormatInfo AudioFormat { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
406
public int AudioLevel { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
407
public System.TimeSpan AudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
408
public System.Speech.Recognition.AudioState AudioState { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
409
public bool Enabled { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
410
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.Grammar> Grammars { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
411
public int MaxAlternates { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
412
public bool PauseRecognizerOnRecognition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
413
public System.TimeSpan RecognizerAudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
414
public System.Speech.Recognition.RecognizerInfo RecognizerInfo { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
415
public System.Speech.Recognition.RecognizerState State { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
416
public event System.EventHandler<System.Speech.Recognition.AudioLevelUpdatedEventArgs> AudioLevelUpdated { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
417
public event System.EventHandler<System.Speech.Recognition.AudioSignalProblemOccurredEventArgs> AudioSignalProblemOccurred { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
418
public event System.EventHandler<System.Speech.Recognition.AudioStateChangedEventArgs> AudioStateChanged { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
419
public event System.EventHandler<System.Speech.Recognition.EmulateRecognizeCompletedEventArgs> EmulateRecognizeCompleted { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
420
public event System.EventHandler<System.Speech.Recognition.LoadGrammarCompletedEventArgs> LoadGrammarCompleted { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
421
public event System.EventHandler<System.Speech.Recognition.RecognizerUpdateReachedEventArgs> RecognizerUpdateReached { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
422
public event System.EventHandler<System.Speech.Recognition.SpeechDetectedEventArgs> SpeechDetected { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
423
public event System.EventHandler<System.Speech.Recognition.SpeechHypothesizedEventArgs> SpeechHypothesized { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
424
public event System.EventHandler<System.Speech.Recognition.SpeechRecognitionRejectedEventArgs> SpeechRecognitionRejected { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
425
public event System.EventHandler<System.Speech.Recognition.SpeechRecognizedEventArgs> SpeechRecognized { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
426
public event System.EventHandler<System.Speech.Recognition.StateChangedEventArgs> StateChanged { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
429
public System.Speech.Recognition.RecognitionResult EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
430
public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
431
public System.Speech.Recognition.RecognitionResult EmulateRecognize(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
432
public void EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[] wordUnits, System.Globalization.CompareOptions compareOptions) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
433
public void EmulateRecognizeAsync(string inputText) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
434
public void EmulateRecognizeAsync(string inputText, System.Globalization.CompareOptions compareOptions) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
435
public void LoadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
436
public void LoadGrammarAsync(System.Speech.Recognition.Grammar grammar) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
437
public void RequestRecognizerUpdate() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
438
public void RequestRecognizerUpdate(object userToken) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
439
public void RequestRecognizerUpdate(object userToken, System.TimeSpan audioPositionAheadToRaiseUpdate) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
440
public void UnloadAllGrammars() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
441
public void UnloadGrammar(System.Speech.Recognition.Grammar grammar) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
445
internal SpeechUI() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
446
public static bool SendTextFeedback(System.Speech.Recognition.RecognitionResult result, string feedback, bool isSuccessfulAction) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
450
internal StateChangedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
451
public System.Speech.Recognition.RecognizerState RecognizerState { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
465
public SrgsDocument() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
466
public SrgsDocument(System.Speech.Recognition.GrammarBuilder builder) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
467
public SrgsDocument(System.Speech.Recognition.SrgsGrammar.SrgsRule grammarRootRule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
468
public SrgsDocument(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
469
public SrgsDocument(System.Xml.XmlReader srgsGrammar) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
470
public System.Collections.ObjectModel.Collection<string> AssemblyReferences { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
471
public System.Collections.ObjectModel.Collection<string> CodeBehind { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
472
public System.Globalization.CultureInfo Culture { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
473
public bool Debug { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
474
public System.Collections.ObjectModel.Collection<string> ImportNamespaces { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
475
public string Language { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
476
public System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode Mode { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
477
public string Namespace { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
478
public System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet PhoneticAlphabet { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
479
public System.Speech.Recognition.SrgsGrammar.SrgsRule Root { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
480
public System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection Rules { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
481
public string Script { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
482
public System.Uri XmlBase { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
483
public void WriteSrgs(System.Xml.XmlWriter srgsGrammar) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
487
protected SrgsElement() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
493
public static void Compile(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsGrammar, System.IO.Stream outputStream) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
494
public static void Compile(string inputPath, System.IO.Stream outputStream) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
495
public static void Compile(System.Xml.XmlReader reader, System.IO.Stream outputStream) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
496
public static void CompileClassLibrary(System.Speech.Recognition.SrgsGrammar.SrgsDocument srgsGrammar, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
497
public static void CompileClassLibrary(string[] inputPaths, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
498
public static void CompileClassLibrary(System.Xml.XmlReader reader, string outputPath, string[] referencedAssemblies, string keyFile) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
507
public SrgsItem() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
508
public SrgsItem(int repeatCount) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
509
public SrgsItem(int min, int max) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
510
public SrgsItem(int min, int max, params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
511
public SrgsItem(int min, int max, string text) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
512
public SrgsItem(params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
513
public SrgsItem(string text) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
514
public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsElement> Elements { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
515
public int MaxRepeat { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
516
public int MinRepeat { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
517
public float RepeatProbability { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
518
public float Weight { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
519
public void Add(System.Speech.Recognition.SrgsGrammar.SrgsElement element) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
520
public void SetRepeat(int count) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
521
public void SetRepeat(int minRepeat, int maxRepeat) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
522
internal override string DebuggerDisplayString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
523
internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
527
public SrgsNameValueTag() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
528
public SrgsNameValueTag(object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
529
public SrgsNameValueTag(string name, object value) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
530
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
531
public object Value { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
532
internal override string DebuggerDisplayString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
533
internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
537
public SrgsOneOf() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
538
public SrgsOneOf(params System.Speech.Recognition.SrgsGrammar.SrgsItem[] items) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
539
public SrgsOneOf(params string[] items) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
540
public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsItem> Items { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
541
public void Add(System.Speech.Recognition.SrgsGrammar.SrgsItem item) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
542
internal override string DebuggerDisplayString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
543
internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
553
public SrgsRule(string id) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
554
public SrgsRule(string id, params System.Speech.Recognition.SrgsGrammar.SrgsElement[] elements) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
555
public string BaseClass { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
556
public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsElement> Elements { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
557
public string Id { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
558
public string OnError { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
559
public string OnInit { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
560
public string OnParse { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
561
public string OnRecognition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
562
public System.Speech.Recognition.SrgsGrammar.SrgsRuleScope Scope { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
563
public string Script { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
564
public void Add(System.Speech.Recognition.SrgsGrammar.SrgsElement element) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
574
public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
575
public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule, string semanticKey) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
576
public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.SrgsRule rule, string semanticKey, string parameters) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
577
public SrgsRuleRef(System.Uri uri) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
578
public SrgsRuleRef(System.Uri uri, string rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
579
public SrgsRuleRef(System.Uri uri, string rule, string semanticKey) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
580
public SrgsRuleRef(System.Uri uri, string rule, string semanticKey, string parameters) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
581
public string Params { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
582
public string SemanticKey { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
583
public System.Uri Uri { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
584
internal override string DebuggerDisplayString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
585
internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
589
public SrgsRulesCollection() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
590
public void Add(params System.Speech.Recognition.SrgsGrammar.SrgsRule[] rules) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
591
protected override string GetKeyForItem(System.Speech.Recognition.SrgsGrammar.SrgsRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
600
public SrgsSemanticInterpretationTag() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
601
public SrgsSemanticInterpretationTag(string script) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
602
public string Script { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
603
internal override string DebuggerDisplayString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
604
internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
608
public SrgsSubset(string text) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
609
public SrgsSubset(string text, System.Speech.Recognition.SubsetMatchingMode matchingMode) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
610
public System.Speech.Recognition.SubsetMatchingMode MatchingMode { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
611
public string Text { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
612
internal override string DebuggerDisplayString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
613
internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
617
public SrgsText() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
618
public SrgsText(string text) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
619
public string Text { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
620
internal override string DebuggerDisplayString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
621
internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
625
public SrgsToken(string text) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
626
public string Display { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
627
public string Pronunciation { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
628
public string Text { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
629
internal override string DebuggerDisplayString() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
630
internal override void WriteSrgs(System.Xml.XmlWriter writer) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
637
internal BookmarkReachedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
638
public System.TimeSpan AudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
639
public string Bookmark { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
643
public FilePrompt(string path, System.Speech.Synthesis.SynthesisMediaType media) : base (default(string)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
644
public FilePrompt(System.Uri promptFile, System.Speech.Synthesis.SynthesisMediaType media) : base (default(string)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
648
internal InstalledVoice() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
649
public bool Enabled { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
650
public System.Speech.Synthesis.VoiceInfo VoiceInfo { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
651
public override bool Equals(object obj) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
652
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
656
internal PhonemeReachedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
657
public System.TimeSpan AudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
658
public System.TimeSpan Duration { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
659
public System.Speech.Synthesis.SynthesizerEmphasis Emphasis { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
660
public string NextPhoneme { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
661
public string Phoneme { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
665
public Prompt(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
666
public Prompt(string textToSpeak) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
667
public Prompt(string textToSpeak, System.Speech.Synthesis.SynthesisTextFormat media) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
668
public bool IsCompleted { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
681
public PromptBuilder() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
682
public PromptBuilder(System.Globalization.CultureInfo culture) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
683
public System.Globalization.CultureInfo Culture { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
684
public bool IsEmpty { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
685
public void AppendAudio(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
686
public void AppendAudio(System.Uri audioFile) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
687
public void AppendAudio(System.Uri audioFile, string alternateText) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
688
public void AppendBookmark(string bookmarkName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
689
public void AppendBreak() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
690
public void AppendBreak(System.Speech.Synthesis.PromptBreak strength) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
691
public void AppendBreak(System.TimeSpan duration) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
692
public void AppendPromptBuilder(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
693
public void AppendSsml(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
694
public void AppendSsml(System.Uri ssmlFile) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
695
public void AppendSsml(System.Xml.XmlReader ssmlFile) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
697
public void AppendSsmlMarkup(string ssmlMarkup) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
698
public void AppendText(string textToSpeak) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
699
public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptEmphasis emphasis) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
700
public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptRate rate) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
701
public void AppendText(string textToSpeak, System.Speech.Synthesis.PromptVolume volume) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
702
public void AppendTextWithAlias(string textToSpeak, string substitute) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
703
public void AppendTextWithHint(string textToSpeak, System.Speech.Synthesis.SayAs sayAs) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
704
public void AppendTextWithHint(string textToSpeak, string sayAs) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
705
public void AppendTextWithPronunciation(string textToSpeak, string pronunciation) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
706
public void ClearContent() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
707
public void EndParagraph() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
708
public void EndSentence() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
709
public void EndStyle() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
710
public void EndVoice() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
711
public void StartParagraph() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
712
public void StartParagraph(System.Globalization.CultureInfo culture) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
713
public void StartSentence() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
714
public void StartSentence(System.Globalization.CultureInfo culture) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
715
public void StartStyle(System.Speech.Synthesis.PromptStyle style) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
716
public void StartVoice(System.Globalization.CultureInfo culture) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
717
public void StartVoice(System.Speech.Synthesis.VoiceGender gender) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
718
public void StartVoice(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
719
public void StartVoice(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
720
public void StartVoice(System.Speech.Synthesis.VoiceInfo voice) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
721
public void StartVoice(string name) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
722
public string ToXml() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
734
internal PromptEventArgs() : base (default(System.Exception), default(bool), default(object)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
735
public System.Speech.Synthesis.Prompt Prompt { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
748
public PromptStyle() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
749
public PromptStyle(System.Speech.Synthesis.PromptEmphasis emphasis) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
750
public PromptStyle(System.Speech.Synthesis.PromptRate rate) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
751
public PromptStyle(System.Speech.Synthesis.PromptVolume volume) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
752
public System.Speech.Synthesis.PromptEmphasis Emphasis { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
753
public System.Speech.Synthesis.PromptRate Rate { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
754
public System.Speech.Synthesis.PromptVolume Volume { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
791
internal SpeakCompletedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
795
internal SpeakProgressEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
796
public System.TimeSpan AudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
797
public int CharacterCount { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
798
public int CharacterPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
799
public string Text { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
803
internal SpeakStartedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
807
public SpeechSynthesizer() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
808
public int Rate { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
809
public System.Speech.Synthesis.SynthesizerState State { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
810
public System.Speech.Synthesis.VoiceInfo Voice { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
811
public int Volume { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
812
public event System.EventHandler<System.Speech.Synthesis.BookmarkReachedEventArgs> BookmarkReached { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
813
public event System.EventHandler<System.Speech.Synthesis.PhonemeReachedEventArgs> PhonemeReached { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
814
public event System.EventHandler<System.Speech.Synthesis.SpeakCompletedEventArgs> SpeakCompleted { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
815
public event System.EventHandler<System.Speech.Synthesis.SpeakProgressEventArgs> SpeakProgress { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
816
public event System.EventHandler<System.Speech.Synthesis.SpeakStartedEventArgs> SpeakStarted { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
817
public event System.EventHandler<System.Speech.Synthesis.StateChangedEventArgs> StateChanged { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
818
public event System.EventHandler<System.Speech.Synthesis.VisemeReachedEventArgs> VisemeReached { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
819
public event System.EventHandler<System.Speech.Synthesis.VoiceChangeEventArgs> VoiceChange { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
820
public void AddLexicon(System.Uri uri, string mediaType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
823
public System.Speech.Synthesis.Prompt GetCurrentlySpokenPrompt() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
824
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Synthesis.InstalledVoice> GetInstalledVoices() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
825
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Synthesis.InstalledVoice> GetInstalledVoices(System.Globalization.CultureInfo culture) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
826
public void Pause() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
827
public void RemoveLexicon(System.Uri uri) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
828
public void Resume() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
829
public void SelectVoice(string name) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
830
public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
831
public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
832
public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
833
public void SelectVoiceByHints(System.Speech.Synthesis.VoiceGender gender, System.Speech.Synthesis.VoiceAge age, int voiceAlternate, System.Globalization.CultureInfo culture) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
834
public void SetOutputToAudioStream(System.IO.Stream audioDestination, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
835
public void SetOutputToDefaultAudioDevice() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
836
public void SetOutputToNull() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
837
public void SetOutputToWaveFile(string path) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
838
public void SetOutputToWaveFile(string path, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
839
public void SetOutputToWaveStream(System.IO.Stream audioDestination) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
840
public void Speak(System.Speech.Synthesis.Prompt prompt) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
841
public void Speak(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
842
public void Speak(string textToSpeak) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
843
public void SpeakAsync(System.Speech.Synthesis.Prompt prompt) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
844
public System.Speech.Synthesis.Prompt SpeakAsync(System.Speech.Synthesis.PromptBuilder promptBuilder) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
845
public System.Speech.Synthesis.Prompt SpeakAsync(string textToSpeak) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
846
public void SpeakAsyncCancel(System.Speech.Synthesis.Prompt prompt) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
847
public void SpeakAsyncCancelAll() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
848
public void SpeakSsml(string textToSpeak) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
849
public System.Speech.Synthesis.Prompt SpeakSsmlAsync(string textToSpeak) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
853
internal StateChangedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
854
public System.Speech.Synthesis.SynthesizerState PreviousState { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
855
public System.Speech.Synthesis.SynthesizerState State { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
882
internal VisemeReachedEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
883
public System.TimeSpan AudioPosition { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
884
public System.TimeSpan Duration { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
885
public System.Speech.Synthesis.SynthesizerEmphasis Emphasis { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
886
public int NextViseme { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
887
public int Viseme { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
899
internal VoiceChangeEventArgs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
900
public System.Speech.Synthesis.VoiceInfo Voice { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
911
internal VoiceInfo() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
913
public System.Collections.Generic.IDictionary<string, string> AdditionalInfo { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
914
public System.Speech.Synthesis.VoiceAge Age { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
915
public System.Globalization.CultureInfo Culture { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
916
public string Description { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
917
public System.Speech.Synthesis.VoiceGender Gender { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
918
public string Id { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
919
public string Name { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
921
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
922
public override bool Equals(object obj) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
923
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
934
public ContourPoint(float start, float change, System.Speech.Synthesis.TtsEngine.ContourPointChangeType changeType) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
935
public float Change { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
936
public System.Speech.Synthesis.TtsEngine.ContourPointChangeType ChangeType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
937
public float Start { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
938
public override bool Equals(object obj) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
939
public bool Equals(System.Speech.Synthesis.TtsEngine.ContourPoint other) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
940
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
941
public static bool operator ==(System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
942
public static bool operator !=(System.Speech.Synthesis.TtsEngine.ContourPoint point1, System.Speech.Synthesis.TtsEngine.ContourPoint point2) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
981
public FragmentState(System.Speech.Synthesis.TtsEngine.TtsEngineAction action, int langId, int emphasis, int duration, System.Speech.Synthesis.TtsEngine.SayAs sayAs, System.Speech.Synthesis.TtsEngine.Prosody prosody, char[] phonemes) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
982
public System.Speech.Synthesis.TtsEngine.TtsEngineAction Action { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
983
public int Duration { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
984
public int Emphasis { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
985
public int LangId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
986
public char[] Phoneme { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
987
public System.Speech.Synthesis.TtsEngine.Prosody Prosody { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
988
public System.Speech.Synthesis.TtsEngine.SayAs SayAs { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
989
public override bool Equals(object obj) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
990
public bool Equals(System.Speech.Synthesis.TtsEngine.FragmentState other) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
991
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
992
public static bool operator ==(System.Speech.Synthesis.TtsEngine.FragmentState state1, System.Speech.Synthesis.TtsEngine.FragmentState state2) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
993
public static bool operator !=(System.Speech.Synthesis.TtsEngine.FragmentState state1, System.Speech.Synthesis.TtsEngine.FragmentState state2) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1010
public Prosody() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1011
public int Duration { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1012
public System.Speech.Synthesis.TtsEngine.ProsodyNumber Pitch { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1013
public System.Speech.Synthesis.TtsEngine.ProsodyNumber Range { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1014
public System.Speech.Synthesis.TtsEngine.ProsodyNumber Rate { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1015
public System.Speech.Synthesis.TtsEngine.ProsodyNumber Volume { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1016
public System.Speech.Synthesis.TtsEngine.ContourPoint[] GetContourPoints() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1017
public void SetContourPoints(System.Speech.Synthesis.TtsEngine.ContourPoint[] points) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1026
public ProsodyNumber(int ssmlAttributeId) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1027
public ProsodyNumber(float number) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1028
public bool IsNumberPercent { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1029
public float Number { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1030
public int SsmlAttributeId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1031
public System.Speech.Synthesis.TtsEngine.ProsodyUnit Unit { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1032
public override bool Equals(object obj) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1033
public bool Equals(System.Speech.Synthesis.TtsEngine.ProsodyNumber other) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1034
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1035
public static bool operator ==(System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber1, System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber2) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1036
public static bool operator !=(System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber1, System.Speech.Synthesis.TtsEngine.ProsodyNumber prosodyNumber2) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1084
public SayAs() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1085
public string Detail { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1086
public string Format { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1087
public string InterpretAs { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1091
public SkipInfo() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1092
public int Count { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1093
public int Type { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1106
public SpeechEventInfo(short eventId, short parameterType, int param1, System.IntPtr param2) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1107
public short EventId { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1108
public int Param1 { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1109
public System.IntPtr Param2 { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1110
public short ParameterType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1111
public override bool Equals(object obj) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1112
public bool Equals(System.Speech.Synthesis.TtsEngine.SpeechEventInfo other) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1113
public override int GetHashCode() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1114
public static bool operator ==(System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1115
public static bool operator !=(System.Speech.Synthesis.TtsEngine.SpeechEventInfo event1, System.Speech.Synthesis.TtsEngine.SpeechEventInfo event2) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1120
public TextFragment() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
1121
public System.Speech.Synthesis.TtsEngine.FragmentState State { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1122
public int TextLength { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1123
public int TextOffset { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1124
public string TextToSpeak { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); } }
1139
protected TtsEngineSsml(string registryKey) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_SystemSpeech); }
System.Threading.AccessControl (83)
artifacts\obj\System.Threading.AccessControl\Debug\net10.0\System.Threading.AccessControl.Extensions.notsupported.cs (15)
11
public static System.Threading.EventWaitHandle Create(bool initialState, System.Threading.EventResetMode mode, string? name, out bool createdNew, System.Security.AccessControl.EventWaitHandleSecurity? eventSecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
12
public static System.Threading.EventWaitHandle OpenExisting(string name, System.Security.AccessControl.EventWaitHandleRights rights) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
13
public static bool TryOpenExisting(string name, System.Security.AccessControl.EventWaitHandleRights rights, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Threading.EventWaitHandle? result) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
17
public static System.Threading.Mutex Create(bool initiallyOwned, string? name, out bool createdNew, System.Security.AccessControl.MutexSecurity? mutexSecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
18
public static System.Threading.Mutex OpenExisting(string name, System.Security.AccessControl.MutexRights rights) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
19
public static bool TryOpenExisting(string name, System.Security.AccessControl.MutexRights rights, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Threading.Mutex? result) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
23
public static System.Threading.Semaphore Create(int initialCount, int maximumCount, string? name, out bool createdNew, System.Security.AccessControl.SemaphoreSecurity? semaphoreSecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
24
public static System.Threading.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
25
public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Threading.Semaphore? result) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
29
public static System.Security.AccessControl.EventWaitHandleSecurity GetAccessControl(this System.Threading.EventWaitHandle handle) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
30
public static System.Security.AccessControl.MutexSecurity GetAccessControl(this System.Threading.Mutex mutex) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
31
public static System.Security.AccessControl.SemaphoreSecurity GetAccessControl(this System.Threading.Semaphore semaphore) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
32
public static void SetAccessControl(this System.Threading.EventWaitHandle handle, System.Security.AccessControl.EventWaitHandleSecurity eventSecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
33
public static void SetAccessControl(this System.Threading.Mutex mutex, System.Security.AccessControl.MutexSecurity mutexSecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
34
public static void SetAccessControl(this System.Threading.Semaphore semaphore, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
artifacts\obj\System.Threading.AccessControl\Debug\net10.0\System.Threading.AccessControl.notsupported.cs (68)
11
public EventWaitHandleAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.EventWaitHandleRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
12
public EventWaitHandleAccessRule(string identity, System.Security.AccessControl.EventWaitHandleRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
13
public System.Security.AccessControl.EventWaitHandleRights EventWaitHandleRights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
17
public EventWaitHandleAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.EventWaitHandleRights eventRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
18
public System.Security.AccessControl.EventWaitHandleRights EventWaitHandleRights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
33
public EventWaitHandleSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
34
public override System.Type AccessRightType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
35
public override System.Type AccessRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
36
public override System.Type AuditRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
37
public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
38
public void AddAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
39
public void AddAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
40
public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
41
public bool RemoveAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
42
public void RemoveAccessRuleAll(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
43
public void RemoveAccessRuleSpecific(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
44
public bool RemoveAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
45
public void RemoveAuditRuleAll(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
46
public void RemoveAuditRuleSpecific(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
47
public void ResetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
48
public void SetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
49
public void SetAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
53
public MutexAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.MutexRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
54
public MutexAccessRule(string identity, System.Security.AccessControl.MutexRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
55
public System.Security.AccessControl.MutexRights MutexRights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
59
public MutexAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.MutexRights eventRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
60
public System.Security.AccessControl.MutexRights MutexRights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
75
public MutexSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
76
public MutexSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
77
public override System.Type AccessRightType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
78
public override System.Type AccessRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
79
public override System.Type AuditRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
80
public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
81
public void AddAccessRule(System.Security.AccessControl.MutexAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
82
public void AddAuditRule(System.Security.AccessControl.MutexAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
83
public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
84
public bool RemoveAccessRule(System.Security.AccessControl.MutexAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
85
public void RemoveAccessRuleAll(System.Security.AccessControl.MutexAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
86
public void RemoveAccessRuleSpecific(System.Security.AccessControl.MutexAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
87
public bool RemoveAuditRule(System.Security.AccessControl.MutexAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
88
public void RemoveAuditRuleAll(System.Security.AccessControl.MutexAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
89
public void RemoveAuditRuleSpecific(System.Security.AccessControl.MutexAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
90
public void ResetAccessRule(System.Security.AccessControl.MutexAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
91
public void SetAccessRule(System.Security.AccessControl.MutexAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
92
public void SetAuditRule(System.Security.AccessControl.MutexAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
96
public SemaphoreAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
97
public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
98
public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
102
public SemaphoreAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
103
public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
118
public SemaphoreSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
119
public SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
120
public override System.Type AccessRightType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
121
public override System.Type AccessRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
122
public override System.Type AuditRuleType { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); } }
123
public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
124
public void AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
125
public void AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
126
public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
127
public bool RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
128
public void RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
129
public void RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
130
public bool RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
131
public void RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
132
public void RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
133
public void ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
134
public void SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
135
public void SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_AccessControl); }
System.Transactions.Local (4)
System\Transactions\EnterpriseServices.cs (1)
44
throw new
PlatformNotSupportedException
(SR.EsNotSupported);
System\Transactions\NonWindowsUnsupported.cs (2)
47
=> new
PlatformNotSupportedException
(SR.DistributedNotSupported);
121
=> new
PlatformNotSupportedException
(SR.DistributedNotSupported);
System\Transactions\TransactionManager.cs (1)
447
throw new
PlatformNotSupportedException
(SR.DistributedNotSupported);
System.Windows.Extensions (48)
artifacts\obj\System.Windows.Extensions\Debug\net10.0\System.Windows.Extensions.notsupported.cs (48)
12
public SoundPlayer() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
13
public SoundPlayer(System.IO.Stream? stream) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
18
protected SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
19
public SoundPlayer(string soundLocation) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
20
public bool IsLoadCompleted { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
21
public int LoadTimeout { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
22
public string SoundLocation { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
23
public System.IO.Stream? Stream { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
24
public object? Tag { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } set { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
25
public event System.ComponentModel.AsyncCompletedEventHandler? LoadCompleted { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
26
public event System.EventHandler? SoundLocationChanged { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
27
public event System.EventHandler? StreamChanged { add { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } remove { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
28
public void Load() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
29
public void LoadAsync() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
30
protected virtual void OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
31
protected virtual void OnSoundLocationChanged(System.EventArgs e) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
32
protected virtual void OnStreamChanged(System.EventArgs e) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
33
public void Play() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
34
public void PlayLooping() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
35
public void PlaySync() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
36
public void Stop() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
37
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
41
internal SystemSound() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
42
public void Play() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
46
public static System.Media.SystemSound Asterisk { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
47
public static System.Media.SystemSound Beep { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
48
public static System.Media.SystemSound Exclamation { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
49
public static System.Media.SystemSound Hand { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
50
public static System.Media.SystemSound Question { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
57
public X509Certificate2UI() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
58
public static void DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
59
public static void DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.IntPtr hwndParent) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
60
public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates, string? title, string? message, System.Security.Cryptography.X509Certificates.X509SelectionFlag selectionFlag) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
61
public static System.Security.Cryptography.X509Certificates.X509Certificate2Collection SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates, string? title, string? message, System.Security.Cryptography.X509Certificates.X509SelectionFlag selectionFlag, System.IntPtr hwndParent) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
73
internal XamlAccessLevel() { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
74
public System.Reflection.AssemblyName AssemblyAccessToAssemblyName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
75
public string? PrivateAccessToTypeName { get { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); } }
76
public static System.Xaml.Permissions.XamlAccessLevel AssemblyAccessTo(System.Reflection.Assembly assembly) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
77
public static System.Xaml.Permissions.XamlAccessLevel AssemblyAccessTo(System.Reflection.AssemblyName assemblyName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
78
public static System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(string assemblyQualifiedTypeName) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
79
public static System.Xaml.Permissions.XamlAccessLevel PrivateAccessTo(System.Type type) { throw new System.
PlatformNotSupportedException
(System.SR.PlatformNotSupported_System_Windows_Extensions); }
xunit.console (1)
common\AssemblyResolution\Microsoft.DotNet.PlatformAbstractions\Native\NativeMethods.Darwin.cs (1)
42
throw new
PlatformNotSupportedException
("Unknown error reading Darwin Kernel Version");