Skip to content

Commit b8d2688

Browse files
authored
just use runtime (#50277)
1 parent 6156826 commit b8d2688

File tree

247 files changed

+8397
-8397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+8397
-8397
lines changed

docs/framework/additional-apis/pos-for-net/pos-exception-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: "pos-restored-from-archive"
88

99
# POS Exception Handling (POS for .NET v1.14 SDK Documentation)
1010

11-
Error handling in Microsoft Point of Service for .NET (POS for .NET) is built on the object-oriented model of throwing and catching exceptions. Different exceptions are thrown in response to run-time errors, and each exception contains information about the error that triggered it in the form of an <xref:Microsoft.PointOfService.ErrorCode>.
11+
Error handling in Microsoft Point of Service for .NET (POS for .NET) is built on the object-oriented model of throwing and catching exceptions. Different exceptions are thrown in response to runtime errors, and each exception contains information about the error that triggered it in the form of an <xref:Microsoft.PointOfService.ErrorCode>.
1212

1313
The **ErrorCode** property of a thrown exception holds information about the cause of the error. Possible values for this property represent the full set of standard Unified Point Of Service (UnifiedPOS) error codes. For more information about the mapping between UnifiedPOS error codes and the POS for .NET **ErrorCode** values, see POS for .NET [Exception Classes](exception-classes.md).
1414

docs/framework/app-domains/application-domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Operating systems and runtime environments typically provide some form of isolat
8585

8686
## Application domains and threads
8787

88-
An application domain forms an isolation boundary for security, versioning, reliability, and unloading of managed code. A thread is the operating system construct used by the common language runtime to execute code. At run time, all managed code is loaded into an application domain and is run by one or more managed threads.
88+
An application domain forms an isolation boundary for security, versioning, reliability, and unloading of managed code. A thread is the operating system construct used by the common language runtime to execute code. At runtime, all managed code is loaded into an application domain and is run by one or more managed threads.
8989

9090
There is not a one-to-one correlation between application domains and threads. Several threads can execute in a single application domain at any given time, and a particular thread is not confined to a single application domain. That is, threads are free to cross application domain boundaries; a new thread is not created for each application domain.
9191

docs/framework/configure-apps/file-schema/runtime/bindingredirect-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ newVersion="new assembly version"/>
5757

5858
## Remarks
5959

60-
When you build a .NET Framework application against a strong-named assembly, the application uses that version of the assembly at run time by default, even if a new version is available. However, you can configure the application to run against a newer version of the assembly. For details on how the runtime uses these files to determine which assembly version to use, see [How the Runtime Locates Assemblies](../../../deployment/how-the-runtime-locates-assemblies.md).
60+
When you build a .NET Framework application against a strong-named assembly, the application uses that version of the assembly at runtime by default, even if a new version is available. However, you can configure the application to run against a newer version of the assembly. For details on how the runtime uses these files to determine which assembly version to use, see [How the Runtime Locates Assemblies](../../../deployment/how-the-runtime-locates-assemblies.md).
6161

6262
You can redirect more than one assembly version by including multiple `bindingRedirect` elements in a `dependentAssembly` element. You can also redirect from a newer version to an older version of the assembly.
6363

docs/framework/configure-apps/file-schema/runtime/gcconservememory-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This setting was introduced in .NET Framework 4.8.
5454
## See also
5555

5656
- [Configure apps by using configuration files](../../index.md)
57-
- [Run-time settings schema](index.md)
57+
- [Runtime settings schema](index.md)
5858
- [Configuration file schema](../index.md)
5959
- [Fundamentals of garbage collection](../../../../standard/garbage-collection/fundamentals.md)
6060
- [NET Core runtime config options for GC](../../../../core/runtime-config/garbage-collector.md)

docs/framework/configure-apps/file-schema/runtime/gclohthreshold-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This setting was introduced in .NET Framework 4.8.
5151
## See also
5252

5353
- [Configure apps by using configuration files](../../index.md)
54-
- [Run-time settings schema](index.md)
54+
- [Runtime settings schema](index.md)
5555
- [Configuration file schema](../index.md)
5656
- [Fundamentals of garbage collection](../../../../standard/garbage-collection/fundamentals.md)
5757
- [NET Core runtime config options for GC](../../../../core/runtime-config/garbage-collector.md)

docs/framework/configure-apps/file-schema/runtime/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Runtime settings are used by the common language runtime to configure applicatio
114114
|[\<memoryCache>](memorycache-element-cache-settings.md)|Defines an element that is used to configure a cache that is based on the <xref:System.Runtime.Caching.MemoryCache> class.|
115115
|[\<namedCaches>](namedcaches-element-cache-settings.md)|Contains a collection of configuration settings for the `namedCache` instance.|
116116
|[\<NetFx40_LegacySecurityPolicy>](netfx40-legacysecuritypolicy-element.md)|Specifies whether the runtime uses legacy code access security (CAS) policy.|
117-
|[\<NetFx40_PInvokeStackResilience>](netfx40-pinvokestackresilience-element.md)|Specifies whether the runtime automatically fixes incorrect platform invoke declarations at run time, at the cost of slower transitions between managed and unmanaged code.|
117+
|[\<NetFx40_PInvokeStackResilience>](netfx40-pinvokestackresilience-element.md)|Specifies whether the runtime automatically fixes incorrect platform invoke declarations at runtime, at the cost of slower transitions between managed and unmanaged code.|
118118
|[\<NetFx45_CultureAwareComparerGetHashCode_LongStrings>](netfx45-cultureawarecomparergethashcode-longstrings-element.md)|Specifies whether the runtime uses a fixed amount of memory to calculate hash codes for the <xref:System.StringComparer.GetHashCode%2A?displayProperty=nameWithType> method.|
119119
|[\<PreferComInsteadOfManagedRemoting>](prefercominsteadofmanagedremoting-element.md)|Specifies that the runtime will use COM interop instead of remoting across application domain boundaries.|
120120
|[\<probing>](probing-element.md)|Specifies subdirectories that the runtime searches when loading assemblies.|

docs/framework/configure-apps/file-schema/runtime/netfx40-pinvokestackresilience-element.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 39fb1588-72a4-4479-af74-0605233b68bd
99
---
1010
# `<NetFx40_PInvokeStackResilience>` Element
1111

12-
Specifies whether the runtime automatically fixes incorrect platform invoke declarations at run time, at the cost of slower transitions between managed and unmanaged code.
12+
Specifies whether the runtime automatically fixes incorrect platform invoke declarations at runtime, at the cost of slower transitions between managed and unmanaged code.
1313

1414
[**\<configuration>**](../configuration-element.md)\
1515
&nbsp;&nbsp;[**\<runtime>**](runtime-element.md)\
@@ -29,7 +29,7 @@ The following sections describe attributes, child elements, and parent elements.
2929

3030
|Attribute|Description|
3131
|---------------|-----------------|
32-
|`enabled`|Required attribute.<br /><br /> Specifies whether the runtime detects incorrect platform invoke declarations and automatically fixes the stack at run time on 32-bit platforms.|
32+
|`enabled`|Required attribute.<br /><br /> Specifies whether the runtime detects incorrect platform invoke declarations and automatically fixes the stack at runtime on 32-bit platforms.|
3333

3434
## enabled Attribute
3535

@@ -51,7 +51,7 @@ None.
5151

5252
## Remarks
5353

54-
This element enables you to trade faster interop marshalling for run-time resilience against incorrect platform invoke declarations.
54+
This element enables you to trade faster interop marshalling for runtime resilience against incorrect platform invoke declarations.
5555

5656
Starting with the .NET Framework 4, a streamlined interop marshalling architecture provides a significant performance improvement for transitions from managed code to unmanaged code. In earlier versions of the .NET Framework, the marshalling layer detected incorrect platform invoke declarations on 32-bit platforms and automatically fixed the stack. The new marshalling architecture eliminates this step. As a result, transitions are very fast, but an incorrect platform invoke declaration can cause a program failure.
5757

docs/framework/configure-apps/file-schema/runtime/runtime-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ None.
6868
|[\<legacyImpersonationPolicy>](legacyimpersonationpolicy-element.md)|Specifies that the Windows identity does not flow across asynchronous points, regardless of the flow settings for the execution context on the current thread.|
6969
|[\<loadfromRemoteSources>](loadfromremotesources-element.md)|Specifies whether assemblies from remote sources are loaded as full trust.|
7070
|[\<NetFx40_LegacySecurityPolicy>](netfx40-legacysecuritypolicy-element.md)|Specifies whether the runtime uses legacy code access security (CAS) policy.|
71-
|[\<NetFx40_PInvokeStackResilience>](netfx40-pinvokestackresilience-element.md)|Specifies whether the runtime automatically fixes incorrect platform invoke declarations at run time, at the cost of slower transitions between managed and unmanaged code.|
71+
|[\<NetFx40_PInvokeStackResilience>](netfx40-pinvokestackresilience-element.md)|Specifies whether the runtime automatically fixes incorrect platform invoke declarations at runtime, at the cost of slower transitions between managed and unmanaged code.|
7272
|[\<NetFx45_CultureAwareComparerGetHashCode_LongStrings>](netfx45-cultureawarecomparergethashcode-longstrings-element.md)|Specifies whether the runtime uses a fixed amount of memory to calculate hash codes for the <xref:System.StringComparer.GetHashCode%2A?displayProperty=nameWithType> method.|
7373
|[\<PreferComInsteadOfRemoting>](prefercominsteadofmanagedremoting-element.md)|Specifies that the runtime will use COM interop instead of remoting across application domain boundaries.|
7474
|[\<relativeBindForResources>](relativebindforresources-element.md)|Optimizes the probe for satellite assemblies.|

docs/framework/configure-apps/file-schema/trace-debug/add-element-for-sharedlisteners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.assetid: 1595e1bc-2492-421f-8384-7f382eb8eb57
1212
---
1313
# `<add>` Element for \<sharedListeners>
1414

15-
Adds a listener to the `sharedListeners` collection. `sharedListeners` is a collection of listeners that any [\<source>](source-element.md) or [\<trace>](trace-element.md) can reference. By default, listeners in the `sharedListeners` collection are not placed in a `Listeners` collection. They must be added by name to the [\<source>](source-element.md) or [\<trace>](trace-element.md). It is not possible to get the listeners in the `sharedListeners` collection in code at run time.
15+
Adds a listener to the `sharedListeners` collection. `sharedListeners` is a collection of listeners that any [\<source>](source-element.md) or [\<trace>](trace-element.md) can reference. By default, listeners in the `sharedListeners` collection are not placed in a `Listeners` collection. They must be added by name to the [\<source>](source-element.md) or [\<trace>](trace-element.md). It is not possible to get the listeners in the `sharedListeners` collection in code at runtime.
1616

1717
[**\<configuration>**](../configuration-element.md)\
1818
&nbsp;&nbsp;[**\<system.diagnostics>**](system-diagnostics-element.md)\

docs/framework/configure-apps/file-schema/trace-debug/sharedlisteners-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.assetid: de200534-19dd-4156-86cf-c50521802c4c
1515
---
1616
# `<sharedListeners>` Element
1717

18-
Contains listeners that any source or trace element can reference. These listeners do not receive any traces by default, and it is not possible to retrieve these listeners at run time. Listeners identified as shared listeners can be added to sources or traces by name.
18+
Contains listeners that any source or trace element can reference. These listeners do not receive any traces by default, and it is not possible to retrieve these listeners at runtime. Listeners identified as shared listeners can be added to sources or traces by name.
1919

2020
[**\<configuration>**](../configuration-element.md)
2121
&nbsp;&nbsp;[**\<system.diagnostics>**](system-diagnostics-element.md)

0 commit comments

Comments
 (0)