Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/framework/configure-apps/file-schema/runtime/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ Runtime settings are used by the common language runtime to configure applicatio
|[\<UseSmallInternalThreadStacks>](../../../../../docs/framework/configure-apps/file-schema/runtime/usesmallinternalthreadstacks-element.md)|Requests that the runtime use explicit stack sizes when it creates certain threads that it uses internally, instead of the default stack size.|

## See Also
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
[How to: Disable Concurrent Garbage Collection](https://msdn.microsoft.com/library/ba2c6c67-5778-497c-9fac-5f793b5500c7)
[Redirecting Assembly Versions](../../../../../docs/framework/configure-apps/redirect-assembly-versions.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [How to: Disable Concurrent Garbage Collection](https://msdn.microsoft.com/library/ba2c6c67-5778-497c-9fac-5f793b5500c7)
- [Redirecting Assembly Versions](../../../../../docs/framework/configure-apps/redirect-assembly-versions.md)
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ Specifies whether the common language runtime allows managed code to catch acces
```

## See Also
<xref:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute>
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- <xref:System.Runtime.ExceptionServices.HandleProcessCorruptedStateExceptionsAttribute>
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ Specifies that the Windows identity does not flow across asynchronous points, re
```

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
[\<alwaysFlowImpersonationPolicy> Element](../../../../../docs/framework/configure-apps/file-schema/runtime/alwaysflowimpersonationpolicy-element.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [\<alwaysFlowImpersonationPolicy> Element](../../../../../docs/framework/configure-apps/file-schema/runtime/alwaysflowimpersonationpolicy-element.md)
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ The following example shows how to grant full trust to assemblies loaded from re

## See also

[More Implicit Uses of CAS Policy: loadFromRemoteSources](https://go.microsoft.com/fwlink/p/?LinkId=266839)
[How to: Run Partially Trusted Code in a Sandbox](../../../../../docs/framework/misc/how-to-run-partially-trusted-code-in-a-sandbox.md)
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
<xref:System.Reflection.Assembly.LoadFrom%2A?displayProperty=nameWithType>
- [More Implicit Uses of CAS Policy: loadFromRemoteSources](https://go.microsoft.com/fwlink/p/?LinkId=266839)
- [How to: Run Partially Trusted Code in a Sandbox](../../../../../docs/framework/misc/how-to-run-partially-trusted-code-in-a-sandbox.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- <xref:System.Reflection.Assembly.LoadFrom%2A?displayProperty=nameWithType>
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ Defines an element that is used to configure a cache that is based on the <xref:
```

## See Also
<xref:System.Runtime.Caching.MemoryCache>
[\<system.runtime.caching> Element (Cache Settings)](../../../../../docs/framework/configure-apps/file-schema/runtime/system-runtime-caching-element-cache-settings.md)
[\<namedCaches> Element (Cache Settings)](../../../../../docs/framework/configure-apps/file-schema/runtime/namedcaches-element-cache-settings.md)
- <xref:System.Runtime.Caching.MemoryCache>
- [\<system.runtime.caching> Element (Cache Settings)](../../../../../docs/framework/configure-apps/file-schema/runtime/system-runtime-caching-element-cache-settings.md)
- [\<namedCaches> Element (Cache Settings)](../../../../../docs/framework/configure-apps/file-schema/runtime/namedcaches-element-cache-settings.md)
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ Specifies a collection of configuration settings for the named <xref:System.Runt
```

## See Also
[\<memoryCache> Element (Cache Settings)](../../../../../docs/framework/configure-apps/file-schema/runtime/memorycache-element-cache-settings.md)
- [\<memoryCache> Element (Cache Settings)](../../../../../docs/framework/configure-apps/file-schema/runtime/memorycache-element-cache-settings.md)
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ Specifies whether the runtime uses legacy code access security (CAS) policy.
```

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ Specifies whether the runtime automatically fixes incorrect platform invoke decl
```

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
[pInvokeStackImbalance](../../../../../docs/framework/debug-trace-profile/pinvokestackimbalance-mda.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [pInvokeStackImbalance](../../../../../docs/framework/debug-trace-profile/pinvokestackimbalance-mda.md)
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ Specifies whether the runtime uses a fixed amount of memory to calculate hash co
> The `<NetFx45_CultureAwareComparerGetHashCode_LongStrings>` element is not used in [!INCLUDE[win8](../../../../../includes/win8-md.md)] and later versions.

## See Also
<xref:System.StringComparer.GetHashCode%2A?displayProperty=nameWithType>
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- <xref:System.StringComparer.GetHashCode%2A?displayProperty=nameWithType>
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ Specifies whether the runtime will use COM interop instead of remoting for all c
```

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Specifies application base subdirectories for the common language runtime to sea
```

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
[Specifying an Assembly's Location](../../../../../docs/framework/configure-apps/specify-assembly-location.md)
[How the Runtime Locates Assemblies](../../../../../docs/framework/deployment/how-the-runtime-locates-assemblies.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [Specifying an Assembly's Location](../../../../../docs/framework/configure-apps/specify-assembly-location.md)
- [How the Runtime Locates Assemblies](../../../../../docs/framework/deployment/how-the-runtime-locates-assemblies.md)
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Specifies whether the runtime applies publisher policy.
```

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
[How the Runtime Locates Assemblies](../../../../../docs/framework/deployment/how-the-runtime-locates-assemblies.md)
[Redirecting Assembly Versions](../../../../../docs/framework/configure-apps/redirect-assembly-versions.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [How the Runtime Locates Assemblies](../../../../../docs/framework/deployment/how-the-runtime-locates-assemblies.md)
- [Redirecting Assembly Versions](../../../../../docs/framework/configure-apps/redirect-assembly-versions.md)
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ Specifies the full name of the assembly that should be dynamically loaded when a
```

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[How the Runtime Locates Assemblies](../../../../../docs/framework/deployment/how-the-runtime-locates-assemblies.md)
[NIB: Partial Assembly References](https://msdn.microsoft.com/library/ec90f07a-398c-4306-9401-0fc5ff9cb59f)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [How the Runtime Locates Assemblies](../../../../../docs/framework/deployment/how-the-runtime-locates-assemblies.md)
- [NIB: Partial Assembly References](https://msdn.microsoft.com/library/ec90f07a-398c-4306-9401-0fc5ff9cb59f)
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ Optimizes the probe for satellite assemblies.
- It does not raise the <xref:System.AppDomain.AssemblyResolve?displayProperty=nameWithType> event.

## See Also
[Packaging and Deploying Resources](../../../../../docs/framework/resources/packaging-and-deploying-resources-in-desktop-apps.md)
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [Packaging and Deploying Resources](../../../../../docs/framework/resources/packaging-and-deploying-resources-in-desktop-apps.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Removes a named cache entry from the `namedCaches` collection for a memory cache
The `remove` element removes a `namedCache` entry from the named cache collection for a memory cache.

## See Also
[\<namedCaches> Element (Cache Settings)](../../../../../docs/framework/configure-apps/file-schema/runtime/namedcaches-element-cache-settings.md)
- [\<namedCaches> Element (Cache Settings)](../../../../../docs/framework/configure-apps/file-schema/runtime/namedcaches-element-cache-settings.md)
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ Provides information used by the common language runtime to configure applicatio
The elements in the [\<runtime>](../../../../../docs/framework/configure-apps/file-schema/runtime/runtime-element.md) section are read automatically by the common language runtime at application startup. You can also define the configuration file for a non-default application domain by supplying its name to the <xref:System.AppDomainSetup.ConfigurationFile%2A?displayProperty=nameWithType> property; its settings are read automatically when the application domain is loaded. You should rarely, if ever, have a need to directly read the settings in the [\<runtime>](../../../../../docs/framework/configure-apps/file-schema/runtime/runtime-element.md) section in your application's configuration file.

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ Specifies whether shadow copying uses the default startup behavior introduced in
```

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
[Shadow Copying Assemblies](../../../../../docs/framework/app-domains/shadow-copy-assemblies.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [Shadow Copying Assemblies](../../../../../docs/framework/app-domains/shadow-copy-assemblies.md)
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ Specifies that an application can reference the same assembly in two different i
```

## See Also
[/appconfig (C# Compiler Options)](../../../../../docs/csharp/language-reference/compiler-options/appconfig-compiler-option.md)
[.NET Framework Assembly Unification Overview](https://msdn.microsoft.com/library/8d8cc65e-031d-463b-bde3-2c6dc2e3bc48)
- [/appconfig (C# Compiler Options)](../../../../../docs/csharp/language-reference/compiler-options/appconfig-compiler-option.md)
- [.NET Framework Assembly Unification Overview](https://msdn.microsoft.com/library/8d8cc65e-031d-463b-bde3-2c6dc2e3bc48)
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ Provides configuration for the default in-memory <xref:System.Runtime.Caching.Ob
```

## See Also
[\<memoryCache> Element (Cache Settings)](../../../../../docs/framework/configure-apps/file-schema/runtime/memorycache-element-cache-settings.md)
- [\<memoryCache> Element (Cache Settings)](../../../../../docs/framework/configure-apps/file-schema/runtime/memorycache-element-cache-settings.md)
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ Specifies whether the runtime distributes managed threads across all CPU groups.
```

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
[\<GCCpuGroup> Element](../../../../../docs/framework/configure-apps/file-schema/runtime/gccpugroup-element.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [\<GCCpuGroup> Element](../../../../../docs/framework/configure-apps/file-schema/runtime/gccpugroup-element.md)
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ Specifies whether unhandled task exceptions should terminate a running process.
[!code-vb[ThrowUnobservedTaskExceptions#1](../../../../../samples/snippets/visualbasic/VS_Snippets_CLR/throwunobservedtaskexceptions/vb/program.vb#1)]

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ Invalid Format
```

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ The following configuration file disables compilation with the new 64-bit JIT co

## See also

[\<runtime> Element](../../../../../docs/framework/configure-apps/file-schema/runtime/runtime-element.md)
[\<configuration> Element](../../../../../docs/framework/configure-apps/file-schema/configuration-element.md)
[Mitigation: New 64-bit JIT Compiler](../../../../../docs/framework/migration-guide/mitigation-new-64-bit-jit-compiler.md)
- [\<runtime> Element](../../../../../docs/framework/configure-apps/file-schema/runtime/runtime-element.md)
- [\<configuration> Element](../../../../../docs/framework/configure-apps/file-schema/configuration-element.md)
- [Mitigation: New 64-bit JIT Compiler](../../../../../docs/framework/migration-guide/mitigation-new-64-bit-jit-compiler.md)
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ String 'This is a string.' in domain 'NewDomain': 75CC8236
```

## See Also
<xref:System.StringComparer.GetHashCode%2A?displayProperty=nameWithType>
<xref:System.String.GetHashCode%2A?displayProperty=nameWithType>
<xref:System.Object.GetHashCode%2A?displayProperty=nameWithType>
- <xref:System.StringComparer.GetHashCode%2A?displayProperty=nameWithType>
- <xref:System.String.GetHashCode%2A?displayProperty=nameWithType>
- <xref:System.Object.GetHashCode%2A?displayProperty=nameWithType>
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ Requests that the common language runtime (CLR) reduce memory use by specifying
```

## See Also
[Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
[Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)
- [Runtime Settings Schema](../../../../../docs/framework/configure-apps/file-schema/runtime/index.md)
- [Configuration File Schema](../../../../../docs/framework/configure-apps/file-schema/index.md)