mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
C#: Regenerate stubs for (Asp)NetCore.App
This commit is contained in:
@@ -6,6 +6,7 @@ namespace Microsoft
|
||||
{
|
||||
namespace Authorization
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class AllowAnonymousAttribute : System.Attribute, Microsoft.AspNetCore.Authorization.IAllowAnonymous
|
||||
{
|
||||
public AllowAnonymousAttribute() => throw null;
|
||||
@@ -120,6 +121,7 @@ namespace Microsoft
|
||||
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.Authorization.AuthorizationResult> AuthorizeAsync(this Microsoft.AspNetCore.Authorization.IAuthorizationService service, System.Security.Claims.ClaimsPrincipal user, Microsoft.AspNetCore.Authorization.AuthorizationPolicy policy) => throw null;
|
||||
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.Authorization.AuthorizationResult> AuthorizeAsync(this Microsoft.AspNetCore.Authorization.IAuthorizationService service, System.Security.Claims.ClaimsPrincipal user, string policyName) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = true, Inherited = true)]
|
||||
public class AuthorizeAttribute : System.Attribute, Microsoft.AspNetCore.Authorization.IAuthorizeData
|
||||
{
|
||||
public string AuthenticationSchemes { get => throw null; set { } }
|
||||
|
||||
@@ -6,6 +6,7 @@ namespace Microsoft
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = true)]
|
||||
public sealed class BindInputElementAttribute : System.Attribute
|
||||
{
|
||||
public string ChangeAttribute { get => throw null; }
|
||||
|
||||
@@ -73,6 +73,7 @@ namespace Microsoft
|
||||
public static bool TryConvertToTimeOnly(object obj, System.Globalization.CultureInfo culture, out System.TimeOnly value) => throw null;
|
||||
public static bool TryConvertToTimeOnly(object obj, System.Globalization.CultureInfo culture, string format, out System.TimeOnly value) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = true)]
|
||||
public sealed class BindElementAttribute : System.Attribute
|
||||
{
|
||||
public string ChangeAttribute { get => throw null; }
|
||||
@@ -81,11 +82,13 @@ namespace Microsoft
|
||||
public string Suffix { get => throw null; }
|
||||
public string ValueAttribute { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class CascadingParameterAttribute : System.Attribute
|
||||
{
|
||||
public CascadingParameterAttribute() => throw null;
|
||||
public string Name { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = false)]
|
||||
public sealed class CascadingTypeParameterAttribute : System.Attribute
|
||||
{
|
||||
public CascadingTypeParameterAttribute(string name) => throw null;
|
||||
@@ -161,6 +164,7 @@ namespace Microsoft
|
||||
public System.Threading.Tasks.Task SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView parameters) => throw null;
|
||||
public System.Type Type { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false)]
|
||||
public sealed class EditorRequiredAttribute : System.Attribute
|
||||
{
|
||||
public EditorRequiredAttribute() => throw null;
|
||||
@@ -300,6 +304,7 @@ namespace Microsoft
|
||||
public static readonly Microsoft.AspNetCore.Components.EventCallbackWorkItem Empty;
|
||||
public System.Threading.Tasks.Task InvokeAsync(object arg) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = true)]
|
||||
public sealed class EventHandlerAttribute : System.Attribute
|
||||
{
|
||||
public string AttributeName { get => throw null; }
|
||||
@@ -336,6 +341,7 @@ namespace Microsoft
|
||||
public Microsoft.AspNetCore.Components.PersistentComponentState State { get => throw null; }
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class InjectAttribute : System.Attribute
|
||||
{
|
||||
public InjectAttribute() => throw null;
|
||||
@@ -345,6 +351,7 @@ namespace Microsoft
|
||||
System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<string, byte[]>> GetPersistedStateAsync();
|
||||
System.Threading.Tasks.Task PersistStateAsync(System.Collections.Generic.IReadOnlyDictionary<string, byte[]> state);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class LayoutAttribute : System.Attribute
|
||||
{
|
||||
public LayoutAttribute(System.Type layoutType) => throw null;
|
||||
@@ -447,6 +454,7 @@ namespace Microsoft
|
||||
protected OwningComponentBase() => throw null;
|
||||
protected TService Service { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class ParameterAttribute : System.Attribute
|
||||
{
|
||||
public bool CaptureUnmatchedValues { get => throw null; set { } }
|
||||
@@ -647,6 +655,7 @@ namespace Microsoft
|
||||
Markup = 8,
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = false)]
|
||||
public sealed class RouteAttribute : System.Attribute
|
||||
{
|
||||
public RouteAttribute(string template) => throw null;
|
||||
@@ -714,6 +723,7 @@ namespace Microsoft
|
||||
public System.Threading.Tasks.Task SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView parameters) => throw null;
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class SupplyParameterFromQueryAttribute : System.Attribute
|
||||
{
|
||||
public SupplyParameterFromQueryAttribute() => throw null;
|
||||
|
||||
@@ -25,10 +25,12 @@ namespace Microsoft
|
||||
public CorsPolicyMetadata(Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicy policy) => throw null;
|
||||
public Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicy Policy { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = false)]
|
||||
public class DisableCorsAttribute : System.Attribute, Microsoft.AspNetCore.Cors.Infrastructure.ICorsMetadata, Microsoft.AspNetCore.Cors.Infrastructure.IDisableCorsAttribute
|
||||
{
|
||||
public DisableCorsAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class EnableCorsAttribute : System.Attribute, Microsoft.AspNetCore.Cors.Infrastructure.ICorsMetadata, Microsoft.AspNetCore.Cors.Infrastructure.IEnableCorsAttribute
|
||||
{
|
||||
public EnableCorsAttribute() => throw null;
|
||||
|
||||
@@ -34,6 +34,7 @@ namespace Microsoft
|
||||
public static bool IsProduction(this Microsoft.AspNetCore.Hosting.IHostingEnvironment hostingEnvironment) => throw null;
|
||||
public static bool IsStaging(this Microsoft.AspNetCore.Hosting.IHostingEnvironment hostingEnvironment) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, Inherited = false, AllowMultiple = true)]
|
||||
public sealed class HostingStartupAttribute : System.Attribute
|
||||
{
|
||||
public HostingStartupAttribute(System.Type hostingStartupType) => throw null;
|
||||
|
||||
@@ -105,6 +105,7 @@ namespace Microsoft
|
||||
}
|
||||
namespace Http
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)2048, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class AsParametersAttribute : System.Attribute
|
||||
{
|
||||
public AsParametersAttribute() => throw null;
|
||||
|
||||
@@ -6,11 +6,13 @@ namespace Microsoft
|
||||
{
|
||||
namespace Http
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class EndpointDescriptionAttribute : System.Attribute, Microsoft.AspNetCore.Http.Metadata.IEndpointDescriptionMetadata
|
||||
{
|
||||
public EndpointDescriptionAttribute(string description) => throw null;
|
||||
public string Description { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class EndpointSummaryAttribute : System.Attribute, Microsoft.AspNetCore.Http.Metadata.IEndpointSummaryMetadata
|
||||
{
|
||||
public EndpointSummaryAttribute(string summary) => throw null;
|
||||
@@ -195,6 +197,7 @@ namespace Microsoft
|
||||
public static void SetInt32(this Microsoft.AspNetCore.Http.ISession session, string key, int value) => throw null;
|
||||
public static void SetString(this Microsoft.AspNetCore.Http.ISession session, string key, string value) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4164, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class TagsAttribute : System.Attribute, Microsoft.AspNetCore.Http.Metadata.ITagsMetadata
|
||||
{
|
||||
public TagsAttribute(params string[] tags) => throw null;
|
||||
|
||||
@@ -67,6 +67,7 @@ namespace Microsoft
|
||||
public string Location { get => throw null; set { } }
|
||||
public override void OnFormatting(Microsoft.AspNetCore.Mvc.ActionContext context) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = true, Inherited = true)]
|
||||
public sealed class AcceptVerbsAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Routing.IActionHttpMethodProvider, Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider
|
||||
{
|
||||
public AcceptVerbsAttribute(string method) => throw null;
|
||||
@@ -80,6 +81,7 @@ namespace Microsoft
|
||||
}
|
||||
namespace ActionConstraints
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = true)]
|
||||
public abstract class ActionMethodSelectorAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint, Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata
|
||||
{
|
||||
public bool Accept(Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintContext context) => throw null;
|
||||
@@ -96,10 +98,12 @@ namespace Microsoft
|
||||
public int Order { get => throw null; }
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public class ActionContextAttribute : System.Attribute
|
||||
{
|
||||
public ActionContextAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class ActionNameAttribute : System.Attribute
|
||||
{
|
||||
public ActionNameAttribute(string name) => throw null;
|
||||
@@ -138,15 +142,18 @@ namespace Microsoft
|
||||
public bool SuppressMapClientErrors { get => throw null; set { } }
|
||||
public bool SuppressModelStateInvalidFilter { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)5, AllowMultiple = false, Inherited = true)]
|
||||
public class ApiControllerAttribute : Microsoft.AspNetCore.Mvc.ControllerAttribute, Microsoft.AspNetCore.Mvc.Infrastructure.IApiBehaviorMetadata, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
|
||||
{
|
||||
public ApiControllerAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class ApiConventionMethodAttribute : System.Attribute
|
||||
{
|
||||
public System.Type ConventionType { get => throw null; }
|
||||
public ApiConventionMethodAttribute(System.Type conventionType, string methodName) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)5, AllowMultiple = true, Inherited = true)]
|
||||
public sealed class ApiConventionTypeAttribute : System.Attribute
|
||||
{
|
||||
public System.Type ConventionType { get => throw null; }
|
||||
@@ -159,6 +166,7 @@ namespace Microsoft
|
||||
}
|
||||
namespace ApiExplorer
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)2112, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class ApiConventionNameMatchAttribute : System.Attribute
|
||||
{
|
||||
public ApiConventionNameMatchAttribute(Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior matchBehavior) => throw null;
|
||||
@@ -176,6 +184,7 @@ namespace Microsoft
|
||||
public ApiConventionResult(System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider> responseMetadataProviders) => throw null;
|
||||
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider> ResponseMetadataProviders { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2048, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class ApiConventionTypeMatchAttribute : System.Attribute
|
||||
{
|
||||
public ApiConventionTypeMatchAttribute(Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionTypeMatchBehavior matchBehavior) => throw null;
|
||||
@@ -216,6 +225,7 @@ namespace Microsoft
|
||||
System.Collections.Generic.IReadOnlyList<string> GetSupportedContentTypes(string contentType, System.Type objectType);
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class ApiExplorerSettingsAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupNameProvider, Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionVisibilityProvider
|
||||
{
|
||||
public ApiExplorerSettingsAttribute() => throw null;
|
||||
@@ -442,6 +452,7 @@ namespace Microsoft
|
||||
protected ApplicationPart() => throw null;
|
||||
public abstract string Name { get; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true)]
|
||||
public sealed class ApplicationPartAttribute : System.Attribute
|
||||
{
|
||||
public string AssemblyName { get => throw null; }
|
||||
@@ -494,12 +505,14 @@ namespace Microsoft
|
||||
public NullApplicationPartFactory() => throw null;
|
||||
public override System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> GetApplicationParts(System.Reflection.Assembly assembly) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false)]
|
||||
public sealed class ProvideApplicationPartFactoryAttribute : System.Attribute
|
||||
{
|
||||
public ProvideApplicationPartFactoryAttribute(System.Type factoryType) => throw null;
|
||||
public ProvideApplicationPartFactoryAttribute(string factoryTypeName) => throw null;
|
||||
public System.Type GetFactoryType() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true)]
|
||||
public sealed class RelatedAssemblyAttribute : System.Attribute
|
||||
{
|
||||
public string AssemblyFileName { get => throw null; }
|
||||
@@ -507,6 +520,7 @@ namespace Microsoft
|
||||
public static System.Collections.Generic.IReadOnlyList<System.Reflection.Assembly> GetRelatedAssemblies(System.Reflection.Assembly assembly, bool throwOnError) => throw null;
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class AreaAttribute : Microsoft.AspNetCore.Mvc.Routing.RouteValueAttribute
|
||||
{
|
||||
public AreaAttribute(string areaName) : base(default(string), default(string)) => throw null;
|
||||
@@ -541,6 +555,7 @@ namespace Microsoft
|
||||
{
|
||||
public BadRequestResult() : base(default(int)) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2052, AllowMultiple = false, Inherited = true)]
|
||||
public class BindAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IPropertyFilterProvider
|
||||
{
|
||||
public BindAttribute(params string[] include) => throw null;
|
||||
@@ -549,11 +564,13 @@ namespace Microsoft
|
||||
public string Prefix { get => throw null; set { } }
|
||||
public System.Func<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata, bool> PropertyFilter { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)]
|
||||
public class BindPropertiesAttribute : System.Attribute
|
||||
{
|
||||
public BindPropertiesAttribute() => throw null;
|
||||
public bool SupportsGet { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public class BindPropertyAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IRequestPredicateProvider
|
||||
{
|
||||
public System.Type BinderType { get => throw null; set { } }
|
||||
@@ -607,6 +624,7 @@ namespace Microsoft
|
||||
{
|
||||
public ConflictResult() : base(default(int)) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class ConsumesAttribute : System.Attribute, Microsoft.AspNetCore.Http.Metadata.IAcceptsMetadata, Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint, Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata, Microsoft.AspNetCore.Mvc.ApiExplorer.IApiRequestMetadataProvider, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IResourceFilter
|
||||
{
|
||||
public bool Accept(Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintContext context) => throw null;
|
||||
@@ -630,6 +648,7 @@ namespace Microsoft
|
||||
public override System.Threading.Tasks.Task ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) => throw null;
|
||||
public int? StatusCode { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)]
|
||||
public class ControllerAttribute : System.Attribute
|
||||
{
|
||||
public ControllerAttribute() => throw null;
|
||||
@@ -817,6 +836,7 @@ namespace Microsoft
|
||||
public ControllerContext(Microsoft.AspNetCore.Mvc.ActionContext context) => throw null;
|
||||
public virtual System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory> ValueProviderFactories { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public class ControllerContextAttribute : System.Attribute
|
||||
{
|
||||
public ControllerContextAttribute() => throw null;
|
||||
@@ -1237,6 +1257,7 @@ namespace Microsoft
|
||||
protected abstract System.Collections.Generic.KeyValuePair<string, object> this[int index] { get; }
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class DisableRequestSizeLimitAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter, Microsoft.AspNetCore.Http.Metadata.IRequestSizeLimitMetadata
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata CreateInstance(System.IServiceProvider serviceProvider) => throw null;
|
||||
@@ -1275,6 +1296,7 @@ namespace Microsoft
|
||||
}
|
||||
namespace Filters
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = true, Inherited = true)]
|
||||
public abstract class ActionFilterAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IActionFilter, Microsoft.AspNetCore.Mvc.Filters.IAsyncActionFilter, Microsoft.AspNetCore.Mvc.Filters.IAsyncResultFilter, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter, Microsoft.AspNetCore.Mvc.Filters.IResultFilter
|
||||
{
|
||||
protected ActionFilterAttribute() => throw null;
|
||||
@@ -1286,6 +1308,7 @@ namespace Microsoft
|
||||
public virtual System.Threading.Tasks.Task OnResultExecutionAsync(Microsoft.AspNetCore.Mvc.Filters.ResultExecutingContext context, Microsoft.AspNetCore.Mvc.Filters.ResultExecutionDelegate next) => throw null;
|
||||
public int Order { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = true, Inherited = true)]
|
||||
public abstract class ExceptionFilterAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IAsyncExceptionFilter, Microsoft.AspNetCore.Mvc.Filters.IExceptionFilter, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
|
||||
{
|
||||
protected ExceptionFilterAttribute() => throw null;
|
||||
@@ -1313,6 +1336,7 @@ namespace Microsoft
|
||||
public static readonly int Global;
|
||||
public static readonly int Last;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = true, Inherited = true)]
|
||||
public abstract class ResultFilterAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IAsyncResultFilter, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter, Microsoft.AspNetCore.Mvc.Filters.IResultFilter
|
||||
{
|
||||
protected ResultFilterAttribute() => throw null;
|
||||
@@ -1334,6 +1358,7 @@ namespace Microsoft
|
||||
public override System.Threading.Tasks.Task ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) => throw null;
|
||||
public Microsoft.AspNetCore.Authentication.AuthenticationProperties Properties { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class FormatFilterAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata CreateInstance(System.IServiceProvider serviceProvider) => throw null;
|
||||
@@ -1471,6 +1496,7 @@ namespace Microsoft
|
||||
public abstract System.Threading.Tasks.Task WriteResponseBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext context, System.Text.Encoding selectedEncoding);
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2176, AllowMultiple = false, Inherited = true)]
|
||||
public class FromBodyAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Http.Metadata.IFromBodyMetadata
|
||||
{
|
||||
bool Microsoft.AspNetCore.Http.Metadata.IFromBodyMetadata.AllowEmpty { get => throw null; }
|
||||
@@ -1478,30 +1504,35 @@ namespace Microsoft
|
||||
public FromBodyAttribute() => throw null;
|
||||
public Microsoft.AspNetCore.Mvc.ModelBinding.EmptyBodyBehavior EmptyBodyBehavior { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2176, AllowMultiple = false, Inherited = true)]
|
||||
public class FromFormAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Http.Metadata.IFromFormMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource BindingSource { get => throw null; }
|
||||
public FromFormAttribute() => throw null;
|
||||
public string Name { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2176, AllowMultiple = false, Inherited = true)]
|
||||
public class FromHeaderAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Http.Metadata.IFromHeaderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource BindingSource { get => throw null; }
|
||||
public FromHeaderAttribute() => throw null;
|
||||
public string Name { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2176, AllowMultiple = false, Inherited = true)]
|
||||
public class FromQueryAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Http.Metadata.IFromQueryMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource BindingSource { get => throw null; }
|
||||
public FromQueryAttribute() => throw null;
|
||||
public string Name { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2176, AllowMultiple = false, Inherited = true)]
|
||||
public class FromRouteAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Http.Metadata.IFromRouteMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource BindingSource { get => throw null; }
|
||||
public FromRouteAttribute() => throw null;
|
||||
public string Name { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2176, AllowMultiple = false, Inherited = true)]
|
||||
public class FromServicesAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Http.Metadata.IFromServiceMetadata
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource BindingSource { get => throw null; }
|
||||
@@ -1565,10 +1596,12 @@ namespace Microsoft
|
||||
protected ActionDescriptorCollectionProvider() => throw null;
|
||||
public abstract Microsoft.Extensions.Primitives.IChangeToken GetChangeToken();
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2176, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class ActionResultObjectValueAttribute : System.Attribute
|
||||
{
|
||||
public ActionResultObjectValueAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2048, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class ActionResultStatusCodeAttribute : System.Attribute
|
||||
{
|
||||
public ActionResultStatusCodeAttribute() => throw null;
|
||||
@@ -1604,6 +1637,7 @@ namespace Microsoft
|
||||
public DefaultOutputFormatterSelector(Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Mvc.MvcOptions> options, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) => throw null;
|
||||
public override Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter SelectFormatter(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext context, System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Formatters.IOutputFormatter> formatters, Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection contentTypes) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class DefaultStatusCodeAttribute : System.Attribute
|
||||
{
|
||||
public DefaultStatusCodeAttribute(int statusCode) => throw null;
|
||||
@@ -1813,6 +1847,7 @@ namespace Microsoft
|
||||
public string Url { get => throw null; set { } }
|
||||
public Microsoft.AspNetCore.Mvc.IUrlHelper UrlHelper { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = true, Inherited = true)]
|
||||
public class MiddlewareFilterAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
|
||||
{
|
||||
public System.Type ConfigurationType { get => throw null; }
|
||||
@@ -1821,6 +1856,7 @@ namespace Microsoft
|
||||
public bool IsReusable { get => throw null; }
|
||||
public int Order { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2204, AllowMultiple = false, Inherited = true)]
|
||||
public class ModelBinderAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider
|
||||
{
|
||||
public System.Type BinderType { get => throw null; set { } }
|
||||
@@ -2065,6 +2101,7 @@ namespace Microsoft
|
||||
Never = 1,
|
||||
Required = 2,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2180, AllowMultiple = false, Inherited = true)]
|
||||
public class BindingBehaviorAttribute : System.Attribute
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior Behavior { get => throw null; }
|
||||
@@ -2078,10 +2115,12 @@ namespace Microsoft
|
||||
public virtual Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider Filter(Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource bindingSource) => throw null;
|
||||
public abstract Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult GetValue(string key);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2180, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class BindNeverAttribute : Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute
|
||||
{
|
||||
public BindNeverAttribute() : base(default(Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior)) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2180, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class BindRequiredAttribute : Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehaviorAttribute
|
||||
{
|
||||
public BindRequiredAttribute() : base(default(Microsoft.AspNetCore.Mvc.ModelBinding.BindingBehavior)) => throw null;
|
||||
@@ -2583,6 +2622,7 @@ namespace Microsoft
|
||||
public static void RemoveType<TModelValidatorProvider>(this System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidatorProvider> list) where TModelValidatorProvider : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidatorProvider => throw null;
|
||||
public static void RemoveType(this System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IModelValidatorProvider> list, System.Type type) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2180, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class ValidateNeverAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IPropertyValidationFilter
|
||||
{
|
||||
public ValidateNeverAttribute() => throw null;
|
||||
@@ -2633,6 +2673,7 @@ namespace Microsoft
|
||||
public static void RemoveType(this System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderFactory> list, System.Type type) => throw null;
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)]
|
||||
public class ModelMetadataTypeAttribute : System.Attribute
|
||||
{
|
||||
public ModelMetadataTypeAttribute(System.Type type) => throw null;
|
||||
@@ -2676,14 +2717,17 @@ namespace Microsoft
|
||||
{
|
||||
public NoContentResult() : base(default(int)) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class NonActionAttribute : System.Attribute
|
||||
{
|
||||
public NonActionAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class NonControllerAttribute : System.Attribute
|
||||
{
|
||||
public NonControllerAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)]
|
||||
public class NonViewComponentAttribute : System.Attribute
|
||||
{
|
||||
public NonViewComponentAttribute() => throw null;
|
||||
@@ -2722,6 +2766,7 @@ namespace Microsoft
|
||||
public override System.Threading.Tasks.Task ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext context) => throw null;
|
||||
public string FileName { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class ProducesAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter, Microsoft.AspNetCore.Mvc.Filters.IResultFilter
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.Formatters.MediaTypeCollection ContentTypes { get => throw null; set { } }
|
||||
@@ -2734,6 +2779,7 @@ namespace Microsoft
|
||||
public int StatusCode { get => throw null; }
|
||||
public System.Type Type { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class ProducesDefaultResponseTypeAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDefaultResponseMetadataProvider, Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
|
||||
{
|
||||
public ProducesDefaultResponseTypeAttribute() => throw null;
|
||||
@@ -2742,11 +2788,13 @@ namespace Microsoft
|
||||
public int StatusCode { get => throw null; }
|
||||
public System.Type Type { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)69, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class ProducesErrorResponseTypeAttribute : System.Attribute
|
||||
{
|
||||
public ProducesErrorResponseTypeAttribute(System.Type type) => throw null;
|
||||
public System.Type Type { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = true, Inherited = true)]
|
||||
public class ProducesResponseTypeAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
|
||||
{
|
||||
public ProducesResponseTypeAttribute(int statusCode) => throw null;
|
||||
@@ -2823,6 +2871,7 @@ namespace Microsoft
|
||||
public Microsoft.AspNetCore.Routing.RouteValueDictionary RouteValues { get => throw null; set { } }
|
||||
public Microsoft.AspNetCore.Mvc.IUrlHelper UrlHelper { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class RequestFormLimitsAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
|
||||
{
|
||||
public bool BufferBody { get => throw null; set { } }
|
||||
@@ -2840,6 +2889,7 @@ namespace Microsoft
|
||||
public int ValueCountLimit { get => throw null; set { } }
|
||||
public int ValueLengthLimit { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class RequestSizeLimitAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter, Microsoft.AspNetCore.Http.Metadata.IRequestSizeLimitMetadata
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata CreateInstance(System.IServiceProvider serviceProvider) => throw null;
|
||||
@@ -2848,6 +2898,7 @@ namespace Microsoft
|
||||
long? Microsoft.AspNetCore.Http.Metadata.IRequestSizeLimitMetadata.MaxRequestBodySize { get => throw null; }
|
||||
public int Order { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, Inherited = true, AllowMultiple = false)]
|
||||
public class RequireHttpsAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IAuthorizationFilter, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
|
||||
{
|
||||
public RequireHttpsAttribute() => throw null;
|
||||
@@ -2856,6 +2907,7 @@ namespace Microsoft
|
||||
public int Order { get => throw null; set { } }
|
||||
public bool Permanent { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class ResponseCacheAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
|
||||
{
|
||||
public string CacheProfileName { get => throw null; set { } }
|
||||
@@ -2876,6 +2928,7 @@ namespace Microsoft
|
||||
Client = 1,
|
||||
None = 2,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = true, Inherited = true)]
|
||||
public class RouteAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider
|
||||
{
|
||||
public RouteAttribute(string template) => throw null;
|
||||
@@ -2893,6 +2946,7 @@ namespace Microsoft
|
||||
public object State { get => throw null; set { } }
|
||||
public abstract System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Routing.RouteValueDictionary> TransformAsync(Microsoft.AspNetCore.Http.HttpContext httpContext, Microsoft.AspNetCore.Routing.RouteValueDictionary values);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = true, Inherited = true)]
|
||||
public abstract class HttpMethodAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Routing.IActionHttpMethodProvider, Microsoft.AspNetCore.Mvc.Routing.IRouteTemplateProvider
|
||||
{
|
||||
public HttpMethodAttribute(System.Collections.Generic.IEnumerable<string> httpMethods) => throw null;
|
||||
@@ -2927,6 +2981,7 @@ namespace Microsoft
|
||||
public KnownRouteValueConstraint(Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorCollectionProvider actionDescriptorCollectionProvider) => throw null;
|
||||
public bool Match(Microsoft.AspNetCore.Http.HttpContext httpContext, Microsoft.AspNetCore.Routing.IRouter route, string routeKey, Microsoft.AspNetCore.Routing.RouteValueDictionary values, Microsoft.AspNetCore.Routing.RouteDirection routeDirection) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = true, Inherited = true)]
|
||||
public abstract class RouteValueAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Routing.IRouteValueProvider
|
||||
{
|
||||
protected RouteValueAttribute(string routeKey, string routeValue) => throw null;
|
||||
@@ -2968,6 +3023,7 @@ namespace Microsoft
|
||||
public SerializableError() => throw null;
|
||||
public SerializableError(Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary modelState) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = true, Inherited = true)]
|
||||
public class ServiceFilterAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata CreateInstance(System.IServiceProvider serviceProvider) => throw null;
|
||||
@@ -3007,6 +3063,7 @@ namespace Microsoft
|
||||
public int StatusCode { get => throw null; }
|
||||
int? Microsoft.AspNetCore.Mvc.Infrastructure.IStatusCodeActionResult.StatusCode { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = true, Inherited = true)]
|
||||
public class TypeFilterAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
|
||||
{
|
||||
public object[] Arguments { get => throw null; set { } }
|
||||
|
||||
@@ -53,6 +53,7 @@ namespace Microsoft
|
||||
public abstract System.Collections.Generic.IEnumerable<System.ComponentModel.DataAnnotations.ValidationAttribute> GetValidationAttributes();
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)132, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class HiddenInputAttribute : System.Attribute
|
||||
{
|
||||
public HiddenInputAttribute() => throw null;
|
||||
|
||||
@@ -79,6 +79,7 @@ namespace Microsoft
|
||||
{
|
||||
Microsoft.AspNetCore.Mvc.Razor.Compilation.IViewCompiler GetCompiler();
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true)]
|
||||
public class RazorViewAttribute : System.Attribute
|
||||
{
|
||||
public RazorViewAttribute(string path, System.Type viewType) => throw null;
|
||||
@@ -107,6 +108,7 @@ namespace Microsoft
|
||||
}
|
||||
namespace Internal
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public class RazorInjectAttribute : System.Attribute
|
||||
{
|
||||
public RazorInjectAttribute() => throw null;
|
||||
|
||||
@@ -400,6 +400,7 @@ namespace Microsoft
|
||||
public abstract System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.RazorPages.CompiledPageActionDescriptor> LoadAsync(Microsoft.AspNetCore.Mvc.RazorPages.PageActionDescriptor actionDescriptor);
|
||||
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.RazorPages.CompiledPageActionDescriptor> LoadAsync(Microsoft.AspNetCore.Mvc.RazorPages.PageActionDescriptor actionDescriptor, Microsoft.AspNetCore.Http.EndpointMetadataCollection endpointMetadata) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)]
|
||||
public class PageModelAttribute : System.Attribute
|
||||
{
|
||||
public PageModelAttribute() => throw null;
|
||||
@@ -464,6 +465,7 @@ namespace Microsoft
|
||||
System.Action<Microsoft.AspNetCore.Mvc.RazorPages.PageContext, object> CreateModelDisposer(Microsoft.AspNetCore.Mvc.RazorPages.CompiledPageActionDescriptor descriptor);
|
||||
System.Func<Microsoft.AspNetCore.Mvc.RazorPages.PageContext, object> CreateModelFactory(Microsoft.AspNetCore.Mvc.RazorPages.CompiledPageActionDescriptor descriptor);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = true)]
|
||||
public class NonHandlerAttribute : System.Attribute
|
||||
{
|
||||
public NonHandlerAttribute() => throw null;
|
||||
@@ -604,6 +606,7 @@ namespace Microsoft
|
||||
public virtual Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary ViewData { get => throw null; set { } }
|
||||
public virtual System.Collections.Generic.IList<System.Func<Microsoft.AspNetCore.Mvc.Razor.IRazorPage>> ViewStartFactories { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public class PageContextAttribute : System.Attribute
|
||||
{
|
||||
public PageContextAttribute() => throw null;
|
||||
|
||||
@@ -6,6 +6,7 @@ namespace Microsoft
|
||||
{
|
||||
namespace Mvc
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class AutoValidateAntiforgeryTokenAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata CreateInstance(System.IServiceProvider serviceProvider) => throw null;
|
||||
@@ -130,6 +131,7 @@ namespace Microsoft
|
||||
public string ViewName { get => throw null; }
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class IgnoreAntiforgeryTokenAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.ViewFeatures.IAntiforgeryPolicy, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
|
||||
{
|
||||
public IgnoreAntiforgeryTokenAttribute() => throw null;
|
||||
@@ -165,6 +167,7 @@ namespace Microsoft
|
||||
public Microsoft.AspNetCore.Mvc.ViewFeatures.HtmlHelperOptions HtmlHelperOptions { get => throw null; set { } }
|
||||
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine> ViewEngines { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public class PageRemoteAttribute : Microsoft.AspNetCore.Mvc.RemoteAttributeBase
|
||||
{
|
||||
public PageRemoteAttribute() => throw null;
|
||||
@@ -184,6 +187,7 @@ namespace Microsoft
|
||||
public Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine ViewEngine { get => throw null; set { } }
|
||||
public string ViewName { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public class RemoteAttribute : Microsoft.AspNetCore.Mvc.RemoteAttributeBase
|
||||
{
|
||||
protected RemoteAttribute() => throw null;
|
||||
@@ -193,6 +197,7 @@ namespace Microsoft
|
||||
protected override string GetUrl(Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ClientModelValidationContext context) => throw null;
|
||||
protected string RouteName { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public abstract class RemoteAttributeBase : System.ComponentModel.DataAnnotations.ValidationAttribute, Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IClientModelValidator
|
||||
{
|
||||
public string AdditionalFields { get => throw null; set { } }
|
||||
@@ -608,17 +613,20 @@ namespace Microsoft
|
||||
public System.IO.TextWriter Writer { get => throw null; set { } }
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class SkipStatusCodePagesAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IResourceFilter, Microsoft.AspNetCore.Http.Metadata.ISkipStatusCodePagesMetadata
|
||||
{
|
||||
public SkipStatusCodePagesAttribute() => throw null;
|
||||
public void OnResourceExecuted(Microsoft.AspNetCore.Mvc.Filters.ResourceExecutedContext context) => throw null;
|
||||
public void OnResourceExecuting(Microsoft.AspNetCore.Mvc.Filters.ResourceExecutingContext context) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, Inherited = true, AllowMultiple = false)]
|
||||
public sealed class TempDataAttribute : System.Attribute
|
||||
{
|
||||
public TempDataAttribute() => throw null;
|
||||
public string Key { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class ValidateAntiForgeryTokenAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata CreateInstance(System.IServiceProvider serviceProvider) => throw null;
|
||||
@@ -648,6 +656,7 @@ namespace Microsoft
|
||||
public Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary ViewData { get => throw null; }
|
||||
public Microsoft.AspNetCore.Mvc.ViewEngines.ICompositeViewEngine ViewEngine { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)]
|
||||
public class ViewComponentAttribute : System.Attribute
|
||||
{
|
||||
public ViewComponentAttribute() => throw null;
|
||||
@@ -762,6 +771,7 @@ namespace Microsoft
|
||||
public Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary ViewData { get => throw null; }
|
||||
public System.IO.TextWriter Writer { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public class ViewComponentContextAttribute : System.Attribute
|
||||
{
|
||||
public ViewComponentContextAttribute() => throw null;
|
||||
@@ -811,6 +821,7 @@ namespace Microsoft
|
||||
public string ViewName { get => throw null; set { } }
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, Inherited = true, AllowMultiple = false)]
|
||||
public sealed class ViewDataAttribute : System.Attribute
|
||||
{
|
||||
public ViewDataAttribute() => throw null;
|
||||
@@ -1212,6 +1223,7 @@ namespace Microsoft
|
||||
public virtual Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult FindView(Microsoft.AspNetCore.Mvc.ActionContext actionContext, Microsoft.AspNetCore.Mvc.PartialViewResult viewResult) => throw null;
|
||||
protected Microsoft.Extensions.Logging.ILogger Logger { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public class SaveTempDataAttribute : System.Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
|
||||
{
|
||||
public Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata CreateInstance(System.IServiceProvider serviceProvider) => throw null;
|
||||
@@ -1288,6 +1300,7 @@ namespace Microsoft
|
||||
public ViewComponentResultExecutor(Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Mvc.MvcViewOptions> mvcHelperOptions, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, System.Text.Encodings.Web.HtmlEncoder htmlEncoder, Microsoft.AspNetCore.Mvc.ModelBinding.IModelMetadataProvider modelMetadataProvider, Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionaryFactory tempDataDictionaryFactory, Microsoft.AspNetCore.Mvc.Infrastructure.IHttpResponseStreamWriterFactory writerFactory) => throw null;
|
||||
public virtual System.Threading.Tasks.Task ExecuteAsync(Microsoft.AspNetCore.Mvc.ActionContext context, Microsoft.AspNetCore.Mvc.ViewComponentResult result) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public class ViewContextAttribute : System.Attribute
|
||||
{
|
||||
public ViewContextAttribute() => throw null;
|
||||
@@ -1334,6 +1347,7 @@ namespace Microsoft
|
||||
public ViewDataDictionary(Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary source, object model) : base(default(Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary)) => throw null;
|
||||
public TModel Model { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public class ViewDataDictionaryAttribute : System.Attribute
|
||||
{
|
||||
public ViewDataDictionaryAttribute() => throw null;
|
||||
|
||||
@@ -39,6 +39,7 @@ namespace Microsoft
|
||||
System.Threading.Tasks.ValueTask<byte[]> GetAsync(string key, System.Threading.CancellationToken cancellationToken);
|
||||
System.Threading.Tasks.ValueTask SetAsync(string key, byte[] value, string[] tags, System.TimeSpan validFor, System.Threading.CancellationToken cancellationToken);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class OutputCacheAttribute : System.Attribute
|
||||
{
|
||||
public OutputCacheAttribute() => throw null;
|
||||
|
||||
@@ -24,10 +24,12 @@ namespace Microsoft
|
||||
}
|
||||
namespace RateLimiting
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class DisableRateLimitingAttribute : System.Attribute
|
||||
{
|
||||
public DisableRateLimitingAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class EnableRateLimitingAttribute : System.Attribute
|
||||
{
|
||||
public EnableRateLimitingAttribute(string policyName) => throw null;
|
||||
|
||||
@@ -22,6 +22,7 @@ namespace Microsoft
|
||||
public abstract System.Collections.Generic.IReadOnlyList<object> Metadata { get; }
|
||||
public abstract System.Type Type { get; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)5, AllowMultiple = true, Inherited = false)]
|
||||
public sealed class RazorCompiledItemAttribute : System.Attribute
|
||||
{
|
||||
public RazorCompiledItemAttribute(System.Type type, string kind, string identifier) => throw null;
|
||||
@@ -40,28 +41,33 @@ namespace Microsoft
|
||||
protected System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute> LoadAttributes(System.Reflection.Assembly assembly) => throw null;
|
||||
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem> LoadItems(System.Reflection.Assembly assembly) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = true)]
|
||||
public sealed class RazorCompiledItemMetadataAttribute : System.Attribute
|
||||
{
|
||||
public RazorCompiledItemMetadataAttribute(string key, string value) => throw null;
|
||||
public string Key { get => throw null; }
|
||||
public string Value { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class RazorConfigurationNameAttribute : System.Attribute
|
||||
{
|
||||
public string ConfigurationName { get => throw null; }
|
||||
public RazorConfigurationNameAttribute(string configurationName) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true, Inherited = false)]
|
||||
public sealed class RazorExtensionAssemblyNameAttribute : System.Attribute
|
||||
{
|
||||
public string AssemblyName { get => throw null; }
|
||||
public RazorExtensionAssemblyNameAttribute(string extensionName, string assemblyName) => throw null;
|
||||
public string ExtensionName { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class RazorLanguageVersionAttribute : System.Attribute
|
||||
{
|
||||
public RazorLanguageVersionAttribute(string languageVersion) => throw null;
|
||||
public string LanguageVersion { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = true)]
|
||||
public sealed class RazorSourceChecksumAttribute : System.Attribute, Microsoft.AspNetCore.Razor.Hosting.IRazorSourceChecksumMetadata
|
||||
{
|
||||
public string Checksum { get => throw null; }
|
||||
|
||||
@@ -24,6 +24,7 @@ namespace Microsoft
|
||||
public override void Reinitialize() => throw null;
|
||||
public override void WriteTo(System.IO.TextWriter writer, System.Text.Encodings.Web.HtmlEncoder encoder) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class HtmlAttributeNameAttribute : System.Attribute
|
||||
{
|
||||
public HtmlAttributeNameAttribute() => throw null;
|
||||
@@ -32,6 +33,7 @@ namespace Microsoft
|
||||
public bool DictionaryAttributePrefixSet { get => throw null; }
|
||||
public string Name { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class HtmlAttributeNotBoundAttribute : System.Attribute
|
||||
{
|
||||
public HtmlAttributeNotBoundAttribute() => throw null;
|
||||
@@ -43,6 +45,7 @@ namespace Microsoft
|
||||
NoQuotes = 2,
|
||||
Minimized = 3,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = false)]
|
||||
public sealed class HtmlTargetElementAttribute : System.Attribute
|
||||
{
|
||||
public string Attributes { get => throw null; set { } }
|
||||
@@ -73,6 +76,7 @@ namespace Microsoft
|
||||
public override unsafe bool TryEncodeUnicodeScalar(int unicodeScalar, char* buffer, int bufferLength, out int numberOfCharactersWritten) => throw null;
|
||||
public override bool WillEncode(int unicodeScalar) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class OutputElementHintAttribute : System.Attribute
|
||||
{
|
||||
public OutputElementHintAttribute(string outputElement) => throw null;
|
||||
@@ -89,6 +93,7 @@ namespace Microsoft
|
||||
public bool TryGetAttribute(string name, out Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute attribute) => throw null;
|
||||
public bool TryGetAttributes(string name, out System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute> attributes) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class RestrictChildrenAttribute : System.Attribute
|
||||
{
|
||||
public System.Collections.Generic.IEnumerable<string> ChildTags { get => throw null; }
|
||||
|
||||
@@ -291,11 +291,13 @@ namespace Microsoft
|
||||
public abstract Microsoft.Extensions.Primitives.IChangeToken GetChangeToken();
|
||||
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.Endpoint> GetGroupedEndpoints(Microsoft.AspNetCore.Routing.RouteGroupContext context) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4164, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class EndpointGroupNameAttribute : System.Attribute, Microsoft.AspNetCore.Routing.IEndpointGroupNameMetadata
|
||||
{
|
||||
public EndpointGroupNameAttribute(string endpointGroupName) => throw null;
|
||||
public string EndpointGroupName { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4160, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class EndpointNameAttribute : System.Attribute, Microsoft.AspNetCore.Routing.IEndpointNameMetadata
|
||||
{
|
||||
public EndpointNameAttribute(string endpointName) => throw null;
|
||||
@@ -306,11 +308,13 @@ namespace Microsoft
|
||||
public EndpointNameMetadata(string endpointName) => throw null;
|
||||
public string EndpointName { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4164, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class ExcludeFromDescriptionAttribute : System.Attribute, Microsoft.AspNetCore.Routing.IExcludeFromDescriptionMetadata
|
||||
{
|
||||
public ExcludeFromDescriptionAttribute() => throw null;
|
||||
public bool ExcludeFromDescription { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)68, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class HostAttribute : System.Attribute, Microsoft.AspNetCore.Routing.IHostMetadata
|
||||
{
|
||||
public HostAttribute(string host) => throw null;
|
||||
|
||||
@@ -240,6 +240,7 @@ namespace Microsoft
|
||||
public HubMetadata(System.Type hubType) => throw null;
|
||||
public System.Type HubType { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = true)]
|
||||
public class HubMethodNameAttribute : System.Attribute
|
||||
{
|
||||
public HubMethodNameAttribute(string name) => throw null;
|
||||
|
||||
@@ -23,6 +23,7 @@ namespace Microsoft
|
||||
public static string GetConnectionString(this Microsoft.Extensions.Configuration.IConfiguration configuration, string name) => throw null;
|
||||
public static Microsoft.Extensions.Configuration.IConfigurationSection GetRequiredSection(this Microsoft.Extensions.Configuration.IConfiguration configuration, string key) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128)]
|
||||
public sealed class ConfigurationKeyNameAttribute : System.Attribute
|
||||
{
|
||||
public ConfigurationKeyNameAttribute(string name) => throw null;
|
||||
|
||||
@@ -13,6 +13,7 @@ namespace Microsoft
|
||||
public PathHelper() => throw null;
|
||||
public static string GetSecretsPathFromSecretsId(string userSecretsId) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, Inherited = false, AllowMultiple = false)]
|
||||
public class UserSecretsIdAttribute : System.Attribute
|
||||
{
|
||||
public UserSecretsIdAttribute(string userSecretId) => throw null;
|
||||
|
||||
@@ -14,6 +14,7 @@ namespace Microsoft
|
||||
public static object GetServiceOrCreateInstance(System.IServiceProvider provider, System.Type type) => throw null;
|
||||
public static T GetServiceOrCreateInstance<T>(System.IServiceProvider provider) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public class ActivatorUtilitiesConstructorAttribute : System.Attribute
|
||||
{
|
||||
public ActivatorUtilitiesConstructorAttribute() => throw null;
|
||||
|
||||
@@ -341,6 +341,7 @@ namespace Microsoft
|
||||
Success = 1,
|
||||
SuccessRehashNeeded = 2,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128)]
|
||||
public class PersonalDataAttribute : System.Attribute
|
||||
{
|
||||
public PersonalDataAttribute() => throw null;
|
||||
|
||||
@@ -23,6 +23,7 @@ namespace Microsoft
|
||||
public LocalizationOptions() => throw null;
|
||||
public string ResourcesPath { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false, Inherited = false)]
|
||||
public class ResourceLocationAttribute : System.Attribute
|
||||
{
|
||||
public ResourceLocationAttribute(string resourceLocation) => throw null;
|
||||
@@ -55,6 +56,7 @@ namespace Microsoft
|
||||
public ResourceNamesCache() => throw null;
|
||||
public System.Collections.Generic.IList<string> GetOrAdd(string name, System.Func<string, System.Collections.Generic.IList<string>> valueFactory) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = false, Inherited = false)]
|
||||
public class RootNamespaceAttribute : System.Attribute
|
||||
{
|
||||
public RootNamespaceAttribute(string rootNamespace) => throw null;
|
||||
|
||||
@@ -167,6 +167,7 @@ namespace Microsoft
|
||||
public static System.Func<Microsoft.Extensions.Logging.ILogger, T1, T2, T3, T4, T5, System.IDisposable> DefineScope<T1, T2, T3, T4, T5>(string formatString) => throw null;
|
||||
public static System.Func<Microsoft.Extensions.Logging.ILogger, T1, T2, T3, T4, T5, T6, System.IDisposable> DefineScope<T1, T2, T3, T4, T5, T6>(string formatString) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64)]
|
||||
public sealed class LoggerMessageAttribute : System.Attribute
|
||||
{
|
||||
public LoggerMessageAttribute() => throw null;
|
||||
|
||||
@@ -93,6 +93,7 @@ namespace Microsoft
|
||||
public static Microsoft.Extensions.Logging.ILoggingBuilder Configure(this Microsoft.Extensions.Logging.ILoggingBuilder builder, System.Action<Microsoft.Extensions.Logging.LoggerFactoryOptions> action) => throw null;
|
||||
public static Microsoft.Extensions.Logging.ILoggingBuilder SetMinimumLevel(this Microsoft.Extensions.Logging.ILoggingBuilder builder, Microsoft.Extensions.Logging.LogLevel level) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)]
|
||||
public class ProviderAliasAttribute : System.Attribute
|
||||
{
|
||||
public string Alias { get => throw null; }
|
||||
|
||||
@@ -145,6 +145,7 @@ namespace Microsoft
|
||||
{
|
||||
public static void InvokeVoid(this Microsoft.JSInterop.IJSInProcessRuntime jsRuntime, string identifier, params object[] args) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = true)]
|
||||
public sealed class JSInvokableAttribute : System.Attribute
|
||||
{
|
||||
public JSInvokableAttribute() => throw null;
|
||||
|
||||
@@ -49,6 +49,7 @@ namespace Microsoft
|
||||
public object this[object Index] { get => throw null; }
|
||||
public object this[string Key] { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class ComClassAttribute : System.Attribute
|
||||
{
|
||||
public string ClassID { get => throw null; }
|
||||
@@ -158,6 +159,7 @@ namespace Microsoft
|
||||
public static decimal FromString(string Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null;
|
||||
public static decimal Parse(string Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class DesignerGeneratedAttribute : System.Attribute
|
||||
{
|
||||
public DesignerGeneratedAttribute() => throw null;
|
||||
@@ -290,10 +292,12 @@ namespace Microsoft
|
||||
public static object SubtractObject(object Left, object Right) => throw null;
|
||||
public static object XorObject(object Left, object Right) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2048, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class OptionCompareAttribute : System.Attribute
|
||||
{
|
||||
public OptionCompareAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class OptionTextAttribute : System.Attribute
|
||||
{
|
||||
public OptionTextAttribute() => throw null;
|
||||
@@ -318,6 +322,7 @@ namespace Microsoft
|
||||
public static float FromString(string Value) => throw null;
|
||||
public static float FromString(string Value, System.Globalization.NumberFormatInfo NumberFormat) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class StandardModuleAttribute : System.Attribute
|
||||
{
|
||||
public StandardModuleAttribute() => throw null;
|
||||
@@ -870,6 +875,7 @@ namespace Microsoft
|
||||
FirstFourDays = 2,
|
||||
FirstFullWeek = 3,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class HideModuleNameAttribute : System.Attribute
|
||||
{
|
||||
public HideModuleNameAttribute() => throw null;
|
||||
@@ -950,6 +956,7 @@ namespace Microsoft
|
||||
MsgBoxRight = 524288,
|
||||
MsgBoxRtlReading = 1048576,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class MyGroupCollectionAttribute : System.Attribute
|
||||
{
|
||||
public string CreateMethod { get => throw null; }
|
||||
@@ -1078,6 +1085,7 @@ namespace Microsoft
|
||||
UserDefinedType = 36,
|
||||
Array = 8192,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)256, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class VBFixedArrayAttribute : System.Attribute
|
||||
{
|
||||
public int[] Bounds { get => throw null; }
|
||||
@@ -1085,6 +1093,7 @@ namespace Microsoft
|
||||
public VBFixedArrayAttribute(int UpperBound1, int UpperBound2) => throw null;
|
||||
public int Length { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)256, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class VBFixedStringAttribute : System.Attribute
|
||||
{
|
||||
public VBFixedStringAttribute(int Length) => throw null;
|
||||
|
||||
@@ -12,6 +12,7 @@ namespace System
|
||||
public AssociatedMetadataTypeTypeDescriptionProvider(System.Type type, System.Type associatedMetadataType) => throw null;
|
||||
public override System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType, object instance) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class AssociationAttribute : System.Attribute
|
||||
{
|
||||
public AssociationAttribute(string name, string thisKey, string otherKey) => throw null;
|
||||
@@ -22,6 +23,7 @@ namespace System
|
||||
public string ThisKey { get => throw null; }
|
||||
public System.Collections.Generic.IEnumerable<string> ThisKeyMembers { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false)]
|
||||
public class CompareAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public CompareAttribute(string otherProperty) => throw null;
|
||||
@@ -31,15 +33,18 @@ namespace System
|
||||
public string OtherPropertyDisplayName { get => throw null; }
|
||||
public override bool RequiresValidationContext { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class ConcurrencyCheckAttribute : System.Attribute
|
||||
{
|
||||
public ConcurrencyCheckAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)]
|
||||
public sealed class CreditCardAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public CreditCardAttribute() : base(default(System.ComponentModel.DataAnnotations.DataType)) => throw null;
|
||||
public override bool IsValid(object value) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2500, AllowMultiple = true)]
|
||||
public sealed class CustomValidationAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public CustomValidationAttribute(System.Type validatorType, string method) => throw null;
|
||||
@@ -68,6 +73,7 @@ namespace System
|
||||
PostalCode = 15,
|
||||
Upload = 16,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2496, AllowMultiple = false)]
|
||||
public class DataTypeAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public DataTypeAttribute(System.ComponentModel.DataAnnotations.DataType dataType) => throw null;
|
||||
@@ -78,6 +84,7 @@ namespace System
|
||||
public virtual string GetDataTypeName() => throw null;
|
||||
public override bool IsValid(object value) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2500, AllowMultiple = false)]
|
||||
public sealed class DisplayAttribute : System.Attribute
|
||||
{
|
||||
public bool AutoGenerateField { get => throw null; set { } }
|
||||
@@ -99,6 +106,7 @@ namespace System
|
||||
public System.Type ResourceType { get => throw null; set { } }
|
||||
public string ShortName { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, Inherited = true, AllowMultiple = false)]
|
||||
public class DisplayColumnAttribute : System.Attribute
|
||||
{
|
||||
public DisplayColumnAttribute(string displayColumn) => throw null;
|
||||
@@ -108,6 +116,7 @@ namespace System
|
||||
public string SortColumn { get => throw null; }
|
||||
public bool SortDescending { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public class DisplayFormatAttribute : System.Attribute
|
||||
{
|
||||
public bool ApplyFormatInEditMode { get => throw null; set { } }
|
||||
@@ -119,23 +128,27 @@ namespace System
|
||||
public string NullDisplayText { get => throw null; set { } }
|
||||
public System.Type NullDisplayTextResourceType { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class EditableAttribute : System.Attribute
|
||||
{
|
||||
public bool AllowEdit { get => throw null; }
|
||||
public bool AllowInitialValue { get => throw null; set { } }
|
||||
public EditableAttribute(bool allowEdit) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)]
|
||||
public sealed class EmailAddressAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public EmailAddressAttribute() : base(default(System.ComponentModel.DataAnnotations.DataType)) => throw null;
|
||||
public override bool IsValid(object value) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2496, AllowMultiple = false)]
|
||||
public sealed class EnumDataTypeAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public EnumDataTypeAttribute(System.Type enumType) : base(default(System.ComponentModel.DataAnnotations.DataType)) => throw null;
|
||||
public System.Type EnumType { get => throw null; }
|
||||
public override bool IsValid(object value) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)]
|
||||
public sealed class FileExtensionsAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public FileExtensionsAttribute() : base(default(System.ComponentModel.DataAnnotations.DataType)) => throw null;
|
||||
@@ -143,6 +156,7 @@ namespace System
|
||||
public override string FormatErrorMessage(string name) => throw null;
|
||||
public override bool IsValid(object value) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public sealed class FilterUIHintAttribute : System.Attribute
|
||||
{
|
||||
public System.Collections.Generic.IDictionary<string, object> ControlParameters { get => throw null; }
|
||||
@@ -158,10 +172,12 @@ namespace System
|
||||
{
|
||||
System.Collections.Generic.IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Validate(System.ComponentModel.DataAnnotations.ValidationContext validationContext);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class KeyAttribute : System.Attribute
|
||||
{
|
||||
public KeyAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)]
|
||||
public class MaxLengthAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public MaxLengthAttribute() => throw null;
|
||||
@@ -170,11 +186,13 @@ namespace System
|
||||
public override bool IsValid(object value) => throw null;
|
||||
public int Length { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false)]
|
||||
public sealed class MetadataTypeAttribute : System.Attribute
|
||||
{
|
||||
public MetadataTypeAttribute(System.Type metadataClassType) => throw null;
|
||||
public System.Type MetadataClassType { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)]
|
||||
public class MinLengthAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public MinLengthAttribute(int length) => throw null;
|
||||
@@ -182,11 +200,13 @@ namespace System
|
||||
public override bool IsValid(object value) => throw null;
|
||||
public int Length { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)]
|
||||
public sealed class PhoneAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public PhoneAttribute() : base(default(System.ComponentModel.DataAnnotations.DataType)) => throw null;
|
||||
public override bool IsValid(object value) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)]
|
||||
public class RangeAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public bool ConvertValueInInvariantCulture { get => throw null; set { } }
|
||||
@@ -200,6 +220,7 @@ namespace System
|
||||
public System.Type OperandType { get => throw null; }
|
||||
public bool ParseLimitsInInvariantCulture { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)]
|
||||
public class RegularExpressionAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public RegularExpressionAttribute(string pattern) => throw null;
|
||||
@@ -209,12 +230,14 @@ namespace System
|
||||
public int MatchTimeoutInMilliseconds { get => throw null; set { } }
|
||||
public string Pattern { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)]
|
||||
public class RequiredAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public bool AllowEmptyStrings { get => throw null; set { } }
|
||||
public RequiredAttribute() => throw null;
|
||||
public override bool IsValid(object value) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public class ScaffoldColumnAttribute : System.Attribute
|
||||
{
|
||||
public ScaffoldColumnAttribute(bool scaffold) => throw null;
|
||||
@@ -222,6 +245,7 @@ namespace System
|
||||
}
|
||||
namespace Schema
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public class ColumnAttribute : System.Attribute
|
||||
{
|
||||
public ColumnAttribute() => throw null;
|
||||
@@ -230,10 +254,12 @@ namespace System
|
||||
public int Order { get => throw null; set { } }
|
||||
public string TypeName { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false)]
|
||||
public class ComplexTypeAttribute : System.Attribute
|
||||
{
|
||||
public ComplexTypeAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public class DatabaseGeneratedAttribute : System.Attribute
|
||||
{
|
||||
public DatabaseGeneratedAttribute(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption databaseGeneratedOption) => throw null;
|
||||
@@ -245,20 +271,24 @@ namespace System
|
||||
Identity = 1,
|
||||
Computed = 2,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public class ForeignKeyAttribute : System.Attribute
|
||||
{
|
||||
public ForeignKeyAttribute(string name) => throw null;
|
||||
public string Name { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public class InversePropertyAttribute : System.Attribute
|
||||
{
|
||||
public InversePropertyAttribute(string property) => throw null;
|
||||
public string Property { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)388, AllowMultiple = false)]
|
||||
public class NotMappedAttribute : System.Attribute
|
||||
{
|
||||
public NotMappedAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false)]
|
||||
public class TableAttribute : System.Attribute
|
||||
{
|
||||
public TableAttribute(string name) => throw null;
|
||||
@@ -266,6 +296,7 @@ namespace System
|
||||
public string Schema { get => throw null; set { } }
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)]
|
||||
public class StringLengthAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute
|
||||
{
|
||||
public StringLengthAttribute(int maximumLength) => throw null;
|
||||
@@ -274,10 +305,12 @@ namespace System
|
||||
public int MaximumLength { get => throw null; }
|
||||
public int MinimumLength { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class TimestampAttribute : System.Attribute
|
||||
{
|
||||
public TimestampAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = true)]
|
||||
public class UIHintAttribute : System.Attribute
|
||||
{
|
||||
public System.Collections.Generic.IDictionary<string, object> ControlParameters { get => throw null; }
|
||||
@@ -289,6 +322,7 @@ namespace System
|
||||
public string PresentationLayer { get => throw null; }
|
||||
public string UIHint { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2432, AllowMultiple = false)]
|
||||
public sealed class UrlAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
|
||||
{
|
||||
public UrlAttribute() : base(default(System.ComponentModel.DataAnnotations.DataType)) => throw null;
|
||||
|
||||
@@ -4,6 +4,7 @@ namespace System
|
||||
{
|
||||
namespace ComponentModel
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class BrowsableAttribute : System.Attribute
|
||||
{
|
||||
public bool Browsable { get => throw null; }
|
||||
@@ -15,6 +16,7 @@ namespace System
|
||||
public static readonly System.ComponentModel.BrowsableAttribute No;
|
||||
public static readonly System.ComponentModel.BrowsableAttribute Yes;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public class CategoryAttribute : System.Attribute
|
||||
{
|
||||
public static System.ComponentModel.CategoryAttribute Action { get => throw null; }
|
||||
@@ -60,6 +62,7 @@ namespace System
|
||||
public virtual System.ComponentModel.IComponent this[int index] { get => throw null; }
|
||||
public virtual System.ComponentModel.IComponent this[string name] { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public class DescriptionAttribute : System.Attribute
|
||||
{
|
||||
public DescriptionAttribute() => throw null;
|
||||
@@ -75,6 +78,7 @@ namespace System
|
||||
{
|
||||
namespace Serialization
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)1028, AllowMultiple = true, Inherited = true)]
|
||||
public sealed class DesignerSerializerAttribute : System.Attribute
|
||||
{
|
||||
public DesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName) => throw null;
|
||||
@@ -86,6 +90,7 @@ namespace System
|
||||
}
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1028, AllowMultiple = true, Inherited = true)]
|
||||
public sealed class DesignerAttribute : System.Attribute
|
||||
{
|
||||
public DesignerAttribute(string designerTypeName) => throw null;
|
||||
@@ -99,6 +104,7 @@ namespace System
|
||||
public override int GetHashCode() => throw null;
|
||||
public override object TypeId { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class DesignerCategoryAttribute : System.Attribute
|
||||
{
|
||||
public string Category { get => throw null; }
|
||||
@@ -119,6 +125,7 @@ namespace System
|
||||
Visible = 1,
|
||||
Content = 2,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)960)]
|
||||
public sealed class DesignerSerializationVisibilityAttribute : System.Attribute
|
||||
{
|
||||
public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Content;
|
||||
@@ -131,6 +138,7 @@ namespace System
|
||||
public System.ComponentModel.DesignerSerializationVisibility Visibility { get => throw null; }
|
||||
public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Visible;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class DesignOnlyAttribute : System.Attribute
|
||||
{
|
||||
public DesignOnlyAttribute(bool isDesignOnly) => throw null;
|
||||
@@ -142,6 +150,7 @@ namespace System
|
||||
public static readonly System.ComponentModel.DesignOnlyAttribute No;
|
||||
public static readonly System.ComponentModel.DesignOnlyAttribute Yes;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)708)]
|
||||
public class DisplayNameAttribute : System.Attribute
|
||||
{
|
||||
public DisplayNameAttribute() => throw null;
|
||||
@@ -153,6 +162,7 @@ namespace System
|
||||
public override int GetHashCode() => throw null;
|
||||
public override bool IsDefaultAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767, AllowMultiple = true, Inherited = true)]
|
||||
public sealed class EditorAttribute : System.Attribute
|
||||
{
|
||||
public EditorAttribute() => throw null;
|
||||
@@ -186,6 +196,7 @@ namespace System
|
||||
System.ComponentModel.ComponentCollection Components { get; }
|
||||
void Remove(System.ComponentModel.IComponent component);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class ImmutableObjectAttribute : System.Attribute
|
||||
{
|
||||
public ImmutableObjectAttribute(bool immutable) => throw null;
|
||||
@@ -197,6 +208,7 @@ namespace System
|
||||
public static readonly System.ComponentModel.ImmutableObjectAttribute No;
|
||||
public static readonly System.ComponentModel.ImmutableObjectAttribute Yes;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4)]
|
||||
public sealed class InitializationEventAttribute : System.Attribute
|
||||
{
|
||||
public InitializationEventAttribute(string eventName) => throw null;
|
||||
@@ -236,6 +248,7 @@ namespace System
|
||||
object Invoke(System.Delegate method, object[] args);
|
||||
bool InvokeRequired { get; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class LocalizableAttribute : System.Attribute
|
||||
{
|
||||
public LocalizableAttribute(bool isLocalizable) => throw null;
|
||||
@@ -247,6 +260,7 @@ namespace System
|
||||
public static readonly System.ComponentModel.LocalizableAttribute No;
|
||||
public static readonly System.ComponentModel.LocalizableAttribute Yes;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class MergablePropertyAttribute : System.Attribute
|
||||
{
|
||||
public bool AllowMerge { get => throw null; }
|
||||
@@ -258,6 +272,7 @@ namespace System
|
||||
public static readonly System.ComponentModel.MergablePropertyAttribute No;
|
||||
public static readonly System.ComponentModel.MergablePropertyAttribute Yes;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128)]
|
||||
public sealed class NotifyParentPropertyAttribute : System.Attribute
|
||||
{
|
||||
public NotifyParentPropertyAttribute(bool notifyParent) => throw null;
|
||||
@@ -269,6 +284,7 @@ namespace System
|
||||
public bool NotifyParent { get => throw null; }
|
||||
public static readonly System.ComponentModel.NotifyParentPropertyAttribute Yes;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class ParenthesizePropertyNameAttribute : System.Attribute
|
||||
{
|
||||
public ParenthesizePropertyNameAttribute() => throw null;
|
||||
@@ -279,6 +295,7 @@ namespace System
|
||||
public override bool IsDefaultAttribute() => throw null;
|
||||
public bool NeedParenthesis { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class ReadOnlyAttribute : System.Attribute
|
||||
{
|
||||
public ReadOnlyAttribute(bool isReadOnly) => throw null;
|
||||
@@ -296,6 +313,7 @@ namespace System
|
||||
All = 1,
|
||||
Repaint = 2,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class RefreshPropertiesAttribute : System.Attribute
|
||||
{
|
||||
public static readonly System.ComponentModel.RefreshPropertiesAttribute All;
|
||||
|
||||
@@ -11,6 +11,7 @@ namespace System
|
||||
public object NewObject { get => throw null; set { } }
|
||||
}
|
||||
public delegate void AddingNewEventHandler(object sender, System.ComponentModel.AddingNewEventArgs e);
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class AmbientValueAttribute : System.Attribute
|
||||
{
|
||||
public AmbientValueAttribute(bool value) => throw null;
|
||||
@@ -57,6 +58,7 @@ namespace System
|
||||
public virtual System.Attribute this[int index] { get => throw null; }
|
||||
public virtual System.Attribute this[System.Type attributeType] { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128)]
|
||||
public class AttributeProviderAttribute : System.Attribute
|
||||
{
|
||||
public AttributeProviderAttribute(string typeName) => throw null;
|
||||
@@ -72,6 +74,7 @@ namespace System
|
||||
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.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class BindableAttribute : System.Attribute
|
||||
{
|
||||
public bool Bindable { get => throw null; }
|
||||
@@ -186,6 +189,7 @@ namespace System
|
||||
public CollectionConverter() => throw null;
|
||||
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4)]
|
||||
public sealed class ComplexBindingPropertiesAttribute : System.Attribute
|
||||
{
|
||||
public ComplexBindingPropertiesAttribute() => throw null;
|
||||
@@ -264,6 +268,7 @@ namespace System
|
||||
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] attributes) => throw null;
|
||||
public virtual object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4)]
|
||||
public sealed class DataObjectAttribute : System.Attribute
|
||||
{
|
||||
public DataObjectAttribute() => throw null;
|
||||
@@ -276,6 +281,7 @@ namespace System
|
||||
public override bool IsDefaultAttribute() => throw null;
|
||||
public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128)]
|
||||
public sealed class DataObjectFieldAttribute : System.Attribute
|
||||
{
|
||||
public DataObjectFieldAttribute(bool primaryKey) => throw null;
|
||||
@@ -289,6 +295,7 @@ namespace System
|
||||
public int Length { get => throw null; }
|
||||
public bool PrimaryKey { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64)]
|
||||
public sealed class DataObjectMethodAttribute : System.Attribute
|
||||
{
|
||||
public DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType) => throw null;
|
||||
@@ -337,6 +344,7 @@ namespace System
|
||||
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null;
|
||||
public DecimalConverter() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4)]
|
||||
public sealed class DefaultBindingPropertyAttribute : System.Attribute
|
||||
{
|
||||
public DefaultBindingPropertyAttribute() => throw null;
|
||||
@@ -346,6 +354,7 @@ namespace System
|
||||
public override int GetHashCode() => throw null;
|
||||
public string Name { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4)]
|
||||
public sealed class DefaultEventAttribute : System.Attribute
|
||||
{
|
||||
public DefaultEventAttribute(string name) => throw null;
|
||||
@@ -354,6 +363,7 @@ namespace System
|
||||
public override int GetHashCode() => throw null;
|
||||
public string Name { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4)]
|
||||
public sealed class DefaultPropertyAttribute : System.Attribute
|
||||
{
|
||||
public DefaultPropertyAttribute(string name) => throw null;
|
||||
@@ -536,6 +546,7 @@ namespace System
|
||||
Selection = 2,
|
||||
ToolWindowSelection = 3,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class HelpKeywordAttribute : System.Attribute
|
||||
{
|
||||
public HelpKeywordAttribute() => throw null;
|
||||
@@ -805,6 +816,7 @@ namespace System
|
||||
public object this[int level] { get => throw null; }
|
||||
public object this[System.Type type] { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, Inherited = false)]
|
||||
public sealed class DefaultSerializationProviderAttribute : System.Attribute
|
||||
{
|
||||
public DefaultSerializationProviderAttribute(string providerTypeName) => throw null;
|
||||
@@ -904,6 +916,7 @@ namespace System
|
||||
public object Value { get => throw null; set { } }
|
||||
}
|
||||
public delegate void ResolveNameEventHandler(object sender, System.ComponentModel.Design.Serialization.ResolveNameEventArgs e);
|
||||
[System.AttributeUsage((System.AttributeTargets)1028, AllowMultiple = true, Inherited = true)]
|
||||
public sealed class RootDesignerSerializerAttribute : System.Attribute
|
||||
{
|
||||
public RootDesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName, bool reloadable) => throw null;
|
||||
@@ -1024,6 +1037,7 @@ namespace System
|
||||
Default = 2,
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1028)]
|
||||
public sealed class DesignTimeVisibleAttribute : System.Attribute
|
||||
{
|
||||
public DesignTimeVisibleAttribute() => throw null;
|
||||
@@ -1111,6 +1125,7 @@ namespace System
|
||||
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.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class ExtenderProvidedPropertyAttribute : System.Attribute
|
||||
{
|
||||
public ExtenderProvidedPropertyAttribute() => throw null;
|
||||
@@ -1230,6 +1245,7 @@ namespace System
|
||||
{
|
||||
string FullName { get; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)896)]
|
||||
public sealed class InheritanceAttribute : System.Attribute
|
||||
{
|
||||
public InheritanceAttribute() => throw null;
|
||||
@@ -1250,6 +1266,7 @@ namespace System
|
||||
InheritedReadOnly = 2,
|
||||
NotInherited = 3,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4)]
|
||||
public class InstallerTypeAttribute : System.Attribute
|
||||
{
|
||||
public InstallerTypeAttribute(string typeName) => throw null;
|
||||
@@ -1345,6 +1362,7 @@ namespace System
|
||||
protected LicenseProvider() => throw null;
|
||||
public abstract System.ComponentModel.License GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class LicenseProviderAttribute : System.Attribute
|
||||
{
|
||||
public LicenseProviderAttribute() => throw null;
|
||||
@@ -1368,6 +1386,7 @@ namespace System
|
||||
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.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class ListBindableAttribute : System.Attribute
|
||||
{
|
||||
public ListBindableAttribute(bool listBindable) => throw null;
|
||||
@@ -1435,6 +1454,7 @@ namespace System
|
||||
Ascending = 0,
|
||||
Descending = 1,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4)]
|
||||
public sealed class LookupBindingPropertiesAttribute : System.Attribute
|
||||
{
|
||||
public LookupBindingPropertiesAttribute() => throw null;
|
||||
@@ -1621,6 +1641,7 @@ namespace System
|
||||
public System.Type UnderlyingType { get => throw null; }
|
||||
public System.ComponentModel.TypeConverter UnderlyingTypeConverter { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class PasswordPropertyTextAttribute : System.Attribute
|
||||
{
|
||||
public PasswordPropertyTextAttribute() => throw null;
|
||||
@@ -1715,6 +1736,7 @@ namespace System
|
||||
public virtual System.ComponentModel.PropertyDescriptor this[string name] { get => throw null; }
|
||||
System.Collections.ICollection System.Collections.IDictionary.Values { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public class PropertyTabAttribute : System.Attribute
|
||||
{
|
||||
public PropertyTabAttribute() => throw null;
|
||||
@@ -1738,6 +1760,7 @@ namespace System
|
||||
Document = 2,
|
||||
Component = 3,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true)]
|
||||
public sealed class ProvidePropertyAttribute : System.Attribute
|
||||
{
|
||||
public ProvidePropertyAttribute(string propertyName, string receiverTypeName) => throw null;
|
||||
@@ -1748,6 +1771,7 @@ namespace System
|
||||
public string ReceiverTypeName { get => throw null; }
|
||||
public override object TypeId { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128)]
|
||||
public class RecommendedAsConfigurableAttribute : System.Attribute
|
||||
{
|
||||
public RecommendedAsConfigurableAttribute(bool recommendedAsConfigurable) => throw null;
|
||||
@@ -1778,6 +1802,7 @@ namespace System
|
||||
public System.Type TypeChanged { get => throw null; }
|
||||
}
|
||||
public delegate void RefreshEventHandler(System.ComponentModel.RefreshEventArgs e);
|
||||
[System.AttributeUsage((System.AttributeTargets)4)]
|
||||
public class RunInstallerAttribute : System.Attribute
|
||||
{
|
||||
public RunInstallerAttribute(bool runInstaller) => throw null;
|
||||
@@ -1793,6 +1818,7 @@ namespace System
|
||||
{
|
||||
public SByteConverter() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128)]
|
||||
public sealed class SettingsBindableAttribute : System.Attribute
|
||||
{
|
||||
public bool Bindable { get => throw null; }
|
||||
@@ -1834,6 +1860,7 @@ namespace System
|
||||
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) => throw null;
|
||||
public TimeSpanConverter() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public class ToolboxItemAttribute : System.Attribute
|
||||
{
|
||||
public ToolboxItemAttribute(bool defaultType) => throw null;
|
||||
@@ -1847,6 +1874,7 @@ namespace System
|
||||
public System.Type ToolboxItemType { get => throw null; }
|
||||
public string ToolboxItemTypeName { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = true)]
|
||||
public sealed class ToolboxItemFilterAttribute : System.Attribute
|
||||
{
|
||||
public ToolboxItemFilterAttribute(string filterString) => throw null;
|
||||
@@ -2167,6 +2195,7 @@ namespace System
|
||||
public void Stop() => throw null;
|
||||
public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public class TimersDescriptionAttribute : System.ComponentModel.DescriptionAttribute
|
||||
{
|
||||
public TimersDescriptionAttribute(string description) => throw null;
|
||||
|
||||
@@ -747,6 +747,7 @@ namespace System
|
||||
public virtual System.Data.Common.DbParameter CreateParameter() => throw null;
|
||||
protected DbProviderFactory() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class DbProviderSpecificTypePropertyAttribute : System.Attribute
|
||||
{
|
||||
public DbProviderSpecificTypePropertyAttribute(bool isProviderSpecificTypeProperty) => throw null;
|
||||
@@ -1344,6 +1345,7 @@ namespace System
|
||||
UnspecifiedLocal = 3,
|
||||
Utc = 4,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public class DataSysDescriptionAttribute : System.ComponentModel.DescriptionAttribute
|
||||
{
|
||||
public DataSysDescriptionAttribute(string description) => throw null;
|
||||
|
||||
@@ -32,19 +32,23 @@ namespace System
|
||||
public static T Result<T>() => throw null;
|
||||
public static T ValueAtReturn<T>(out T value) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false)]
|
||||
public sealed class ContractAbbreviatorAttribute : System.Attribute
|
||||
{
|
||||
public ContractAbbreviatorAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false)]
|
||||
public sealed class ContractArgumentValidatorAttribute : System.Attribute
|
||||
{
|
||||
public ContractArgumentValidatorAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)5124, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class ContractClassAttribute : System.Attribute
|
||||
{
|
||||
public ContractClassAttribute(System.Type typeContainingContracts) => throw null;
|
||||
public System.Type TypeContainingContracts { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class ContractClassForAttribute : System.Attribute
|
||||
{
|
||||
public ContractClassForAttribute(System.Type typeContractsAreFor) => throw null;
|
||||
@@ -71,10 +75,12 @@ namespace System
|
||||
Assert = 4,
|
||||
Assume = 5,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class ContractInvariantMethodAttribute : System.Attribute
|
||||
{
|
||||
public ContractInvariantMethodAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767, AllowMultiple = true, Inherited = false)]
|
||||
public sealed class ContractOptionAttribute : System.Attribute
|
||||
{
|
||||
public string Category { get => throw null; }
|
||||
@@ -84,24 +90,29 @@ namespace System
|
||||
public string Setting { get => throw null; }
|
||||
public string Value { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)256)]
|
||||
public sealed class ContractPublicPropertyNameAttribute : System.Attribute
|
||||
{
|
||||
public ContractPublicPropertyNameAttribute(string name) => throw null;
|
||||
public string Name { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1)]
|
||||
public sealed class ContractReferenceAssemblyAttribute : System.Attribute
|
||||
{
|
||||
public ContractReferenceAssemblyAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)192, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class ContractRuntimeIgnoredAttribute : System.Attribute
|
||||
{
|
||||
public ContractRuntimeIgnoredAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)237)]
|
||||
public sealed class ContractVerificationAttribute : System.Attribute
|
||||
{
|
||||
public ContractVerificationAttribute(bool value) => throw null;
|
||||
public bool Value { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)6884, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class PureAttribute : System.Attribute
|
||||
{
|
||||
public PureAttribute() => throw null;
|
||||
|
||||
@@ -24,6 +24,7 @@ namespace System
|
||||
public string Data { get => throw null; }
|
||||
}
|
||||
public delegate void DataReceivedEventHandler(object sender, System.Diagnostics.DataReceivedEventArgs e);
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public class MonitoringDescriptionAttribute : System.ComponentModel.DescriptionAttribute
|
||||
{
|
||||
public MonitoringDescriptionAttribute(string description) => throw null;
|
||||
|
||||
@@ -88,6 +88,7 @@ namespace System
|
||||
protected int SwitchSetting { get => throw null; set { } }
|
||||
public string Value { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)741)]
|
||||
public sealed class SwitchAttribute : System.Attribute
|
||||
{
|
||||
public SwitchAttribute(string switchName, System.Type switchType) => throw null;
|
||||
@@ -96,6 +97,7 @@ namespace System
|
||||
public string SwitchName { get => throw null; set { } }
|
||||
public System.Type SwitchType { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4)]
|
||||
public sealed class SwitchLevelAttribute : System.Attribute
|
||||
{
|
||||
public SwitchLevelAttribute(System.Type switchLevelType) => throw null;
|
||||
|
||||
@@ -23,6 +23,7 @@ namespace System
|
||||
Recursive = 4,
|
||||
Detachable = 8,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64)]
|
||||
public sealed class EventAttribute : System.Attribute
|
||||
{
|
||||
public System.Diagnostics.Tracing.EventActivityOptions ActivityOptions { get => throw null; set { } }
|
||||
@@ -66,11 +67,13 @@ namespace System
|
||||
public void WriteMetric(double value) => throw null;
|
||||
public void WriteMetric(float value) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)12, Inherited = false)]
|
||||
public class EventDataAttribute : System.Attribute
|
||||
{
|
||||
public EventDataAttribute() => throw null;
|
||||
public string Name { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128)]
|
||||
public class EventFieldAttribute : System.Attribute
|
||||
{
|
||||
public EventFieldAttribute() => throw null;
|
||||
@@ -92,6 +95,7 @@ namespace System
|
||||
{
|
||||
None = 0,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)128)]
|
||||
public class EventIgnoreAttribute : System.Attribute
|
||||
{
|
||||
public EventIgnoreAttribute() => throw null;
|
||||
@@ -220,6 +224,7 @@ namespace System
|
||||
protected void WriteEventWithRelatedActivityId(int eventId, System.Guid relatedActivityId, params object[] args) => throw null;
|
||||
protected unsafe void WriteEventWithRelatedActivityIdCore(int eventId, System.Guid* relatedActivityId, int eventDataCount, System.Diagnostics.Tracing.EventSource.EventData* data) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4)]
|
||||
public sealed class EventSourceAttribute : System.Attribute
|
||||
{
|
||||
public EventSourceAttribute() => throw null;
|
||||
@@ -297,6 +302,7 @@ namespace System
|
||||
public System.TimeSpan DisplayRateTimeScale { get => throw null; set { } }
|
||||
public override string ToString() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64)]
|
||||
public sealed class NonEventAttribute : System.Attribute
|
||||
{
|
||||
public NonEventAttribute() => throw null;
|
||||
|
||||
@@ -1108,6 +1108,7 @@ namespace System
|
||||
protected DebugInfoGenerator() => throw null;
|
||||
public abstract void MarkSequencePoint(System.Linq.Expressions.LambdaExpression method, int ilOffset, System.Linq.Expressions.DebugInfoExpression sequencePoint);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10636)]
|
||||
public sealed class DynamicAttribute : System.Attribute
|
||||
{
|
||||
public DynamicAttribute() => throw null;
|
||||
|
||||
@@ -123,6 +123,7 @@ namespace System
|
||||
public virtual string PropertyName { get => throw null; }
|
||||
}
|
||||
public delegate void PropertyChangingEventHandler(object sender, System.ComponentModel.PropertyChangingEventArgs e);
|
||||
[System.AttributeUsage((System.AttributeTargets)32767)]
|
||||
public sealed class TypeConverterAttribute : System.Attribute
|
||||
{
|
||||
public string ConverterTypeName { get => throw null; }
|
||||
@@ -133,6 +134,7 @@ namespace System
|
||||
public override bool Equals(object obj) => throw null;
|
||||
public override int GetHashCode() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, Inherited = true)]
|
||||
public sealed class TypeDescriptionProviderAttribute : System.Attribute
|
||||
{
|
||||
public TypeDescriptionProviderAttribute(string typeName) => throw null;
|
||||
@@ -160,6 +162,7 @@ namespace System
|
||||
}
|
||||
namespace Markup
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)1244, AllowMultiple = false, Inherited = true)]
|
||||
public sealed class ValueSerializerAttribute : System.Attribute
|
||||
{
|
||||
public ValueSerializerAttribute(string valueSerializerTypeName) => throw null;
|
||||
|
||||
@@ -9,10 +9,12 @@ namespace System
|
||||
public static class CompilerMarshalOverride
|
||||
{
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true)]
|
||||
public sealed class CppInlineNamespaceAttribute : System.Attribute
|
||||
{
|
||||
public CppInlineNamespaceAttribute(string dottedName) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)8)]
|
||||
public sealed class HasCopySemanticsAttribute : System.Attribute
|
||||
{
|
||||
public HasCopySemanticsAttribute() => throw null;
|
||||
@@ -47,15 +49,18 @@ namespace System
|
||||
public static class IsUdtReturn
|
||||
{
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)8, Inherited = true)]
|
||||
public sealed class NativeCppClassAttribute : System.Attribute
|
||||
{
|
||||
public NativeCppClassAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1052, AllowMultiple = true, Inherited = false)]
|
||||
public sealed class RequiredAttributeAttribute : System.Attribute
|
||||
{
|
||||
public RequiredAttributeAttribute(System.Type requiredContract) => throw null;
|
||||
public System.Type RequiredContract { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)16)]
|
||||
public sealed class ScopelessEnumAttribute : System.Attribute
|
||||
{
|
||||
public ScopelessEnumAttribute() => throw null;
|
||||
|
||||
@@ -12,6 +12,7 @@ namespace System
|
||||
{
|
||||
public JSException(string msg) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class JSExportAttribute : System.Attribute
|
||||
{
|
||||
public JSExportAttribute() => throw null;
|
||||
@@ -29,6 +30,7 @@ namespace System
|
||||
public static System.Runtime.InteropServices.JavaScript.JSObject GlobalThis { get => throw null; }
|
||||
public static System.Threading.Tasks.Task<System.Runtime.InteropServices.JavaScript.JSObject> ImportAsync(string moduleName, string moduleUrl, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class JSImportAttribute : System.Attribute
|
||||
{
|
||||
public JSImportAttribute(string functionName) => throw null;
|
||||
@@ -36,6 +38,7 @@ namespace System
|
||||
public string FunctionName { get => throw null; }
|
||||
public string ModuleName { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10240, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class JSMarshalAsAttribute<T> : System.Attribute where T : System.Runtime.InteropServices.JavaScript.JSType
|
||||
{
|
||||
public JSMarshalAsAttribute() => throw null;
|
||||
|
||||
@@ -65,11 +65,13 @@ namespace System
|
||||
{
|
||||
namespace CompilerServices
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)2304, Inherited = false)]
|
||||
public sealed class IDispatchConstantAttribute : System.Runtime.CompilerServices.CustomConstantAttribute
|
||||
{
|
||||
public IDispatchConstantAttribute() => throw null;
|
||||
public override object Value { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2304, Inherited = false)]
|
||||
public sealed class IUnknownConstantAttribute : System.Runtime.CompilerServices.CustomConstantAttribute
|
||||
{
|
||||
public IUnknownConstantAttribute() => throw null;
|
||||
@@ -78,6 +80,7 @@ namespace System
|
||||
}
|
||||
namespace InteropServices
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class AllowReversePInvokeCallsAttribute : System.Attribute
|
||||
{
|
||||
public AllowReversePInvokeCallsAttribute() => throw null;
|
||||
@@ -93,11 +96,13 @@ namespace System
|
||||
public static bool operator ==(System.Runtime.InteropServices.ArrayWithOffset a, System.Runtime.InteropServices.ArrayWithOffset b) => throw null;
|
||||
public static bool operator !=(System.Runtime.InteropServices.ArrayWithOffset a, System.Runtime.InteropServices.ArrayWithOffset b) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1029, Inherited = false)]
|
||||
public sealed class AutomationProxyAttribute : System.Attribute
|
||||
{
|
||||
public AutomationProxyAttribute(bool val) => throw null;
|
||||
public bool Value { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1037, Inherited = false)]
|
||||
public sealed class BestFitMappingAttribute : System.Attribute
|
||||
{
|
||||
public bool BestFitMapping { get => throw null; }
|
||||
@@ -118,6 +123,7 @@ namespace System
|
||||
ThisCall = 4,
|
||||
FastCall = 5,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)5, Inherited = false)]
|
||||
public sealed class ClassInterfaceAttribute : System.Attribute
|
||||
{
|
||||
public ClassInterfaceAttribute(short classInterfaceType) => throw null;
|
||||
@@ -140,6 +146,7 @@ namespace System
|
||||
public override string ToString() => throw null;
|
||||
public nint Value { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1024, Inherited = false)]
|
||||
public sealed class CoClassAttribute : System.Attribute
|
||||
{
|
||||
public System.Type CoClass { get => throw null; }
|
||||
@@ -151,6 +158,7 @@ namespace System
|
||||
public static TValue GetValueRefOrAddDefault<TKey, TValue>(System.Collections.Generic.Dictionary<TKey, TValue> dictionary, TKey key, out bool exists) => throw null;
|
||||
public static TValue GetValueRefOrNullRef<TKey, TValue>(System.Collections.Generic.Dictionary<TKey, TValue> dictionary, TKey key) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624, Inherited = false)]
|
||||
public sealed class ComAliasNameAttribute : System.Attribute
|
||||
{
|
||||
public ComAliasNameAttribute(string alias) => throw null;
|
||||
@@ -176,6 +184,7 @@ namespace System
|
||||
public override System.Type ReflectedType { get => throw null; }
|
||||
public override void RemoveEventHandler(object target, System.Delegate handler) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, Inherited = false)]
|
||||
public sealed class ComCompatibleVersionAttribute : System.Attribute
|
||||
{
|
||||
public int BuildNumber { get => throw null; }
|
||||
@@ -184,15 +193,18 @@ namespace System
|
||||
public int MinorVersion { get => throw null; }
|
||||
public int RevisionNumber { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32767, Inherited = false)]
|
||||
public sealed class ComConversionLossAttribute : System.Attribute
|
||||
{
|
||||
public ComConversionLossAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, Inherited = false)]
|
||||
public sealed class ComDefaultInterfaceAttribute : System.Attribute
|
||||
{
|
||||
public ComDefaultInterfaceAttribute(System.Type defaultInterface) => throw null;
|
||||
public System.Type Value { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1024, Inherited = false)]
|
||||
public sealed class ComEventInterfaceAttribute : System.Attribute
|
||||
{
|
||||
public ComEventInterfaceAttribute(System.Type SourceInterface, System.Type EventProvider) => throw null;
|
||||
@@ -213,6 +225,7 @@ namespace System
|
||||
public COMException(string message, int errorCode) => throw null;
|
||||
public override string ToString() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1028, Inherited = false)]
|
||||
public sealed class ComImportAttribute : System.Attribute
|
||||
{
|
||||
public ComImportAttribute() => throw null;
|
||||
@@ -230,10 +243,12 @@ namespace System
|
||||
PropGet = 1,
|
||||
PropSet = 2,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, Inherited = false)]
|
||||
public sealed class ComRegisterFunctionAttribute : System.Attribute
|
||||
{
|
||||
public ComRegisterFunctionAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, Inherited = true)]
|
||||
public sealed class ComSourceInterfacesAttribute : System.Attribute
|
||||
{
|
||||
public ComSourceInterfacesAttribute(string sourceInterfaces) => throw null;
|
||||
@@ -843,6 +858,7 @@ namespace System
|
||||
VAR_DISPATCH = 3,
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, Inherited = false)]
|
||||
public sealed class ComUnregisterFunctionAttribute : System.Attribute
|
||||
{
|
||||
public ComUnregisterFunctionAttribute() => throw null;
|
||||
@@ -914,16 +930,19 @@ namespace System
|
||||
NotHandled = 1,
|
||||
Failed = 2,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2, Inherited = false)]
|
||||
public sealed class DefaultCharSetAttribute : System.Attribute
|
||||
{
|
||||
public System.Runtime.InteropServices.CharSet CharSet { get => throw null; }
|
||||
public DefaultCharSetAttribute(System.Runtime.InteropServices.CharSet charSet) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)65, AllowMultiple = false)]
|
||||
public sealed class DefaultDllImportSearchPathsAttribute : System.Attribute
|
||||
{
|
||||
public DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath paths) => throw null;
|
||||
public System.Runtime.InteropServices.DllImportSearchPath Paths { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2048)]
|
||||
public sealed class DefaultParameterValueAttribute : System.Attribute
|
||||
{
|
||||
public DefaultParameterValueAttribute(object value) => throw null;
|
||||
@@ -934,11 +953,13 @@ namespace System
|
||||
public DispatchWrapper(object obj) => throw null;
|
||||
public object WrappedObject { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)960, Inherited = false)]
|
||||
public sealed class DispIdAttribute : System.Attribute
|
||||
{
|
||||
public DispIdAttribute(int dispId) => throw null;
|
||||
public int Value { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, Inherited = false)]
|
||||
public sealed class DllImportAttribute : System.Attribute
|
||||
{
|
||||
public bool BestFitMapping;
|
||||
@@ -964,6 +985,7 @@ namespace System
|
||||
System32 = 2048,
|
||||
SafeDirectories = 4096,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1024, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class DynamicInterfaceCastableImplementationAttribute : System.Attribute
|
||||
{
|
||||
public DynamicInterfaceCastableImplementationAttribute() => throw null;
|
||||
@@ -975,6 +997,7 @@ namespace System
|
||||
public ErrorWrapper(object errorCode) => throw null;
|
||||
public int ErrorCode { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)5149, Inherited = false)]
|
||||
public sealed class GuidAttribute : System.Attribute
|
||||
{
|
||||
public GuidAttribute(string guid) => throw null;
|
||||
@@ -1024,11 +1047,13 @@ namespace System
|
||||
System.RuntimeTypeHandle GetInterfaceImplementation(System.RuntimeTypeHandle interfaceType);
|
||||
bool IsInterfaceImplemented(System.RuntimeTypeHandle interfaceType, bool throwIfNotImplemented);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, Inherited = false)]
|
||||
public sealed class ImportedFromTypeLibAttribute : System.Attribute
|
||||
{
|
||||
public ImportedFromTypeLibAttribute(string tlbFile) => throw null;
|
||||
public string Value { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1024, Inherited = false)]
|
||||
public sealed class InterfaceTypeAttribute : System.Attribute
|
||||
{
|
||||
public InterfaceTypeAttribute(short interfaceType) => throw null;
|
||||
@@ -1049,11 +1074,13 @@ namespace System
|
||||
public InvalidOleVariantTypeException(string message) => throw null;
|
||||
public InvalidOleVariantTypeException(string message, System.Exception inner) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, Inherited = false)]
|
||||
public sealed class LCIDConversionAttribute : System.Attribute
|
||||
{
|
||||
public LCIDConversionAttribute(int lcid) => throw null;
|
||||
public int Value { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class LibraryImportAttribute : System.Attribute
|
||||
{
|
||||
public LibraryImportAttribute(string libraryName) => throw null;
|
||||
@@ -1063,6 +1090,7 @@ namespace System
|
||||
public System.Runtime.InteropServices.StringMarshalling StringMarshalling { get => throw null; set { } }
|
||||
public System.Type StringMarshallingCustomType { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class ManagedToNativeComInteropStubAttribute : System.Attribute
|
||||
{
|
||||
public System.Type ClassType { get => throw null; }
|
||||
@@ -1235,6 +1263,7 @@ namespace System
|
||||
public static void ZeroFreeGlobalAllocAnsi(nint s) => throw null;
|
||||
public static void ZeroFreeGlobalAllocUnicode(nint s) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10496, Inherited = false)]
|
||||
public sealed class MarshalAsAttribute : System.Attribute
|
||||
{
|
||||
public System.Runtime.InteropServices.UnmanagedType ArraySubType;
|
||||
@@ -1306,6 +1335,7 @@ namespace System
|
||||
public unsafe ushort* ToUnmanaged() => throw null;
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10240, AllowMultiple = true)]
|
||||
public sealed class MarshalUsingAttribute : System.Attribute
|
||||
{
|
||||
public int ConstantElementCount { get => throw null; set { } }
|
||||
@@ -1625,11 +1655,13 @@ namespace System
|
||||
public static void SetMessageSendPendingException(System.Exception exception) => throw null;
|
||||
public unsafe delegate delegate* unmanaged<nint, void> UnhandledExceptionPropagationHandler(System.Exception exception, System.RuntimeMethodHandle lastMethod, out nint context);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, Inherited = true, AllowMultiple = false)]
|
||||
public sealed class ObjectiveCTrackedTypeAttribute : System.Attribute
|
||||
{
|
||||
public ObjectiveCTrackedTypeAttribute() => throw null;
|
||||
}
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)2048, Inherited = false)]
|
||||
public sealed class OptionalAttribute : System.Attribute
|
||||
{
|
||||
public OptionalAttribute() => throw null;
|
||||
@@ -1658,16 +1690,19 @@ namespace System
|
||||
public static System.Runtime.InteropServices.PosixSignalRegistration Create(System.Runtime.InteropServices.PosixSignal signal, System.Action<System.Runtime.InteropServices.PosixSignalContext> handler) => throw null;
|
||||
public void Dispose() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, Inherited = false)]
|
||||
public sealed class PreserveSigAttribute : System.Attribute
|
||||
{
|
||||
public PreserveSigAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, Inherited = false, AllowMultiple = true)]
|
||||
public sealed class PrimaryInteropAssemblyAttribute : System.Attribute
|
||||
{
|
||||
public PrimaryInteropAssemblyAttribute(int major, int minor) => throw null;
|
||||
public int MajorVersion { get => throw null; }
|
||||
public int MinorVersion { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, Inherited = false)]
|
||||
public sealed class ProgIdAttribute : System.Attribute
|
||||
{
|
||||
public ProgIdAttribute(string progId) => throw null;
|
||||
@@ -1714,6 +1749,7 @@ namespace System
|
||||
Utf8 = 1,
|
||||
Utf16 = 2,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)5144, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class TypeIdentifierAttribute : System.Attribute
|
||||
{
|
||||
public TypeIdentifierAttribute() => throw null;
|
||||
@@ -1721,6 +1757,7 @@ namespace System
|
||||
public string Identifier { get => throw null; }
|
||||
public string Scope { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, Inherited = false)]
|
||||
public sealed class TypeLibFuncAttribute : System.Attribute
|
||||
{
|
||||
public TypeLibFuncAttribute(short flags) => throw null;
|
||||
@@ -1744,11 +1781,13 @@ namespace System
|
||||
FReplaceable = 2048,
|
||||
FImmediateBind = 4096,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1024, Inherited = false)]
|
||||
public sealed class TypeLibImportClassAttribute : System.Attribute
|
||||
{
|
||||
public TypeLibImportClassAttribute(System.Type importClass) => throw null;
|
||||
public string Value { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1052, Inherited = false)]
|
||||
public sealed class TypeLibTypeAttribute : System.Attribute
|
||||
{
|
||||
public TypeLibTypeAttribute(short flags) => throw null;
|
||||
@@ -1773,6 +1812,7 @@ namespace System
|
||||
FDispatchable = 4096,
|
||||
FReverseBind = 8192,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)256, Inherited = false)]
|
||||
public sealed class TypeLibVarAttribute : System.Attribute
|
||||
{
|
||||
public TypeLibVarAttribute(short flags) => throw null;
|
||||
@@ -1796,6 +1836,7 @@ namespace System
|
||||
FReplaceable = 2048,
|
||||
FImmediateBind = 4096,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, Inherited = false)]
|
||||
public sealed class TypeLibVersionAttribute : System.Attribute
|
||||
{
|
||||
public TypeLibVersionAttribute(int major, int minor) => throw null;
|
||||
@@ -1807,17 +1848,20 @@ namespace System
|
||||
public UnknownWrapper(object obj) => throw null;
|
||||
public object WrappedObject { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class UnmanagedCallConvAttribute : System.Attribute
|
||||
{
|
||||
public System.Type[] CallConvs;
|
||||
public UnmanagedCallConvAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, Inherited = false)]
|
||||
public sealed class UnmanagedCallersOnlyAttribute : System.Attribute
|
||||
{
|
||||
public System.Type[] CallConvs;
|
||||
public UnmanagedCallersOnlyAttribute() => throw null;
|
||||
public string EntryPoint;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4096, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class UnmanagedFunctionPointerAttribute : System.Attribute
|
||||
{
|
||||
public bool BestFitMapping;
|
||||
|
||||
@@ -10,6 +10,7 @@ namespace System
|
||||
{
|
||||
public static unsafe bool TryGetRawMetadata(this System.Reflection.Assembly assembly, out byte* blob, out int length) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1, AllowMultiple = true)]
|
||||
public sealed class MetadataUpdateHandlerAttribute : System.Attribute
|
||||
{
|
||||
public MetadataUpdateHandlerAttribute(System.Type handlerType) => throw null;
|
||||
@@ -26,10 +27,12 @@ namespace System
|
||||
{
|
||||
namespace CompilerServices
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)12, AllowMultiple = false)]
|
||||
public sealed class CreateNewOnMetadataUpdateAttribute : System.Attribute
|
||||
{
|
||||
public CreateNewOnMetadataUpdateAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)12, AllowMultiple = false, Inherited = false)]
|
||||
public class MetadataUpdateOriginalTypeAttribute : System.Attribute
|
||||
{
|
||||
public MetadataUpdateOriginalTypeAttribute(System.Type originalType) => throw null;
|
||||
|
||||
@@ -6,6 +6,7 @@ namespace System
|
||||
{
|
||||
namespace Serialization
|
||||
{
|
||||
[System.AttributeUsage((System.AttributeTargets)12, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class CollectionDataContractAttribute : System.Attribute
|
||||
{
|
||||
public CollectionDataContractAttribute() => throw null;
|
||||
@@ -22,12 +23,14 @@ namespace System
|
||||
public string Namespace { get => throw null; set { } }
|
||||
public string ValueName { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)3, Inherited = false, AllowMultiple = true)]
|
||||
public sealed class ContractNamespaceAttribute : System.Attribute
|
||||
{
|
||||
public string ClrNamespace { get => throw null; set { } }
|
||||
public string ContractNamespace { get => throw null; }
|
||||
public ContractNamespaceAttribute(string contractNamespace) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)28, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class DataContractAttribute : System.Attribute
|
||||
{
|
||||
public DataContractAttribute() => throw null;
|
||||
@@ -38,6 +41,7 @@ namespace System
|
||||
public string Name { get => throw null; set { } }
|
||||
public string Namespace { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class DataMemberAttribute : System.Attribute
|
||||
{
|
||||
public DataMemberAttribute() => throw null;
|
||||
@@ -47,12 +51,14 @@ namespace System
|
||||
public string Name { get => throw null; set { } }
|
||||
public int Order { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)256, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class EnumMemberAttribute : System.Attribute
|
||||
{
|
||||
public EnumMemberAttribute() => throw null;
|
||||
public bool IsValueSetExplicitly { get => throw null; }
|
||||
public string Value { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class IgnoreDataMemberAttribute : System.Attribute
|
||||
{
|
||||
public IgnoreDataMemberAttribute() => throw null;
|
||||
@@ -77,6 +83,7 @@ namespace System
|
||||
void GetKnownCustomDataTypes(System.Collections.ObjectModel.Collection<System.Type> customDataTypes);
|
||||
System.Type GetReferencedTypeOnImport(string typeName, string typeNamespace, object customData);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)12, Inherited = true, AllowMultiple = true)]
|
||||
public sealed class KnownTypeAttribute : System.Attribute
|
||||
{
|
||||
public KnownTypeAttribute(string methodName) => throw null;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -501,6 +501,7 @@ namespace System
|
||||
{
|
||||
protected JsonAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)32, AllowMultiple = false)]
|
||||
public sealed class JsonConstructorAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public JsonConstructorAttribute() => throw null;
|
||||
@@ -519,6 +520,7 @@ namespace System
|
||||
public abstract void Write(System.Text.Json.Utf8JsonWriter writer, T value, System.Text.Json.JsonSerializerOptions options);
|
||||
public virtual void WriteAsPropertyName(System.Text.Json.Utf8JsonWriter writer, T value, System.Text.Json.JsonSerializerOptions options) => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1436, AllowMultiple = false)]
|
||||
public class JsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public System.Type ConverterType { get => throw null; }
|
||||
@@ -531,6 +533,7 @@ namespace System
|
||||
public abstract System.Text.Json.Serialization.JsonConverter CreateConverter(System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options);
|
||||
protected JsonConverterFactory() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1028, AllowMultiple = true, Inherited = false)]
|
||||
public class JsonDerivedTypeAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public JsonDerivedTypeAttribute(System.Type derivedType) => throw null;
|
||||
@@ -539,10 +542,12 @@ namespace System
|
||||
public System.Type DerivedType { get => throw null; }
|
||||
public object TypeDiscriminator { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public sealed class JsonExtensionDataAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public JsonExtensionDataAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public sealed class JsonIgnoreAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public System.Text.Json.Serialization.JsonIgnoreCondition Condition { get => throw null; set { } }
|
||||
@@ -555,6 +560,7 @@ namespace System
|
||||
WhenWritingDefault = 2,
|
||||
WhenWritingNull = 3,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public sealed class JsonIncludeAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public JsonIncludeAttribute() => throw null;
|
||||
@@ -572,11 +578,13 @@ namespace System
|
||||
WriteAsString = 2,
|
||||
AllowNamedFloatingPointLiterals = 4,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)396, AllowMultiple = false)]
|
||||
public sealed class JsonNumberHandlingAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public JsonNumberHandlingAttribute(System.Text.Json.Serialization.JsonNumberHandling handling) => throw null;
|
||||
public System.Text.Json.Serialization.JsonNumberHandling Handling { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1028, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class JsonPolymorphicAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public JsonPolymorphicAttribute() => throw null;
|
||||
@@ -584,20 +592,24 @@ namespace System
|
||||
public string TypeDiscriminatorPropertyName { get => throw null; set { } }
|
||||
public System.Text.Json.Serialization.JsonUnknownDerivedTypeHandling UnknownDerivedTypeHandling { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public sealed class JsonPropertyNameAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public JsonPropertyNameAttribute(string name) => throw null;
|
||||
public string Name { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public sealed class JsonPropertyOrderAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public JsonPropertyOrderAttribute(int order) => throw null;
|
||||
public int Order { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)384, AllowMultiple = false)]
|
||||
public sealed class JsonRequiredAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public JsonRequiredAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true)]
|
||||
public sealed class JsonSerializableAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public JsonSerializableAttribute(System.Type type) => throw null;
|
||||
@@ -619,6 +631,7 @@ namespace System
|
||||
Metadata = 1,
|
||||
Serialization = 2,
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false)]
|
||||
public sealed class JsonSourceGenerationOptionsAttribute : System.Text.Json.Serialization.JsonAttribute
|
||||
{
|
||||
public JsonSourceGenerationOptionsAttribute() => throw null;
|
||||
|
||||
@@ -43,6 +43,7 @@ namespace System
|
||||
public object SyncRoot { get => throw null; }
|
||||
public System.Text.RegularExpressions.Capture this[int i] { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)64, AllowMultiple = false, Inherited = false)]
|
||||
public sealed class GeneratedRegexAttribute : System.Attribute
|
||||
{
|
||||
public GeneratedRegexAttribute(string pattern) => throw null;
|
||||
|
||||
@@ -879,10 +879,12 @@ namespace System
|
||||
void ReadXml(System.Xml.XmlReader reader);
|
||||
void WriteXml(System.Xml.XmlWriter writer);
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = false)]
|
||||
public class XmlAnyAttributeAttribute : System.Attribute
|
||||
{
|
||||
public XmlAnyAttributeAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = true)]
|
||||
public class XmlAnyElementAttribute : System.Attribute
|
||||
{
|
||||
public XmlAnyElementAttribute() => throw null;
|
||||
@@ -892,6 +894,7 @@ namespace System
|
||||
public string Namespace { get => throw null; set { } }
|
||||
public int Order { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624)]
|
||||
public class XmlAttributeAttribute : System.Attribute
|
||||
{
|
||||
public string AttributeName { get => throw null; set { } }
|
||||
@@ -904,6 +907,7 @@ namespace System
|
||||
public string Namespace { get => throw null; set { } }
|
||||
public System.Type Type { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = true)]
|
||||
public class XmlElementAttribute : System.Attribute
|
||||
{
|
||||
public XmlElementAttribute() => throw null;
|
||||
@@ -918,20 +922,24 @@ namespace System
|
||||
public int Order { get => throw null; set { } }
|
||||
public System.Type Type { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)256)]
|
||||
public class XmlEnumAttribute : System.Attribute
|
||||
{
|
||||
public XmlEnumAttribute() => throw null;
|
||||
public XmlEnumAttribute(string name) => throw null;
|
||||
public string Name { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624)]
|
||||
public class XmlIgnoreAttribute : System.Attribute
|
||||
{
|
||||
public XmlIgnoreAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = false)]
|
||||
public class XmlNamespaceDeclarationsAttribute : System.Attribute
|
||||
{
|
||||
public XmlNamespaceDeclarationsAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)9244)]
|
||||
public class XmlRootAttribute : System.Attribute
|
||||
{
|
||||
public XmlRootAttribute() => throw null;
|
||||
@@ -941,6 +949,7 @@ namespace System
|
||||
public bool IsNullable { get => throw null; set { } }
|
||||
public string Namespace { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1036)]
|
||||
public sealed class XmlSchemaProviderAttribute : System.Attribute
|
||||
{
|
||||
public XmlSchemaProviderAttribute(string methodName) => throw null;
|
||||
@@ -956,6 +965,7 @@ namespace System
|
||||
public XmlSerializerNamespaces(System.Xml.XmlQualifiedName[] namespaces) => throw null;
|
||||
public System.Xml.XmlQualifiedName[] ToArray() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624)]
|
||||
public class XmlTextAttribute : System.Attribute
|
||||
{
|
||||
public XmlTextAttribute() => throw null;
|
||||
|
||||
@@ -54,6 +54,7 @@ namespace System
|
||||
public abstract class SchemaImporter
|
||||
{
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624)]
|
||||
public class SoapAttributeAttribute : System.Attribute
|
||||
{
|
||||
public string AttributeName { get => throw null; set { } }
|
||||
@@ -81,6 +82,7 @@ namespace System
|
||||
public bool SoapIgnore { get => throw null; set { } }
|
||||
public System.Xml.Serialization.SoapTypeAttribute SoapType { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624)]
|
||||
public class SoapElementAttribute : System.Attribute
|
||||
{
|
||||
public SoapElementAttribute() => throw null;
|
||||
@@ -89,16 +91,19 @@ namespace System
|
||||
public string ElementName { get => throw null; set { } }
|
||||
public bool IsNullable { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)256)]
|
||||
public class SoapEnumAttribute : System.Attribute
|
||||
{
|
||||
public SoapEnumAttribute() => throw null;
|
||||
public SoapEnumAttribute(string name) => throw null;
|
||||
public string Name { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624)]
|
||||
public class SoapIgnoreAttribute : System.Attribute
|
||||
{
|
||||
public SoapIgnoreAttribute() => throw null;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1100, AllowMultiple = true)]
|
||||
public class SoapIncludeAttribute : System.Attribute
|
||||
{
|
||||
public SoapIncludeAttribute(System.Type type) => throw null;
|
||||
@@ -125,6 +130,7 @@ namespace System
|
||||
public string MemberName { get => throw null; set { } }
|
||||
public System.Xml.XmlQualifiedName MemberType { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1052)]
|
||||
public class SoapTypeAttribute : System.Attribute
|
||||
{
|
||||
public SoapTypeAttribute() => throw null;
|
||||
@@ -152,6 +158,7 @@ namespace System
|
||||
public void Remove(System.Xml.Serialization.XmlAnyElementAttribute attribute) => throw null;
|
||||
public System.Xml.Serialization.XmlAnyElementAttribute this[int index] { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = false)]
|
||||
public class XmlArrayAttribute : System.Attribute
|
||||
{
|
||||
public XmlArrayAttribute() => throw null;
|
||||
@@ -162,6 +169,7 @@ namespace System
|
||||
public string Namespace { get => throw null; set { } }
|
||||
public int Order { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = true)]
|
||||
public class XmlArrayItemAttribute : System.Attribute
|
||||
{
|
||||
public XmlArrayItemAttribute() => throw null;
|
||||
@@ -223,6 +231,7 @@ namespace System
|
||||
public System.Xml.Serialization.XmlTextAttribute XmlText { get => throw null; set { } }
|
||||
public System.Xml.Serialization.XmlTypeAttribute XmlType { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)10624, AllowMultiple = false)]
|
||||
public class XmlChoiceIdentifierAttribute : System.Attribute
|
||||
{
|
||||
public XmlChoiceIdentifierAttribute() => throw null;
|
||||
@@ -256,6 +265,7 @@ namespace System
|
||||
public object ObjectBeingDeserialized { get => throw null; }
|
||||
}
|
||||
public delegate void XmlElementEventHandler(object sender, System.Xml.Serialization.XmlElementEventArgs e);
|
||||
[System.AttributeUsage((System.AttributeTargets)1100, AllowMultiple = true)]
|
||||
public class XmlIncludeAttribute : System.Attribute
|
||||
{
|
||||
public XmlIncludeAttribute(System.Type type) => throw null;
|
||||
@@ -635,6 +645,7 @@ namespace System
|
||||
public event System.Xml.Serialization.XmlNodeEventHandler UnknownNode;
|
||||
public event System.Xml.Serialization.UnreferencedObjectEventHandler UnreferencedObject;
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1052, AllowMultiple = false)]
|
||||
public sealed class XmlSerializerAssemblyAttribute : System.Attribute
|
||||
{
|
||||
public string AssemblyName { get => throw null; set { } }
|
||||
@@ -666,6 +677,7 @@ namespace System
|
||||
public virtual System.Collections.Hashtable WriteMethods { get => throw null; }
|
||||
public virtual System.Xml.Serialization.XmlSerializationWriter Writer { get => throw null; }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1)]
|
||||
public sealed class XmlSerializerVersionAttribute : System.Attribute
|
||||
{
|
||||
public XmlSerializerVersionAttribute() => throw null;
|
||||
@@ -675,6 +687,7 @@ namespace System
|
||||
public System.Type Type { get => throw null; set { } }
|
||||
public string Version { get => throw null; set { } }
|
||||
}
|
||||
[System.AttributeUsage((System.AttributeTargets)1052)]
|
||||
public class XmlTypeAttribute : System.Attribute
|
||||
{
|
||||
public bool AnonymousType { get => throw null; set { } }
|
||||
|
||||
Reference in New Issue
Block a user