1 // Licensed to the .NET Foundation under one or more agreements. 2 // The .NET Foundation licenses this file to you under the MIT license. 3 // See the LICENSE file in the project root for more information. 4 5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")] 6 [assembly:System.CLSCompliantAttribute(true)] 7 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")] 8 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")] 9 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.dll")] 10 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.dll")] 11 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.1")] 12 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.1")] 13 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")] 14 [assembly:System.Reflection.AssemblyTitleAttribute("System.dll")] 15 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")] 16 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")] 17 [assembly:System.Runtime.CompilerServices.DefaultDependencyAttribute((System.Runtime.CompilerServices.LoadHint)(1))] 18 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.ComponentModel.DataAnnotations, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")] 19 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.Net.Http, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")] 20 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute] 21 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)] 22 [assembly:System.Runtime.CompilerServices.StringFreezingAttribute] 23 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)] 24 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)] 25 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute] 26 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)] 27 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SemaphoreFullException))] 28 namespace Microsoft.CSharp 29 { 30 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)] 31 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)] 32 public partial class CSharpCodeProvider : System.CodeDom.Compiler.CodeDomProvider 33 { CSharpCodeProvider()34 public CSharpCodeProvider() { } CSharpCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions)35 public CSharpCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions) { } 36 public override string FileExtension { get { throw null; } } 37 [System.ObsoleteAttribute("Use CodeDomProvider class")] CreateCompiler()38 public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler() { throw null; } 39 [System.ObsoleteAttribute("Use CodeDomProvider class")] CreateGenerator()40 public override System.CodeDom.Compiler.ICodeGenerator CreateGenerator() { throw null; } 41 [System.MonoTODOAttribute] GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)42 public override void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { } 43 [System.MonoTODOAttribute] GetConverter(System.Type type)44 public override System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; } 45 } 46 } 47 namespace Microsoft.VisualBasic 48 { 49 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)] 50 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)] 51 public partial class VBCodeProvider : System.CodeDom.Compiler.CodeDomProvider 52 { VBCodeProvider()53 public VBCodeProvider() { } VBCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions)54 public VBCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions) { } 55 public override string FileExtension { get { throw null; } } 56 public override System.CodeDom.Compiler.LanguageOptions LanguageOptions { get { throw null; } } 57 [System.ObsoleteAttribute("Use CodeDomProvider class")] CreateCompiler()58 public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler() { throw null; } 59 [System.ObsoleteAttribute("Use CodeDomProvider class")] CreateGenerator()60 public override System.CodeDom.Compiler.ICodeGenerator CreateGenerator() { throw null; } 61 [System.MonoTODOAttribute] GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)62 public override void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { } GetConverter(System.Type type)63 public override System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; } 64 } 65 } 66 namespace Microsoft.Win32 67 { 68 public partial class IntranetZoneCredentialPolicy : System.Net.ICredentialPolicy 69 { 70 [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlPolicy=true)] IntranetZoneCredentialPolicy()71 public IntranetZoneCredentialPolicy() { } ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authModule)72 public virtual bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authModule) { throw null; } 73 } 74 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)] 75 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)] 76 public partial class PowerModeChangedEventArgs : System.EventArgs 77 { PowerModeChangedEventArgs(Microsoft.Win32.PowerModes mode)78 public PowerModeChangedEventArgs(Microsoft.Win32.PowerModes mode) { } 79 public Microsoft.Win32.PowerModes Mode { get { throw null; } } 80 } PowerModeChangedEventHandler(object sender, Microsoft.Win32.PowerModeChangedEventArgs e)81 public delegate void PowerModeChangedEventHandler(object sender, Microsoft.Win32.PowerModeChangedEventArgs e); 82 public enum PowerModes 83 { 84 Resume = 1, 85 StatusChange = 2, 86 Suspend = 3, 87 } 88 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)] 89 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)] 90 public partial class SessionEndedEventArgs : System.EventArgs 91 { SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons reason)92 public SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons reason) { } 93 public Microsoft.Win32.SessionEndReasons Reason { get { throw null; } } 94 } SessionEndedEventHandler(object sender, Microsoft.Win32.SessionEndedEventArgs e)95 public delegate void SessionEndedEventHandler(object sender, Microsoft.Win32.SessionEndedEventArgs e); 96 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)] 97 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)] 98 public partial class SessionEndingEventArgs : System.EventArgs 99 { SessionEndingEventArgs(Microsoft.Win32.SessionEndReasons reason)100 public SessionEndingEventArgs(Microsoft.Win32.SessionEndReasons reason) { } 101 public bool Cancel { get { throw null; } set { } } 102 public Microsoft.Win32.SessionEndReasons Reason { get { throw null; } } 103 } SessionEndingEventHandler(object sender, Microsoft.Win32.SessionEndingEventArgs e)104 public delegate void SessionEndingEventHandler(object sender, Microsoft.Win32.SessionEndingEventArgs e); 105 public enum SessionEndReasons 106 { 107 Logoff = 1, 108 SystemShutdown = 2, 109 } 110 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)] 111 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)] 112 public partial class SessionSwitchEventArgs : System.EventArgs 113 { SessionSwitchEventArgs(Microsoft.Win32.SessionSwitchReason reason)114 public SessionSwitchEventArgs(Microsoft.Win32.SessionSwitchReason reason) { } 115 public Microsoft.Win32.SessionSwitchReason Reason { get { throw null; } } 116 } SessionSwitchEventHandler(object sender, Microsoft.Win32.SessionSwitchEventArgs e)117 public delegate void SessionSwitchEventHandler(object sender, Microsoft.Win32.SessionSwitchEventArgs e); 118 public enum SessionSwitchReason 119 { 120 ConsoleConnect = 1, 121 ConsoleDisconnect = 2, 122 RemoteConnect = 3, 123 RemoteDisconnect = 4, 124 SessionLock = 7, 125 SessionLogoff = 6, 126 SessionLogon = 5, 127 SessionRemoteControl = 9, 128 SessionUnlock = 8, 129 } 130 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)] 131 public sealed partial class SystemEvents 132 { SystemEvents()133 internal SystemEvents() { } 134 [System.MonoTODOAttribute] 135 public static event System.EventHandler DisplaySettingsChanged { add { } remove { } } 136 [System.MonoTODOAttribute("Currently does nothing on Mono")] 137 public static event System.EventHandler DisplaySettingsChanging { add { } remove { } } 138 [System.MonoTODOAttribute("Currently does nothing on Mono")] 139 public static event System.EventHandler EventsThreadShutdown { add { } remove { } } 140 [System.MonoTODOAttribute("Currently does nothing on Mono")] 141 public static event System.EventHandler InstalledFontsChanged { add { } remove { } } 142 [System.ComponentModel.BrowsableAttribute(false)] 143 [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] 144 [System.MonoTODOAttribute("Currently does nothing on Mono")] 145 [System.ObsoleteAttribute("")] 146 public static event System.EventHandler LowMemory { add { } remove { } } 147 [System.MonoTODOAttribute("Currently does nothing on Mono")] 148 public static event System.EventHandler PaletteChanged { add { } remove { } } 149 [System.MonoTODOAttribute("Currently does nothing on Mono")] 150 public static event Microsoft.Win32.PowerModeChangedEventHandler PowerModeChanged { add { } remove { } } 151 [System.MonoTODOAttribute("Currently does nothing on Mono")] 152 public static event Microsoft.Win32.SessionEndedEventHandler SessionEnded { add { } remove { } } 153 [System.MonoTODOAttribute("Currently does nothing on Mono")] 154 public static event Microsoft.Win32.SessionEndingEventHandler SessionEnding { add { } remove { } } 155 [System.MonoTODOAttribute("Currently does nothing on Mono")] 156 public static event Microsoft.Win32.SessionSwitchEventHandler SessionSwitch { add { } remove { } } 157 [System.MonoTODOAttribute("Currently does nothing on Mono")] 158 public static event System.EventHandler TimeChanged { add { } remove { } } 159 public static event Microsoft.Win32.TimerElapsedEventHandler TimerElapsed { add { } remove { } } 160 [System.MonoTODOAttribute("Currently does nothing on Mono")] 161 public static event Microsoft.Win32.UserPreferenceChangedEventHandler UserPreferenceChanged { add { } remove { } } 162 [System.MonoTODOAttribute("Currently does nothing on Mono")] 163 public static event Microsoft.Win32.UserPreferenceChangingEventHandler UserPreferenceChanging { add { } remove { } } CreateTimer(int interval)164 public static System.IntPtr CreateTimer(int interval) { throw null; } 165 [System.MonoTODOAttribute] InvokeOnEventsThread(System.Delegate method)166 public static void InvokeOnEventsThread(System.Delegate method) { } KillTimer(System.IntPtr timerId)167 public static void KillTimer(System.IntPtr timerId) { } 168 } 169 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)] 170 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)] 171 public partial class TimerElapsedEventArgs : System.EventArgs 172 { TimerElapsedEventArgs(System.IntPtr timerId)173 public TimerElapsedEventArgs(System.IntPtr timerId) { } 174 public System.IntPtr TimerId { get { throw null; } } 175 } TimerElapsedEventHandler(object sender, Microsoft.Win32.TimerElapsedEventArgs e)176 public delegate void TimerElapsedEventHandler(object sender, Microsoft.Win32.TimerElapsedEventArgs e); 177 public enum UserPreferenceCategory 178 { 179 Accessibility = 1, 180 Color = 2, 181 Desktop = 3, 182 General = 4, 183 Icon = 5, 184 Keyboard = 6, 185 Locale = 13, 186 Menu = 7, 187 Mouse = 8, 188 Policy = 9, 189 Power = 10, 190 Screensaver = 11, 191 VisualStyle = 14, 192 Window = 12, 193 } 194 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)] 195 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)] 196 public partial class UserPreferenceChangedEventArgs : System.EventArgs 197 { UserPreferenceChangedEventArgs(Microsoft.Win32.UserPreferenceCategory category)198 public UserPreferenceChangedEventArgs(Microsoft.Win32.UserPreferenceCategory category) { } 199 public Microsoft.Win32.UserPreferenceCategory Category { get { throw null; } } 200 } UserPreferenceChangedEventHandler(object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e)201 public delegate void UserPreferenceChangedEventHandler(object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e); 202 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)] 203 [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)] 204 public partial class UserPreferenceChangingEventArgs : System.EventArgs 205 { UserPreferenceChangingEventArgs(Microsoft.Win32.UserPreferenceCategory category)206 public UserPreferenceChangingEventArgs(Microsoft.Win32.UserPreferenceCategory category) { } 207 public Microsoft.Win32.UserPreferenceCategory Category { get { throw null; } } 208 } UserPreferenceChangingEventHandler(object sender, Microsoft.Win32.UserPreferenceChangingEventArgs e)209 public delegate void UserPreferenceChangingEventHandler(object sender, Microsoft.Win32.UserPreferenceChangingEventArgs e); 210 } 211 namespace System 212 { 213 public partial class FileStyleUriParser : System.UriParser 214 { FileStyleUriParser()215 public FileStyleUriParser() { } 216 } 217 public partial class FtpStyleUriParser : System.UriParser 218 { FtpStyleUriParser()219 public FtpStyleUriParser() { } 220 } 221 public partial class GenericUriParser : System.UriParser 222 { GenericUriParser(System.GenericUriParserOptions options)223 public GenericUriParser(System.GenericUriParserOptions options) { } 224 } 225 [System.FlagsAttribute] 226 public enum GenericUriParserOptions 227 { 228 AllowEmptyAuthority = 2, 229 Default = 0, 230 DontCompressPath = 128, 231 DontConvertPathBackslashes = 64, 232 DontUnescapePathDotsAndSlashes = 256, 233 GenericAuthority = 1, 234 Idn = 512, 235 IriParsing = 1024, 236 NoFragment = 32, 237 NoPort = 8, 238 NoQuery = 16, 239 NoUserInfo = 4, 240 } 241 public partial class GopherStyleUriParser : System.UriParser 242 { GopherStyleUriParser()243 public GopherStyleUriParser() { } 244 } 245 public partial class HttpStyleUriParser : System.UriParser 246 { HttpStyleUriParser()247 public HttpStyleUriParser() { } 248 } 249 public partial class LdapStyleUriParser : System.UriParser 250 { LdapStyleUriParser()251 public LdapStyleUriParser() { } 252 } 253 [System.MonoTODOAttribute] 254 public partial class NetPipeStyleUriParser : System.UriParser 255 { NetPipeStyleUriParser()256 public NetPipeStyleUriParser() { } 257 } 258 [System.MonoTODOAttribute] 259 public partial class NetTcpStyleUriParser : System.UriParser 260 { NetTcpStyleUriParser()261 public NetTcpStyleUriParser() { } 262 } 263 [System.MonoTODOAttribute] 264 public partial class NewsStyleUriParser : System.UriParser 265 { NewsStyleUriParser()266 public NewsStyleUriParser() { } 267 } 268 [System.ComponentModel.TypeConverterAttribute(typeof(System.UriTypeConverter))] 269 [System.SerializableAttribute] 270 public partial class Uri : System.Runtime.Serialization.ISerializable 271 { 272 public static readonly string SchemeDelimiter; 273 public static readonly string UriSchemeFile; 274 public static readonly string UriSchemeFtp; 275 public static readonly string UriSchemeGopher; 276 public static readonly string UriSchemeHttp; 277 public static readonly string UriSchemeHttps; 278 public static readonly string UriSchemeMailto; 279 public static readonly string UriSchemeNetPipe; 280 public static readonly string UriSchemeNetTcp; 281 public static readonly string UriSchemeNews; 282 public static readonly string UriSchemeNntp; Uri(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)283 protected Uri(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { } Uri(string uriString)284 public Uri(string uriString) { } 285 [System.ObsoleteAttribute] Uri(string uriString, bool dontEscape)286 public Uri(string uriString, bool dontEscape) { } Uri(string uriString, System.UriKind uriKind)287 public Uri(string uriString, System.UriKind uriKind) { } Uri(System.Uri baseUri, string relativeUri)288 public Uri(System.Uri baseUri, string relativeUri) { } 289 [System.ObsoleteAttribute("dontEscape is always false")] Uri(System.Uri baseUri, string relativeUri, bool dontEscape)290 public Uri(System.Uri baseUri, string relativeUri, bool dontEscape) { } Uri(System.Uri baseUri, System.Uri relativeUri)291 public Uri(System.Uri baseUri, System.Uri relativeUri) { } 292 public string AbsolutePath { get { throw null; } } 293 public string AbsoluteUri { get { throw null; } } 294 public string Authority { get { throw null; } } 295 public string DnsSafeHost { get { throw null; } } 296 public string Fragment { get { throw null; } } 297 public string Host { get { throw null; } } 298 public System.UriHostNameType HostNameType { get { throw null; } } 299 public bool IsAbsoluteUri { get { throw null; } } 300 public bool IsDefaultPort { get { throw null; } } 301 public bool IsFile { get { throw null; } } 302 public bool IsLoopback { get { throw null; } } 303 public bool IsUnc { get { throw null; } } 304 public string LocalPath { get { throw null; } } 305 public string OriginalString { get { throw null; } } 306 public string PathAndQuery { get { throw null; } } 307 public int Port { get { throw null; } } 308 public string Query { get { throw null; } } 309 public string Scheme { get { throw null; } } 310 public string[] Segments { get { throw null; } } 311 public bool UserEscaped { get { throw null; } } 312 public string UserInfo { get { throw null; } } 313 [System.ObsoleteAttribute("This method does nothing, it has been obsoleted")] Canonicalize()314 protected virtual void Canonicalize() { } CheckHostName(string name)315 public static System.UriHostNameType CheckHostName(string name) { throw null; } CheckSchemeName(string schemeName)316 public static bool CheckSchemeName(string schemeName) { throw null; } 317 [System.MonoTODOAttribute("Find out what this should do")] 318 [System.ObsoleteAttribute] CheckSecurity()319 protected virtual void CheckSecurity() { } Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, System.UriFormat compareFormat, System.StringComparison comparisonType)320 public static int Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, System.UriFormat compareFormat, System.StringComparison comparisonType) { throw null; } Equals(object comparand)321 public override bool Equals(object comparand) { throw null; } 322 [System.ObsoleteAttribute] Escape()323 protected virtual void Escape() { } EscapeDataString(string stringToEscape)324 public static string EscapeDataString(string stringToEscape) { throw null; } 325 [System.ObsoleteAttribute] EscapeString(string str)326 protected static string EscapeString(string str) { throw null; } EscapeUriString(string stringToEscape)327 public static string EscapeUriString(string stringToEscape) { throw null; } FromHex(char digit)328 public static int FromHex(char digit) { throw null; } GetComponents(System.UriComponents components, System.UriFormat format)329 public string GetComponents(System.UriComponents components, System.UriFormat format) { throw null; } GetHashCode()330 public override int GetHashCode() { throw null; } GetLeftPart(System.UriPartial part)331 public string GetLeftPart(System.UriPartial part) { throw null; } GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)332 protected void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { } HexEscape(char character)333 public static string HexEscape(char character) { throw null; } HexUnescape(string pattern, ref int index)334 public static char HexUnescape(string pattern, ref int index) { throw null; } 335 [System.ObsoleteAttribute] IsBadFileSystemCharacter(char character)336 protected virtual bool IsBadFileSystemCharacter(char character) { throw null; } IsBaseOf(System.Uri uri)337 public bool IsBaseOf(System.Uri uri) { throw null; } 338 [System.ObsoleteAttribute] IsExcludedCharacter(char character)339 protected static bool IsExcludedCharacter(char character) { throw null; } IsHexDigit(char character)340 public static bool IsHexDigit(char character) { throw null; } IsHexEncoding(string pattern, int index)341 public static bool IsHexEncoding(string pattern, int index) { throw null; } 342 [System.ObsoleteAttribute] IsReservedCharacter(char character)343 protected virtual bool IsReservedCharacter(char character) { throw null; } IsWellFormedOriginalString()344 public bool IsWellFormedOriginalString() { throw null; } IsWellFormedUriString(string uriString, System.UriKind uriKind)345 public static bool IsWellFormedUriString(string uriString, System.UriKind uriKind) { throw null; } 346 [System.ObsoleteAttribute("Use MakeRelativeUri(Uri uri) instead.")] MakeRelative(System.Uri toUri)347 public string MakeRelative(System.Uri toUri) { throw null; } MakeRelativeUri(System.Uri uri)348 public System.Uri MakeRelativeUri(System.Uri uri) { throw null; } operator ==(System.Uri uri1, System.Uri uri2)349 public static bool operator ==(System.Uri uri1, System.Uri uri2) { throw null; } operator !=(System.Uri uri1, System.Uri uri2)350 public static bool operator !=(System.Uri uri1, System.Uri uri2) { throw null; } 351 [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system.")] Parse()352 protected virtual void Parse() { } System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)353 void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } ToString()354 public override string ToString() { throw null; } TryCreate(string uriString, System.UriKind uriKind, out System.Uri result)355 public static bool TryCreate(string uriString, System.UriKind uriKind, out System.Uri result) { result = default(System.Uri); throw null; } TryCreate(System.Uri baseUri, string relativeUri, out System.Uri result)356 public static bool TryCreate(System.Uri baseUri, string relativeUri, out System.Uri result) { result = default(System.Uri); throw null; } TryCreate(System.Uri baseUri, System.Uri relativeUri, out System.Uri result)357 public static bool TryCreate(System.Uri baseUri, System.Uri relativeUri, out System.Uri result) { result = default(System.Uri); throw null; } 358 [System.ObsoleteAttribute] Unescape(string path)359 protected virtual string Unescape(string path) { throw null; } UnescapeDataString(string stringToUnescape)360 public static string UnescapeDataString(string stringToUnescape) { throw null; } 361 } 362 public partial class UriBuilder 363 { UriBuilder()364 public UriBuilder() { } UriBuilder(string uri)365 public UriBuilder(string uri) { } UriBuilder(string schemeName, string hostName)366 public UriBuilder(string schemeName, string hostName) { } UriBuilder(string scheme, string host, int portNumber)367 public UriBuilder(string scheme, string host, int portNumber) { } UriBuilder(string scheme, string host, int port, string pathValue)368 public UriBuilder(string scheme, string host, int port, string pathValue) { } UriBuilder(string scheme, string host, int port, string path, string extraValue)369 public UriBuilder(string scheme, string host, int port, string path, string extraValue) { } UriBuilder(System.Uri uri)370 public UriBuilder(System.Uri uri) { } 371 public string Fragment { get { throw null; } set { } } 372 public string Host { get { throw null; } set { } } 373 public string Password { get { throw null; } set { } } 374 public string Path { get { throw null; } set { } } 375 public int Port { get { throw null; } set { } } 376 public string Query { get { throw null; } set { } } 377 public string Scheme { get { throw null; } set { } } 378 public System.Uri Uri { get { throw null; } } 379 public string UserName { get { throw null; } set { } } Equals(object rparam)380 public override bool Equals(object rparam) { throw null; } GetHashCode()381 public override int GetHashCode() { throw null; } ToString()382 public override string ToString() { throw null; } 383 } 384 [System.FlagsAttribute] 385 public enum UriComponents 386 { 387 AbsoluteUri = 127, 388 Fragment = 64, 389 Host = 4, 390 HostAndPort = 132, 391 HttpRequestUrl = 61, 392 KeepDelimiter = 1073741824, 393 Path = 16, 394 PathAndQuery = 48, 395 Port = 8, 396 Query = 32, 397 Scheme = 1, 398 SchemeAndServer = 13, 399 SerializationInfoString = -2147483648, 400 StrongAuthority = 134, 401 StrongPort = 128, 402 UserInfo = 2, 403 } 404 public enum UriFormat 405 { 406 SafeUnescaped = 3, 407 Unescaped = 2, 408 UriEscaped = 1, 409 } 410 [System.SerializableAttribute] 411 public partial class UriFormatException : System.FormatException, System.Runtime.Serialization.ISerializable 412 { UriFormatException()413 public UriFormatException() { } UriFormatException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)414 protected UriFormatException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { } UriFormatException(string textString)415 public UriFormatException(string textString) { } UriFormatException(string textString, System.Exception e)416 public UriFormatException(string textString, System.Exception e) { } System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)417 void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { } 418 } 419 public enum UriHostNameType 420 { 421 Basic = 1, 422 Dns = 2, 423 IPv4 = 3, 424 IPv6 = 4, 425 Unknown = 0, 426 } 427 public enum UriIdnScope 428 { 429 All = 2, 430 AllExceptIntranet = 1, 431 None = 0, 432 } 433 public enum UriKind 434 { 435 Absolute = 1, 436 Relative = 2, 437 RelativeOrAbsolute = 0, 438 } 439 public abstract partial class UriParser 440 { UriParser()441 protected UriParser() { } GetComponents(System.Uri uri, System.UriComponents components, System.UriFormat format)442 protected internal virtual string GetComponents(System.Uri uri, System.UriComponents components, System.UriFormat format) { throw null; } InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError)443 protected internal virtual void InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError) { parsingError = default(System.UriFormatException); } IsBaseOf(System.Uri baseUri, System.Uri relativeUri)444 protected internal virtual bool IsBaseOf(System.Uri baseUri, System.Uri relativeUri) { throw null; } IsKnownScheme(string schemeName)445 public static bool IsKnownScheme(string schemeName) { throw null; } IsWellFormedOriginalString(System.Uri uri)446 protected internal virtual bool IsWellFormedOriginalString(System.Uri uri) { throw null; } OnNewUri()447 protected internal virtual System.UriParser OnNewUri() { throw null; } 448 [System.MonoTODOAttribute] OnRegister(string schemeName, int defaultPort)449 protected virtual void OnRegister(string schemeName, int defaultPort) { } 450 [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Infrastructure=true)] Register(System.UriParser uriParser, string schemeName, int defaultPort)451 public static void Register(System.UriParser uriParser, string schemeName, int defaultPort) { } 452 [System.MonoTODOAttribute] Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError)453 protected internal virtual string Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError) { parsingError = default(System.UriFormatException); throw null; } 454 } 455 public enum UriPartial 456 { 457 Authority = 1, 458 Path = 2, 459 Query = 3, 460 Scheme = 0, 461 } 462 public partial class UriTypeConverter : System.ComponentModel.TypeConverter 463 { UriTypeConverter()464 public UriTypeConverter() { } CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)465 public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; } CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)466 public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; } ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)467 public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; } ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)468 public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; } IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)469 public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; } 470 } 471 } 472 namespace System.CodeDom 473 { 474 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 475 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 476 [System.SerializableAttribute] 477 public partial class CodeArgumentReferenceExpression : System.CodeDom.CodeExpression 478 { CodeArgumentReferenceExpression()479 public CodeArgumentReferenceExpression() { } CodeArgumentReferenceExpression(string name)480 public CodeArgumentReferenceExpression(string name) { } 481 public string ParameterName { get { throw null; } set { } } 482 } 483 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 484 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 485 [System.SerializableAttribute] 486 public partial class CodeArrayCreateExpression : System.CodeDom.CodeExpression 487 { CodeArrayCreateExpression()488 public CodeArrayCreateExpression() { } CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size)489 public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size) { } CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] initializers)490 public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] initializers) { } CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size)491 public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size) { } CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size)492 public CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size) { } CodeArrayCreateExpression(string createType, params System.CodeDom.CodeExpression[] initializers)493 public CodeArrayCreateExpression(string createType, params System.CodeDom.CodeExpression[] initializers) { } CodeArrayCreateExpression(string createType, int size)494 public CodeArrayCreateExpression(string createType, int size) { } CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size)495 public CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size) { } CodeArrayCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] initializers)496 public CodeArrayCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] initializers) { } CodeArrayCreateExpression(System.Type createType, int size)497 public CodeArrayCreateExpression(System.Type createType, int size) { } 498 public System.CodeDom.CodeTypeReference CreateType { get { throw null; } set { } } 499 public System.CodeDom.CodeExpressionCollection Initializers { get { throw null; } } 500 public int Size { get { throw null; } set { } } 501 public System.CodeDom.CodeExpression SizeExpression { get { throw null; } set { } } 502 } 503 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 504 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 505 [System.SerializableAttribute] 506 public partial class CodeArrayIndexerExpression : System.CodeDom.CodeExpression 507 { CodeArrayIndexerExpression()508 public CodeArrayIndexerExpression() { } CodeArrayIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices)509 public CodeArrayIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices) { } 510 public System.CodeDom.CodeExpressionCollection Indices { get { throw null; } } 511 public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } } 512 } 513 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 514 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 515 [System.SerializableAttribute] 516 public partial class CodeAssignStatement : System.CodeDom.CodeStatement 517 { CodeAssignStatement()518 public CodeAssignStatement() { } CodeAssignStatement(System.CodeDom.CodeExpression left, System.CodeDom.CodeExpression right)519 public CodeAssignStatement(System.CodeDom.CodeExpression left, System.CodeDom.CodeExpression right) { } 520 public System.CodeDom.CodeExpression Left { get { throw null; } set { } } 521 public System.CodeDom.CodeExpression Right { get { throw null; } set { } } 522 } 523 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 524 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 525 [System.SerializableAttribute] 526 public partial class CodeAttachEventStatement : System.CodeDom.CodeStatement 527 { CodeAttachEventStatement()528 public CodeAttachEventStatement() { } CodeAttachEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener)529 public CodeAttachEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener) { } CodeAttachEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener)530 public CodeAttachEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener) { } 531 public System.CodeDom.CodeEventReferenceExpression Event { get { throw null; } set { } } 532 public System.CodeDom.CodeExpression Listener { get { throw null; } set { } } 533 } 534 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 535 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 536 [System.SerializableAttribute] 537 public partial class CodeAttributeArgument 538 { CodeAttributeArgument()539 public CodeAttributeArgument() { } CodeAttributeArgument(System.CodeDom.CodeExpression value)540 public CodeAttributeArgument(System.CodeDom.CodeExpression value) { } CodeAttributeArgument(string name, System.CodeDom.CodeExpression value)541 public CodeAttributeArgument(string name, System.CodeDom.CodeExpression value) { } 542 public string Name { get { throw null; } set { } } 543 public System.CodeDom.CodeExpression Value { get { throw null; } set { } } 544 } 545 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 546 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 547 [System.SerializableAttribute] 548 public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase 549 { CodeAttributeArgumentCollection()550 public CodeAttributeArgumentCollection() { } CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value)551 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { } CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value)552 public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { } 553 public System.CodeDom.CodeAttributeArgument this[int index] { get { throw null; } set { } } Add(System.CodeDom.CodeAttributeArgument value)554 public int Add(System.CodeDom.CodeAttributeArgument value) { throw null; } AddRange(System.CodeDom.CodeAttributeArgumentCollection value)555 public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { } AddRange(System.CodeDom.CodeAttributeArgument[] value)556 public void AddRange(System.CodeDom.CodeAttributeArgument[] value) { } Contains(System.CodeDom.CodeAttributeArgument value)557 public bool Contains(System.CodeDom.CodeAttributeArgument value) { throw null; } CopyTo(System.CodeDom.CodeAttributeArgument[] array, int index)558 public void CopyTo(System.CodeDom.CodeAttributeArgument[] array, int index) { } IndexOf(System.CodeDom.CodeAttributeArgument value)559 public int IndexOf(System.CodeDom.CodeAttributeArgument value) { throw null; } Insert(int index, System.CodeDom.CodeAttributeArgument value)560 public void Insert(int index, System.CodeDom.CodeAttributeArgument value) { } Remove(System.CodeDom.CodeAttributeArgument value)561 public void Remove(System.CodeDom.CodeAttributeArgument value) { } 562 } 563 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 564 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 565 [System.SerializableAttribute] 566 public partial class CodeAttributeDeclaration 567 { CodeAttributeDeclaration()568 public CodeAttributeDeclaration() { } CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType)569 public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType) { } CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments)570 public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments) { } CodeAttributeDeclaration(string name)571 public CodeAttributeDeclaration(string name) { } CodeAttributeDeclaration(string name, params System.CodeDom.CodeAttributeArgument[] arguments)572 public CodeAttributeDeclaration(string name, params System.CodeDom.CodeAttributeArgument[] arguments) { } 573 public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } } 574 public System.CodeDom.CodeTypeReference AttributeType { get { throw null; } } 575 public string Name { get { throw null; } set { } } 576 } 577 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 578 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 579 [System.SerializableAttribute] 580 public partial class CodeAttributeDeclarationCollection : System.Collections.CollectionBase 581 { CodeAttributeDeclarationCollection()582 public CodeAttributeDeclarationCollection() { } CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclarationCollection value)583 public CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclarationCollection value) { } CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclaration[] value)584 public CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclaration[] value) { } 585 public System.CodeDom.CodeAttributeDeclaration this[int index] { get { throw null; } set { } } Add(System.CodeDom.CodeAttributeDeclaration value)586 public int Add(System.CodeDom.CodeAttributeDeclaration value) { throw null; } AddRange(System.CodeDom.CodeAttributeDeclarationCollection value)587 public void AddRange(System.CodeDom.CodeAttributeDeclarationCollection value) { } AddRange(System.CodeDom.CodeAttributeDeclaration[] value)588 public void AddRange(System.CodeDom.CodeAttributeDeclaration[] value) { } Contains(System.CodeDom.CodeAttributeDeclaration value)589 public bool Contains(System.CodeDom.CodeAttributeDeclaration value) { throw null; } CopyTo(System.CodeDom.CodeAttributeDeclaration[] array, int index)590 public void CopyTo(System.CodeDom.CodeAttributeDeclaration[] array, int index) { } IndexOf(System.CodeDom.CodeAttributeDeclaration value)591 public int IndexOf(System.CodeDom.CodeAttributeDeclaration value) { throw null; } Insert(int index, System.CodeDom.CodeAttributeDeclaration value)592 public void Insert(int index, System.CodeDom.CodeAttributeDeclaration value) { } Remove(System.CodeDom.CodeAttributeDeclaration value)593 public void Remove(System.CodeDom.CodeAttributeDeclaration value) { } 594 } 595 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 596 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 597 [System.SerializableAttribute] 598 public partial class CodeBaseReferenceExpression : System.CodeDom.CodeExpression 599 { CodeBaseReferenceExpression()600 public CodeBaseReferenceExpression() { } 601 } 602 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 603 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 604 [System.SerializableAttribute] 605 public partial class CodeBinaryOperatorExpression : System.CodeDom.CodeExpression 606 { CodeBinaryOperatorExpression()607 public CodeBinaryOperatorExpression() { } CodeBinaryOperatorExpression(System.CodeDom.CodeExpression left, System.CodeDom.CodeBinaryOperatorType op, System.CodeDom.CodeExpression right)608 public CodeBinaryOperatorExpression(System.CodeDom.CodeExpression left, System.CodeDom.CodeBinaryOperatorType op, System.CodeDom.CodeExpression right) { } 609 public System.CodeDom.CodeExpression Left { get { throw null; } set { } } 610 public System.CodeDom.CodeBinaryOperatorType Operator { get { throw null; } set { } } 611 public System.CodeDom.CodeExpression Right { get { throw null; } set { } } 612 } 613 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 614 [System.SerializableAttribute] 615 public enum CodeBinaryOperatorType 616 { 617 Add = 0, 618 Assign = 5, 619 BitwiseAnd = 10, 620 BitwiseOr = 9, 621 BooleanAnd = 12, 622 BooleanOr = 11, 623 Divide = 3, 624 GreaterThan = 15, 625 GreaterThanOrEqual = 16, 626 IdentityEquality = 7, 627 IdentityInequality = 6, 628 LessThan = 13, 629 LessThanOrEqual = 14, 630 Modulus = 4, 631 Multiply = 2, 632 Subtract = 1, 633 ValueEquality = 8, 634 } 635 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 636 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 637 [System.SerializableAttribute] 638 public partial class CodeCastExpression : System.CodeDom.CodeExpression 639 { CodeCastExpression()640 public CodeCastExpression() { } CodeCastExpression(System.CodeDom.CodeTypeReference targetType, System.CodeDom.CodeExpression expression)641 public CodeCastExpression(System.CodeDom.CodeTypeReference targetType, System.CodeDom.CodeExpression expression) { } CodeCastExpression(string targetType, System.CodeDom.CodeExpression expression)642 public CodeCastExpression(string targetType, System.CodeDom.CodeExpression expression) { } CodeCastExpression(System.Type targetType, System.CodeDom.CodeExpression expression)643 public CodeCastExpression(System.Type targetType, System.CodeDom.CodeExpression expression) { } 644 public System.CodeDom.CodeExpression Expression { get { throw null; } set { } } 645 public System.CodeDom.CodeTypeReference TargetType { get { throw null; } set { } } 646 } 647 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 648 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 649 [System.SerializableAttribute] 650 public partial class CodeCatchClause 651 { CodeCatchClause()652 public CodeCatchClause() { } CodeCatchClause(string localName)653 public CodeCatchClause(string localName) { } CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType)654 public CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType) { } CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType, params System.CodeDom.CodeStatement[] statements)655 public CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType, params System.CodeDom.CodeStatement[] statements) { } 656 public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } } 657 public string LocalName { get { throw null; } set { } } 658 public System.CodeDom.CodeStatementCollection Statements { get { throw null; } } 659 } 660 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 661 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 662 [System.SerializableAttribute] 663 public partial class CodeCatchClauseCollection : System.Collections.CollectionBase 664 { CodeCatchClauseCollection()665 public CodeCatchClauseCollection() { } CodeCatchClauseCollection(System.CodeDom.CodeCatchClauseCollection value)666 public CodeCatchClauseCollection(System.CodeDom.CodeCatchClauseCollection value) { } CodeCatchClauseCollection(System.CodeDom.CodeCatchClause[] value)667 public CodeCatchClauseCollection(System.CodeDom.CodeCatchClause[] value) { } 668 public System.CodeDom.CodeCatchClause this[int index] { get { throw null; } set { } } Add(System.CodeDom.CodeCatchClause value)669 public int Add(System.CodeDom.CodeCatchClause value) { throw null; } AddRange(System.CodeDom.CodeCatchClauseCollection value)670 public void AddRange(System.CodeDom.CodeCatchClauseCollection value) { } AddRange(System.CodeDom.CodeCatchClause[] value)671 public void AddRange(System.CodeDom.CodeCatchClause[] value) { } Contains(System.CodeDom.CodeCatchClause value)672 public bool Contains(System.CodeDom.CodeCatchClause value) { throw null; } CopyTo(System.CodeDom.CodeCatchClause[] array, int index)673 public void CopyTo(System.CodeDom.CodeCatchClause[] array, int index) { } IndexOf(System.CodeDom.CodeCatchClause value)674 public int IndexOf(System.CodeDom.CodeCatchClause value) { throw null; } Insert(int index, System.CodeDom.CodeCatchClause value)675 public void Insert(int index, System.CodeDom.CodeCatchClause value) { } Remove(System.CodeDom.CodeCatchClause value)676 public void Remove(System.CodeDom.CodeCatchClause value) { } 677 } 678 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 679 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 680 [System.SerializableAttribute] 681 public partial class CodeChecksumPragma : System.CodeDom.CodeDirective 682 { CodeChecksumPragma()683 public CodeChecksumPragma() { } CodeChecksumPragma(string fileName, System.Guid checksumAlgorithmId, byte[] checksumData)684 public CodeChecksumPragma(string fileName, System.Guid checksumAlgorithmId, byte[] checksumData) { } 685 public System.Guid ChecksumAlgorithmId { get { throw null; } set { } } 686 public byte[] ChecksumData { get { throw null; } set { } } 687 public string FileName { get { throw null; } set { } } 688 } 689 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 690 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 691 [System.SerializableAttribute] 692 public partial class CodeComment : System.CodeDom.CodeObject 693 { CodeComment()694 public CodeComment() { } CodeComment(string text)695 public CodeComment(string text) { } CodeComment(string text, bool docComment)696 public CodeComment(string text, bool docComment) { } 697 public bool DocComment { get { throw null; } set { } } 698 public string Text { get { throw null; } set { } } 699 } 700 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 701 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 702 [System.SerializableAttribute] 703 public partial class CodeCommentStatement : System.CodeDom.CodeStatement 704 { CodeCommentStatement()705 public CodeCommentStatement() { } CodeCommentStatement(System.CodeDom.CodeComment comment)706 public CodeCommentStatement(System.CodeDom.CodeComment comment) { } CodeCommentStatement(string text)707 public CodeCommentStatement(string text) { } CodeCommentStatement(string text, bool docComment)708 public CodeCommentStatement(string text, bool docComment) { } 709 public System.CodeDom.CodeComment Comment { get { throw null; } set { } } 710 } 711 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 712 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 713 [System.SerializableAttribute] 714 public partial class CodeCommentStatementCollection : System.Collections.CollectionBase 715 { CodeCommentStatementCollection()716 public CodeCommentStatementCollection() { } CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value)717 public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value) { } CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value)718 public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value) { } 719 public System.CodeDom.CodeCommentStatement this[int index] { get { throw null; } set { } } Add(System.CodeDom.CodeCommentStatement value)720 public int Add(System.CodeDom.CodeCommentStatement value) { throw null; } AddRange(System.CodeDom.CodeCommentStatementCollection value)721 public void AddRange(System.CodeDom.CodeCommentStatementCollection value) { } AddRange(System.CodeDom.CodeCommentStatement[] value)722 public void AddRange(System.CodeDom.CodeCommentStatement[] value) { } Contains(System.CodeDom.CodeCommentStatement value)723 public bool Contains(System.CodeDom.CodeCommentStatement value) { throw null; } CopyTo(System.CodeDom.CodeCommentStatement[] array, int index)724 public void CopyTo(System.CodeDom.CodeCommentStatement[] array, int index) { } IndexOf(System.CodeDom.CodeCommentStatement value)725 public int IndexOf(System.CodeDom.CodeCommentStatement value) { throw null; } Insert(int index, System.CodeDom.CodeCommentStatement value)726 public void Insert(int index, System.CodeDom.CodeCommentStatement value) { } Remove(System.CodeDom.CodeCommentStatement value)727 public void Remove(System.CodeDom.CodeCommentStatement value) { } 728 } 729 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 730 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 731 [System.SerializableAttribute] 732 public partial class CodeCompileUnit : System.CodeDom.CodeObject 733 { CodeCompileUnit()734 public CodeCompileUnit() { } 735 public System.CodeDom.CodeAttributeDeclarationCollection AssemblyCustomAttributes { get { throw null; } } 736 public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } } 737 public System.CodeDom.CodeNamespaceCollection Namespaces { get { throw null; } } 738 public System.Collections.Specialized.StringCollection ReferencedAssemblies { get { throw null; } } 739 public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } } 740 } 741 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 742 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 743 [System.SerializableAttribute] 744 public partial class CodeConditionStatement : System.CodeDom.CodeStatement 745 { CodeConditionStatement()746 public CodeConditionStatement() { } CodeConditionStatement(System.CodeDom.CodeExpression condition, params System.CodeDom.CodeStatement[] trueStatements)747 public CodeConditionStatement(System.CodeDom.CodeExpression condition, params System.CodeDom.CodeStatement[] trueStatements) { } CodeConditionStatement(System.CodeDom.CodeExpression condition, System.CodeDom.CodeStatement[] trueStatements, System.CodeDom.CodeStatement[] falseStatements)748 public CodeConditionStatement(System.CodeDom.CodeExpression condition, System.CodeDom.CodeStatement[] trueStatements, System.CodeDom.CodeStatement[] falseStatements) { } 749 public System.CodeDom.CodeExpression Condition { get { throw null; } set { } } 750 public System.CodeDom.CodeStatementCollection FalseStatements { get { throw null; } } 751 public System.CodeDom.CodeStatementCollection TrueStatements { get { throw null; } } 752 } 753 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 754 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 755 [System.SerializableAttribute] 756 public partial class CodeConstructor : System.CodeDom.CodeMemberMethod 757 { CodeConstructor()758 public CodeConstructor() { } 759 public System.CodeDom.CodeExpressionCollection BaseConstructorArgs { get { throw null; } } 760 public System.CodeDom.CodeExpressionCollection ChainedConstructorArgs { get { throw null; } } 761 } 762 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 763 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 764 [System.SerializableAttribute] 765 public partial class CodeDefaultValueExpression : System.CodeDom.CodeExpression 766 { CodeDefaultValueExpression()767 public CodeDefaultValueExpression() { } CodeDefaultValueExpression(System.CodeDom.CodeTypeReference type)768 public CodeDefaultValueExpression(System.CodeDom.CodeTypeReference type) { } 769 public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } } 770 } 771 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 772 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 773 [System.SerializableAttribute] 774 public partial class CodeDelegateCreateExpression : System.CodeDom.CodeExpression 775 { CodeDelegateCreateExpression()776 public CodeDelegateCreateExpression() { } CodeDelegateCreateExpression(System.CodeDom.CodeTypeReference delegateType, System.CodeDom.CodeExpression targetObject, string methodName)777 public CodeDelegateCreateExpression(System.CodeDom.CodeTypeReference delegateType, System.CodeDom.CodeExpression targetObject, string methodName) { } 778 public System.CodeDom.CodeTypeReference DelegateType { get { throw null; } set { } } 779 public string MethodName { get { throw null; } set { } } 780 public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } } 781 } 782 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 783 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 784 [System.SerializableAttribute] 785 public partial class CodeDelegateInvokeExpression : System.CodeDom.CodeExpression 786 { CodeDelegateInvokeExpression()787 public CodeDelegateInvokeExpression() { } CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject)788 public CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject) { } CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] parameters)789 public CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] parameters) { } 790 public System.CodeDom.CodeExpressionCollection Parameters { get { throw null; } } 791 public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } } 792 } 793 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 794 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 795 [System.SerializableAttribute] 796 public partial class CodeDirectionExpression : System.CodeDom.CodeExpression 797 { CodeDirectionExpression()798 public CodeDirectionExpression() { } CodeDirectionExpression(System.CodeDom.FieldDirection direction, System.CodeDom.CodeExpression expression)799 public CodeDirectionExpression(System.CodeDom.FieldDirection direction, System.CodeDom.CodeExpression expression) { } 800 public System.CodeDom.FieldDirection Direction { get { throw null; } set { } } 801 public System.CodeDom.CodeExpression Expression { get { throw null; } set { } } 802 } 803 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 804 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 805 [System.SerializableAttribute] 806 public partial class CodeDirective : System.CodeDom.CodeObject 807 { CodeDirective()808 public CodeDirective() { } 809 } 810 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 811 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 812 [System.SerializableAttribute] 813 public partial class CodeDirectiveCollection : System.Collections.CollectionBase 814 { CodeDirectiveCollection()815 public CodeDirectiveCollection() { } CodeDirectiveCollection(System.CodeDom.CodeDirectiveCollection value)816 public CodeDirectiveCollection(System.CodeDom.CodeDirectiveCollection value) { } CodeDirectiveCollection(System.CodeDom.CodeDirective[] value)817 public CodeDirectiveCollection(System.CodeDom.CodeDirective[] value) { } 818 public System.CodeDom.CodeDirective this[int index] { get { throw null; } set { } } Add(System.CodeDom.CodeDirective value)819 public int Add(System.CodeDom.CodeDirective value) { throw null; } AddRange(System.CodeDom.CodeDirectiveCollection value)820 public void AddRange(System.CodeDom.CodeDirectiveCollection value) { } AddRange(System.CodeDom.CodeDirective[] value)821 public void AddRange(System.CodeDom.CodeDirective[] value) { } Contains(System.CodeDom.CodeDirective value)822 public bool Contains(System.CodeDom.CodeDirective value) { throw null; } CopyTo(System.CodeDom.CodeDirective[] array, int index)823 public void CopyTo(System.CodeDom.CodeDirective[] array, int index) { } IndexOf(System.CodeDom.CodeDirective value)824 public int IndexOf(System.CodeDom.CodeDirective value) { throw null; } Insert(int index, System.CodeDom.CodeDirective value)825 public void Insert(int index, System.CodeDom.CodeDirective value) { } Remove(System.CodeDom.CodeDirective value)826 public void Remove(System.CodeDom.CodeDirective value) { } 827 } 828 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 829 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 830 [System.SerializableAttribute] 831 public partial class CodeEntryPointMethod : System.CodeDom.CodeMemberMethod 832 { CodeEntryPointMethod()833 public CodeEntryPointMethod() { } 834 } 835 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 836 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 837 [System.SerializableAttribute] 838 public partial class CodeEventReferenceExpression : System.CodeDom.CodeExpression 839 { CodeEventReferenceExpression()840 public CodeEventReferenceExpression() { } CodeEventReferenceExpression(System.CodeDom.CodeExpression targetObject, string eventName)841 public CodeEventReferenceExpression(System.CodeDom.CodeExpression targetObject, string eventName) { } 842 public string EventName { get { throw null; } set { } } 843 public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } } 844 } 845 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 846 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 847 [System.SerializableAttribute] 848 public partial class CodeExpression : System.CodeDom.CodeObject 849 { CodeExpression()850 public CodeExpression() { } 851 } 852 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 853 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 854 [System.SerializableAttribute] 855 public partial class CodeExpressionCollection : System.Collections.CollectionBase 856 { CodeExpressionCollection()857 public CodeExpressionCollection() { } CodeExpressionCollection(System.CodeDom.CodeExpressionCollection value)858 public CodeExpressionCollection(System.CodeDom.CodeExpressionCollection value) { } CodeExpressionCollection(System.CodeDom.CodeExpression[] value)859 public CodeExpressionCollection(System.CodeDom.CodeExpression[] value) { } 860 public System.CodeDom.CodeExpression this[int index] { get { throw null; } set { } } Add(System.CodeDom.CodeExpression value)861 public int Add(System.CodeDom.CodeExpression value) { throw null; } AddRange(System.CodeDom.CodeExpressionCollection value)862 public void AddRange(System.CodeDom.CodeExpressionCollection value) { } AddRange(System.CodeDom.CodeExpression[] value)863 public void AddRange(System.CodeDom.CodeExpression[] value) { } Contains(System.CodeDom.CodeExpression value)864 public bool Contains(System.CodeDom.CodeExpression value) { throw null; } CopyTo(System.CodeDom.CodeExpression[] array, int index)865 public void CopyTo(System.CodeDom.CodeExpression[] array, int index) { } IndexOf(System.CodeDom.CodeExpression value)866 public int IndexOf(System.CodeDom.CodeExpression value) { throw null; } Insert(int index, System.CodeDom.CodeExpression value)867 public void Insert(int index, System.CodeDom.CodeExpression value) { } Remove(System.CodeDom.CodeExpression value)868 public void Remove(System.CodeDom.CodeExpression value) { } 869 } 870 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 871 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 872 [System.SerializableAttribute] 873 public partial class CodeExpressionStatement : System.CodeDom.CodeStatement 874 { CodeExpressionStatement()875 public CodeExpressionStatement() { } CodeExpressionStatement(System.CodeDom.CodeExpression expression)876 public CodeExpressionStatement(System.CodeDom.CodeExpression expression) { } 877 public System.CodeDom.CodeExpression Expression { get { throw null; } set { } } 878 } 879 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 880 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 881 [System.SerializableAttribute] 882 public partial class CodeFieldReferenceExpression : System.CodeDom.CodeExpression 883 { CodeFieldReferenceExpression()884 public CodeFieldReferenceExpression() { } CodeFieldReferenceExpression(System.CodeDom.CodeExpression targetObject, string fieldName)885 public CodeFieldReferenceExpression(System.CodeDom.CodeExpression targetObject, string fieldName) { } 886 public string FieldName { get { throw null; } set { } } 887 public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } } 888 } 889 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 890 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 891 [System.SerializableAttribute] 892 public partial class CodeGotoStatement : System.CodeDom.CodeStatement 893 { CodeGotoStatement()894 public CodeGotoStatement() { } CodeGotoStatement(string label)895 public CodeGotoStatement(string label) { } 896 public string Label { get { throw null; } set { } } 897 } 898 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 899 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 900 [System.SerializableAttribute] 901 public partial class CodeIndexerExpression : System.CodeDom.CodeExpression 902 { CodeIndexerExpression()903 public CodeIndexerExpression() { } CodeIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices)904 public CodeIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices) { } 905 public System.CodeDom.CodeExpressionCollection Indices { get { throw null; } } 906 public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } } 907 } 908 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 909 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 910 [System.SerializableAttribute] 911 public partial class CodeIterationStatement : System.CodeDom.CodeStatement 912 { CodeIterationStatement()913 public CodeIterationStatement() { } CodeIterationStatement(System.CodeDom.CodeStatement initStatement, System.CodeDom.CodeExpression testExpression, System.CodeDom.CodeStatement incrementStatement, params System.CodeDom.CodeStatement[] statements)914 public CodeIterationStatement(System.CodeDom.CodeStatement initStatement, System.CodeDom.CodeExpression testExpression, System.CodeDom.CodeStatement incrementStatement, params System.CodeDom.CodeStatement[] statements) { } 915 public System.CodeDom.CodeStatement IncrementStatement { get { throw null; } set { } } 916 public System.CodeDom.CodeStatement InitStatement { get { throw null; } set { } } 917 public System.CodeDom.CodeStatementCollection Statements { get { throw null; } } 918 public System.CodeDom.CodeExpression TestExpression { get { throw null; } set { } } 919 } 920 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 921 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 922 [System.SerializableAttribute] 923 public partial class CodeLabeledStatement : System.CodeDom.CodeStatement 924 { CodeLabeledStatement()925 public CodeLabeledStatement() { } CodeLabeledStatement(string label)926 public CodeLabeledStatement(string label) { } CodeLabeledStatement(string label, System.CodeDom.CodeStatement statement)927 public CodeLabeledStatement(string label, System.CodeDom.CodeStatement statement) { } 928 public string Label { get { throw null; } set { } } 929 public System.CodeDom.CodeStatement Statement { get { throw null; } set { } } 930 } 931 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 932 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 933 [System.SerializableAttribute] 934 public partial class CodeLinePragma 935 { CodeLinePragma()936 public CodeLinePragma() { } CodeLinePragma(string fileName, int lineNumber)937 public CodeLinePragma(string fileName, int lineNumber) { } 938 public string FileName { get { throw null; } set { } } 939 public int LineNumber { get { throw null; } set { } } 940 } 941 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 942 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 943 [System.SerializableAttribute] 944 public partial class CodeMemberEvent : System.CodeDom.CodeTypeMember 945 { CodeMemberEvent()946 public CodeMemberEvent() { } 947 public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } } 948 public System.CodeDom.CodeTypeReference PrivateImplementationType { get { throw null; } set { } } 949 public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } } 950 } 951 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 952 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 953 [System.SerializableAttribute] 954 public partial class CodeMemberField : System.CodeDom.CodeTypeMember 955 { CodeMemberField()956 public CodeMemberField() { } CodeMemberField(System.CodeDom.CodeTypeReference type, string name)957 public CodeMemberField(System.CodeDom.CodeTypeReference type, string name) { } CodeMemberField(string type, string name)958 public CodeMemberField(string type, string name) { } CodeMemberField(System.Type type, string name)959 public CodeMemberField(System.Type type, string name) { } 960 public System.CodeDom.CodeExpression InitExpression { get { throw null; } set { } } 961 public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } } 962 } 963 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 964 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 965 [System.SerializableAttribute] 966 public partial class CodeMemberMethod : System.CodeDom.CodeTypeMember 967 { CodeMemberMethod()968 public CodeMemberMethod() { } 969 public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } } 970 public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { get { throw null; } } 971 public System.CodeDom.CodeTypeReference PrivateImplementationType { get { throw null; } set { } } 972 public System.CodeDom.CodeTypeReference ReturnType { get { throw null; } set { } } 973 public System.CodeDom.CodeAttributeDeclarationCollection ReturnTypeCustomAttributes { get { throw null; } } 974 public System.CodeDom.CodeStatementCollection Statements { get { throw null; } } 975 [System.Runtime.InteropServices.ComVisibleAttribute(false)] 976 public System.CodeDom.CodeTypeParameterCollection TypeParameters { get { throw null; } } 977 public event System.EventHandler PopulateImplementationTypes { add { } remove { } } 978 public event System.EventHandler PopulateParameters { add { } remove { } } 979 public event System.EventHandler PopulateStatements { add { } remove { } } 980 } 981 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 982 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 983 [System.SerializableAttribute] 984 public partial class CodeMemberProperty : System.CodeDom.CodeTypeMember 985 { CodeMemberProperty()986 public CodeMemberProperty() { } 987 public System.CodeDom.CodeStatementCollection GetStatements { get { throw null; } } 988 public bool HasGet { get { throw null; } set { } } 989 public bool HasSet { get { throw null; } set { } } 990 public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } } 991 public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { get { throw null; } } 992 public System.CodeDom.CodeTypeReference PrivateImplementationType { get { throw null; } set { } } 993 public System.CodeDom.CodeStatementCollection SetStatements { get { throw null; } } 994 public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } } 995 } 996 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 997 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 998 [System.SerializableAttribute] 999 public partial class CodeMethodInvokeExpression : System.CodeDom.CodeExpression 1000 { CodeMethodInvokeExpression()1001 public CodeMethodInvokeExpression() { } CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters)1002 public CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters) { } CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression method, params System.CodeDom.CodeExpression[] parameters)1003 public CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression method, params System.CodeDom.CodeExpression[] parameters) { } 1004 public System.CodeDom.CodeMethodReferenceExpression Method { get { throw null; } set { } } 1005 public System.CodeDom.CodeExpressionCollection Parameters { get { throw null; } } 1006 } 1007 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1008 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1009 [System.SerializableAttribute] 1010 public partial class CodeMethodReferenceExpression : System.CodeDom.CodeExpression 1011 { CodeMethodReferenceExpression()1012 public CodeMethodReferenceExpression() { } CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName)1013 public CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName) { } CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeTypeReference[] typeParameters)1014 public CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeTypeReference[] typeParameters) { } 1015 public string MethodName { get { throw null; } set { } } 1016 public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } } 1017 [System.Runtime.InteropServices.ComVisibleAttribute(false)] 1018 public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get { throw null; } } 1019 } 1020 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1021 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1022 [System.SerializableAttribute] 1023 public partial class CodeMethodReturnStatement : System.CodeDom.CodeStatement 1024 { CodeMethodReturnStatement()1025 public CodeMethodReturnStatement() { } CodeMethodReturnStatement(System.CodeDom.CodeExpression expression)1026 public CodeMethodReturnStatement(System.CodeDom.CodeExpression expression) { } 1027 public System.CodeDom.CodeExpression Expression { get { throw null; } set { } } 1028 } 1029 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1030 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1031 [System.SerializableAttribute] 1032 public partial class CodeNamespace : System.CodeDom.CodeObject 1033 { CodeNamespace()1034 public CodeNamespace() { } CodeNamespace(string name)1035 public CodeNamespace(string name) { } 1036 public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } } 1037 public System.CodeDom.CodeNamespaceImportCollection Imports { get { throw null; } } 1038 public string Name { get { throw null; } set { } } 1039 public System.CodeDom.CodeTypeDeclarationCollection Types { get { throw null; } } 1040 public event System.EventHandler PopulateComments { add { } remove { } } 1041 public event System.EventHandler PopulateImports { add { } remove { } } 1042 public event System.EventHandler PopulateTypes { add { } remove { } } 1043 } 1044 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1045 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1046 [System.SerializableAttribute] 1047 public partial class CodeNamespaceCollection : System.Collections.CollectionBase 1048 { CodeNamespaceCollection()1049 public CodeNamespaceCollection() { } CodeNamespaceCollection(System.CodeDom.CodeNamespaceCollection value)1050 public CodeNamespaceCollection(System.CodeDom.CodeNamespaceCollection value) { } CodeNamespaceCollection(System.CodeDom.CodeNamespace[] value)1051 public CodeNamespaceCollection(System.CodeDom.CodeNamespace[] value) { } 1052 public System.CodeDom.CodeNamespace this[int index] { get { throw null; } set { } } Add(System.CodeDom.CodeNamespace value)1053 public int Add(System.CodeDom.CodeNamespace value) { throw null; } AddRange(System.CodeDom.CodeNamespaceCollection value)1054 public void AddRange(System.CodeDom.CodeNamespaceCollection value) { } AddRange(System.CodeDom.CodeNamespace[] value)1055 public void AddRange(System.CodeDom.CodeNamespace[] value) { } Contains(System.CodeDom.CodeNamespace value)1056 public bool Contains(System.CodeDom.CodeNamespace value) { throw null; } CopyTo(System.CodeDom.CodeNamespace[] array, int index)1057 public void CopyTo(System.CodeDom.CodeNamespace[] array, int index) { } IndexOf(System.CodeDom.CodeNamespace value)1058 public int IndexOf(System.CodeDom.CodeNamespace value) { throw null; } Insert(int index, System.CodeDom.CodeNamespace value)1059 public void Insert(int index, System.CodeDom.CodeNamespace value) { } Remove(System.CodeDom.CodeNamespace value)1060 public void Remove(System.CodeDom.CodeNamespace value) { } 1061 } 1062 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1063 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1064 [System.SerializableAttribute] 1065 public partial class CodeNamespaceImport : System.CodeDom.CodeObject 1066 { CodeNamespaceImport()1067 public CodeNamespaceImport() { } CodeNamespaceImport(string nameSpace)1068 public CodeNamespaceImport(string nameSpace) { } 1069 public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } } 1070 public string Namespace { get { throw null; } set { } } 1071 } 1072 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1073 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1074 [System.SerializableAttribute] 1075 public partial class CodeNamespaceImportCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList 1076 { CodeNamespaceImportCollection()1077 public CodeNamespaceImportCollection() { } 1078 public int Count { get { throw null; } } 1079 public System.CodeDom.CodeNamespaceImport this[int index] { get { throw null; } set { } } 1080 int System.Collections.ICollection.Count { get { throw null; } } 1081 bool System.Collections.ICollection.IsSynchronized { get { throw null; } } 1082 object System.Collections.ICollection.SyncRoot { get { throw null; } } 1083 bool System.Collections.IList.IsFixedSize { get { throw null; } } 1084 bool System.Collections.IList.IsReadOnly { get { throw null; } } 1085 object System.Collections.IList.this[int index] { get { throw null; } set { } } Add(System.CodeDom.CodeNamespaceImport value)1086 public void Add(System.CodeDom.CodeNamespaceImport value) { } AddRange(System.CodeDom.CodeNamespaceImport[] value)1087 public void AddRange(System.CodeDom.CodeNamespaceImport[] value) { } Clear()1088 public void Clear() { } GetEnumerator()1089 public System.Collections.IEnumerator GetEnumerator() { throw null; } System.Collections.ICollection.CopyTo(System.Array array, int index)1090 void System.Collections.ICollection.CopyTo(System.Array array, int index) { } System.Collections.IEnumerable.GetEnumerator()1091 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } System.Collections.IList.Add(object value)1092 int System.Collections.IList.Add(object value) { throw null; } System.Collections.IList.Clear()1093 void System.Collections.IList.Clear() { } System.Collections.IList.Contains(object value)1094 bool System.Collections.IList.Contains(object value) { throw null; } System.Collections.IList.IndexOf(object value)1095 int System.Collections.IList.IndexOf(object value) { throw null; } System.Collections.IList.Insert(int index, object value)1096 void System.Collections.IList.Insert(int index, object value) { } System.Collections.IList.Remove(object value)1097 void System.Collections.IList.Remove(object value) { } System.Collections.IList.RemoveAt(int index)1098 void System.Collections.IList.RemoveAt(int index) { } 1099 } 1100 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1101 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1102 [System.SerializableAttribute] 1103 public partial class CodeObject 1104 { CodeObject()1105 public CodeObject() { } 1106 public System.Collections.IDictionary UserData { get { throw null; } } 1107 } 1108 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1109 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1110 [System.SerializableAttribute] 1111 public partial class CodeObjectCreateExpression : System.CodeDom.CodeExpression 1112 { CodeObjectCreateExpression()1113 public CodeObjectCreateExpression() { } CodeObjectCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] parameters)1114 public CodeObjectCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] parameters) { } CodeObjectCreateExpression(string createType, params System.CodeDom.CodeExpression[] parameters)1115 public CodeObjectCreateExpression(string createType, params System.CodeDom.CodeExpression[] parameters) { } CodeObjectCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] parameters)1116 public CodeObjectCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] parameters) { } 1117 public System.CodeDom.CodeTypeReference CreateType { get { throw null; } set { } } 1118 public System.CodeDom.CodeExpressionCollection Parameters { get { throw null; } } 1119 } 1120 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1121 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1122 [System.SerializableAttribute] 1123 public partial class CodeParameterDeclarationExpression : System.CodeDom.CodeExpression 1124 { CodeParameterDeclarationExpression()1125 public CodeParameterDeclarationExpression() { } CodeParameterDeclarationExpression(System.CodeDom.CodeTypeReference type, string name)1126 public CodeParameterDeclarationExpression(System.CodeDom.CodeTypeReference type, string name) { } CodeParameterDeclarationExpression(string type, string name)1127 public CodeParameterDeclarationExpression(string type, string name) { } CodeParameterDeclarationExpression(System.Type type, string name)1128 public CodeParameterDeclarationExpression(System.Type type, string name) { } 1129 public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } set { } } 1130 public System.CodeDom.FieldDirection Direction { get { throw null; } set { } } 1131 public string Name { get { throw null; } set { } } 1132 public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } } 1133 } 1134 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1135 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1136 [System.SerializableAttribute] 1137 public partial class CodeParameterDeclarationExpressionCollection : System.Collections.CollectionBase 1138 { CodeParameterDeclarationExpressionCollection()1139 public CodeParameterDeclarationExpressionCollection() { } CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpressionCollection value)1140 public CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpressionCollection value) { } CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpression[] value)1141 public CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpression[] value) { } 1142 public System.CodeDom.CodeParameterDeclarationExpression this[int index] { get { throw null; } set { } } Add(System.CodeDom.CodeParameterDeclarationExpression value)1143 public int Add(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; } AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value)1144 public void AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value) { } AddRange(System.CodeDom.CodeParameterDeclarationExpression[] value)1145 public void AddRange(System.CodeDom.CodeParameterDeclarationExpression[] value) { } Contains(System.CodeDom.CodeParameterDeclarationExpression value)1146 public bool Contains(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; } CopyTo(System.CodeDom.CodeParameterDeclarationExpression[] array, int index)1147 public void CopyTo(System.CodeDom.CodeParameterDeclarationExpression[] array, int index) { } IndexOf(System.CodeDom.CodeParameterDeclarationExpression value)1148 public int IndexOf(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; } Insert(int index, System.CodeDom.CodeParameterDeclarationExpression value)1149 public void Insert(int index, System.CodeDom.CodeParameterDeclarationExpression value) { } Remove(System.CodeDom.CodeParameterDeclarationExpression value)1150 public void Remove(System.CodeDom.CodeParameterDeclarationExpression value) { } 1151 } 1152 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1153 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1154 [System.SerializableAttribute] 1155 public partial class CodePrimitiveExpression : System.CodeDom.CodeExpression 1156 { CodePrimitiveExpression()1157 public CodePrimitiveExpression() { } CodePrimitiveExpression(object value)1158 public CodePrimitiveExpression(object value) { } 1159 public object Value { get { throw null; } set { } } 1160 } 1161 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1162 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1163 [System.SerializableAttribute] 1164 public partial class CodePropertyReferenceExpression : System.CodeDom.CodeExpression 1165 { CodePropertyReferenceExpression()1166 public CodePropertyReferenceExpression() { } CodePropertyReferenceExpression(System.CodeDom.CodeExpression targetObject, string propertyName)1167 public CodePropertyReferenceExpression(System.CodeDom.CodeExpression targetObject, string propertyName) { } 1168 public string PropertyName { get { throw null; } set { } } 1169 public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } } 1170 } 1171 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1172 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1173 [System.SerializableAttribute] 1174 public partial class CodePropertySetValueReferenceExpression : System.CodeDom.CodeExpression 1175 { CodePropertySetValueReferenceExpression()1176 public CodePropertySetValueReferenceExpression() { } 1177 } 1178 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1179 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1180 [System.SerializableAttribute] 1181 public partial class CodeRegionDirective : System.CodeDom.CodeDirective 1182 { CodeRegionDirective()1183 public CodeRegionDirective() { } CodeRegionDirective(System.CodeDom.CodeRegionMode regionMode, string regionText)1184 public CodeRegionDirective(System.CodeDom.CodeRegionMode regionMode, string regionText) { } 1185 public System.CodeDom.CodeRegionMode RegionMode { get { throw null; } set { } } 1186 public string RegionText { get { throw null; } set { } } 1187 } 1188 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1189 [System.SerializableAttribute] 1190 public enum CodeRegionMode 1191 { 1192 End = 2, 1193 None = 0, 1194 Start = 1, 1195 } 1196 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1197 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1198 [System.SerializableAttribute] 1199 public partial class CodeRemoveEventStatement : System.CodeDom.CodeStatement 1200 { CodeRemoveEventStatement()1201 public CodeRemoveEventStatement() { } CodeRemoveEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener)1202 public CodeRemoveEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener) { } CodeRemoveEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener)1203 public CodeRemoveEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener) { } 1204 public System.CodeDom.CodeEventReferenceExpression Event { get { throw null; } set { } } 1205 public System.CodeDom.CodeExpression Listener { get { throw null; } set { } } 1206 } 1207 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1208 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1209 [System.SerializableAttribute] 1210 public partial class CodeSnippetCompileUnit : System.CodeDom.CodeCompileUnit 1211 { CodeSnippetCompileUnit()1212 public CodeSnippetCompileUnit() { } CodeSnippetCompileUnit(string value)1213 public CodeSnippetCompileUnit(string value) { } 1214 public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } } 1215 public string Value { get { throw null; } set { } } 1216 } 1217 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1218 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1219 [System.SerializableAttribute] 1220 public partial class CodeSnippetExpression : System.CodeDom.CodeExpression 1221 { CodeSnippetExpression()1222 public CodeSnippetExpression() { } CodeSnippetExpression(string value)1223 public CodeSnippetExpression(string value) { } 1224 public string Value { get { throw null; } set { } } 1225 } 1226 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1227 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1228 [System.SerializableAttribute] 1229 public partial class CodeSnippetStatement : System.CodeDom.CodeStatement 1230 { CodeSnippetStatement()1231 public CodeSnippetStatement() { } CodeSnippetStatement(string value)1232 public CodeSnippetStatement(string value) { } 1233 public string Value { get { throw null; } set { } } 1234 } 1235 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1236 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1237 [System.SerializableAttribute] 1238 public partial class CodeSnippetTypeMember : System.CodeDom.CodeTypeMember 1239 { CodeSnippetTypeMember()1240 public CodeSnippetTypeMember() { } CodeSnippetTypeMember(string text)1241 public CodeSnippetTypeMember(string text) { } 1242 public string Text { get { throw null; } set { } } 1243 } 1244 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1245 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1246 [System.SerializableAttribute] 1247 public partial class CodeStatement : System.CodeDom.CodeObject 1248 { CodeStatement()1249 public CodeStatement() { } 1250 public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } } 1251 public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } } 1252 public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } } 1253 } 1254 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1255 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1256 [System.SerializableAttribute] 1257 public partial class CodeStatementCollection : System.Collections.CollectionBase 1258 { CodeStatementCollection()1259 public CodeStatementCollection() { } CodeStatementCollection(System.CodeDom.CodeStatementCollection value)1260 public CodeStatementCollection(System.CodeDom.CodeStatementCollection value) { } CodeStatementCollection(System.CodeDom.CodeStatement[] value)1261 public CodeStatementCollection(System.CodeDom.CodeStatement[] value) { } 1262 public System.CodeDom.CodeStatement this[int index] { get { throw null; } set { } } Add(System.CodeDom.CodeExpression value)1263 public int Add(System.CodeDom.CodeExpression value) { throw null; } Add(System.CodeDom.CodeStatement value)1264 public int Add(System.CodeDom.CodeStatement value) { throw null; } AddRange(System.CodeDom.CodeStatementCollection value)1265 public void AddRange(System.CodeDom.CodeStatementCollection value) { } AddRange(System.CodeDom.CodeStatement[] value)1266 public void AddRange(System.CodeDom.CodeStatement[] value) { } Contains(System.CodeDom.CodeStatement value)1267 public bool Contains(System.CodeDom.CodeStatement value) { throw null; } CopyTo(System.CodeDom.CodeStatement[] array, int index)1268 public void CopyTo(System.CodeDom.CodeStatement[] array, int index) { } IndexOf(System.CodeDom.CodeStatement value)1269 public int IndexOf(System.CodeDom.CodeStatement value) { throw null; } Insert(int index, System.CodeDom.CodeStatement value)1270 public void Insert(int index, System.CodeDom.CodeStatement value) { } Remove(System.CodeDom.CodeStatement value)1271 public void Remove(System.CodeDom.CodeStatement value) { } 1272 } 1273 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1274 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1275 [System.SerializableAttribute] 1276 public partial class CodeThisReferenceExpression : System.CodeDom.CodeExpression 1277 { CodeThisReferenceExpression()1278 public CodeThisReferenceExpression() { } 1279 } 1280 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1281 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1282 [System.SerializableAttribute] 1283 public partial class CodeThrowExceptionStatement : System.CodeDom.CodeStatement 1284 { CodeThrowExceptionStatement()1285 public CodeThrowExceptionStatement() { } CodeThrowExceptionStatement(System.CodeDom.CodeExpression toThrow)1286 public CodeThrowExceptionStatement(System.CodeDom.CodeExpression toThrow) { } 1287 public System.CodeDom.CodeExpression ToThrow { get { throw null; } set { } } 1288 } 1289 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1290 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1291 [System.SerializableAttribute] 1292 public partial class CodeTryCatchFinallyStatement : System.CodeDom.CodeStatement 1293 { CodeTryCatchFinallyStatement()1294 public CodeTryCatchFinallyStatement() { } CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses)1295 public CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses) { } CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses, System.CodeDom.CodeStatement[] finallyStatements)1296 public CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses, System.CodeDom.CodeStatement[] finallyStatements) { } 1297 public System.CodeDom.CodeCatchClauseCollection CatchClauses { get { throw null; } } 1298 public System.CodeDom.CodeStatementCollection FinallyStatements { get { throw null; } } 1299 public System.CodeDom.CodeStatementCollection TryStatements { get { throw null; } } 1300 } 1301 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1302 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1303 [System.SerializableAttribute] 1304 public partial class CodeTypeConstructor : System.CodeDom.CodeMemberMethod 1305 { CodeTypeConstructor()1306 public CodeTypeConstructor() { } 1307 } 1308 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1309 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1310 [System.SerializableAttribute] 1311 public partial class CodeTypeDeclaration : System.CodeDom.CodeTypeMember 1312 { CodeTypeDeclaration()1313 public CodeTypeDeclaration() { } CodeTypeDeclaration(string name)1314 public CodeTypeDeclaration(string name) { } 1315 public System.CodeDom.CodeTypeReferenceCollection BaseTypes { get { throw null; } } 1316 public bool IsClass { get { throw null; } set { } } 1317 public bool IsEnum { get { throw null; } set { } } 1318 public bool IsInterface { get { throw null; } set { } } 1319 public bool IsPartial { get { throw null; } set { } } 1320 public bool IsStruct { get { throw null; } set { } } 1321 public System.CodeDom.CodeTypeMemberCollection Members { get { throw null; } } 1322 public System.Reflection.TypeAttributes TypeAttributes { get { throw null; } set { } } 1323 [System.Runtime.InteropServices.ComVisibleAttribute(false)] 1324 public System.CodeDom.CodeTypeParameterCollection TypeParameters { get { throw null; } } 1325 public event System.EventHandler PopulateBaseTypes { add { } remove { } } 1326 public event System.EventHandler PopulateMembers { add { } remove { } } 1327 } 1328 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1329 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1330 [System.SerializableAttribute] 1331 public partial class CodeTypeDeclarationCollection : System.Collections.CollectionBase 1332 { CodeTypeDeclarationCollection()1333 public CodeTypeDeclarationCollection() { } CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclarationCollection value)1334 public CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclarationCollection value) { } CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclaration[] value)1335 public CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclaration[] value) { } 1336 public System.CodeDom.CodeTypeDeclaration this[int index] { get { throw null; } set { } } Add(System.CodeDom.CodeTypeDeclaration value)1337 public int Add(System.CodeDom.CodeTypeDeclaration value) { throw null; } AddRange(System.CodeDom.CodeTypeDeclarationCollection value)1338 public void AddRange(System.CodeDom.CodeTypeDeclarationCollection value) { } AddRange(System.CodeDom.CodeTypeDeclaration[] value)1339 public void AddRange(System.CodeDom.CodeTypeDeclaration[] value) { } Contains(System.CodeDom.CodeTypeDeclaration value)1340 public bool Contains(System.CodeDom.CodeTypeDeclaration value) { throw null; } CopyTo(System.CodeDom.CodeTypeDeclaration[] array, int index)1341 public void CopyTo(System.CodeDom.CodeTypeDeclaration[] array, int index) { } IndexOf(System.CodeDom.CodeTypeDeclaration value)1342 public int IndexOf(System.CodeDom.CodeTypeDeclaration value) { throw null; } Insert(int index, System.CodeDom.CodeTypeDeclaration value)1343 public void Insert(int index, System.CodeDom.CodeTypeDeclaration value) { } Remove(System.CodeDom.CodeTypeDeclaration value)1344 public void Remove(System.CodeDom.CodeTypeDeclaration value) { } 1345 } 1346 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1347 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1348 [System.SerializableAttribute] 1349 public partial class CodeTypeDelegate : System.CodeDom.CodeTypeDeclaration 1350 { CodeTypeDelegate()1351 public CodeTypeDelegate() { } CodeTypeDelegate(string name)1352 public CodeTypeDelegate(string name) { } 1353 public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { get { throw null; } } 1354 public System.CodeDom.CodeTypeReference ReturnType { get { throw null; } set { } } 1355 } 1356 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1357 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1358 [System.SerializableAttribute] 1359 public partial class CodeTypeMember : System.CodeDom.CodeObject 1360 { CodeTypeMember()1361 public CodeTypeMember() { } 1362 public System.CodeDom.MemberAttributes Attributes { get { throw null; } set { } } 1363 public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } } 1364 public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } set { } } 1365 public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } } 1366 public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } } 1367 public string Name { get { throw null; } set { } } 1368 public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } } 1369 } 1370 [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))] 1371 [System.Runtime.InteropServices.ComVisibleAttribute(true)] 1372 [System.SerializableAttribute] 1373 public partial class CodeTypeMemberCollection : System.Collections.CollectionBase 1374 { CodeTypeMemberCollection()1375 public CodeTypeMemberCollection() { } CodeTypeMemberCollection(System.CodeDom.CodeTypeMemberCollection value)1376 public CodeTypeMemberCollection(System.CodeDom.CodeTypeMemberCollection value) { } CodeTypeMemberCollection(System.CodeDom.CodeTypeMember[] value)1377 public CodeTypeMemberCollection(System.CodeDom.CodeTypeMember[] value) { } 1378 public System.CodeDom.CodeTypeMember this[int index] { get { throw null; } set { } } Add(System.CodeDom.CodeTypeMember value)1379 public int Add(System.CodeDom.CodeTypeMember value) { throw null; } AddRange(System.CodeDom.CodeTypeMemberCollection value)1380 public void AddRange(System.CodeDom.CodeTypeMemberCollection value) { } AddRange(System.CodeDom.CodeTypeMember[] value)1381 public void AddRange(System.CodeDom.CodeTypeMember[] value) { } Contains(System.CodeDom.CodeTypeMember value)1382 public bool Contains(System.CodeDom.CodeTypeMember value) { throw null; } CopyTo(System.CodeDom.CodeTypeMember[] array, int index)1383 public void CopyTo(System.CodeDom.CodeTypeMember[] array, int index) { } IndexOf(System.CodeDom.CodeTypeMember value)1384 public int IndexOf(System.CodeDom.CodeTypeMember value) { throw null; } Insert(int index, System.CodeDom.CodeTypeMember value)1385