Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/reference-assemblies.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/v4.7.2/System.cs')
-rw-r--r--src/v4.7.2/System.cs978
1 files changed, 489 insertions, 489 deletions
diff --git a/src/v4.7.2/System.cs b/src/v4.7.2/System.cs
index 498d198..57ed6d9 100644
--- a/src/v4.7.2/System.cs
+++ b/src/v4.7.2/System.cs
@@ -4,7 +4,7 @@
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
[assembly:System.CLSCompliantAttribute(true)]
-[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
+[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.dll")]
@@ -21,10 +21,10 @@
[assembly:System.Runtime.CompilerServices.StringFreezingAttribute]
[assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
-[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)(2050))]
+[assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
[assembly:System.Runtime.InteropServices.TypeLibVersionAttribute(2, 4)]
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
-[assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1), SkipVerificationInFullTrust=true)]
+[assembly:System.Security.SecurityRulesAttribute(System.Security.SecurityRuleSet.Level1, SkipVerificationInFullTrust=true)]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SemaphoreFullException))]
namespace Microsoft.CSharp
@@ -143,7 +143,7 @@ namespace Microsoft.Win32
public static event System.EventHandler EventsThreadShutdown { add { } remove { } }
public static event System.EventHandler InstalledFontsChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This event has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
public static event System.EventHandler LowMemory { add { } remove { } }
public static event System.EventHandler PaletteChanged { add { } remove { } }
@@ -278,17 +278,17 @@ namespace System
{
public NewsStyleUriParser() { }
}
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static partial class StringNormalizationExtensions
{
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static bool IsNormalized(this string value) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Security.SecurityCriticalAttribute]
public static bool IsNormalized(this string value, System.Text.NormalizationForm normalizationForm) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static string Normalize(this string value) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Security.SecurityCriticalAttribute]
public static string Normalize(this string value, System.Text.NormalizationForm normalizationForm) { throw null; }
}
@@ -345,7 +345,7 @@ namespace System
[System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void CheckSecurity() { }
public static int Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, System.UriFormat compareFormat, System.StringComparison comparisonType) { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.Infrastructure)]
public override bool Equals(object comparand) { throw null; }
[System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void Escape() { }
@@ -355,7 +355,7 @@ namespace System
public static string EscapeUriString(string stringToEscape) { throw null; }
public static int FromHex(char digit) { throw null; }
public string GetComponents(System.UriComponents components, System.UriFormat format) { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.Infrastructure)]
public override int GetHashCode() { throw null; }
public string GetLeftPart(System.UriPartial part) { throw null; }
[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
@@ -376,19 +376,19 @@ namespace System
[System.ObsoleteAttribute("The method has been deprecated. Please use MakeRelativeUri(Uri uri). http://go.microsoft.com/fwlink/?linkid=14202")]
public string MakeRelative(System.Uri toUri) { throw null; }
public System.Uri MakeRelativeUri(System.Uri uri) { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.Infrastructure)]
public static bool operator ==(System.Uri uri1, System.Uri uri2) { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.Infrastructure)]
public static bool operator !=(System.Uri uri1, System.Uri uri2) { throw null; }
[System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual void Parse() { }
[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.Infrastructure)]
public override string ToString() { throw null; }
- public static bool TryCreate(string uriString, System.UriKind uriKind, out System.Uri result) { result = default(System.Uri); throw null; }
- public static bool TryCreate(System.Uri baseUri, string relativeUri, out System.Uri result) { result = default(System.Uri); throw null; }
- public static bool TryCreate(System.Uri baseUri, System.Uri relativeUri, out System.Uri result) { result = default(System.Uri); throw null; }
+ public static bool TryCreate(string uriString, System.UriKind uriKind, out System.Uri result) { throw null; }
+ public static bool TryCreate(System.Uri baseUri, string relativeUri, out System.Uri result) { throw null; }
+ public static bool TryCreate(System.Uri baseUri, System.Uri relativeUri, out System.Uri result) { throw null; }
[System.ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static UnescapeDataString() to unescape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual string Unescape(string path) { throw null; }
public static string UnescapeDataString(string stringToUnescape) { throw null; }
@@ -475,14 +475,14 @@ namespace System
{
protected UriParser() { }
protected virtual string GetComponents(System.Uri uri, System.UriComponents components, System.UriFormat format) { throw null; }
- protected virtual void InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError) { parsingError = default(System.UriFormatException); }
+ protected virtual void InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError) { throw null; }
protected virtual bool IsBaseOf(System.Uri baseUri, System.Uri relativeUri) { throw null; }
public static bool IsKnownScheme(string schemeName) { throw null; }
protected virtual bool IsWellFormedOriginalString(System.Uri uri) { throw null; }
protected virtual System.UriParser OnNewUri() { throw null; }
protected virtual void OnRegister(string schemeName, int defaultPort) { }
public static void Register(System.UriParser uriParser, string schemeName, int defaultPort) { }
- protected virtual string Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError) { parsingError = default(System.UriFormatException); throw null; }
+ protected virtual string Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError) { throw null; }
}
public enum UriPartial
{
@@ -503,7 +503,7 @@ namespace System
}
namespace System.CodeDom
{
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeArgumentReferenceExpression : System.CodeDom.CodeExpression
@@ -512,7 +512,7 @@ namespace System.CodeDom
public CodeArgumentReferenceExpression(string parameterName) { }
public string ParameterName { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeArrayCreateExpression : System.CodeDom.CodeExpression
@@ -532,7 +532,7 @@ namespace System.CodeDom
public int Size { get { throw null; } set { } }
public System.CodeDom.CodeExpression SizeExpression { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeArrayIndexerExpression : System.CodeDom.CodeExpression
@@ -542,7 +542,7 @@ namespace System.CodeDom
public System.CodeDom.CodeExpressionCollection Indices { get { throw null; } }
public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeAssignStatement : System.CodeDom.CodeStatement
@@ -552,7 +552,7 @@ namespace System.CodeDom
public System.CodeDom.CodeExpression Left { get { throw null; } set { } }
public System.CodeDom.CodeExpression Right { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeAttachEventStatement : System.CodeDom.CodeStatement
@@ -563,7 +563,7 @@ namespace System.CodeDom
public System.CodeDom.CodeEventReferenceExpression Event { get { throw null; } set { } }
public System.CodeDom.CodeExpression Listener { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeAttributeArgument
@@ -574,7 +574,7 @@ namespace System.CodeDom
public string Name { get { throw null; } set { } }
public System.CodeDom.CodeExpression Value { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase
@@ -592,7 +592,7 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeAttributeArgument value) { }
public void Remove(System.CodeDom.CodeAttributeArgument value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeAttributeDeclaration
@@ -606,7 +606,7 @@ namespace System.CodeDom
public System.CodeDom.CodeTypeReference AttributeType { get { throw null; } }
public string Name { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeAttributeDeclarationCollection : System.Collections.CollectionBase
@@ -624,14 +624,14 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeAttributeDeclaration value) { }
public void Remove(System.CodeDom.CodeAttributeDeclaration value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeBaseReferenceExpression : System.CodeDom.CodeExpression
{
public CodeBaseReferenceExpression() { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeBinaryOperatorExpression : System.CodeDom.CodeExpression
@@ -664,7 +664,7 @@ namespace System.CodeDom
Subtract = 1,
ValueEquality = 8,
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeCastExpression : System.CodeDom.CodeExpression
@@ -676,7 +676,7 @@ namespace System.CodeDom
public System.CodeDom.CodeExpression Expression { get { throw null; } set { } }
public System.CodeDom.CodeTypeReference TargetType { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeCatchClause
@@ -689,7 +689,7 @@ namespace System.CodeDom
public string LocalName { get { throw null; } set { } }
public System.CodeDom.CodeStatementCollection Statements { get { throw null; } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeCatchClauseCollection : System.Collections.CollectionBase
@@ -707,7 +707,7 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeCatchClause value) { }
public void Remove(System.CodeDom.CodeCatchClause value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeChecksumPragma : System.CodeDom.CodeDirective
@@ -718,7 +718,7 @@ namespace System.CodeDom
public byte[] ChecksumData { get { throw null; } set { } }
public string FileName { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeComment : System.CodeDom.CodeObject
@@ -729,7 +729,7 @@ namespace System.CodeDom
public bool DocComment { get { throw null; } set { } }
public string Text { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeCommentStatement : System.CodeDom.CodeStatement
@@ -740,7 +740,7 @@ namespace System.CodeDom
public CodeCommentStatement(string text, bool docComment) { }
public System.CodeDom.CodeComment Comment { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeCommentStatementCollection : System.Collections.CollectionBase
@@ -758,7 +758,7 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeCommentStatement value) { }
public void Remove(System.CodeDom.CodeCommentStatement value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeCompileUnit : System.CodeDom.CodeObject
@@ -770,7 +770,7 @@ namespace System.CodeDom
public System.Collections.Specialized.StringCollection ReferencedAssemblies { get { throw null; } }
public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeConditionStatement : System.CodeDom.CodeStatement
@@ -782,7 +782,7 @@ namespace System.CodeDom
public System.CodeDom.CodeStatementCollection FalseStatements { get { throw null; } }
public System.CodeDom.CodeStatementCollection TrueStatements { get { throw null; } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeConstructor : System.CodeDom.CodeMemberMethod
@@ -791,7 +791,7 @@ namespace System.CodeDom
public System.CodeDom.CodeExpressionCollection BaseConstructorArgs { get { throw null; } }
public System.CodeDom.CodeExpressionCollection ChainedConstructorArgs { get { throw null; } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeDefaultValueExpression : System.CodeDom.CodeExpression
@@ -800,7 +800,7 @@ namespace System.CodeDom
public CodeDefaultValueExpression(System.CodeDom.CodeTypeReference type) { }
public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeDelegateCreateExpression : System.CodeDom.CodeExpression
@@ -811,7 +811,7 @@ namespace System.CodeDom
public string MethodName { get { throw null; } set { } }
public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeDelegateInvokeExpression : System.CodeDom.CodeExpression
@@ -822,7 +822,7 @@ namespace System.CodeDom
public System.CodeDom.CodeExpressionCollection Parameters { get { throw null; } }
public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeDirectionExpression : System.CodeDom.CodeExpression
@@ -832,14 +832,14 @@ namespace System.CodeDom
public System.CodeDom.FieldDirection Direction { get { throw null; } set { } }
public System.CodeDom.CodeExpression Expression { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeDirective : System.CodeDom.CodeObject
{
public CodeDirective() { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeDirectiveCollection : System.Collections.CollectionBase
@@ -857,14 +857,14 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeDirective value) { }
public void Remove(System.CodeDom.CodeDirective value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeEntryPointMethod : System.CodeDom.CodeMemberMethod
{
public CodeEntryPointMethod() { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeEventReferenceExpression : System.CodeDom.CodeExpression
@@ -874,14 +874,14 @@ namespace System.CodeDom
public string EventName { get { throw null; } set { } }
public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeExpression : System.CodeDom.CodeObject
{
public CodeExpression() { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeExpressionCollection : System.Collections.CollectionBase
@@ -899,7 +899,7 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeExpression value) { }
public void Remove(System.CodeDom.CodeExpression value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeExpressionStatement : System.CodeDom.CodeStatement
@@ -908,7 +908,7 @@ namespace System.CodeDom
public CodeExpressionStatement(System.CodeDom.CodeExpression expression) { }
public System.CodeDom.CodeExpression Expression { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeFieldReferenceExpression : System.CodeDom.CodeExpression
@@ -918,7 +918,7 @@ namespace System.CodeDom
public string FieldName { get { throw null; } set { } }
public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeGotoStatement : System.CodeDom.CodeStatement
@@ -927,7 +927,7 @@ namespace System.CodeDom
public CodeGotoStatement(string label) { }
public string Label { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeIndexerExpression : System.CodeDom.CodeExpression
@@ -937,7 +937,7 @@ namespace System.CodeDom
public System.CodeDom.CodeExpressionCollection Indices { get { throw null; } }
public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeIterationStatement : System.CodeDom.CodeStatement
@@ -949,7 +949,7 @@ namespace System.CodeDom
public System.CodeDom.CodeStatementCollection Statements { get { throw null; } }
public System.CodeDom.CodeExpression TestExpression { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeLabeledStatement : System.CodeDom.CodeStatement
@@ -960,7 +960,7 @@ namespace System.CodeDom
public string Label { get { throw null; } set { } }
public System.CodeDom.CodeStatement Statement { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeLinePragma
@@ -970,7 +970,7 @@ namespace System.CodeDom
public string FileName { get { throw null; } set { } }
public int LineNumber { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeMemberEvent : System.CodeDom.CodeTypeMember
@@ -980,7 +980,7 @@ namespace System.CodeDom
public System.CodeDom.CodeTypeReference PrivateImplementationType { get { throw null; } set { } }
public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeMemberField : System.CodeDom.CodeTypeMember
@@ -992,7 +992,7 @@ namespace System.CodeDom
public System.CodeDom.CodeExpression InitExpression { get { throw null; } set { } }
public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeMemberMethod : System.CodeDom.CodeTypeMember
@@ -1010,7 +1010,7 @@ namespace System.CodeDom
public event System.EventHandler PopulateParameters { add { } remove { } }
public event System.EventHandler PopulateStatements { add { } remove { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeMemberProperty : System.CodeDom.CodeTypeMember
@@ -1025,7 +1025,7 @@ namespace System.CodeDom
public System.CodeDom.CodeStatementCollection SetStatements { get { throw null; } }
public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeMethodInvokeExpression : System.CodeDom.CodeExpression
@@ -1036,7 +1036,7 @@ namespace System.CodeDom
public System.CodeDom.CodeMethodReferenceExpression Method { get { throw null; } set { } }
public System.CodeDom.CodeExpressionCollection Parameters { get { throw null; } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeMethodReferenceExpression : System.CodeDom.CodeExpression
@@ -1049,7 +1049,7 @@ namespace System.CodeDom
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get { throw null; } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeMethodReturnStatement : System.CodeDom.CodeStatement
@@ -1058,7 +1058,7 @@ namespace System.CodeDom
public CodeMethodReturnStatement(System.CodeDom.CodeExpression expression) { }
public System.CodeDom.CodeExpression Expression { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeNamespace : System.CodeDom.CodeObject
@@ -1073,7 +1073,7 @@ namespace System.CodeDom
public event System.EventHandler PopulateImports { add { } remove { } }
public event System.EventHandler PopulateTypes { add { } remove { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeNamespaceCollection : System.Collections.CollectionBase
@@ -1091,7 +1091,7 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeNamespace value) { }
public void Remove(System.CodeDom.CodeNamespace value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeNamespaceImport : System.CodeDom.CodeObject
@@ -1101,7 +1101,7 @@ namespace System.CodeDom
public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } }
public string Namespace { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeNamespaceImportCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
@@ -1129,7 +1129,7 @@ namespace System.CodeDom
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeObject
@@ -1137,7 +1137,7 @@ namespace System.CodeDom
public CodeObject() { }
public System.Collections.IDictionary UserData { get { throw null; } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeObjectCreateExpression : System.CodeDom.CodeExpression
@@ -1149,7 +1149,7 @@ namespace System.CodeDom
public System.CodeDom.CodeTypeReference CreateType { get { throw null; } set { } }
public System.CodeDom.CodeExpressionCollection Parameters { get { throw null; } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeParameterDeclarationExpression : System.CodeDom.CodeExpression
@@ -1163,7 +1163,7 @@ namespace System.CodeDom
public string Name { get { throw null; } set { } }
public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeParameterDeclarationExpressionCollection : System.Collections.CollectionBase
@@ -1181,7 +1181,7 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeParameterDeclarationExpression value) { }
public void Remove(System.CodeDom.CodeParameterDeclarationExpression value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodePrimitiveExpression : System.CodeDom.CodeExpression
@@ -1190,7 +1190,7 @@ namespace System.CodeDom
public CodePrimitiveExpression(object value) { }
public object Value { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodePropertyReferenceExpression : System.CodeDom.CodeExpression
@@ -1200,14 +1200,14 @@ namespace System.CodeDom
public string PropertyName { get { throw null; } set { } }
public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodePropertySetValueReferenceExpression : System.CodeDom.CodeExpression
{
public CodePropertySetValueReferenceExpression() { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeRegionDirective : System.CodeDom.CodeDirective
@@ -1225,7 +1225,7 @@ namespace System.CodeDom
None = 0,
Start = 1,
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeRemoveEventStatement : System.CodeDom.CodeStatement
@@ -1236,7 +1236,7 @@ namespace System.CodeDom
public System.CodeDom.CodeEventReferenceExpression Event { get { throw null; } set { } }
public System.CodeDom.CodeExpression Listener { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeSnippetCompileUnit : System.CodeDom.CodeCompileUnit
@@ -1246,7 +1246,7 @@ namespace System.CodeDom
public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } }
public string Value { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeSnippetExpression : System.CodeDom.CodeExpression
@@ -1255,7 +1255,7 @@ namespace System.CodeDom
public CodeSnippetExpression(string value) { }
public string Value { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeSnippetStatement : System.CodeDom.CodeStatement
@@ -1264,7 +1264,7 @@ namespace System.CodeDom
public CodeSnippetStatement(string value) { }
public string Value { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeSnippetTypeMember : System.CodeDom.CodeTypeMember
@@ -1273,7 +1273,7 @@ namespace System.CodeDom
public CodeSnippetTypeMember(string text) { }
public string Text { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeStatement : System.CodeDom.CodeObject
@@ -1283,7 +1283,7 @@ namespace System.CodeDom
public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } }
public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeStatementCollection : System.Collections.CollectionBase
@@ -1302,14 +1302,14 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeStatement value) { }
public void Remove(System.CodeDom.CodeStatement value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeThisReferenceExpression : System.CodeDom.CodeExpression
{
public CodeThisReferenceExpression() { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeThrowExceptionStatement : System.CodeDom.CodeStatement
@@ -1318,7 +1318,7 @@ namespace System.CodeDom
public CodeThrowExceptionStatement(System.CodeDom.CodeExpression toThrow) { }
public System.CodeDom.CodeExpression ToThrow { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTryCatchFinallyStatement : System.CodeDom.CodeStatement
@@ -1330,14 +1330,14 @@ namespace System.CodeDom
public System.CodeDom.CodeStatementCollection FinallyStatements { get { throw null; } }
public System.CodeDom.CodeStatementCollection TryStatements { get { throw null; } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTypeConstructor : System.CodeDom.CodeMemberMethod
{
public CodeTypeConstructor() { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTypeDeclaration : System.CodeDom.CodeTypeMember
@@ -1357,7 +1357,7 @@ namespace System.CodeDom
public event System.EventHandler PopulateBaseTypes { add { } remove { } }
public event System.EventHandler PopulateMembers { add { } remove { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTypeDeclarationCollection : System.Collections.CollectionBase
@@ -1375,7 +1375,7 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeTypeDeclaration value) { }
public void Remove(System.CodeDom.CodeTypeDeclaration value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTypeDelegate : System.CodeDom.CodeTypeDeclaration
@@ -1385,7 +1385,7 @@ namespace System.CodeDom
public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { get { throw null; } }
public System.CodeDom.CodeTypeReference ReturnType { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTypeMember : System.CodeDom.CodeObject
@@ -1399,7 +1399,7 @@ namespace System.CodeDom
public string Name { get { throw null; } set { } }
public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTypeMemberCollection : System.Collections.CollectionBase
@@ -1417,7 +1417,7 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeTypeMember value) { }
public void Remove(System.CodeDom.CodeTypeMember value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTypeOfExpression : System.CodeDom.CodeExpression
@@ -1428,7 +1428,7 @@ namespace System.CodeDom
public CodeTypeOfExpression(System.Type type) { }
public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTypeParameter : System.CodeDom.CodeObject
@@ -1440,7 +1440,7 @@ namespace System.CodeDom
public bool HasConstructorConstraint { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTypeParameterCollection : System.Collections.CollectionBase
@@ -1459,7 +1459,7 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeTypeParameter value) { }
public void Remove(System.CodeDom.CodeTypeParameter value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTypeReference : System.CodeDom.CodeObject
@@ -1481,7 +1481,7 @@ namespace System.CodeDom
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get { throw null; } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTypeReferenceCollection : System.Collections.CollectionBase
@@ -1501,7 +1501,7 @@ namespace System.CodeDom
public void Insert(int index, System.CodeDom.CodeTypeReference value) { }
public void Remove(System.CodeDom.CodeTypeReference value) { }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeTypeReferenceExpression : System.CodeDom.CodeExpression
@@ -1520,7 +1520,7 @@ namespace System.CodeDom
GenericTypeParameter = 2,
GlobalReference = 1,
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeVariableDeclarationStatement : System.CodeDom.CodeStatement
@@ -1536,7 +1536,7 @@ namespace System.CodeDom
public string Name { get { throw null; } set { } }
public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
}
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.SerializableAttribute]
public partial class CodeVariableReferenceExpression : System.CodeDom.CodeExpression
@@ -1879,7 +1879,7 @@ namespace System.CodeDom.Compiler
{
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
public CompilerResults(System.CodeDom.Compiler.TempFileCollection tempFiles) { }
- public System.Reflection.Assembly CompiledAssembly { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Assert, Flags=(System.Security.Permissions.SecurityPermissionFlag)(32))]get { throw null; } [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]set { } }
+ public System.Reflection.Assembly CompiledAssembly { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Assert, Flags=System.Security.Permissions.SecurityPermissionFlag.ControlEvidence)]get { throw null; } [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]set { } }
public System.CodeDom.Compiler.CompilerErrorCollection Errors { get { throw null; } }
[System.ObsoleteAttribute("CAS policy is obsolete and will be removed in a future release of the .NET Framework. Please see http://go2.microsoft.com/fwlink/?LinkId=131738 for more information.")]
public System.Security.Policy.Evidence Evidence { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlEvidence=true), System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]set { } }
@@ -1897,7 +1897,7 @@ namespace System.CodeDom.Compiler
public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), Inherited=false, AllowMultiple=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All, Inherited=false, AllowMultiple=false)]
public sealed partial class GeneratedCodeAttribute : System.Attribute
{
public GeneratedCodeAttribute(string tool, string version) { }
@@ -2108,8 +2108,8 @@ namespace System.Collections.Concurrent
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
public T Take() { throw null; }
public T Take(System.Threading.CancellationToken cancellationToken) { throw null; }
- public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item) { item = default(T); throw null; }
- public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.Threading.CancellationToken cancellationToken) { item = default(T); throw null; }
+ public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item) { throw null; }
+ public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.Threading.CancellationToken cancellationToken) { throw null; }
public T[] ToArray() { throw null; }
public bool TryAdd(T item) { throw null; }
public bool TryAdd(T item, int millisecondsTimeout) { throw null; }
@@ -2119,14 +2119,14 @@ namespace System.Collections.Concurrent
public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, int millisecondsTimeout) { throw null; }
public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, System.TimeSpan timeout) { throw null; }
- public bool TryTake(out T item) { item = default(T); throw null; }
- public bool TryTake(out T item, int millisecondsTimeout) { item = default(T); throw null; }
- public bool TryTake(out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { item = default(T); throw null; }
- public bool TryTake(out T item, System.TimeSpan timeout) { item = default(T); throw null; }
- public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item) { item = default(T); throw null; }
- public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, int millisecondsTimeout) { item = default(T); throw null; }
- public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { item = default(T); throw null; }
- public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.TimeSpan timeout) { item = default(T); throw null; }
+ public bool TryTake(out T item) { throw null; }
+ public bool TryTake(out T item, int millisecondsTimeout) { throw null; }
+ public bool TryTake(out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
+ public bool TryTake(out T item, System.TimeSpan timeout) { throw null; }
+ public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item) { throw null; }
+ public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, int millisecondsTimeout) { throw null; }
+ public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
+ public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.TimeSpan timeout) { throw null; }
}
[System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
[System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Concurrent.SystemThreadingCollection_IProducerConsumerCollectionDebugView<T>")]
@@ -2148,8 +2148,8 @@ namespace System.Collections.Concurrent
void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
public T[] ToArray() { throw null; }
- public bool TryPeek(out T result) { result = default(T); throw null; }
- public bool TryTake(out T result) { result = default(T); throw null; }
+ public bool TryPeek(out T result) { throw null; }
+ public bool TryTake(out T result) { throw null; }
}
}
namespace System.Collections.Generic
@@ -2206,7 +2206,7 @@ namespace System.Collections.Generic
public System.Collections.Generic.LinkedListNode<T> Find(T value) { throw null; }
public System.Collections.Generic.LinkedListNode<T> FindLast(T value) { throw null; }
public System.Collections.Generic.LinkedList<T>.Enumerator GetEnumerator() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public virtual void OnDeserialization(object sender) { }
public void Remove(System.Collections.Generic.LinkedListNode<T> node) { }
@@ -2314,7 +2314,7 @@ namespace System.Collections.Generic
System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
- public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
+ public bool TryGetValue(TKey key, out TValue value) { throw null; }
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IDictionaryEnumerator, System.Collections.IEnumerator, System.IDisposable
{
@@ -2441,7 +2441,7 @@ namespace System.Collections.Generic
void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
public void TrimExcess() { }
- public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
+ public bool TryGetValue(TKey key, out TValue value) { throw null; }
}
[System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
[System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.SortedSetDebugView<T>")]
@@ -2494,7 +2494,7 @@ namespace System.Collections.Generic
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- public bool TryGetValue(T equalValue, out T actualValue) { actualValue = default(T); throw null; }
+ public bool TryGetValue(T equalValue, out T actualValue) { throw null; }
public void UnionWith(System.Collections.Generic.IEnumerable<T> other) { }
[System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
@@ -2592,8 +2592,8 @@ namespace System.Collections.Specialized
public partial struct BitVector32
{
private int _dummyPrimitive;
- public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;}
- public BitVector32(int data) { throw null;}
+ public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null; }
+ public BitVector32(int data) { throw null; }
public int Data { get { throw null; } }
public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } set { } }
public bool this[int bit] { get { throw null; } set { } }
@@ -2715,7 +2715,7 @@ namespace System.Collections.Specialized
protected void BaseSet(int index, object value) { }
protected void BaseSet(string name, object value) { }
public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public virtual void OnDeserialization(object sender) { }
void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
@@ -2817,7 +2817,7 @@ namespace System.Collections.Specialized
public bool Contains(object key) { throw null; }
public void CopyTo(System.Array array, int index) { }
public virtual System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public void Insert(int index, object key, object value) { }
protected virtual void OnDeserialization(object sender) { }
@@ -2894,7 +2894,7 @@ namespace System.ComponentModel
}
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
public delegate void AddingNewEventHandler(object sender, System.ComponentModel.AddingNewEventArgs e);
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class AmbientValueAttribute : System.Attribute
{
public AmbientValueAttribute(bool value) { }
@@ -2923,7 +2923,7 @@ namespace System.ComponentModel
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
public partial class AsyncCompletedEventArgs : System.EventArgs
{
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public AsyncCompletedEventArgs() { }
public AsyncCompletedEventArgs(System.Exception error, bool cancelled, object userState) { }
@@ -2948,7 +2948,7 @@ namespace System.ComponentModel
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
public static partial class AsyncOperationManager
{
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Threading.SynchronizationContext SynchronizationContext { get { throw null; } [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]set { } }
public static System.ComponentModel.AsyncOperation CreateOperation(object userSuppliedState) { throw null; }
}
@@ -2976,7 +2976,7 @@ namespace System.ComponentModel
public bool Matches(System.Attribute[] attributes) { throw null; }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
public partial class AttributeProviderAttribute : System.Attribute
{
public AttributeProviderAttribute(string typeName) { }
@@ -3019,7 +3019,7 @@ namespace System.ComponentModel
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class BindableAttribute : System.Attribute
{
public static readonly System.ComponentModel.BindableAttribute Default;
@@ -3106,7 +3106,7 @@ namespace System.ComponentModel
public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class BrowsableAttribute : System.Attribute
{
public static readonly System.ComponentModel.BrowsableAttribute Default;
@@ -3132,7 +3132,7 @@ namespace System.ComponentModel
}
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
public delegate void CancelEventHandler(object sender, System.ComponentModel.CancelEventArgs e);
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public partial class CategoryAttribute : System.Attribute
{
public CategoryAttribute() { }
@@ -3188,7 +3188,7 @@ namespace System.ComponentModel
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public sealed partial class ComplexBindingPropertiesAttribute : System.Attribute
{
public static readonly System.ComponentModel.ComplexBindingPropertiesAttribute Default;
@@ -3201,24 +3201,24 @@ namespace System.ComponentModel
public override int GetHashCode() { throw null; }
}
[System.ComponentModel.DesignerCategoryAttribute("Component")]
- [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
+ [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class Component : System.MarshalByRefObject, System.ComponentModel.IComponent, System.IDisposable
{
public Component() { }
protected virtual bool CanRaiseEvents { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.ComponentModel.IContainer Container { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
protected bool DesignMode { get { throw null; } }
protected System.ComponentModel.EventHandlerList Events { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual System.ComponentModel.ISite Site { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler Disposed { add { } remove { } }
public void Dispose() { }
protected virtual void Dispose(bool disposing) { }
@@ -3316,7 +3316,7 @@ namespace System.ComponentModel
public DataErrorsChangedEventArgs(string propertyName) { }
public virtual string PropertyName { get { throw null; } }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public sealed partial class DataObjectAttribute : System.Attribute
{
public static readonly System.ComponentModel.DataObjectAttribute DataObject;
@@ -3329,7 +3329,7 @@ namespace System.ComponentModel
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
public sealed partial class DataObjectFieldAttribute : System.Attribute
{
public DataObjectFieldAttribute(bool primaryKey) { }
@@ -3343,7 +3343,7 @@ namespace System.ComponentModel
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Method)]
public sealed partial class DataObjectMethodAttribute : System.Attribute
{
public DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType) { }
@@ -3387,7 +3387,7 @@ namespace System.ComponentModel
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public sealed partial class DefaultBindingPropertyAttribute : System.Attribute
{
public static readonly System.ComponentModel.DefaultBindingPropertyAttribute Default;
@@ -3397,7 +3397,7 @@ namespace System.ComponentModel
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public sealed partial class DefaultEventAttribute : System.Attribute
{
public static readonly System.ComponentModel.DefaultEventAttribute Default;
@@ -3406,7 +3406,7 @@ namespace System.ComponentModel
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public sealed partial class DefaultPropertyAttribute : System.Attribute
{
public static readonly System.ComponentModel.DefaultPropertyAttribute Default;
@@ -3415,7 +3415,7 @@ namespace System.ComponentModel
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public partial class DefaultValueAttribute : System.Attribute
{
public DefaultValueAttribute(bool value) { }
@@ -3434,7 +3434,7 @@ namespace System.ComponentModel
public override int GetHashCode() { throw null; }
protected void SetValue(object value) { }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public partial class DescriptionAttribute : System.Attribute
{
public static readonly System.ComponentModel.DescriptionAttribute Default;
@@ -3446,7 +3446,7 @@ namespace System.ComponentModel
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true, Inherited=true)]
public sealed partial class DesignerAttribute : System.Attribute
{
public DesignerAttribute(string designerTypeName) { }
@@ -3460,7 +3460,7 @@ namespace System.ComponentModel
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed partial class DesignerCategoryAttribute : System.Attribute
{
public static readonly System.ComponentModel.DesignerCategoryAttribute Component;
@@ -3482,7 +3482,7 @@ namespace System.ComponentModel
Hidden = 0,
Visible = 1,
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(960))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property)]
public sealed partial class DesignerSerializationVisibilityAttribute : System.Attribute
{
public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Content;
@@ -3495,7 +3495,7 @@ namespace System.ComponentModel
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class DesignOnlyAttribute : System.Attribute
{
public static readonly System.ComponentModel.DesignOnlyAttribute Default;
@@ -3507,7 +3507,7 @@ namespace System.ComponentModel
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(1028))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Interface)]
public sealed partial class DesignTimeVisibleAttribute : System.Attribute
{
public static readonly System.ComponentModel.DesignTimeVisibleAttribute Default;
@@ -3520,7 +3520,7 @@ namespace System.ComponentModel
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(708))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Event | System.AttributeTargets.Method | System.AttributeTargets.Property)]
public partial class DisplayNameAttribute : System.Attribute
{
public static readonly System.ComponentModel.DisplayNameAttribute Default;
@@ -3546,7 +3546,7 @@ namespace System.ComponentModel
}
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
public delegate void DoWorkEventHandler(object sender, System.ComponentModel.DoWorkEventArgs e);
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=true)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true, Inherited=true)]
public sealed partial class EditorAttribute : System.Attribute
{
public EditorAttribute() { }
@@ -3559,7 +3559,7 @@ namespace System.ComponentModel
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(6140))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Delegate | System.AttributeTargets.Enum | System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Struct)]
public sealed partial class EditorBrowsableAttribute : System.Attribute
{
public EditorBrowsableAttribute() { }
@@ -3661,7 +3661,7 @@ namespace System.ComponentModel
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class ExtenderProvidedPropertyAttribute : System.Attribute
{
public ExtenderProvidedPropertyAttribute() { }
@@ -3805,7 +3805,7 @@ namespace System.ComponentModel
bool ContainsListCollection { get; }
System.Collections.IList GetList();
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class ImmutableObjectAttribute : System.Attribute
{
public static readonly System.ComponentModel.ImmutableObjectAttribute Default;
@@ -3825,7 +3825,7 @@ namespace System.ComponentModel
{
string FullName { get; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(896))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed partial class InheritanceAttribute : System.Attribute
{
public static readonly System.ComponentModel.InheritanceAttribute Default;
@@ -3846,7 +3846,7 @@ namespace System.ComponentModel
InheritedReadOnly = 2,
NotInherited = 3,
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public sealed partial class InitializationEventAttribute : System.Attribute
{
public InitializationEventAttribute(string eventName) { }
@@ -3866,7 +3866,7 @@ namespace System.ComponentModel
{
event System.ComponentModel.PropertyChangingEventHandler PropertyChanging;
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public partial class InstallerTypeAttribute : System.Attribute
{
public InstallerTypeAttribute(string typeName) { }
@@ -4003,7 +4003,7 @@ namespace System.ComponentModel
public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext, object[] args) { throw null; }
public static bool IsLicensed(System.Type type) { throw null; }
public static bool IsValid(System.Type type) { throw null; }
- public static bool IsValid(System.Type type, object instance, out System.ComponentModel.License license) { license = default(System.ComponentModel.License); throw null; }
+ public static bool IsValid(System.Type type, object instance, out System.ComponentModel.License license) { throw null; }
public static void LockContext(object contextUser) { }
public static void UnlockContext(object contextUser) { }
public static void Validate(System.Type type) { }
@@ -4015,7 +4015,7 @@ namespace System.ComponentModel
protected LicenseProvider() { }
public abstract System.ComponentModel.License GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions);
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed partial class LicenseProviderAttribute : System.Attribute
{
public static readonly System.ComponentModel.LicenseProviderAttribute Default;
@@ -4040,7 +4040,7 @@ namespace System.ComponentModel
public override System.ComponentModel.License GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions) { throw null; }
protected virtual bool IsKeyValid(string key, System.Type type) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class ListBindableAttribute : System.Attribute
{
public static readonly System.ComponentModel.ListBindableAttribute Default;
@@ -4112,7 +4112,7 @@ namespace System.ComponentModel
Ascending = 0,
Descending = 1,
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class LocalizableAttribute : System.Attribute
{
public static readonly System.ComponentModel.LocalizableAttribute Default;
@@ -4124,7 +4124,7 @@ namespace System.ComponentModel
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public sealed partial class LookupBindingPropertiesAttribute : System.Attribute
{
public static readonly System.ComponentModel.LookupBindingPropertiesAttribute Default;
@@ -4145,14 +4145,14 @@ namespace System.ComponentModel
{
public MarshalByValueComponent() { }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual System.ComponentModel.IContainer Container { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual bool DesignMode { get { throw null; } }
protected System.ComponentModel.EventHandlerList Events { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual System.ComponentModel.ISite Site { get { throw null; } set { } }
public event System.EventHandler Disposed { add { } remove { } }
public void Dispose() { }
@@ -4195,11 +4195,11 @@ namespace System.ComponentModel
public bool ResetOnSpace { get { throw null; } set { } }
public bool SkipLiterals { get { throw null; } set { } }
public bool Add(char input) { throw null; }
- public bool Add(char input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
+ public bool Add(char input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
public bool Add(string input) { throw null; }
- public bool Add(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
+ public bool Add(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
public void Clear() { }
- public void Clear(out System.ComponentModel.MaskedTextResultHint resultHint) { resultHint = default(System.ComponentModel.MaskedTextResultHint); }
+ public void Clear(out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
public object Clone() { throw null; }
public int FindAssignedEditPositionFrom(int position, bool direction) { throw null; }
public int FindAssignedEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
@@ -4211,27 +4211,27 @@ namespace System.ComponentModel
public int FindUnassignedEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
public static bool GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint hint) { throw null; }
public bool InsertAt(char input, int position) { throw null; }
- public bool InsertAt(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
+ public bool InsertAt(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
public bool InsertAt(string input, int position) { throw null; }
- public bool InsertAt(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
+ public bool InsertAt(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
public bool IsAvailablePosition(int position) { throw null; }
public bool IsEditPosition(int position) { throw null; }
public static bool IsValidInputChar(char c) { throw null; }
public static bool IsValidMaskChar(char c) { throw null; }
public static bool IsValidPasswordChar(char c) { throw null; }
public bool Remove() { throw null; }
- public bool Remove(out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
+ public bool Remove(out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
public bool RemoveAt(int position) { throw null; }
public bool RemoveAt(int startPosition, int endPosition) { throw null; }
- public bool RemoveAt(int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
+ public bool RemoveAt(int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
public bool Replace(char input, int position) { throw null; }
- public bool Replace(char input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
- public bool Replace(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
+ public bool Replace(char input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
+ public bool Replace(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
public bool Replace(string input, int position) { throw null; }
- public bool Replace(string input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
- public bool Replace(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
+ public bool Replace(string input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
+ public bool Replace(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
public bool Set(string input) { throw null; }
- public bool Set(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
+ public bool Set(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
public string ToDisplayString() { throw null; }
public override string ToString() { throw null; }
public string ToString(bool ignorePasswordChar) { throw null; }
@@ -4240,10 +4240,10 @@ namespace System.ComponentModel
public string ToString(bool includePrompt, bool includeLiterals, int startPosition, int length) { throw null; }
public string ToString(bool ignorePasswordChar, int startPosition, int length) { throw null; }
public string ToString(int startPosition, int length) { throw null; }
- public bool VerifyChar(char input, int position, out System.ComponentModel.MaskedTextResultHint hint) { hint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
+ public bool VerifyChar(char input, int position, out System.ComponentModel.MaskedTextResultHint hint) { throw null; }
public bool VerifyEscapeChar(char input, int position) { throw null; }
public bool VerifyString(string input) { throw null; }
- public bool VerifyString(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
+ public bool VerifyString(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { throw null; }
}
public enum MaskedTextResultHint
{
@@ -4291,7 +4291,7 @@ namespace System.ComponentModel
protected static object GetInvokee(System.Type componentClass, object component) { throw null; }
protected static System.ComponentModel.ISite GetSite(object component) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class MergablePropertyAttribute : System.Attribute
{
public static readonly System.ComponentModel.MergablePropertyAttribute Default;
@@ -4321,7 +4321,7 @@ namespace System.ComponentModel
protected override void Dispose(bool disposing) { }
protected override object GetService(System.Type service) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
public sealed partial class NotifyParentPropertyAttribute : System.Attribute
{
public static readonly System.ComponentModel.NotifyParentPropertyAttribute Default;
@@ -4353,7 +4353,7 @@ namespace System.ComponentModel
public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class ParenthesizePropertyNameAttribute : System.Attribute
{
public static readonly System.ComponentModel.ParenthesizePropertyNameAttribute Default;
@@ -4364,7 +4364,7 @@ namespace System.ComponentModel
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class PasswordPropertyTextAttribute : System.Attribute
{
public static readonly System.ComponentModel.PasswordPropertyTextAttribute Default;
@@ -4487,7 +4487,7 @@ namespace System.ComponentModel
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public partial class PropertyTabAttribute : System.Attribute
{
public PropertyTabAttribute() { }
@@ -4511,7 +4511,7 @@ namespace System.ComponentModel
Global = 1,
Static = 0,
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed partial class ProvidePropertyAttribute : System.Attribute
{
public ProvidePropertyAttribute(string propertyName, string receiverTypeName) { }
@@ -4522,7 +4522,7 @@ namespace System.ComponentModel
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class ReadOnlyAttribute : System.Attribute
{
public static readonly System.ComponentModel.ReadOnlyAttribute Default;
@@ -4534,7 +4534,7 @@ namespace System.ComponentModel
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
[System.ObsoleteAttribute("Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.")]
public partial class RecommendedAsConfigurableAttribute : System.Attribute
{
@@ -4575,7 +4575,7 @@ namespace System.ComponentModel
None = 0,
Repaint = 2,
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class RefreshPropertiesAttribute : System.Attribute
{
public static readonly System.ComponentModel.RefreshPropertiesAttribute All;
@@ -4587,7 +4587,7 @@ namespace System.ComponentModel
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public partial class RunInstallerAttribute : System.Attribute
{
public static readonly System.ComponentModel.RunInstallerAttribute Default;
@@ -4605,7 +4605,7 @@ namespace System.ComponentModel
public RunWorkerCompletedEventArgs(object result, System.Exception error, bool cancelled) : base (default(System.Exception), default(bool), default(object)) { }
public object Result { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new object UserState { get { throw null; } }
}
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
@@ -4615,7 +4615,7 @@ namespace System.ComponentModel
{
public SByteConverter() { }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
public sealed partial class SettingsBindableAttribute : System.Attribute
{
public static readonly System.ComponentModel.SettingsBindableAttribute No;
@@ -4653,7 +4653,7 @@ namespace System.ComponentModel
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public partial class ToolboxItemAttribute : System.Attribute
{
public static readonly System.ComponentModel.ToolboxItemAttribute Default;
@@ -4667,7 +4667,7 @@ namespace System.ComponentModel
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=true)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
[System.SerializableAttribute]
public sealed partial class ToolboxItemFilterAttribute : System.Attribute
{
@@ -4756,7 +4756,7 @@ namespace System.ComponentModel
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
}
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public sealed partial class TypeConverterAttribute : System.Attribute
{
public static readonly System.ComponentModel.TypeConverterAttribute Default;
@@ -4786,7 +4786,7 @@ namespace System.ComponentModel
public virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType, object instance) { throw null; }
public virtual bool IsSupportedType(System.Type type) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=true)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class, Inherited=true)]
public sealed partial class TypeDescriptionProviderAttribute : System.Attribute
{
public TypeDescriptionProviderAttribute(string typeName) { }
@@ -4799,76 +4799,76 @@ namespace System.ComponentModel
internal TypeDescriptor() { }
[System.ObsoleteAttribute("This property has been deprecated. Use a type description provider to supply type information for COM types instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public static System.ComponentModel.IComNativeDescriptorHandler ComNativeDescriptorHandler { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]get { throw null; } [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]set { } }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Type ComObjectType { get { throw null; } }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Type InterfaceType { get { throw null; } }
public static event System.ComponentModel.RefreshEventHandler Refreshed { add { } remove { } }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
public static System.ComponentModel.TypeDescriptionProvider AddAttributes(object instance, params System.Attribute[] attributes) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
public static System.ComponentModel.TypeDescriptionProvider AddAttributes(System.Type type, params System.Attribute[] attributes) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static void AddEditorTable(System.Type editorBaseType, System.Collections.Hashtable table) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
public static void AddProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
public static void AddProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static void AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static void AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
public static void CreateAssociation(object primary, object secondary) { }
public static System.ComponentModel.Design.IDesigner CreateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null; }
- [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.ReflectionPermissionFlag)(2))]
+ [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.ReflectionPermissionFlag.MemberAccess)]
public static System.ComponentModel.EventDescriptor CreateEvent(System.Type componentType, System.ComponentModel.EventDescriptor oldEventDescriptor, params System.Attribute[] attributes) { throw null; }
- [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.ReflectionPermissionFlag)(2))]
+ [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.ReflectionPermissionFlag.MemberAccess)]
public static System.ComponentModel.EventDescriptor CreateEvent(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes) { throw null; }
public static object CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args) { throw null; }
- [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.ReflectionPermissionFlag)(2))]
+ [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.ReflectionPermissionFlag.MemberAccess)]
public static System.ComponentModel.PropertyDescriptor CreateProperty(System.Type componentType, System.ComponentModel.PropertyDescriptor oldPropertyDescriptor, params System.Attribute[] attributes) { throw null; }
- [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.ReflectionPermissionFlag)(2))]
+ [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.ReflectionPermissionFlag.MemberAccess)]
public static System.ComponentModel.PropertyDescriptor CreateProperty(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static object GetAssociation(System.Type type, object primary) { throw null; }
public static System.ComponentModel.AttributeCollection GetAttributes(object component) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.ComponentModel.AttributeCollection GetAttributes(object component, bool noCustomTypeDesc) { throw null; }
public static System.ComponentModel.AttributeCollection GetAttributes(System.Type componentType) { throw null; }
public static string GetClassName(object component) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static string GetClassName(object component, bool noCustomTypeDesc) { throw null; }
public static string GetClassName(System.Type componentType) { throw null; }
public static string GetComponentName(object component) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static string GetComponentName(object component, bool noCustomTypeDesc) { throw null; }
public static System.ComponentModel.TypeConverter GetConverter(object component) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.ComponentModel.TypeConverter GetConverter(object component, bool noCustomTypeDesc) { throw null; }
public static System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component, bool noCustomTypeDesc) { throw null; }
public static System.ComponentModel.EventDescriptor GetDefaultEvent(System.Type componentType) { throw null; }
public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component, bool noCustomTypeDesc) { throw null; }
public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(System.Type componentType) { throw null; }
public static object GetEditor(object component, System.Type editorBaseType) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static object GetEditor(object component, System.Type editorBaseType, bool noCustomTypeDesc) { throw null; }
public static object GetEditor(System.Type type, System.Type editorBaseType) { throw null; }
public static System.ComponentModel.EventDescriptorCollection GetEvents(object component) { throw null; }
public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes, bool noCustomTypeDesc) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, bool noCustomTypeDesc) { throw null; }
public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType) { throw null; }
public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType, System.Attribute[] attributes) { throw null; }
@@ -4876,37 +4876,37 @@ namespace System.ComponentModel
public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component) { throw null; }
public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) { throw null; }
public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes, bool noCustomTypeDesc) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, bool noCustomTypeDesc) { throw null; }
public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType) { throw null; }
public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType, System.Attribute[] attributes) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.ComponentModel.TypeDescriptionProvider GetProvider(object instance) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.ComponentModel.TypeDescriptionProvider GetProvider(System.Type type) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Type GetReflectionType(object instance) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Type GetReflectionType(System.Type type) { throw null; }
public static void Refresh(object component) { }
public static void Refresh(System.Reflection.Assembly assembly) { }
public static void Refresh(System.Reflection.Module module) { }
public static void Refresh(System.Type type) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
public static void RemoveAssociation(object primary, object secondary) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
public static void RemoveAssociations(object primary) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static void RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static void RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
public static void SortDescriptorArray(System.Collections.IList infos) { }
}
@@ -4957,16 +4957,16 @@ namespace System.ComponentModel
[System.SerializableAttribute]
public partial class Win32Exception : System.Runtime.InteropServices.ExternalException, System.Runtime.Serialization.ISerializable
{
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public Win32Exception() { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public Win32Exception(int error) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public Win32Exception(int error, string message) { }
protected Win32Exception(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public Win32Exception(string message) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public Win32Exception(string message, System.Exception innerException) { }
public int NativeErrorCode { get { throw null; } }
[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
@@ -5221,7 +5221,7 @@ namespace System.ComponentModel.Design
ToolWindowSelection = 3,
Window = 1,
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=false, Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=false, Inherited=false)]
[System.SerializableAttribute]
public sealed partial class HelpKeywordAttribute : System.Attribute
{
@@ -5625,7 +5625,7 @@ namespace System.ComponentModel.Design.Serialization
public object Pop() { throw null; }
public void Push(object context) { }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class, Inherited=false)]
public sealed partial class DefaultSerializationProviderAttribute : System.Attribute
{
public DefaultSerializationProviderAttribute(string providerTypeName) { }
@@ -5643,7 +5643,7 @@ namespace System.ComponentModel.Design.Serialization
public abstract void Dispose();
public virtual void Flush() { }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true, Inherited=true)]
public sealed partial class DesignerSerializerAttribute : System.Attribute
{
public DesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName) { }
@@ -5716,7 +5716,7 @@ namespace System.ComponentModel.Design.Serialization
{
private object _dummy;
public static readonly System.ComponentModel.Design.Serialization.MemberRelationship Empty;
- public MemberRelationship(object owner, System.ComponentModel.MemberDescriptor member) { throw null;}
+ public MemberRelationship(object owner, System.ComponentModel.MemberDescriptor member) { throw null; }
public bool IsEmpty { get { throw null; } }
public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
public object Owner { get { throw null; } }
@@ -5746,7 +5746,7 @@ namespace System.ComponentModel.Design.Serialization
}
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
public delegate void ResolveNameEventHandler(object sender, System.ComponentModel.Design.Serialization.ResolveNameEventArgs e);
- [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=true, Inherited=true)]
[System.ObsoleteAttribute("This attribute has been deprecated. Use DesignerSerializerAttribute instead. For example, to specify a root designer for CodeDom, use DesignerSerializerAttribute(...,typeof(TypeCodeDomSerializer)). http://go.microsoft.com/fwlink/?linkid=14202")]
public sealed partial class RootDesignerSerializerAttribute : System.Attribute
{
@@ -5772,7 +5772,7 @@ namespace System.ComponentModel.Design.Serialization
#if CONFIG_DEP
namespace System.Configuration
{
- [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
public sealed partial class ApplicationScopedSettingAttribute : System.Configuration.SettingAttribute
{
public ApplicationScopedSettingAttribute() { }
@@ -5879,7 +5879,7 @@ namespace System.Configuration
public override void Load(string filename) { }
public void LoadSingleElement(string filename, System.Xml.XmlTextReader sourceReader) { }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
public sealed partial class DefaultSettingValueAttribute : System.Attribute
{
public DefaultSettingValueAttribute(string value) { }
@@ -5914,7 +5914,7 @@ namespace System.Configuration
public sealed partial class IdnElement : System.Configuration.ConfigurationElement
{
public IdnElement() { }
- [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0))]
+ [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=System.UriIdnScope.None)]
public System.UriIdnScope Enabled { get { throw null; } set { } }
protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
}
@@ -5948,7 +5948,7 @@ namespace System.Configuration
{
public LocalFileSettingsProvider() { }
public override string ApplicationName { get { throw null; } set { } }
- [System.Security.Permissions.FileIOPermissionAttribute(System.Security.Permissions.SecurityAction.Assert, AllFiles=(System.Security.Permissions.FileIOPermissionAccess)(9))]
+ [System.Security.Permissions.FileIOPermissionAttribute(System.Security.Permissions.SecurityAction.Assert, AllFiles=System.Security.Permissions.FileIOPermissionAccess.PathDiscovery | System.Security.Permissions.FileIOPermissionAccess.Read)]
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
public System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property) { throw null; }
@@ -5970,7 +5970,7 @@ namespace System.Configuration
protected virtual string ValueAttributeName { get { throw null; } }
public object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
public sealed partial class NoSettingsVersionUpgradeAttribute : System.Attribute
{
public NoSettingsVersionUpgradeAttribute() { }
@@ -5978,13 +5978,13 @@ namespace System.Configuration
public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement
{
public SchemeSettingElement() { }
- [System.Configuration.ConfigurationPropertyAttribute("genericUriParserOptions", DefaultValue=(System.Configuration.ConfigurationPropertyOptions)(0), IsRequired=true)]
+ [System.Configuration.ConfigurationPropertyAttribute("genericUriParserOptions", DefaultValue=System.Configuration.ConfigurationPropertyOptions.None, IsRequired=true)]
public System.GenericUriParserOptions GenericUriParserOptions { get { throw null; } }
[System.Configuration.ConfigurationPropertyAttribute("name", DefaultValue=null, IsRequired=true, IsKey=true)]
public string Name { get { throw null; } }
protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
}
- [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Configuration.SchemeSettingElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1), AddItemName="add", ClearItemsName="clear", RemoveItemName="remove")]
+ [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Configuration.SchemeSettingElement), CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap, AddItemName="add", ClearItemsName="clear", RemoveItemName="remove")]
public sealed partial class SchemeSettingElementCollection : System.Configuration.ConfigurationElementCollection
{
public SchemeSettingElementCollection() { }
@@ -5995,7 +5995,7 @@ namespace System.Configuration
protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
public partial class SettingAttribute : System.Attribute
{
public SettingAttribute() { }
@@ -6016,7 +6016,7 @@ namespace System.Configuration
[System.Configuration.ConfigurationPropertyAttribute("name", IsRequired=true, IsKey=true, DefaultValue="")]
public string Name { get { throw null; } set { } }
protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
- [System.Configuration.ConfigurationPropertyAttribute("serializeAs", IsRequired=true, DefaultValue=(System.Configuration.SettingsSerializeAs)(0))]
+ [System.Configuration.ConfigurationPropertyAttribute("serializeAs", IsRequired=true, DefaultValue=System.Configuration.SettingsSerializeAs.String)]
public System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("value", IsRequired=true, DefaultValue=null)]
public System.Configuration.SettingValueElement Value { get { throw null; } set { } }
@@ -6060,19 +6060,19 @@ namespace System.Configuration
{
public SettingsContext() { }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
public sealed partial class SettingsDescriptionAttribute : System.Attribute
{
public SettingsDescriptionAttribute(string description) { }
public string Description { get { throw null; } }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public sealed partial class SettingsGroupDescriptionAttribute : System.Attribute
{
public SettingsGroupDescriptionAttribute(string description) { }
public string Description { get { throw null; } }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public sealed partial class SettingsGroupNameAttribute : System.Attribute
{
public SettingsGroupNameAttribute(string groupName) { }
@@ -6088,7 +6088,7 @@ namespace System.Configuration
{
Roaming = 0,
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Property)]
public sealed partial class SettingsManageabilityAttribute : System.Attribute
{
public SettingsManageabilityAttribute(System.Configuration.SettingsManageability manageability) { }
@@ -6154,7 +6154,7 @@ namespace System.Configuration
public string Name { get { throw null; } }
public System.Configuration.SettingsProperty Property { get { throw null; } }
public object PropertyValue { get { throw null; } set { } }
- public object SerializedValue { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]set { } }
+ public object SerializedValue { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]set { } }
public bool UsingDefaultValue { get { throw null; } }
}
public partial class SettingsPropertyValueCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.ICloneable
@@ -6187,7 +6187,7 @@ namespace System.Configuration
public abstract System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection);
public abstract void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection);
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Property)]
public sealed partial class SettingsProviderAttribute : System.Attribute
{
public SettingsProviderAttribute(string providerTypeName) { }
@@ -6208,7 +6208,7 @@ namespace System.Configuration
String = 0,
Xml = 1,
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Property)]
public sealed partial class SettingsSerializeAsAttribute : System.Attribute
{
public SettingsSerializeAsAttribute(System.Configuration.SettingsSerializeAs serializeAs) { }
@@ -6238,7 +6238,7 @@ namespace System.Configuration
ConnectionString = 0,
WebServiceUrl = 1,
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Property)]
public sealed partial class SpecialSettingAttribute : System.Attribute
{
public SpecialSettingAttribute(System.Configuration.SpecialSetting specialSetting) { }
@@ -6255,7 +6255,7 @@ namespace System.Configuration
[System.Configuration.ConfigurationPropertyAttribute("schemeSettings")]
public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
public sealed partial class UserScopedSettingAttribute : System.Configuration.SettingAttribute
{
public UserScopedSettingAttribute() { }
@@ -6273,7 +6273,7 @@ namespace System.Diagnostics
{
public BooleanSwitch(string displayName, string description) : base (default(string), default(string)) { }
public BooleanSwitch(string displayName, string description, string defaultSwitchValue) : base (default(string), default(string)) { }
- public bool Enabled { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
+ public bool Enabled { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]set { } }
protected override void OnValueChanged() { }
}
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
@@ -6305,7 +6305,7 @@ namespace System.Diagnostics
[System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Diagnostics.MonitoringDescriptionAttribute("CounterName")]
public string CounterName { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.Diagnostics.PerformanceCounterType)(65536))]
+ [System.ComponentModel.DefaultValueAttribute(System.Diagnostics.PerformanceCounterType.NumberOfItems32)]
[System.Diagnostics.MonitoringDescriptionAttribute("CounterType")]
public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } set { } }
}
@@ -6331,8 +6331,8 @@ namespace System.Diagnostics
{
private int _dummyPrimitive;
public static System.Diagnostics.CounterSample Empty;
- public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType) { throw null;}
- public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType, long counterTimeStamp) { throw null;}
+ public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType) { throw null; }
+ public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType, long counterTimeStamp) { throw null; }
public long BaseValue { get { throw null; } }
public long CounterFrequency { get { throw null; } }
public long CounterTimeStamp { get { throw null; } }
@@ -6362,10 +6362,10 @@ namespace System.Diagnostics
public delegate void DataReceivedEventHandler(object sender, System.Diagnostics.DataReceivedEventArgs e);
public static partial class Debug
{
- public static bool AutoFlush { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
+ public static bool AutoFlush { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]set { } }
public static int IndentLevel { get { throw null; } set { } }
public static int IndentSize { get { throw null; } set { } }
- public static System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]get { throw null; } }
+ public static System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode), System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]get { throw null; } }
[System.Diagnostics.ConditionalAttribute("DEBUG")]
public static void Assert(bool condition) { }
[System.Diagnostics.ConditionalAttribute("DEBUG")]
@@ -6375,7 +6375,7 @@ namespace System.Diagnostics
[System.Diagnostics.ConditionalAttribute("DEBUG")]
public static void Assert(bool condition, string message, string detailMessageFormat, params object[] args) { }
[System.Diagnostics.ConditionalAttribute("DEBUG")]
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public static void Close() { }
[System.Diagnostics.ConditionalAttribute("DEBUG")]
public static void Fail(string message) { }
@@ -6490,7 +6490,7 @@ namespace System.Diagnostics
[System.Diagnostics.MonitoringDescriptionAttribute("LogMonitoring")]
public bool EnableRaisingEvents { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("LogEntries")]
public System.Diagnostics.EventLogEntryCollection Entries { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute("")]
@@ -6507,7 +6507,7 @@ namespace System.Diagnostics
[System.Diagnostics.MonitoringDescriptionAttribute("LogMachineName")]
public string MachineName { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public long MaximumKilobytes { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
@@ -6650,7 +6650,7 @@ namespace System.Diagnostics
None = 0,
Write = 16,
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(621), AllowMultiple=true, Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Event | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]
[System.SerializableAttribute]
public partial class EventLogPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
{
@@ -6757,7 +6757,7 @@ namespace System.Diagnostics
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.GuidAttribute("73386977-D6FD-11D2-BED5-00C04F79E3AE")]
- [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
+ [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public partial interface ICollectData
{
void CloseData();
@@ -6792,7 +6792,7 @@ namespace System.Diagnostics
public bool Contains(string counterName) { throw null; }
public void CopyTo(System.Diagnostics.InstanceDataCollection[] counters, int index) { }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public partial class MonitoringDescriptionAttribute : System.ComponentModel.DescriptionAttribute
{
public MonitoringDescriptionAttribute(string description) { }
@@ -6821,7 +6821,7 @@ namespace System.Diagnostics
[System.ComponentModel.SettingsBindableAttribute(true)]
[System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CategoryValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string CategoryName { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.ReadOnlyAttribute(true)]
[System.Diagnostics.MonitoringDescriptionAttribute("PC_CounterHelp")]
public string CounterHelp { get { throw null; } }
@@ -6830,10 +6830,10 @@ namespace System.Diagnostics
[System.ComponentModel.SettingsBindableAttribute(true)]
[System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CounterNameConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string CounterName { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("PC_CounterType")]
public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } }
- [System.ComponentModel.DefaultValueAttribute((System.Diagnostics.PerformanceCounterInstanceLifetime)(0))]
+ [System.ComponentModel.DefaultValueAttribute(System.Diagnostics.PerformanceCounterInstanceLifetime.Global)]
public System.Diagnostics.PerformanceCounterInstanceLifetime InstanceLifetime { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.ReadOnlyAttribute(true)]
@@ -6845,7 +6845,7 @@ namespace System.Diagnostics
[System.ComponentModel.SettingsBindableAttribute(true)]
public string MachineName { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("PC_RawValue")]
public long RawValue { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
@@ -6859,11 +6859,11 @@ namespace System.Diagnostics
protected override void Dispose(bool disposing) { }
public void EndInit() { }
public long Increment() { throw null; }
- [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(1))]
+ [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.MayFail)]
public long IncrementBy(long value) { throw null; }
public System.Diagnostics.CounterSample NextSample() { throw null; }
public float NextValue() { throw null; }
- [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(1))]
+ [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.MayFail)]
public void RemoveInstance() { }
}
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, SharedState=true)]
@@ -6920,7 +6920,7 @@ namespace System.Diagnostics
[System.ObsoleteAttribute("This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202")]
void System.Diagnostics.ICollectData.CloseData() { }
[System.ObsoleteAttribute("This class has been deprecated. Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead. http://go.microsoft.com/fwlink/?linkid=14202")]
- void System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr dataPtr, int totalBytes, out System.IntPtr res) { res = default(System.IntPtr); }
+ void System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr dataPtr, int totalBytes, out System.IntPtr res) { throw null; }
}
[System.SerializableAttribute]
public sealed partial class PerformanceCounterPermission : System.Security.Permissions.ResourcePermissionBase
@@ -6943,7 +6943,7 @@ namespace System.Diagnostics
Read = 1,
Write = 2,
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(621), AllowMultiple=true, Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Event | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]
[System.SerializableAttribute]
public partial class PerformanceCounterPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
{
@@ -7021,7 +7021,7 @@ namespace System.Diagnostics
public partial class Process : System.ComponentModel.Component
{
public Process() { }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessBasePriority")]
public int BasePriority { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
@@ -7029,148 +7029,148 @@ namespace System.Diagnostics
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessEnableRaisingEvents")]
public bool EnableRaisingEvents { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessExitCode")]
public int ExitCode { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessExitTime")]
public System.DateTime ExitTime { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessHandle")]
public System.IntPtr Handle { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessHandleCount")]
public int HandleCount { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessTerminated")]
public bool HasExited { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessId")]
public int Id { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessMachineName")]
public string MachineName { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessMainModule")]
public System.Diagnostics.ProcessModule MainModule { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessMainWindowHandle")]
public System.IntPtr MainWindowHandle { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessMainWindowTitle")]
public string MainWindowTitle { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessMaxWorkingSet")]
public System.IntPtr MaxWorkingSet { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessMinWorkingSet")]
public System.IntPtr MinWorkingSet { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessModules")]
public System.Diagnostics.ProcessModuleCollection Modules { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessNonpagedSystemMemorySize")]
[System.ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public int NonpagedSystemMemorySize { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessNonpagedSystemMemorySize")]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public long NonpagedSystemMemorySize64 { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPagedMemorySize")]
[System.ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.PagedMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public int PagedMemorySize { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPagedMemorySize")]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public long PagedMemorySize64 { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPagedSystemMemorySize")]
[System.ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.PagedSystemMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public int PagedSystemMemorySize { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPagedSystemMemorySize")]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public long PagedSystemMemorySize64 { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPeakPagedMemorySize")]
[System.ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public int PeakPagedMemorySize { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPeakPagedMemorySize")]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public long PeakPagedMemorySize64 { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPeakVirtualMemorySize")]
[System.ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.PeakVirtualMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public int PeakVirtualMemorySize { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPeakVirtualMemorySize")]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public long PeakVirtualMemorySize64 { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPeakWorkingSet")]
[System.ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.PeakWorkingSet64 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public int PeakWorkingSet { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPeakWorkingSet")]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public long PeakWorkingSet64 { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPriorityBoostEnabled")]
public bool PriorityBoostEnabled { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPriorityClass")]
public System.Diagnostics.ProcessPriorityClass PriorityClass { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPrivateMemorySize")]
[System.ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.PrivateMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public int PrivateMemorySize { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPrivateMemorySize")]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public long PrivateMemorySize64 { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessPrivilegedProcessorTime")]
public System.TimeSpan PrivilegedProcessorTime { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessProcessName")]
public string ProcessName { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessProcessorAffinity")]
public System.IntPtr ProcessorAffinity { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessResponding")]
public bool Responding { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public Microsoft.Win32.SafeHandles.SafeProcessHandle SafeHandle { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessSessionId")]
public int SessionId { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessStandardError")]
public System.IO.StreamReader StandardError { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessStandardInput")]
public System.IO.StreamWriter StandardInput { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessStandardOutput")]
public System.IO.StreamReader StandardOutput { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessStartInfo")]
public System.Diagnostics.ProcessStartInfo StartInfo { get { throw null; } set { } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessStartTime")]
public System.DateTime StartTime { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
@@ -7178,28 +7178,28 @@ namespace System.Diagnostics
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessSynchronizingObject")]
public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessThreads")]
public System.Diagnostics.ProcessThreadCollection Threads { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessTotalProcessorTime")]
public System.TimeSpan TotalProcessorTime { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessUserProcessorTime")]
public System.TimeSpan UserProcessorTime { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessVirtualMemorySize")]
[System.ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.VirtualMemorySize64 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public int VirtualMemorySize { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessVirtualMemorySize")]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public long VirtualMemorySize64 { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessWorkingSet")]
[System.ObsoleteAttribute("This property has been deprecated. Please use System.Diagnostics.Process.WorkingSet64 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
public int WorkingSet { get { throw null; } }
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessWorkingSet")]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public long WorkingSet64 { get { throw null; } }
@@ -7306,11 +7306,11 @@ namespace System.Diagnostics
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public string Domain { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.Collections.Generic.IDictionary<string, string> Environment { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Diagnostics.Design.StringDictionaryEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessEnvironmentVariables")]
@@ -7320,7 +7320,7 @@ namespace System.Diagnostics
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessErrorDialog")]
public bool ErrorDialog { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.IntPtr ErrorDialogParentHandle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Diagnostics.Design.StartFileNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
@@ -7333,7 +7333,7 @@ namespace System.Diagnostics
public bool LoadUserProfile { get { throw null; } set { } }
public System.Security.SecureString Password { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string PasswordInClearText { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
@@ -7361,9 +7361,9 @@ namespace System.Diagnostics
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessVerb")]
public string Verb { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string[] Verbs { get { throw null; } }
- [System.ComponentModel.DefaultValueAttribute((System.Diagnostics.ProcessWindowStyle)(0))]
+ [System.ComponentModel.DefaultValueAttribute(System.Diagnostics.ProcessWindowStyle.Normal)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.Diagnostics.MonitoringDescriptionAttribute("ProcessWindowStyle")]
public System.Diagnostics.ProcessWindowStyle WindowStyle { get { throw null; } set { } }
@@ -7438,7 +7438,7 @@ namespace System.Diagnostics
[System.FlagsAttribute]
public enum SourceLevels
{
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
ActivityTracing = 65280,
All = -1,
Critical = 1,
@@ -7452,24 +7452,24 @@ namespace System.Diagnostics
{
public SourceSwitch(string name) : base (default(string), default(string)) { }
public SourceSwitch(string displayName, string defaultSwitchValue) : base (default(string), default(string)) { }
- public System.Diagnostics.SourceLevels Level { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
+ public System.Diagnostics.SourceLevels Level { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]set { } }
protected override void OnValueChanged() { }
public bool ShouldTrace(System.Diagnostics.TraceEventType eventType) { throw null; }
}
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static partial class StackFrameExtensions
{
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static System.IntPtr GetNativeImageBase(this System.Diagnostics.StackFrame stackFrame) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static System.IntPtr GetNativeIP(this System.Diagnostics.StackFrame stackFrame) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static bool HasILOffset(this System.Diagnostics.StackFrame stackFrame) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static bool HasMethod(this System.Diagnostics.StackFrame stackFrame) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static bool HasNativeImage(this System.Diagnostics.StackFrame stackFrame) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static bool HasSource(this System.Diagnostics.StackFrame stackFrame) { throw null; }
}
public partial class Stopwatch
@@ -7504,7 +7504,7 @@ namespace System.Diagnostics
protected virtual void OnSwitchSettingChanged() { }
protected virtual void OnValueChanged() { }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(741))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Event | System.AttributeTargets.Method | System.AttributeTargets.Property)]
public sealed partial class SwitchAttribute : System.Attribute
{
public SwitchAttribute(string switchName, System.Type switchType) { }
@@ -7513,7 +7513,7 @@ namespace System.Diagnostics
public System.Type SwitchType { get { throw null; } set { } }
public static System.Diagnostics.SwitchAttribute[] GetAll(System.Reflection.Assembly assembly) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public sealed partial class SwitchLevelAttribute : System.Attribute
{
public SwitchLevelAttribute(System.Type switchLevelType) { }
@@ -7577,12 +7577,12 @@ namespace System.Diagnostics
public sealed partial class Trace
{
internal Trace() { }
- public static bool AutoFlush { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
- public static System.Diagnostics.CorrelationManager CorrelationManager { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
+ public static bool AutoFlush { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]set { } }
+ public static System.Diagnostics.CorrelationManager CorrelationManager { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]get { throw null; } }
public static int IndentLevel { get { throw null; } set { } }
public static int IndentSize { get { throw null; } set { } }
public static System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]get { throw null; } }
- public static bool UseGlobalLock { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
+ public static bool UseGlobalLock { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]set { } }
[System.Diagnostics.ConditionalAttribute("TRACE")]
public static void Assert(bool condition) { }
[System.Diagnostics.ConditionalAttribute("TRACE")]
@@ -7662,15 +7662,15 @@ namespace System.Diagnostics
Critical = 1,
Error = 2,
Information = 8,
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
Resume = 2048,
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
Start = 256,
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
Stop = 512,
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
Suspend = 1024,
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
Transfer = 4096,
Verbose = 16,
Warning = 4,
@@ -7778,10 +7778,10 @@ namespace System.Diagnostics
public TraceSource(string name) { }
public TraceSource(string name, System.Diagnostics.SourceLevels defaultLevel) { }
public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
- public System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
+ public System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]get { throw null; } }
public string Name { get { throw null; } }
- public System.Diagnostics.SourceSwitch Switch { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ public System.Diagnostics.SourceSwitch Switch { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]set { } }
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public void Close() { }
public void Flush() { }
protected internal virtual string[] GetSupportedAttributes() { throw null; }
@@ -7807,7 +7807,7 @@ namespace System.Diagnostics
{
public TraceSwitch(string displayName, string description) : base (default(string), default(string)) { }
public TraceSwitch(string displayName, string description, string defaultSwitchValue) : base (default(string), default(string)) { }
- public System.Diagnostics.TraceLevel Level { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
+ public System.Diagnostics.TraceLevel Level { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]set { } }
public bool TraceError { get { throw null; } }
public bool TraceInfo { get { throw null; } }
public bool TraceVerbose { get { throw null; } }
@@ -7837,7 +7837,7 @@ namespace System.Diagnostics
}
namespace System.Diagnostics.CodeAnalysis
{
- [System.AttributeUsageAttribute((System.AttributeTargets)(748), Inherited=false, AllowMultiple=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Event | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Struct, Inherited=false, AllowMultiple=false)]
public sealed partial class ExcludeFromCodeCoverageAttribute : System.Attribute
{
public ExcludeFromCodeCoverageAttribute() { }
@@ -7882,7 +7882,7 @@ namespace System.IO
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(8192)]
public int InternalBufferSize { get { throw null; } set { } }
- [System.ComponentModel.DefaultValueAttribute((System.IO.NotifyFilters)(19))]
+ [System.ComponentModel.DefaultValueAttribute(System.IO.NotifyFilters.DirectoryName | System.IO.NotifyFilters.FileName | System.IO.NotifyFilters.LastWrite)]
[System.IO.IODescriptionAttribute("FSW_ChangedFilter")]
public System.IO.NotifyFilters NotifyFilter { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
@@ -7933,7 +7933,7 @@ namespace System.IO
public InvalidDataException(string message) { }
public InvalidDataException(string message, System.Exception innerException) { }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public partial class IODescriptionAttribute : System.ComponentModel.DescriptionAttribute
{
public IODescriptionAttribute(string description) { }
@@ -8110,26 +8110,26 @@ namespace System.IO.Ports
public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits) { }
public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits, System.IO.Ports.StopBits stopBits) { }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.IO.Stream BaseStream { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(9600)]
[System.Diagnostics.MonitoringDescriptionAttribute("BaudRate")]
public int BaudRate { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool BreakState { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int BytesToRead { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int BytesToWrite { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool CDHolding { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool CtsHolding { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(8)]
@@ -8140,18 +8140,18 @@ namespace System.IO.Ports
[System.Diagnostics.MonitoringDescriptionAttribute("DiscardNull")]
public bool DiscardNull { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool DsrHolding { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.Diagnostics.MonitoringDescriptionAttribute("DtrEnable")]
public bool DtrEnable { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
- [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
+ [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Diagnostics.MonitoringDescriptionAttribute("Encoding")]
public System.Text.Encoding Encoding { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.Handshake)(0))]
+ [System.ComponentModel.DefaultValueAttribute(System.IO.Ports.Handshake.None)]
[System.Diagnostics.MonitoringDescriptionAttribute("Handshake")]
public System.IO.Ports.Handshake Handshake { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
@@ -8161,7 +8161,7 @@ namespace System.IO.Ports
[System.Diagnostics.MonitoringDescriptionAttribute("NewLine")]
public string NewLine { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.Parity)(0))]
+ [System.ComponentModel.DefaultValueAttribute(System.IO.Ports.Parity.None)]
[System.Diagnostics.MonitoringDescriptionAttribute("Parity")]
public System.IO.Ports.Parity Parity { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
@@ -8189,7 +8189,7 @@ namespace System.IO.Ports
[System.Diagnostics.MonitoringDescriptionAttribute("RtsEnable")]
public bool RtsEnable { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
- [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.StopBits)(1))]
+ [System.ComponentModel.DefaultValueAttribute(System.IO.Ports.StopBits.One)]
[System.Diagnostics.MonitoringDescriptionAttribute("StopBits")]
public System.IO.Ports.StopBits StopBits { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
@@ -8260,7 +8260,7 @@ namespace System.Media
public void PlayLooping() { }
public void PlaySync() { }
public void Stop() { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
}
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, UI=true)]
@@ -8385,9 +8385,9 @@ namespace System.Net
{
public CookieException() { }
protected CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter, SerializationFormatter=true)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
public partial class CredentialCache : System.Collections.IEnumerable, System.Net.ICredentials, System.Net.ICredentialsByHost
@@ -8472,7 +8472,7 @@ namespace System.Net
public override System.Security.SecurityElement ToXml() { throw null; }
public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]
[System.SerializableAttribute]
public sealed partial class DnsPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
{
@@ -8544,7 +8544,7 @@ namespace System.Net
protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
public override System.IO.Stream GetRequestStream() { throw null; }
public override System.Net.WebResponse GetResponse() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter, SerializationFormatter=true)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
[System.SerializableAttribute]
@@ -8561,7 +8561,7 @@ namespace System.Net
[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
public override System.IO.Stream GetResponseStream() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter, SerializationFormatter=true)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
public enum FtpStatusCode
@@ -8703,7 +8703,7 @@ namespace System.Net
public System.Security.Principal.IPrincipal User { get { throw null; } }
public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol) { throw null; }
public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval, System.ArraySegment<byte> internalBuffer) { throw null; }
public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, System.TimeSpan keepAliveInterval) { throw null; }
}
@@ -8941,7 +8941,7 @@ namespace System.Net
[System.SerializableAttribute]
public partial class HttpWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
{
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public HttpWebRequest() { }
[System.ObsoleteAttribute("Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202")]
@@ -9006,20 +9006,20 @@ namespace System.Net
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
- public System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext context) { context = default(System.Net.TransportContext); throw null; }
+ public System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext context) { throw null; }
public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
public override System.IO.Stream GetRequestStream() { throw null; }
- public System.IO.Stream GetRequestStream(out System.Net.TransportContext context) { context = default(System.Net.TransportContext); throw null; }
+ public System.IO.Stream GetRequestStream(out System.Net.TransportContext context) { throw null; }
public override System.Net.WebResponse GetResponse() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter, SerializationFormatter=true)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
[System.SerializableAttribute]
public partial class HttpWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable
{
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public HttpWebResponse() { }
[System.ObsoleteAttribute("Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202")]
@@ -9045,7 +9045,7 @@ namespace System.Net
protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
public string GetResponseHeader(string headerName) { throw null; }
public override System.IO.Stream GetResponseStream() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter, SerializationFormatter=true)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
public partial interface IAuthenticationModule
@@ -9107,7 +9107,7 @@ namespace System.Net
public static long NetworkToHostOrder(long network) { throw null; }
public static System.Net.IPAddress Parse(string ipString) { throw null; }
public override string ToString() { throw null; }
- public static bool TryParse(string ipString, out System.Net.IPAddress address) { address = default(System.Net.IPAddress); throw null; }
+ public static bool TryParse(string ipString, out System.Net.IPAddress address) { throw null; }
}
[System.SerializableAttribute]
public partial class IPEndPoint : System.Net.EndPoint
@@ -9186,9 +9186,9 @@ namespace System.Net
public ProtocolViolationException() { }
protected ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
public ProtocolViolationException(string message) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter, SerializationFormatter=true)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
[System.FlagsAttribute]
@@ -9273,7 +9273,7 @@ namespace System.Net
public override System.Security.SecurityElement ToXml() { throw null; }
public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]
[System.SerializableAttribute]
public sealed partial class SocketPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
{
@@ -9335,10 +9335,10 @@ namespace System.Net
public partial class WebClient : System.ComponentModel.Component
{
public WebClient() { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public bool AllowReadStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
public string BaseAddress { get { throw null; } set { } }
@@ -9362,7 +9362,7 @@ namespace System.Net
public event System.Net.UploadProgressChangedEventHandler UploadProgressChanged { add { } remove { } }
public event System.Net.UploadStringCompletedEventHandler UploadStringCompleted { add { } remove { } }
public event System.Net.UploadValuesCompletedEventHandler UploadValuesCompleted { add { } remove { } }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public event System.Net.WriteStreamClosedEventHandler WriteStreamClosed { add { } remove { } }
public void CancelAsync() { }
@@ -9416,7 +9416,7 @@ namespace System.Net
protected virtual void OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs e) { }
protected virtual void OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs e) { }
protected virtual void OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs e) { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
protected virtual void OnWriteStreamClosed(System.Net.WriteStreamClosedEventArgs e) { }
public System.IO.Stream OpenRead(string address) { throw null; }
@@ -9553,9 +9553,9 @@ namespace System.Net
public WebException(string message, System.Net.WebExceptionStatus status) { }
public System.Net.WebResponse Response { get { throw null; } }
public System.Net.WebExceptionStatus Status { get { throw null; } }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
public enum WebExceptionStatus
@@ -9603,7 +9603,7 @@ namespace System.Net
public override string Get(string name) { throw null; }
public override System.Collections.IEnumerator GetEnumerator() { throw null; }
public override string GetKey(int index) { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
public override string[] GetValues(int index) { throw null; }
public override string[] GetValues(string header) { throw null; }
@@ -9616,7 +9616,7 @@ namespace System.Net
public void Set(System.Net.HttpRequestHeader header, string value) { }
public void Set(System.Net.HttpResponseHeader header, string value) { }
public override void Set(string name, string value) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter, SerializationFormatter=true)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
public byte[] ToByteArray() { throw null; }
public override string ToString() { throw null; }
@@ -9640,7 +9640,7 @@ namespace System.Net
public override System.Security.SecurityElement ToXml() { throw null; }
public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]
[System.SerializableAttribute]
public sealed partial class WebPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
{
@@ -9677,7 +9677,7 @@ namespace System.Net
protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
public System.Uri GetProxy(System.Uri destination) { throw null; }
public bool IsBypassed(System.Uri host) { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter, SerializationFormatter=true)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
[System.SerializableAttribute]
@@ -9690,7 +9690,7 @@ namespace System.Net
public virtual string ConnectionGroupName { get { throw null; } set { } }
public virtual long ContentLength { get { throw null; } set { } }
public virtual string ContentType { get { throw null; } set { } }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public virtual System.Net.IWebRequestCreate CreatorInstance { get { throw null; } }
public virtual System.Net.ICredentials Credentials { get { throw null; } set { } }
@@ -9725,11 +9725,11 @@ namespace System.Net
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw null; }
public static System.Net.IWebProxy GetSystemWebProxy() { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public static void RegisterPortableWebRequestCreator(System.Net.IWebRequestCreate creator) { }
public static bool RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator) { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter, SerializationFormatter=true)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
public static partial class WebRequestMethods
@@ -9783,7 +9783,7 @@ namespace System.Net
[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
public virtual System.IO.Stream GetResponseStream() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter, SerializationFormatter=true)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
public static partial class WebUtility
@@ -9797,17 +9797,17 @@ namespace System.Net
public static string UrlEncode(string value) { throw null; }
public static byte[] UrlEncodeToBytes(byte[] value, int offset, int count) { throw null; }
}
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public partial class WriteStreamClosedEventArgs : System.EventArgs
{
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public WriteStreamClosedEventArgs() { }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public System.Exception Error { get { throw null; } }
}
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public delegate void WriteStreamClosedEventHandler(object sender, System.Net.WriteStreamClosedEventArgs e);
}
namespace System.Net.Cache
@@ -9977,7 +9977,7 @@ namespace System.Net.Configuration
public sealed partial class FtpCachePolicyElement : System.Configuration.ConfigurationElement
{
public FtpCachePolicyElement() { }
- [System.Configuration.ConfigurationPropertyAttribute("policyLevel", DefaultValue=(System.Net.Cache.RequestCacheLevel)(0))]
+ [System.Configuration.ConfigurationPropertyAttribute("policyLevel", DefaultValue=System.Net.Cache.RequestCacheLevel.Default)]
public System.Net.Cache.RequestCacheLevel PolicyLevel { get { throw null; } set { } }
protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
@@ -9992,7 +9992,7 @@ namespace System.Net.Configuration
public System.TimeSpan MaximumStale { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("minimumFresh", DefaultValue="-10675199.02:48:05.4775808")]
public System.TimeSpan MinimumFresh { get { throw null; } set { } }
- [System.Configuration.ConfigurationPropertyAttribute("policyLevel", IsRequired=true, DefaultValue=(System.Net.Cache.HttpRequestCacheLevel)(0))]
+ [System.Configuration.ConfigurationPropertyAttribute("policyLevel", IsRequired=true, DefaultValue=System.Net.Cache.HttpRequestCacheLevel.Default)]
public System.Net.Cache.HttpRequestCacheLevel PolicyLevel { get { throw null; } set { } }
protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
@@ -10085,16 +10085,16 @@ namespace System.Net.Configuration
public sealed partial class ProxyElement : System.Configuration.ConfigurationElement
{
public ProxyElement() { }
- [System.Configuration.ConfigurationPropertyAttribute("autoDetect", DefaultValue=(System.Net.Configuration.ProxyElement.AutoDetectValues)(-1))]
+ [System.Configuration.ConfigurationPropertyAttribute("autoDetect", DefaultValue=System.Net.Configuration.ProxyElement.AutoDetectValues.Unspecified)]
public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set { } }
- [System.Configuration.ConfigurationPropertyAttribute("bypassonlocal", DefaultValue=(System.Net.Configuration.ProxyElement.BypassOnLocalValues)(-1))]
+ [System.Configuration.ConfigurationPropertyAttribute("bypassonlocal", DefaultValue=System.Net.Configuration.ProxyElement.BypassOnLocalValues.Unspecified)]
public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null; } set { } }
protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
[System.Configuration.ConfigurationPropertyAttribute("proxyaddress")]
public System.Uri ProxyAddress { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("scriptLocation")]
public System.Uri ScriptLocation { get { throw null; } set { } }
- [System.Configuration.ConfigurationPropertyAttribute("usesystemdefault", DefaultValue=(System.Net.Configuration.ProxyElement.UseSystemDefaultValues)(-1))]
+ [System.Configuration.ConfigurationPropertyAttribute("usesystemdefault", DefaultValue=System.Net.Configuration.ProxyElement.UseSystemDefaultValues.Unspecified)]
public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw null; } set { } }
public enum AutoDetectValues
{
@@ -10122,7 +10122,7 @@ namespace System.Net.Configuration
public System.Net.Configuration.FtpCachePolicyElement DefaultFtpCachePolicy { get { throw null; } }
[System.Configuration.ConfigurationPropertyAttribute("defaultHttpCachePolicy")]
public System.Net.Configuration.HttpCachePolicyElement DefaultHttpCachePolicy { get { throw null; } }
- [System.Configuration.ConfigurationPropertyAttribute("defaultPolicyLevel", DefaultValue=(System.Net.Cache.RequestCacheLevel)(1))]
+ [System.Configuration.ConfigurationPropertyAttribute("defaultPolicyLevel", DefaultValue=System.Net.Cache.RequestCacheLevel.BypassCache)]
public System.Net.Cache.RequestCacheLevel DefaultPolicyLevel { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("disableAllCaching", DefaultValue=false)]
public bool DisableAllCaching { get { throw null; } set { } }
@@ -10145,7 +10145,7 @@ namespace System.Net.Configuration
public int DnsRefreshTimeout { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("enableDnsRoundRobin", DefaultValue=false)]
public bool EnableDnsRoundRobin { get { throw null; } set { } }
- [System.Configuration.ConfigurationPropertyAttribute("encryptionPolicy", DefaultValue=(System.Net.Security.EncryptionPolicy)(0))]
+ [System.Configuration.ConfigurationPropertyAttribute("encryptionPolicy", DefaultValue=System.Net.Security.EncryptionPolicy.RequireEncryption)]
public System.Net.Security.EncryptionPolicy EncryptionPolicy { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("expect100Continue", DefaultValue=true)]
public bool Expect100Continue { get { throw null; } set { } }
@@ -10200,9 +10200,9 @@ namespace System.Net.Configuration
public sealed partial class SmtpSection : System.Configuration.ConfigurationSection
{
public SmtpSection() { }
- [System.Configuration.ConfigurationPropertyAttribute("deliveryFormat", DefaultValue=(System.Net.Mail.SmtpDeliveryFormat)(0))]
+ [System.Configuration.ConfigurationPropertyAttribute("deliveryFormat", DefaultValue=System.Net.Mail.SmtpDeliveryFormat.SevenBit)]
public System.Net.Mail.SmtpDeliveryFormat DeliveryFormat { get { throw null; } set { } }
- [System.Configuration.ConfigurationPropertyAttribute("deliveryMethod", DefaultValue=(System.Net.Mail.SmtpDeliveryMethod)(0))]
+ [System.Configuration.ConfigurationPropertyAttribute("deliveryMethod", DefaultValue=System.Net.Mail.SmtpDeliveryMethod.Network)]
public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("from")]
public string From { get { throw null; } set { } }
@@ -10226,7 +10226,7 @@ namespace System.Net.Configuration
public bool AlwaysUseCompletionPortsForAccept { get { throw null; } set { } }
[System.Configuration.ConfigurationPropertyAttribute("alwaysUseCompletionPortsForConnect", DefaultValue=false)]
public bool AlwaysUseCompletionPortsForConnect { get { throw null; } set { } }
- [System.Configuration.ConfigurationPropertyAttribute("ipProtectionLevel", DefaultValue=(System.Net.Sockets.IPProtectionLevel)(-1))]
+ [System.Configuration.ConfigurationPropertyAttribute("ipProtectionLevel", DefaultValue=System.Net.Sockets.IPProtectionLevel.Unspecified)]
public System.Net.Sockets.IPProtectionLevel IPProtectionLevel { get { throw null; } set { } }
protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
protected override void PostDeserialize() { }
@@ -10292,9 +10292,9 @@ namespace System.Net.Configuration
{
public WebUtilityElement() { }
protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
- [System.Configuration.ConfigurationPropertyAttribute("unicodeDecodingConformance", DefaultValue=(System.Net.Configuration.UnicodeDecodingConformance)(0))]
+ [System.Configuration.ConfigurationPropertyAttribute("unicodeDecodingConformance", DefaultValue=System.Net.Configuration.UnicodeDecodingConformance.Auto)]
public System.Net.Configuration.UnicodeDecodingConformance UnicodeDecodingConformance { get { throw null; } set { } }
- [System.Configuration.ConfigurationPropertyAttribute("unicodeEncodingConformance", DefaultValue=(System.Net.Configuration.UnicodeEncodingConformance)(0))]
+ [System.Configuration.ConfigurationPropertyAttribute("unicodeEncodingConformance", DefaultValue=System.Net.Configuration.UnicodeEncodingConformance.Auto)]
public System.Net.Configuration.UnicodeEncodingConformance UnicodeEncodingConformance { get { throw null; } set { } }
}
}
@@ -10512,9 +10512,9 @@ namespace System.Net.Mail
public SmtpException(string message) { }
public SmtpException(string message, System.Exception innerException) { }
public System.Net.Mail.SmtpStatusCode StatusCode { get { throw null; } set { } }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
[System.SerializableAttribute]
@@ -10528,9 +10528,9 @@ namespace System.Net.Mail
public SmtpFailedRecipientException(string message, System.Exception innerException) { }
public SmtpFailedRecipientException(string message, string failedRecipient, System.Exception innerException) { }
public string FailedRecipient { get { throw null; } }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
[System.SerializableAttribute]
@@ -10542,9 +10542,9 @@ namespace System.Net.Mail
public SmtpFailedRecipientsException(string message, System.Exception innerException) { }
public SmtpFailedRecipientsException(string message, System.Net.Mail.SmtpFailedRecipientException[] innerExceptions) { }
public System.Net.Mail.SmtpFailedRecipientException[] InnerExceptions { get { throw null; } }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.SerializationFormatter)]
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
}
[System.SerializableAttribute]
@@ -10563,7 +10563,7 @@ namespace System.Net.Mail
public override System.Security.SecurityElement ToXml() { throw null; }
public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]
[System.SerializableAttribute]
public sealed partial class SmtpPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
{
@@ -10985,12 +10985,12 @@ namespace System.Net.NetworkInformation
}
public partial class NetworkChange
{
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public NetworkChange() { }
public static event System.Net.NetworkInformation.NetworkAddressChangedEventHandler NetworkAddressChanged { add { } remove { } }
public static event System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler NetworkAvailabilityChanged { add { } remove { } }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public static void RegisterNetworkChange(System.Net.NetworkInformation.NetworkChange nc) { }
}
@@ -11024,7 +11024,7 @@ namespace System.Net.NetworkInformation
public override System.Security.SecurityElement ToXml() { throw null; }
public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]
[System.SerializableAttribute]
public sealed partial class NetworkInformationPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
{
@@ -11635,7 +11635,7 @@ namespace System.Net.Sockets
~NetworkStream() { }
public override void Flush() { }
public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
- public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int size) { buffer = default(byte[]); throw null; }
+ public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int size) { throw null; }
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
public override void SetLength(long value) { }
public override void Write(byte[] buffer, int offset, int size) { }
@@ -11777,22 +11777,22 @@ namespace System.Net.Sockets
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
public System.IAsyncResult BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
- public System.IAsyncResult BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
+ public System.IAsyncResult BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) { throw null; }
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
public System.IAsyncResult BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
- public System.IAsyncResult BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
+ public System.IAsyncResult BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) { throw null; }
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
public System.IAsyncResult BeginReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) { throw null; }
public System.IAsyncResult BeginReceiveMessageFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) { throw null; }
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
public System.IAsyncResult BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
- public System.IAsyncResult BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
+ public System.IAsyncResult BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) { throw null; }
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
public System.IAsyncResult BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
- public System.IAsyncResult BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
+ public System.IAsyncResult BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) { throw null; }
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
public System.IAsyncResult BeginSendFile(string fileName, System.AsyncCallback callback, object state) { throw null; }
[System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
@@ -11814,17 +11814,17 @@ namespace System.Net.Sockets
public void Dispose() { }
protected virtual void Dispose(bool disposing) { }
public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; }
- public System.Net.Sockets.Socket EndAccept(out byte[] buffer, System.IAsyncResult asyncResult) { buffer = default(byte[]); throw null; }
- public System.Net.Sockets.Socket EndAccept(out byte[] buffer, out int bytesTransferred, System.IAsyncResult asyncResult) { buffer = default(byte[]); bytesTransferred = default(int); throw null; }
+ public System.Net.Sockets.Socket EndAccept(out byte[] buffer, System.IAsyncResult asyncResult) { throw null; }
+ public System.Net.Sockets.Socket EndAccept(out byte[] buffer, out int bytesTransferred, System.IAsyncResult asyncResult) { throw null; }
public System.Net.Sockets.Socket EndAccept(System.IAsyncResult asyncResult) { throw null; }
public void EndConnect(System.IAsyncResult asyncResult) { }
public void EndDisconnect(System.IAsyncResult asyncResult) { }
public int EndReceive(System.IAsyncResult asyncResult) { throw null; }
- public int EndReceive(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
+ public int EndReceive(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { throw null; }
public int EndReceiveFrom(System.IAsyncResult asyncResult, ref System.Net.EndPoint endPoint) { throw null; }
- public int EndReceiveMessageFrom(System.IAsyncResult asyncResult, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation = default(System.Net.Sockets.IPPacketInformation); throw null; }
+ public int EndReceiveMessageFrom(System.IAsyncResult asyncResult, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { throw null; }
public int EndSend(System.IAsyncResult asyncResult) { throw null; }
- public int EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
+ public int EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { throw null; }
public void EndSendFile(System.IAsyncResult asyncResult) { }
public int EndSendTo(System.IAsyncResult asyncResult) { throw null; }
~Socket() { }
@@ -11837,29 +11837,29 @@ namespace System.Net.Sockets
public bool Poll(int microSeconds, System.Net.Sockets.SelectMode mode) { throw null; }
public int Receive(byte[] buffer) { throw null; }
public int Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
- public int Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
+ public int Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { throw null; }
public int Receive(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
public int Receive(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers) { throw null; }
public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
- public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
+ public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { throw null; }
public bool ReceiveAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
public int ReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw null; }
public int ReceiveFrom(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw null; }
public int ReceiveFrom(byte[] buffer, ref System.Net.EndPoint remoteEP) { throw null; }
public int ReceiveFrom(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw null; }
public bool ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
- public int ReceiveMessageFrom(byte[] buffer, int offset, int size, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation = default(System.Net.Sockets.IPPacketInformation); throw null; }
+ public int ReceiveMessageFrom(byte[] buffer, int offset, int size, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { throw null; }
public bool ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
public static void Select(System.Collections.IList checkRead, System.Collections.IList checkWrite, System.Collections.IList checkError, int microSeconds) { }
public int Send(byte[] buffer) { throw null; }
public int Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
- public int Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
+ public int Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { throw null; }
public int Send(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
public int Send(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers) { throw null; }
public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
- public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
+ public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { throw null; }
public bool SendAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
public void SendFile(string fileName) { }
public void SendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags) { }
@@ -11894,7 +11894,7 @@ namespace System.Net.Sockets
public System.Net.Sockets.SendPacketsElement[] SendPacketsElements { get { throw null; } set { } }
public System.Net.Sockets.TransmitFileOptions SendPacketsFlags { get { throw null; } set { } }
public int SendPacketsSendSize { get { throw null; } set { } }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public System.Net.Sockets.SocketClientAccessPolicyProtocol SocketClientAccessPolicyProtocol { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
public System.Net.Sockets.SocketError SocketError { get { throw null; } set { } }
@@ -11920,7 +11920,7 @@ namespace System.Net.Sockets
SendPackets = 8,
SendTo = 9,
}
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public enum SocketClientAccessPolicyProtocol
{
@@ -12255,7 +12255,7 @@ namespace System.Net.Sockets
public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult>
{
private object _dummy;
- public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;}
+ public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null; }
public byte[] Buffer { get { throw null; } }
public System.Net.IPEndPoint RemoteEndPoint { get { throw null; } }
public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; }
@@ -12325,16 +12325,16 @@ namespace System.Net.WebSockets
public abstract System.Threading.Tasks.Task CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken);
public abstract System.Threading.Tasks.Task CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken);
public static System.ArraySegment<byte> CreateClientBuffer(int receiveBufferSize, int sendBufferSize) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static System.Net.WebSockets.WebSocket CreateClientWebSocket(System.IO.Stream innerStream, string subProtocol, int receiveBufferSize, int sendBufferSize, System.TimeSpan keepAliveInterval, bool useZeroMaskingKey, System.ArraySegment<byte> internalBuffer) { throw null; }
public static System.ArraySegment<byte> CreateServerBuffer(int receiveBufferSize) { throw null; }
public abstract void Dispose();
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")]
public static bool IsApplicationTargeting45() { throw null; }
protected static bool IsStateTerminal(System.Net.WebSockets.WebSocketState state) { throw null; }
public abstract System.Threading.Tasks.Task<System.Net.WebSockets.WebSocketReceiveResult> ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken);
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static void RegisterPrefixes() { }
public abstract System.Threading.Tasks.Task SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken);
protected static void ThrowOnInvalidState(System.Net.WebSockets.WebSocketState state, params System.Net.WebSockets.WebSocketState[] validStates) { }
@@ -12439,7 +12439,7 @@ namespace System.Reflection
}
namespace System.Runtime.InteropServices
{
- [System.AttributeUsageAttribute((System.AttributeTargets)(2048))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Parameter)]
public sealed partial class DefaultParameterValueAttribute : System.Attribute
{
public DefaultParameterValueAttribute(object value) { }
@@ -12501,7 +12501,7 @@ namespace System.Runtime.InteropServices.ComTypes
public System.Runtime.InteropServices.ComTypes.TYMED tymed;
}
[System.Runtime.InteropServices.GuidAttribute("0000010F-0000-0000-C000-000000000046")]
- [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
+ [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public partial interface IAdviseSink
{
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnClose();
@@ -12511,7 +12511,7 @@ namespace System.Runtime.InteropServices.ComTypes
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnViewChange(int aspect, int index);
}
[System.Runtime.InteropServices.GuidAttribute("0000010E-0000-0000-C000-000000000046")]
- [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
+ [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public partial interface IDataObject
{
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int DAdvise([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetc, System.Runtime.InteropServices.ComTypes.ADVF advf, System.Runtime.InteropServices.ComTypes.IAdviseSink adviseSink, out int connection);
@@ -12525,7 +12525,7 @@ namespace System.Runtime.InteropServices.ComTypes
void SetData([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC formatIn, [System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.Bool)]bool release);
}
[System.Runtime.InteropServices.GuidAttribute("00000103-0000-0000-C000-000000000046")]
- [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
+ [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public partial interface IEnumFORMATETC
{
void Clone(out System.Runtime.InteropServices.ComTypes.IEnumFORMATETC newEnum);
@@ -12534,7 +12534,7 @@ namespace System.Runtime.InteropServices.ComTypes
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Skip(int celt);
}
[System.Runtime.InteropServices.GuidAttribute("00000103-0000-0000-C000-000000000046")]
- [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
+ [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public partial interface IEnumSTATDATA
{
void Clone(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA newEnum);
@@ -12593,19 +12593,19 @@ namespace System.Runtime.Versioning
}
namespace System.Security
{
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static partial class SecureStringMarshal
{
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Security.SecuritySafeCriticalAttribute]
public static System.IntPtr SecureStringToCoTaskMemAnsi(System.Security.SecureString s) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Security.SecuritySafeCriticalAttribute]
public static System.IntPtr SecureStringToCoTaskMemUnicode(System.Security.SecureString s) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Security.SecuritySafeCriticalAttribute]
public static System.IntPtr SecureStringToGlobalAllocAnsi(System.Security.SecureString s) { throw null; }
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Security.SecuritySafeCriticalAttribute]
public static System.IntPtr SecureStringToGlobalAllocUnicode(System.Security.SecureString s) { throw null; }
}
@@ -12799,7 +12799,7 @@ namespace System.Security.Authentication.ExtendedProtection.Configuration
[System.Configuration.ConfigurationPropertyAttribute("policyEnforcement")]
public System.Security.Authentication.ExtendedProtection.PolicyEnforcement PolicyEnforcement { get { throw null; } set { } }
protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
- [System.Configuration.ConfigurationPropertyAttribute("protectionScenario", DefaultValue=(System.Security.Authentication.ExtendedProtection.ProtectionScenario)(0))]
+ [System.Configuration.ConfigurationPropertyAttribute("protectionScenario", DefaultValue=System.Security.Authentication.ExtendedProtection.ProtectionScenario.TransportSelected)]
public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get { throw null; } set { } }
public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy BuildPolicy() { throw null; }
}
@@ -12831,7 +12831,7 @@ namespace System.Security.Claims
{
public static partial class DynamicRoleClaimProvider
{
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("Use ClaimsAuthenticationManager to add claims to a ClaimsIdentity", true)]
public static void AddDynamicRoleClaims(System.Security.Claims.ClaimsIdentity claimsIdentity, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims) { }
}
@@ -13000,11 +13000,11 @@ namespace System.Security.Cryptography.X509Certificates
public X509Certificate2(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
public X509Certificate2(byte[] rawData, string password) { }
public X509Certificate2(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public X509Certificate2(System.IntPtr handle) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
protected X509Certificate2(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate) { }
public X509Certificate2(string fileName) { }
@@ -13123,14 +13123,14 @@ namespace System.Security.Cryptography.X509Certificates
public X509Chain() { }
[System.Security.SecurityCriticalAttribute]
public X509Chain(bool useMachineContext) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public X509Chain(System.IntPtr chainContext) { }
- public System.IntPtr ChainContext { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
+ public System.IntPtr ChainContext { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]get { throw null; } }
public System.Security.Cryptography.X509Certificates.X509ChainElementCollection ChainElements { get { throw null; } }
public System.Security.Cryptography.X509Certificates.X509ChainPolicy ChainPolicy { get { throw null; } set { } }
public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainStatus { get { throw null; } }
- public Microsoft.Win32.SafeHandles.SafeX509ChainHandle SafeHandle { [System.Security.SecurityCriticalAttribute][System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
+ public Microsoft.Win32.SafeHandles.SafeX509ChainHandle SafeHandle { [System.Security.SecurityCriticalAttribute][System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]get { throw null; } }
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
public bool Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
@@ -13332,8 +13332,8 @@ namespace System.Security.Cryptography.X509Certificates
public sealed partial class X509Store : System.IDisposable
{
public X509Store() { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public X509Store(System.IntPtr storeHandle) { }
public X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName) { }
@@ -13343,7 +13343,7 @@ namespace System.Security.Cryptography.X509Certificates
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw null; } }
public System.Security.Cryptography.X509Certificates.StoreLocation Location { get { throw null; } }
public string Name { get { throw null; } }
- public System.IntPtr StoreHandle { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
+ public System.IntPtr StoreHandle { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]get { throw null; } }
public void Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
public void Close() { }
@@ -13434,7 +13434,7 @@ namespace System.Security.Permissions
public override System.Security.SecurityElement ToXml() { throw null; }
public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]
[System.SerializableAttribute]
public sealed partial class StorePermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
{
@@ -13477,7 +13477,7 @@ namespace System.Security.Permissions
public override System.Security.SecurityElement ToXml() { throw null; }
public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Method | System.AttributeTargets.Struct, AllowMultiple=true, Inherited=false)]
[System.SerializableAttribute]
public sealed partial class TypeDescriptorPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
{
@@ -13686,7 +13686,7 @@ namespace System.Text.RegularExpressions
RightToLeft = 64,
Singleline = 16,
}
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public abstract partial class RegexRunner
{
protected internal int[] runcrawl;
@@ -13728,7 +13728,7 @@ namespace System.Text.RegularExpressions
protected void TransferCapture(int capnum, int uncapnum, int start, int end) { }
protected void Uncapture() { }
}
- [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public abstract partial class RegexRunnerFactory
{
protected RegexRunnerFactory() { }
@@ -13776,27 +13776,27 @@ namespace System.Threading
{
[System.Security.SecuritySafeCriticalAttribute]
public Semaphore(int initialCount, int maximumCount) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public Semaphore(int initialCount, int maximumCount, string name) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
- public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew) { createdNew = default(bool); }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
- public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { createdNew = default(bool); }
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
+ public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew) { throw null; }
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
+ public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { throw null; }
public System.Security.AccessControl.SemaphoreSecurity GetAccessControl() { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public static System.Threading.Semaphore OpenExisting(string name) { throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public static System.Threading.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { throw null; }
[System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute]
- [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
+ [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)]
public int Release() { throw null; }
- [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
+ [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)]
public int Release(int releaseCount) { throw null; }
public void SetAccessControl(System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
- public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out System.Threading.Semaphore result) { result = default(System.Threading.Semaphore); throw null; }
- [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
- public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = default(System.Threading.Semaphore); throw null; }
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
+ public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out System.Threading.Semaphore result) { throw null; }
+ [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
+ public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { throw null; }
}
public partial class ThreadExceptionEventArgs : System.EventArgs
{
@@ -13848,7 +13848,7 @@ namespace System.Timers
public void Start() { }
public void Stop() { }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All)]
public partial class TimersDescriptionAttribute : System.ComponentModel.DescriptionAttribute
{
public TimersDescriptionAttribute(string description) { }
@@ -13871,7 +13871,7 @@ namespace System.Web
public override System.Security.SecurityElement ToXml() { throw null; }
public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
}
- [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=false)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true, Inherited=false)]
[System.SerializableAttribute]
public sealed partial class AspNetHostingPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
{
@@ -13904,7 +13904,7 @@ namespace System.Windows.Input
}
namespace System.Windows.Markup
{
- [System.AttributeUsageAttribute((System.AttributeTargets)(1244), AllowMultiple=false, Inherited=true)]
+ [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Property | System.AttributeTargets.Struct, AllowMultiple=false, Inherited=true)]
[System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
public sealed partial class ValueSerializerAttribute : System.Attribute
{