diff --git a/docs/framework/security/namespace-mapping-between-wif-3-5-and-wif-4-5.md b/docs/framework/security/namespace-mapping-between-wif-3-5-and-wif-4-5.md
index 5eeb3fcf682..e5bfa6120f7 100644
--- a/docs/framework/security/namespace-mapping-between-wif-3-5-and-wif-4-5.md
+++ b/docs/framework/security/namespace-mapping-between-wif-3-5-and-wif-4-5.md
@@ -1,24 +1,14 @@
---
-title: "WIF 3.5 と WIF 4.5 間での名前空間マッピング"
-ms.custom:
+title: WIF 3.5 と WIF 4.5 間での名前空間マッピング
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: a092d98c-444d-4336-a644-63c2e11e96c8
-caps.latest.revision: "4"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: b8d27385a08c58c61983315da41f27f4dcb29368
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a120347d20de5b881ccb60d03da482856d9e68a7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# WIF 3.5 と WIF 4.5 間での名前空間マッピング
.NET 4.5 以降では、Windows Identity Foundation (WIF) は .NET Framework に完全に統合されています。 この統合により、名前の変更および WIF の名前空間と API サーフェスの統合が行われました。 このトピックでは、いくつかのガイダンスと、WIF 3.5 の名前空間と WIF 4.5 の名前空間の間の一般的なマッピングを示します。 すべてを網羅するものではなく、使い慣れた WIF 3.5 のクラスが WIF 4.5 のどこで見つかるかについての一般的な情報を提供するだけです。 WIF 3.5 と WIF 4.5 の間の違いについては、「[Windows Identity Foundation 4.5 の新機能](../../../docs/framework/security/whats-new-in-wif.md)」を参照してください。 WIF 3.5 を使ってビルドされたアプリケーションを WIF 4.5 に移行する方法のガイダンスについては、「[Guidelines for Migrating an Application Built Using WIF 3.5 to WIF 4.5](../../../docs/framework/security/guidelines-for-migrating-an-application-built-using-wif-3-5-to-wif-4-5.md)」(WIF 3.5 でビルドされたアプリケーションを WIF 4.5 に移行するためのガイドライン) を参照してください。
@@ -54,6 +44,6 @@ ms.lasthandoff: 12/22/2017
|`Microsoft.IdentityModel.Web.Controls`|WIF 4.5 では実装されていません。|`Microsoft.IdentityModel.Web.Controls` のクラスはフェデレーション パッシブ サインイン コントロールを実装していましたが、WIF 4.5 には存在しません。|
|`Microsoft.IdentityModel.WindowsTokenService`|WIF 4.5 では実装されていません。|-|
-## 参照
+## 関連項目
[Windows Identity Foundation 4.5 の新機能](../../../docs/framework/security/whats-new-in-wif.md)
[WIF 3.5 でビルドされたアプリケーションを WIF 4.5 に移行するためのガイドライン](../../../docs/framework/security/guidelines-for-migrating-an-application-built-using-wif-3-5-to-wif-4-5.md)
diff --git a/docs/framework/ui-automation/create-a-client-side-ui-automation-provider.md b/docs/framework/ui-automation/create-a-client-side-ui-automation-provider.md
index 8add623ef22..6bc6eade70d 100644
--- a/docs/framework/ui-automation/create-a-client-side-ui-automation-provider.md
+++ b/docs/framework/ui-automation/create-a-client-side-ui-automation-provider.md
@@ -1,13 +1,6 @@
---
-title: "クライアント側 UI オートメーション プロバイダーの作成"
-ms.custom:
+title: クライアント側 UI オートメーション プロバイダーの作成
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-bcl
-ms.tgt_pltfrm:
-ms.topic: article
dev_langs:
- csharp
- vb
@@ -15,16 +8,14 @@ helpviewer_keywords:
- UI Automation, creating client-side provider
- client-side UI Automation provider, creating
ms.assetid: d91edaf2-be28-41ec-a508-af421cb43c3d
-caps.latest.revision: "11"
author: Xansky
ms.author: mhopkins
manager: markl
-ms.workload: dotnet
-ms.openlocfilehash: 6b788d679d29a9af838b91c7b4468e10a1a8411e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 5a391215bb03ca7af010e90443479848f05e4985
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# クライアント側 UI オートメーション プロバイダーの作成
> [!NOTE]
@@ -38,6 +29,6 @@ ms.lasthandoff: 12/22/2017
[!code-csharp[UIAClientSideProvider_snip#101](../../../samples/snippets/csharp/VS_Snippets_Wpf/UIAClientSideProvider_snip/CSharp/CSProviderProgram.cs#101)]
[!code-vb[UIAClientSideProvider_snip#101](../../../samples/snippets/visualbasic/VS_Snippets_Wpf/UIAClientSideProvider_snip/visualbasic/csproviderprogram.vb#101)]
-## 参照
+## 関連項目
[UI オートメーション プロバイダーの概要](../../../docs/framework/ui-automation/ui-automation-providers-overview.md)
[クライアント側プロバイダー アセンブリの登録](../../../docs/framework/ui-automation/register-a-client-side-provider-assembly.md)
diff --git a/docs/framework/ui-automation/invoke-a-control-using-ui-automation.md b/docs/framework/ui-automation/invoke-a-control-using-ui-automation.md
index 86013259a3c..c9db334b856 100644
--- a/docs/framework/ui-automation/invoke-a-control-using-ui-automation.md
+++ b/docs/framework/ui-automation/invoke-a-control-using-ui-automation.md
@@ -1,13 +1,6 @@
---
-title: "UI オートメーションを使用したコントロールの呼び出し"
-ms.custom:
+title: UI オートメーションを使用したコントロールの呼び出し
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-bcl
-ms.tgt_pltfrm:
-ms.topic: article
dev_langs:
- csharp
- vb
@@ -16,16 +9,14 @@ helpviewer_keywords:
- UI Automation, invoking controls
- controls, invoking
ms.assetid: 5ee2de3f-256c-43ec-b64c-62ace91f9983
-caps.latest.revision: "15"
author: Xansky
ms.author: mhopkins
manager: markl
-ms.workload: dotnet
-ms.openlocfilehash: 097c92bf927f211e35b5c55c0fc73c0810338e02
-ms.sourcegitcommit: c0dd436f6f8f44dc80dc43b07f6841a00b74b23f
+ms.openlocfilehash: 89e528e7ff3dbeeba30307adf83434b83f540221
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 01/19/2018
+ms.lasthandoff: 05/04/2018
---
# UI オートメーションを使用したコントロールの呼び出し
> [!NOTE]
@@ -49,5 +40,5 @@ ms.lasthandoff: 01/19/2018
[!code-csharp[InvokePatternApp#1102](../../../samples/snippets/csharp/VS_Snippets_Wpf/InvokePatternApp/CSharp/InvokePatternApp.cs#1102)]
[!code-vb[InvokePatternApp#1102](../../../samples/snippets/visualbasic/VS_Snippets_Wpf/InvokePatternApp/VisualBasic/Client.vb#1102)]
-## 参照
+## 関連項目
[InvokePattern および ExpandCollapsePattern メニュー項目のサンプル](http://msdn.microsoft.com/library/b7fa141c-e2d1-4da2-a27f-81a7d1172210)
diff --git a/docs/framework/ui-automation/ui-automation-providers-for-managed-code-how-to-topics.md b/docs/framework/ui-automation/ui-automation-providers-for-managed-code-how-to-topics.md
index ba039575f67..6a209a9a0a4 100644
--- a/docs/framework/ui-automation/ui-automation-providers-for-managed-code-how-to-topics.md
+++ b/docs/framework/ui-automation/ui-automation-providers-for-managed-code-how-to-topics.md
@@ -1,14 +1,6 @@
---
-title: "マネージ コードの UI オートメーション プロバイダーに関する「方法」トピック"
-ms.custom:
+title: マネージ コードの UI オートメーション プロバイダーに関する「方法」トピック
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-bcl
-ms.tgt_pltfrm:
-ms.topic: article
f1_keywords:
- AutoGeneratedOrientationPage
helpviewer_keywords:
@@ -16,17 +8,14 @@ helpviewer_keywords:
- UI Automation, custom user interface (UI) elements
- providers, UI Automation
ms.assetid: 88bc4212-3f4e-4bac-bae0-faef31944b71
-caps.latest.revision:
author: Xansky
ms.author: mhopkins
manager: markl
-ms.workload:
-- dotnet
-ms.openlocfilehash: f6320bb23420ffcaf736aafabcb5fde38061febd
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 35fe0d8c3131f150549c042e993532c364e9fe4b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# マネージ コードの UI オートメーション プロバイダーに関する「方法」トピック
> [!NOTE]
diff --git a/docs/framework/ui-automation/ui-automation-support-for-the-pane-control-type.md b/docs/framework/ui-automation/ui-automation-support-for-the-pane-control-type.md
index 13a4592d2cf..59333c3c44b 100644
--- a/docs/framework/ui-automation/ui-automation-support-for-the-pane-control-type.md
+++ b/docs/framework/ui-automation/ui-automation-support-for-the-pane-control-type.md
@@ -1,28 +1,19 @@
---
-title: "UI オートメーションによる Pane コントロール型のサポート"
-ms.custom:
+title: UI オートメーションによる Pane コントロール型のサポート
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-bcl
-ms.tgt_pltfrm:
-ms.topic: article
helpviewer_keywords:
- UI Automation, Pane control type
- Pane control type
- control types, Pane
ms.assetid: 79761191-4449-4630-899c-9cbdb8867d3f
-caps.latest.revision: "25"
author: Xansky
ms.author: mhopkins
manager: markl
-ms.workload: dotnet
-ms.openlocfilehash: f7a0f12070c31c79c0b45213b51cf3bd58596967
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 4a46f29f5e399da446b185aa1226f1baac67f6bf
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# UI オートメーションによる Pane コントロール型のサポート
> [!NOTE]
@@ -46,26 +37,26 @@ ms.lasthandoff: 12/22/2017
## 必須の UI オートメーション プロパティ
次の表に、ペイン コントロールに特に関連する値や定義を持つ [!INCLUDE[TLA2#tla_uiautomation](../../../includes/tla2sharptla-uiautomation-md.md)] プロパティを示します。 詳細については[!INCLUDE[TLA2#tla_uiautomation](../../../includes/tla2sharptla-uiautomation-md.md)]プロパティを参照してください[クライアントの UI オートメーション プロパティ](../../../docs/framework/ui-automation/ui-automation-properties-for-clients.md)です。
-|[!INCLUDE[TLA2#tla_uiautomation](../../../includes/tla2sharptla-uiautomation-md.md)] プロパティ|値|ノート|
+|[!INCLUDE[TLA2#tla_uiautomation](../../../includes/tla2sharptla-uiautomation-md.md)] プロパティ|[値]|メモ|
|------------------------------------------------------------------------------------|-----------|-----------|
-||ノートを参照してください。|このプロパティの値は、アプリケーションのすべてのコントロールで一意である必要があります。|
-||ノートを参照してください。|コントロール全体を格納する最も外側の四角形。|
-||ノートを参照してください。|コントロールがキーボード フォーカスを受け取ることができる場合は、このプロパティをサポートする必要があります。|
-||「ノート」を参照。|このプロパティの値は、必ず明確で簡潔でわかりやすいタイトルにする必要があります。|
-||「ノート」を参照。|このプロパティは、クリックされた場合にペインにフォーカスが移動する、ペイン コントロールのクリック可能なポイントを公開します。|
-||「ノート」を参照。|通常、ペイン コントロールに静的ラベルはありません。 静的なテキスト ラベルが存在する場合は、このプロパティを介して公開する必要があります。|
-||Pane|この値は、すべての [!INCLUDE[TLA2#tla_ui](../../../includes/tla2sharptla-ui-md.md)] フレームワークで同じです。|
+||「ノート」をご覧ください。|このプロパティの値は、アプリケーションのすべてのコントロールで一意である必要があります。|
+||「ノート」をご覧ください。|コントロール全体を格納する最も外側の四角形。|
+||「ノート」をご覧ください。|コントロールがキーボード フォーカスを受け取ることができる場合は、このプロパティをサポートする必要があります。|
+||「ノート」をご覧ください。|このプロパティの値は、必ず明確で簡潔でわかりやすいタイトルにする必要があります。|
+||「ノート」をご覧ください。|このプロパティは、クリックされた場合にペインにフォーカスが移動する、ペイン コントロールのクリック可能なポイントを公開します。|
+||「ノート」をご覧ください。|通常、ペイン コントロールに静的ラベルはありません。 静的なテキスト ラベルが存在する場合は、このプロパティを介して公開する必要があります。|
+||ペイン|この値は、すべての [!INCLUDE[TLA2#tla_ui](../../../includes/tla2sharptla-ui-md.md)] フレームワークで同じです。|
||"pane"|Pane コントロール型に対応する、ローカライズされた文字列。|
||True|ペイン コントロールは、常に [!INCLUDE[TLA2#tla_uiautomation](../../../includes/tla2sharptla-uiautomation-md.md)] ツリーのコンテンツ ビューに組み込まれます。|
||True|ペイン コントロールは、常に [!INCLUDE[TLA2#tla_uiautomation](../../../includes/tla2sharptla-uiautomation-md.md)] ツリーのコントロール ビューに組み込まれます。|
||""|ペイン コントロールのヘルプ テキストで、各フレームの用途とフレーム間の関係を説明する必要があります。 フレームの目的や関係が `NameProperty`の値からわからない場合は、説明が必要です。 "|
-||「ノート」を参照。|特定のキーの組み合わせによってペインにフォーカスが移動する場合は、このプロパティを介してその情報を公開する必要があります。|
+||「ノート」をご覧ください。|特定のキーの組み合わせによってペインにフォーカスが移動する場合は、このプロパティを介してその情報を公開する必要があります。|
## 必須の UI オートメーション コントロール パターン
次の表に、すべてのペイン コントロールでサポートされなければならない [!INCLUDE[TLA2#tla_uiautomation](../../../includes/tla2sharptla-uiautomation-md.md)] コントロール パターンを示します。 コントロール パターンについて詳しくは、「 [UI Automation Control Patterns Overview](../../../docs/framework/ui-automation/ui-automation-control-patterns-overview.md)」をご覧ください。
-|コントロール パターン|Support|ノート|
+|コントロール パターン|サポート|メモ|
|---------------------|-------------|-----------|
||状況に依存|画面上でのペイン コントロールの移動、サイズ変更、または回転が可能な場合は、このコントロール パターンを実装します。|
||Never|このコントロール パターンを実装する必要がある場合は、コントロールが コントロール型に基づいている必要があります。|
@@ -76,11 +67,11 @@ ms.lasthandoff: 12/22/2017
## 必須の UI オートメーション イベント
次の表に、すべてのペイン コントロールでサポートされなければならない [!INCLUDE[TLA2#tla_uiautomation](../../../includes/tla2sharptla-uiautomation-md.md)] イベントを示します。 イベントについて詳しくは、「 [UI Automation Events Overview](../../../docs/framework/ui-automation/ui-automation-events-overview.md)」をご覧ください。
-|[!INCLUDE[TLA2#tla_uiautomation](../../../includes/tla2sharptla-uiautomation-md.md)] イベント|サポート/値|ノート|
+|[!INCLUDE[TLA2#tla_uiautomation](../../../includes/tla2sharptla-uiautomation-md.md)] イベント|サポート/値|メモ|
|---------------------------------------------------------------------------------|--------------------|-----------|
||Never|なし|
||Never|なし|
-||必要|なし|
+||必須|なし|
| プロパティ変更イベント。|必須|なし|
| プロパティ変更イベント。|必須|なし|
| プロパティ変更イベント。|必須|なし|
@@ -91,8 +82,8 @@ ms.lasthandoff: 12/22/2017
| プロパティ変更イベント。|状況に依存|なし|
| プロパティ変更イベント。|状況に依存|なし|
| プロパティ変更イベント。|Never|なし|
-||必要|なし|
-||必要|なし|
+||必須|なし|
+||必須|なし|
## Pane コントロール型の例
@@ -104,7 +95,7 @@ ms.lasthandoff: 12/22/2017
|------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|
|- ペイン
- ツリー (スクロール パターン)
- TreeItem
- ペイン
- 編集 (スクロール パターン)
|ペイン
ツリー (スクロール パターン)
-TreeItem
-しています.ウィンドウ
編集します。
-(スクロール パターン)|
-## 参照
+## 関連項目
[UI オートメーション コントロール型の概要](../../../docs/framework/ui-automation/ui-automation-control-types-overview.md)
[UI オートメーションの概要](../../../docs/framework/ui-automation/ui-automation-overview.md)
diff --git a/docs/framework/ui-automation/ui-automation-support-for-the-tree-control-type.md b/docs/framework/ui-automation/ui-automation-support-for-the-tree-control-type.md
index 1a9387e421c..d257861275b 100644
--- a/docs/framework/ui-automation/ui-automation-support-for-the-tree-control-type.md
+++ b/docs/framework/ui-automation/ui-automation-support-for-the-tree-control-type.md
@@ -1,30 +1,19 @@
---
title: UI オートメーションによる Tree コントロール型のサポート
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-bcl
-ms.tgt_pltfrm: ''
-ms.topic: article
helpviewer_keywords:
- control types, Tree
- Tree control type
- UI Automation, Tree control type
ms.assetid: 312dd04d-a86b-4072-8b12-2beeabdff5e3
-caps.latest.revision: 20
author: Xansky
ms.author: mhopkins
manager: markl
-ms.workload:
-- dotnet
-ms.openlocfilehash: 3eece614368bb35cda5d7345daebb540b1ae1d95
-ms.sourcegitcommit: 86adcc06e35390f13c1e372c36d2e044f1fc31ef
+ms.openlocfilehash: ae5bed64eafee5317d3f97aa7b05615535e9c9d2
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/26/2018
+ms.lasthandoff: 05/04/2018
---
# UI オートメーションによる Tree コントロール型のサポート
> [!NOTE]
diff --git a/docs/framework/ui-automation/ui-automation-textpattern-overview.md b/docs/framework/ui-automation/ui-automation-textpattern-overview.md
index 0d90ec945ee..1bb7aeea0c5 100644
--- a/docs/framework/ui-automation/ui-automation-textpattern-overview.md
+++ b/docs/framework/ui-automation/ui-automation-textpattern-overview.md
@@ -1,30 +1,19 @@
---
title: UI オートメーション TextPattern の概要
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-bcl
-ms.tgt_pltfrm: ''
-ms.topic: article
helpviewer_keywords:
- UI Automation, TextPattern class
- TextPattern class
- classes, TextPattern
ms.assetid: 41787927-df1f-4f4a-aba3-641662854fc4
-caps.latest.revision: 38
author: Xansky
ms.author: mhopkins
manager: markl
-ms.workload:
-- dotnet
-ms.openlocfilehash: 1b9504dceea6987945cfb3960f756148db9ebb8f
-ms.sourcegitcommit: 86adcc06e35390f13c1e372c36d2e044f1fc31ef
+ms.openlocfilehash: e8358a4a4e0b4933670a2f01dfdf4dd9a7aa43cd
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/26/2018
+ms.lasthandoff: 05/04/2018
---
# UI オートメーション TextPattern の概要
> [!NOTE]
diff --git a/docs/framework/unmanaged-api/debugging/clrdatacreateinstance-function.md b/docs/framework/unmanaged-api/debugging/clrdatacreateinstance-function.md
index 7eb3168e368..3b4fb2658e5 100644
--- a/docs/framework/unmanaged-api/debugging/clrdatacreateinstance-function.md
+++ b/docs/framework/unmanaged-api/debugging/clrdatacreateinstance-function.md
@@ -1,14 +1,6 @@
---
-title: "CLRDataCreateInstance 関数"
-ms.custom:
+title: CLRDataCreateInstance 関数
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- CLRDataCreateInstance
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 440bad90-5a88-45e7-9157-4596801d8d19
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 0740e80732e03ac6c1e7cf974d258113a181ea9d
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: d9d4965751db1a70871270317a644b0acb1302f7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# CLRDataCreateInstance 関数
指定したターゲット項目のインターフェイス オブジェクトを作成します。
@@ -61,14 +49,14 @@ HRESULT CLRDataCreateInstance (
## コメント
`ICLRDataTarget`オブジェクトは、デバッグ アプリケーションの作成者によって実装されています。 実装は、表されるターゲット項目の種類によって異なります。 ターゲット項目には、プロセス、メモリ ダンプ、リモート コンピューター、およびなどがあります。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** ClrData.idl
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[デバッグ グローバル静的関数](../../../../docs/framework/unmanaged-api/debugging/debugging-global-static-functions.md)
diff --git a/docs/framework/unmanaged-api/debugging/cor-pub-enumprocess-enumeration.md b/docs/framework/unmanaged-api/debugging/cor-pub-enumprocess-enumeration.md
index 2f9efd1d8b1..c2d057b2659 100644
--- a/docs/framework/unmanaged-api/debugging/cor-pub-enumprocess-enumeration.md
+++ b/docs/framework/unmanaged-api/debugging/cor-pub-enumprocess-enumeration.md
@@ -1,14 +1,6 @@
---
-title: "COR_PUB_ENUMPROCESS 列挙型"
-ms.custom:
+title: COR_PUB_ENUMPROCESS 列挙型
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- COR_PUB_ENUMPROCESS
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 5d3ada6e-feea-47da-a7ed-b664107c137f
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: d92c484c8cb0142f59c26270674af73da5fbfa95
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: fcdb5883e109d7e0c73c8fb76ee61b52cf23091f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# COR_PUB_ENUMPROCESS 列挙型
列挙するプロセスの型を識別します。
@@ -54,14 +42,14 @@ typedef enum {
## コメント
アンマネージ デバッグ API の現在のバージョンでは、マネージ プロセスのみを列挙します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorPub.idl、CorPub.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[列挙型のデバッグ](../../../../docs/framework/unmanaged-api/debugging/debugging-enumerations.md)
diff --git a/docs/framework/unmanaged-api/debugging/cordebugdebugeventkind-enumeration.md b/docs/framework/unmanaged-api/debugging/cordebugdebugeventkind-enumeration.md
index 79d61889724..151d31817d8 100644
--- a/docs/framework/unmanaged-api/debugging/cordebugdebugeventkind-enumeration.md
+++ b/docs/framework/unmanaged-api/debugging/cordebugdebugeventkind-enumeration.md
@@ -1,14 +1,6 @@
---
-title: "CorDebugDebugEventKind 列挙体"
-ms.custom:
+title: CorDebugDebugEventKind 列挙体
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- CorDebugDebugEventKind
api_location:
@@ -18,17 +10,13 @@ api_type:
ms.assetid: 6075a6cd-97e6-4472-a090-0dd14860d1f3
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 90cd2b8d02cb1d16e4932ffdcc3c9b02dc71541a
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 9f2f5af86e210493cd8ba0eb8afe10d22b84b18c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# CorDebugDebugEventKind 列挙体
情報がデコードされるによってイベントの種類を示す、 [DecodeEvent](../../../../docs/framework/unmanaged-api/debugging/icordebugprocess6-decodeevent-method.md)メソッドです。
@@ -63,14 +51,14 @@ typedef enum CorDebugDebugEventKind {
> [!NOTE]
> この列挙体は .NET ネイティブのデバッグ シナリオのみで使用することを目的としています。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
-## 参照
+## 関連項目
[列挙型のデバッグ](../../../../docs/framework/unmanaged-api/debugging/debugging-enumerations.md)
diff --git a/docs/framework/unmanaged-api/debugging/cordebuggctype-enumeration.md b/docs/framework/unmanaged-api/debugging/cordebuggctype-enumeration.md
index af03c4ccedf..b9fd7fe860f 100644
--- a/docs/framework/unmanaged-api/debugging/cordebuggctype-enumeration.md
+++ b/docs/framework/unmanaged-api/debugging/cordebuggctype-enumeration.md
@@ -1,14 +1,6 @@
---
-title: "CorDebugGCType 列挙型"
-ms.custom:
+title: CorDebugGCType 列挙型
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- CorDebugGCType
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 880ca92a-42d4-42a5-9b9c-c2848eb39c6a
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 2045c2edd129c2e4154d24b43d96f6ea8ad64cab
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e74f564a483d80fd6312cf015802750d48e73ca7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# CorDebugGCType 列挙型
ガベージ コレクターがワークステーションまたはサーバーのどちらで実行されているかを示します。
@@ -57,14 +45,14 @@ typedef enum CorDebugGCType {
## コメント
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v45plus](../../../../includes/net-current-v45plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v45plus](../../../../includes/net-current-v45plus-md.md)]
-## 参照
+## 関連項目
[列挙型のデバッグ](../../../../docs/framework/unmanaged-api/debugging/debugging-enumerations.md)
diff --git a/docs/framework/unmanaged-api/debugging/iclrdatatarget-getcurrentthreadid-method.md b/docs/framework/unmanaged-api/debugging/iclrdatatarget-getcurrentthreadid-method.md
index dbb09d9e3c0..b06ba54bebc 100644
--- a/docs/framework/unmanaged-api/debugging/iclrdatatarget-getcurrentthreadid-method.md
+++ b/docs/framework/unmanaged-api/debugging/iclrdatatarget-getcurrentthreadid-method.md
@@ -1,14 +1,6 @@
---
-title: "ICLRDataTarget::GetCurrentThreadID メソッド"
-ms.custom:
+title: ICLRDataTarget::GetCurrentThreadID メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICLRDataTarget.GetCurrentThreadID
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: dc9a0a6c-d592-4fb7-86ed-62684da3b0e1
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 2fd2c39b20b823e18232081d1655a6770bafccc5
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 03ce49466587d3e214c32e2a5cca89cdd7a72038
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICLRDataTarget::GetCurrentThreadID メソッド
現在のスレッドのオペレーティング システムの識別子を取得します。
@@ -53,14 +41,14 @@ HRESULT GetCurrentThreadID (
## コメント
ターゲット プロセスでは、現在のスレッドが存在しない場合、`GetCurrentThreadID`メソッドが失敗する可能性があります。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** ClrData.idl、ClrData.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRDataTarget インターフェイス](../../../../docs/framework/unmanaged-api/debugging/iclrdatatarget-interface.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebug-getprocess-method.md b/docs/framework/unmanaged-api/debugging/icordebug-getprocess-method.md
index 6ac1728bef6..fa2ec99790d 100644
--- a/docs/framework/unmanaged-api/debugging/icordebug-getprocess-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebug-getprocess-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebug::GetProcess メソッド"
-ms.custom:
+title: ICorDebug::GetProcess メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebug.GetProcess
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 10a40ba0-1b65-4721-bd11-cf12d57b280d
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 3acdcb15f22c130601394ee1bb259207e5e3df23
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: fc095b2c9f546e8b75d4330024c8c593f7ada8b4
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebug::GetProcess メソッド
指定されたプロセスの"ICorDebugProcess"のインスタンスへのポインターを取得します。
@@ -54,14 +42,14 @@ HRESULT GetProcess (
`ppProcess`
[out]アドレスへのポインター、`ICorDebugProcess`指定されたプロセスのインスタンス。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[ICorDebug インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebug-interface.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebug-interface.md b/docs/framework/unmanaged-api/debugging/icordebug-interface.md
index 35962bb91d3..13bd259eafb 100644
--- a/docs/framework/unmanaged-api/debugging/icordebug-interface.md
+++ b/docs/framework/unmanaged-api/debugging/icordebug-interface.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebug インターフェイス"
-ms.custom:
+title: ICorDebug インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebug
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 33f431d7-ab1a-494d-8af2-20ab15aba194
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 0ed0b3a8b42157f6a4fcbc6b4a05a416da736147
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 74c5036bdc8a4a75e5711c6dc1d34d8f2c21128f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebug インターフェイス
開発者は、共通言語ランタイム (CLR) 環境でアプリケーションをデバッグできるようにするメソッドを提供します。
@@ -55,21 +43,21 @@ ms.lasthandoff: 12/22/2017
|[Terminate メソッド](../../../../docs/framework/unmanaged-api/debugging/icordebug-terminate-method.md)|終了、`ICorDebug`オブジェクト。|
## コメント
- `ICorDebug`デバッガー プロセスのイベントの処理ループを表します。 デバッガーが待つ必要があります、 [icordebugmanagedcallback::exitprocess](../../../../docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-exitprocess-method.md)このインターフェイスを解放する前に、デバッグ中のすべてのプロセスからのコールバック。
+ `ICorDebug` デバッガー プロセスのイベントの処理ループを表します。 デバッガーが待つ必要があります、 [icordebugmanagedcallback::exitprocess](../../../../docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-exitprocess-method.md)このインターフェイスを解放する前に、デバッグ中のすべてのプロセスからのコールバック。
`ICorDebug`オブジェクトは、初期のオブジェクトをさらに管理されているすべてのデバッグを制御します。 .NET Framework version 1.0 および 1.1 では、このオブジェクトは、 `CoClass` COM から作成されたオブジェクト .NET Framework version 2.0 では、このオブジェクトが不要になった、`CoClass`オブジェクト。 作成する必要があります、 [CreateDebuggingInterfaceFromVersion](../../../../docs/framework/unmanaged-api/hosting/createdebugginginterfacefromversion-function.md)は複数のバージョンに対応する関数。 この新しい作成関数により、クライアントの特定の実装を取得する`ICorDebug`もに、デバッグ API の特定のバージョンをエミュレートします。
> [!NOTE]
> このインターフェイスは、コンピューター間またはプロセス間でのリモート呼び出しをサポートしていません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugassembly-getname-method.md b/docs/framework/unmanaged-api/debugging/icordebugassembly-getname-method.md
index 9747a589112..d93616f60a7 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugassembly-getname-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugassembly-getname-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugAssembly::GetName メソッド"
-ms.custom:
+title: ICorDebugAssembly::GetName メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugAssembly.GetName
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: cdeda721-b214-4503-a291-c70b68b5f36b
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: cf2b84a6ab7cc1745fbf7330e66f94ea04635892
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: fe587f6356eec861c39c9eb0aa0b6476e0b9a232
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugAssembly::GetName メソッド
アセンブリの名前を取得この`ICorDebugAssembly`インスタンスが表すです。
@@ -61,11 +49,11 @@ HRESULT GetName (
## コメント
`GetName`メソッド、アセンブリの完全パスとファイル名を返します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
diff --git a/docs/framework/unmanaged-api/debugging/icordebugassembly2-interface.md b/docs/framework/unmanaged-api/debugging/icordebugassembly2-interface.md
index 2832968d78a..c63bd2a4b53 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugassembly2-interface.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugassembly2-interface.md
@@ -1,14 +1,6 @@
---
title: ICorDebugAssembly2 Interface1
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugAssembly2
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: c0766e29-e573-4f9a-a928-167d1de5aa7e
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: af9fb548f8b42c08ef4a7961f4b640ae6db832b6
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 90ad74a3b9dd26d0a6e390a777e862f4274f86d6
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugAssembly2 Interface1
アセンブリを表します。 このインターフェイスは、ICorDebugAssembly インターフェイスの拡張機能です。
@@ -48,14 +36,14 @@ ms.lasthandoff: 12/22/2017
> [!NOTE]
> このインターフェイスは、コンピューター間またはプロセス間でのリモート呼び出しをサポートしていません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugblockingobjectenum-next-method.md b/docs/framework/unmanaged-api/debugging/icordebugblockingobjectenum-next-method.md
index 79bf3896bad..05d6b702f13 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugblockingobjectenum-next-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugblockingobjectenum-next-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugBlockingObjectEnum::Next メソッド"
-ms.custom:
+title: ICorDebugBlockingObjectEnum::Next メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugBlockingObjectEnum.Next Method
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 0121753f-ebea-48d0-aeb2-ed7fda76dc60
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 3f2e2168ea1b03e5a2339baf019da59f1e83a71a
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: b4336978825fbf7844b3ceaf179954f28660f08c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugBlockingObjectEnum::Next メソッド
指定した数を取得[CorDebugBlockingObject](../../../../docs/framework/unmanaged-api/debugging/cordebugblockingobject-structure.md)列挙体の現在位置からのオブジェクト。
@@ -75,16 +63,16 @@ HRESULT Next([in] ULONG celt,
-
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
-## 参照
+## 関連項目
[ICorDebugDataTarget インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugdatatarget-interface.md)
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
[デバッグ](../../../../docs/framework/unmanaged-api/debugging/index.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugcodeenum-next-method.md b/docs/framework/unmanaged-api/debugging/icordebugcodeenum-next-method.md
index 614a3e083a4..99297055e98 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugcodeenum-next-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugcodeenum-next-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugCodeEnum::Next メソッド"
-ms.custom:
+title: ICorDebugCodeEnum::Next メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugCodeEnum.Next
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 644ece86-384d-4c63-9fba-52c789616ff7
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 5dbc7985ebf2fff5fa0c5b524b8d6560f75318d1
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 711c85b930617632d69497e4a9cf0a74360d27f7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugCodeEnum::Next メソッド
列挙体の現在位置から指定数の"ICorDebugCode"のインスタンスを取得します。
@@ -59,15 +47,15 @@ HRESULT Next (
`pceltFetched`
[out]数へのポインター`ICorDebugCode`実際に返されるインスタンス。 この値を null にすることがある場合`celt`は 1 つです。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
diff --git a/docs/framework/unmanaged-api/debugging/icordebugcontroller-continue-method.md b/docs/framework/unmanaged-api/debugging/icordebugcontroller-continue-method.md
index 132b2486859..097c4202507 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugcontroller-continue-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugcontroller-continue-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugController::Continue メソッド"
-ms.custom:
+title: ICorDebugController::Continue メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugController.Continue
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 8684cd06-ad3e-48ef-832e-15320e1f43a2
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: e6a96145801aa8ef6482e30e9c00b763d2501f36
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 529a65285203ac831e1bcab9dc1bea69ac28a282
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugController::Continue メソッド
呼び出しの後にマネージ スレッドの実行を再開[Stop メソッド](../../../../docs/framework/unmanaged-api/debugging/icordebugcontroller-stop-method.md)です。
@@ -51,7 +39,7 @@ HRESULT Continue (
[in]設定`true`帯域外のイベントから操作を続行する場合がそれ以外の場合に設定`false`です。
## コメント
- `Continue`呼び出しの後にプロセスを続行、`ICorDebugController::Stop`メソッドです。
+ `Continue` 呼び出しの後にプロセスを続行、`ICorDebugController::Stop`メソッドです。
混合モード デバッグを行うときに呼び出すことはありません`Continue`win32 イベント スレッドの帯域外のイベントから続行する場合を除き、します。
@@ -59,14 +47,14 @@ HRESULT Continue (
*帯域外のイベント*するプロセスの管理対象の状態との対話は、イベントのため、プロセスの停止中に管理されていないイベントします。 この場合、デバッガーを受け取る、`ICorDebugUnmanagedCallback::DebugEvent`でコールバックの`fOutOfBand`パラメーターに設定`true`です。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
diff --git a/docs/framework/unmanaged-api/debugging/icordebugcontroller-detach-method.md b/docs/framework/unmanaged-api/debugging/icordebugcontroller-detach-method.md
index f19a62fa0e6..13b0b63546d 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugcontroller-detach-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugcontroller-detach-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugController::Detach メソッド"
-ms.custom:
+title: ICorDebugController::Detach メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugController.Detach
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 06fae364-f2c6-4a50-aa7e-3da9f2684dc3
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 59fe2c4bfbd91afd263a0ada1eb355aaa8914aa2
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: cad8b305de580ce7cf4876939b95cc05d0fd11f5
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugController::Detach メソッド
プロセスまたはアプリケーション ドメインからデバッガーをデタッチします。
@@ -49,14 +37,14 @@ HRESULT Detach ();
.NET framework version 2.0 では、アンマネージ デバッグが有効になっている場合は、このメソッドはオペレーティング システムの制限により失敗します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
diff --git a/docs/framework/unmanaged-api/debugging/icordebugcontroller-interface.md b/docs/framework/unmanaged-api/debugging/icordebugcontroller-interface.md
index c7f6f2468fc..29fa7d02bbb 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugcontroller-interface.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugcontroller-interface.md
@@ -1,14 +1,6 @@
---
title: ICorDebugController Interface1
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugController
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: dbb1c4dc-269a-459b-ab1d-6c70788782ce
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 9bde0ef86ff6304c696ad8c68fc81c0a339ed6e6
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 230488201b637c5a53f41dd4c3f204b37e8984fd
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugController Interface1
コードの実行コンテキストを制御できる または のスコープを表します。
@@ -58,14 +46,14 @@ ms.lasthandoff: 12/22/2017
> [!NOTE]
> このインターフェイスは、コンピューター間またはプロセス間でのリモート呼び出しをサポートしていません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugcontroller-isrunning-method.md b/docs/framework/unmanaged-api/debugging/icordebugcontroller-isrunning-method.md
index 401e29ed78a..baa0f4c8f91 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugcontroller-isrunning-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugcontroller-isrunning-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugController::IsRunning メソッド"
-ms.custom:
+title: ICorDebugController::IsRunning メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugController.IsRunning
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: b33ff059-40c4-4dfe-9cb2-21bfed2de0b0
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 57621c0097c63ee9caca0a3fc4d5e95666b4e5b7
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 4605b893169ccfc592aae0d07dc032f455314cc5
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugController::IsRunning メソッド
プロセス内のスレッドが自由に実行中かどうかを示す値を取得します。
@@ -50,14 +38,14 @@ HRESULT IsRunning (
`pbRunning`
[out]ある値へのポインター`true`自由に、それ以外のプロセス内のスレッドを実行している場合`false`です。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
diff --git a/docs/framework/unmanaged-api/debugging/icordebugeval-getthread-method.md b/docs/framework/unmanaged-api/debugging/icordebugeval-getthread-method.md
index 8dc4ab4a2c4..3f23a86a1fe 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugeval-getthread-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugeval-getthread-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugEval::GetThread メソッド"
-ms.custom:
+title: ICorDebugEval::GetThread メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugEval.GetThread
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 57163b0d-c8a7-44af-9078-e7a895d29f9a
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 5a2ed99c2a939d2b39f6b236165b79634f2fc2c2
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e64bc173717c3121d6c2b101f734ee325a0ced53
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugEval::GetThread メソッド
この評価が実行またはが実行スレッドを取得します。
@@ -50,11 +38,11 @@ HRESULT GetThread (
`ppThread`
[out]スレッドを表す ICorDebugThread オブジェクトのアドレスへのポインター。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
diff --git a/docs/framework/unmanaged-api/debugging/icordebugexceptionobjectcallstackenum-interface.md b/docs/framework/unmanaged-api/debugging/icordebugexceptionobjectcallstackenum-interface.md
index b0e444c5174..fc1c9ae024e 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugexceptionobjectcallstackenum-interface.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugexceptionobjectcallstackenum-interface.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugExceptionObjectCallStackEnum インターフェイス"
-ms.custom:
+title: ICorDebugExceptionObjectCallStackEnum インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugExceptionObjectCallStackEnum
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 39dffa18-c71b-48c4-b11d-e814631ab1e9
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: f353ecaf4f0a64920fa7e23b98d09ef3191428cb
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e6df9c7e24e2303571b7cb3b80ff4bf07dc59ccc
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugExceptionObjectCallStackEnum インターフェイス
例外オブジェクトに埋め込まれているコール スタックの情報の列挙子を提供します。 このインターフェイスは、ICorDebugEnum インターフェイスのサブクラスです。
@@ -48,15 +36,15 @@ ms.lasthandoff: 12/22/2017
`ICorDebugExceptionObjectCallStackEnum`インスタンスが格納されます[CorDebugExceptionObjectStackFrame](../../../../docs/framework/unmanaged-api/debugging/cordebugexceptionobjectstackframe-structure.md)オブジェクトを呼び出して、 [icordebugexceptionobjectvalue::enumerateexceptioncallstack](../../../../docs/framework/unmanaged-api/debugging/icordebugexceptionobjectvalue-enumerateexceptioncallstack-method.md)メソッドです。 呼び出して、呼び出しスタック コレクション内の項目を列挙することができます、 [icordebugexceptionobjectcallstackenum::next](../../../../docs/framework/unmanaged-api/debugging/icordebugexceptionobjectcallstackenum-next-method.md)メソッド
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v45plus](../../../../includes/net-current-v45plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v45plus](../../../../includes/net-current-v45plus-md.md)]
-## 参照
+## 関連項目
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
[デバッグ](../../../../docs/framework/unmanaged-api/debugging/index.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugframe-interface.md b/docs/framework/unmanaged-api/debugging/icordebugframe-interface.md
index 5c08f809631..4c385dda020 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugframe-interface.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugframe-interface.md
@@ -1,14 +1,6 @@
---
title: ICorDebugFrame Interface1
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugFrame
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 0c48f764-3c64-4602-b2f4-4ffc60eb2c65
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: caa3ef9cd52cc872d4ebc96376c104a7b90fb4f2
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f3d6c1a2bfd66e275b506d4465731c48cd7c6515
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugFrame Interface1
現在のスタックのフレームを表します。
@@ -55,14 +43,14 @@ ms.lasthandoff: 12/22/2017
> [!NOTE]
> このインターフェイスは、コンピューター間またはプロセス間でのリモート呼び出しをサポートしていません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugfunction-getilcode-method.md b/docs/framework/unmanaged-api/debugging/icordebugfunction-getilcode-method.md
index c63b274f109..2edeaa87748 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugfunction-getilcode-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugfunction-getilcode-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugFunction::GetILCode メソッド"
-ms.custom:
+title: ICorDebugFunction::GetILCode メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugFunction.GetILCode
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: f794dd47-a7cd-47f6-96e9-a41a4dae8e72
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: ba960246c5aa1057df517d776819817d777402f4
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: ac34fbca56c8a0f00ee3a7e0f898b8ee03287b11
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugFunction::GetILCode メソッド
この ICorDebugFunction オブジェクトに関連付けられている Microsoft intermediate language (MSIL) コードを表す ICorDebugCode インスタンスを取得します。
@@ -53,11 +41,11 @@ HRESULT GetILCode (
## コメント
この関数でエディット コンティニュが許可されている場合、`GetILCode`メソッドは、共通言語ランタイム (CLR) 内のコードのこの関数の編集済みのバージョンに対応する MSIL コードを取得します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
diff --git a/docs/framework/unmanaged-api/debugging/icordebugfunction3-interface.md b/docs/framework/unmanaged-api/debugging/icordebugfunction3-interface.md
index 19bdf362624..2b608fd6e3a 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugfunction3-interface.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugfunction3-interface.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugFunction3 インターフェイス"
-ms.custom:
+title: ICorDebugFunction3 インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugFunction3
api_location:
@@ -18,17 +10,13 @@ api_type:
ms.assetid: b22717b9-ead5-4eea-887e-789b52d613dc
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 28d2d0d1058dae69bc17e370cc42ed56dc35b0e5
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: c1945e678dd62f81c698807714d0e71053d6b378
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugFunction3 インターフェイス
[.NET Framework 4.5.2 以降のバージョンでのみでサポート]
@@ -43,16 +31,16 @@ ms.lasthandoff: 12/22/2017
## コメント
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v452plus](../../../../includes/net-current-v452plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v452plus](../../../../includes/net-current-v452plus-md.md)]
-## 参照
+## 関連項目
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
[デバッグ](../../../../docs/framework/unmanaged-api/debugging/index.md)
[ReJIT: ハウツー ガイド](http://blogs.msdn.com/b/davbr/archive/2011/10/12/rejit-a-how-to-guide.aspx)
diff --git a/docs/framework/unmanaged-api/debugging/icordebughandlevalue-interface.md b/docs/framework/unmanaged-api/debugging/icordebughandlevalue-interface.md
index ee242c93380..6ba1fed001e 100644
--- a/docs/framework/unmanaged-api/debugging/icordebughandlevalue-interface.md
+++ b/docs/framework/unmanaged-api/debugging/icordebughandlevalue-interface.md
@@ -1,14 +1,6 @@
---
title: ICorDebugHandleValue Interface1
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugHandleValue
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 66fcd2b8-ac66-414b-83a8-75a925e17772
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: b8df7b46bf22fa1a3a8633cbad7ad1a6582b4860
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: ed6ba8a738b4086b9150e0a1c7b300a519fa3092
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugHandleValue Interface1
デバッガーにガベージ コレクションのハンドルが作成の参照値を表す ICorDebugReferenceValue のサブクラスです。
@@ -50,14 +38,14 @@ ms.lasthandoff: 12/22/2017
> [!NOTE]
> このインターフェイスは、コンピューター間またはプロセス間でのリモート呼び出しをサポートしていません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugilframe-getip-method.md b/docs/framework/unmanaged-api/debugging/icordebugilframe-getip-method.md
index dd7de7ac567..e4f697ea3cf 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugilframe-getip-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugilframe-getip-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugILFrame::GetIP メソッド"
-ms.custom:
+title: ICorDebugILFrame::GetIP メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugILFrame.GetIP
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 18217ba1-1776-4297-a3b9-f77e64b0fead
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 79b18c6fe15e28b2cec07ef9dfaa06ee295ab42d
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: bd421d705a96778159cb80ad92d9ac654e88985f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugILFrame::GetIP メソッド
命令ポインターの値および命令ポインターの値の取得方法を説明するビットごとの組み合わせの値を取得します。
@@ -59,11 +47,11 @@ HRESULT GetIP (
このフレームが・ イン タイム (JIT) コンパイルされたフレームの場合は、命令ポインターの値が値が概数のみであるために、実際のネイティブ命令ポインターから逆方向にマップすることによって決定されます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
diff --git a/docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-evalexception-method.md b/docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-evalexception-method.md
index 31506c4e156..3c3274c0dd2 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-evalexception-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-evalexception-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugManagedCallback::EvalException メソッド"
-ms.custom:
+title: ICorDebugManagedCallback::EvalException メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugManagedCallback.EvalException
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: d6036345-18a3-45c1-a302-b1c6f2dced9b
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 3aa26c9458796dd20af0e22dd4a9961225b59bfc
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 4414bab535b63f55a580e93cc6de9cb0dedc073c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugManagedCallback::EvalException メソッド
評価版がハンドルされない例外で終了したことをデバッガーに通知します。
@@ -58,14 +46,14 @@ HRESULT EvalException (
`pEval`
[in]評価を実行するコードを表す ICorDebugEval オブジェクトへのポインター。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[ICorDebugManagedCallback インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-interface.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-updatemodulesymbols-method.md b/docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-updatemodulesymbols-method.md
index 0d6fa95774b..0dc65977fac 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-updatemodulesymbols-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-updatemodulesymbols-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugManagedCallback::UpdateModuleSymbols メソッド"
-ms.custom:
+title: ICorDebugManagedCallback::UpdateModuleSymbols メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugManagedCallback.UpdateModuleSymbols
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 0863f644-58e8-45a0-b0c3-a28e99b20938
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: ad5a84268f3810a1fb73a21a6bd8106e82ccbd78
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e0a506f05aac3b8335a0863c3152567fe05463a4
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugManagedCallback::UpdateModuleSymbols メソッド
共通言語ランタイム モジュールのシンボルが変更されたことをデバッガーに通知します。
@@ -65,14 +53,14 @@ HRESULT UpdateModuleSymbols (
デバッガーは、バインドされていないソース レベルのブレークポイントをバインドする試してください。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[ICorDebugManagedCallback インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-interface.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugmanagedcallback2-exception-method.md b/docs/framework/unmanaged-api/debugging/icordebugmanagedcallback2-exception-method.md
index 63f76212df9..251d1db8e85 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugmanagedcallback2-exception-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugmanagedcallback2-exception-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugManagedCallback2::Exception メソッド"
-ms.custom:
+title: ICorDebugManagedCallback2::Exception メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugManagedCallback2.Exception
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 78b0f14f-2fae-4e63-8412-4df119ee8468
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 79a8fa4709aeb04164bd1c2da07607435b76fff5
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: faefff879142d66c4c596f1b30a25e349a4014b9
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugManagedCallback2::Exception メソッド
例外ハンドラーの検索が開始されたことをデバッガーに通知します。
@@ -84,15 +72,15 @@ HRESULT Exception (
|DEBUG_EXCEPTION_CATCH_HANDLER_FOUND|Catch ハンドラーを含むフレーム。|Catch ハンドラーの最初の Microsoft intermediate language (MSIL) オフセットします。|
|DEBUG_EXCEPTION_UNHANDLED|NULL|定義されていません。|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorDebugManagedCallback2 インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugmanagedcallback2-interface.md)
[ICorDebugManagedCallback インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugmanagedcallback-interface.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugmemorybuffer-getstartaddress-method.md b/docs/framework/unmanaged-api/debugging/icordebugmemorybuffer-getstartaddress-method.md
index 524e6788d4f..f3a87be82c0 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugmemorybuffer-getstartaddress-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugmemorybuffer-getstartaddress-method.md
@@ -1,24 +1,14 @@
---
-title: "ICorDebugMemoryBuffer::GetStartAddress メソッド"
-ms.custom:
+title: ICorDebugMemoryBuffer::GetStartAddress メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
ms.assetid: f804d9ab-8c88-44f0-b278-5fcca7f87726
-caps.latest.revision: "4"
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 5519b9dd0d85114e08311e1263c2f2e4ab095ae6
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 1aa816ea9e6185791e09bcdb0e47c50761a5ebc6
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugMemoryBuffer::GetStartAddress メソッド
メモリ バッファーの開始アドレスを取得します。
@@ -40,15 +30,15 @@ HRESULT GetStartAddress(
> [!WARNING]
> このメソッドは .NET ネイティブでのみ使用できます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
-## 参照
+## 関連項目
[ICorDebugMemoryBuffer インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugmemorybuffer-interface.md)
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugmetadatalocator-getmetadata-method.md b/docs/framework/unmanaged-api/debugging/icordebugmetadatalocator-getmetadata-method.md
index da790e99299..6afb9b79fc6 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugmetadatalocator-getmetadata-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugmetadatalocator-getmetadata-method.md
@@ -1,14 +1,6 @@
---
title: ICorDebugMetaDataLocator::GetMetaData メソッド
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: reference
api_name:
- ICorDebugMetaDataLocator.GetMetaData
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: f9b0ff22-54db-45eb-9cc3-508000a3141d
topic_type:
- apiref
-caps.latest.revision: 8
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 4883ee56c7dd027f053dd072d7c8613f606ff2be
-ms.sourcegitcommit: b750a8e3979749b214e7e10c82efb0a0524dfcb1
+ms.openlocfilehash: c8c7042f7eee1ccd03d04cc20c5a0db83d986b0b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/10/2018
+ms.lasthandoff: 05/04/2018
---
# ICorDebugMetaDataLocator::GetMetaData メソッド
デバッガーが要求した操作を完了するために必要となるメタデータが含まれているモジュールの完全パスを返すように、デバッガーに求めます。
@@ -87,7 +75,7 @@ HRESULT GetMetaData(
`wszImagePath` にダンプのモジュールの完全パスが格納されている場合は、ダンプが収集されたコンピューターからのパスを示しています。 この場所にはファイルが存在しない、または同じ名前の正しくないファイルがパス上に格納されている可能性があります。
## 要件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
diff --git a/docs/framework/unmanaged-api/debugging/icordebugmodule-enablejitdebugging-method.md b/docs/framework/unmanaged-api/debugging/icordebugmodule-enablejitdebugging-method.md
index a69620bf68f..0ae51ba1d8c 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugmodule-enablejitdebugging-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugmodule-enablejitdebugging-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugModule::EnableJITDebugging メソッド"
-ms.custom:
+title: ICorDebugModule::EnableJITDebugging メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugModule.EnableJITDebugging
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 0a65e2a4-5bb6-496c-ae6f-40474426b5a6
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 7a699f32d8ec4b2418c6af815c22f35470bede3d
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 71722293bfb80a7e57393916560f922d970ea2ab
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugModule::EnableJITDebugging メソッド
・ イン タイム (JIT) コンパイラがこのモジュール内でメソッドのデバッグ情報を保持するかどうかを制御します。
@@ -57,11 +45,11 @@ HRESULT EnableJITDebugging(
## コメント
既定では、デバッガーがアクティブなときに読み込まれるすべてのモジュールの JIT デバッグが有効になっています。 プログラムによって有効化または、設定を無効にすると、グローバル設定を上書きします。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
diff --git a/docs/framework/unmanaged-api/debugging/icordebugmodule-getfunctionfromrva-method.md b/docs/framework/unmanaged-api/debugging/icordebugmodule-getfunctionfromrva-method.md
index 741ee9b7fcf..7514a2da1cf 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugmodule-getfunctionfromrva-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugmodule-getfunctionfromrva-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugModule::GetFunctionFromRVA メソッド"
-ms.custom:
+title: ICorDebugModule::GetFunctionFromRVA メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugModule.GetFunctionFromRVA
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: f5a34517-2422-484f-be89-2ce0b4bce195
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 13f755198c83990e7dd48333ba2f4e9a57f6ae0d
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: db2f30001e050c1f312613c794388ffaa99d3b17
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugModule::GetFunctionFromRVA メソッド
このメソッドは .NET Framework の現在のバージョンで実装されていません。
@@ -47,9 +35,9 @@ HRESULT GetFunctionFromRVA(
);
```
-## 必要条件
+## 要件
**ヘッダー:** CorDebug.idl、CorDebug.h
-## 参照
+## 関連項目
diff --git a/docs/framework/unmanaged-api/debugging/icordebugmoduleenum-interface.md b/docs/framework/unmanaged-api/debugging/icordebugmoduleenum-interface.md
index 93842aee67b..ab3878c8c73 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugmoduleenum-interface.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugmoduleenum-interface.md
@@ -1,14 +1,6 @@
---
title: ICorDebugModuleEnum Interface1
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugModuleEnum
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 2fb93cd6-6d47-4fdc-a9a0-047726fd03a1
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 466eada867dc6c424d4050d732eda67afd100232
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: bd6391c06900d5cafc1bfde23bd12c22ee0c77a2
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugModuleEnum Interface1
ICorDebugEnum メソッドを実装して、ICorDebugModule 配列を列挙します。
@@ -48,14 +36,14 @@ ICorDebugEnum メソッドを実装して、ICorDebugModule 配列を列挙し
> [!NOTE]
> このインターフェイスは、コンピューター間またはプロセス間でのリモート呼び出しをサポートしていません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugprocess-getobject-method.md b/docs/framework/unmanaged-api/debugging/icordebugprocess-getobject-method.md
index 87091438a15..70b59602ead 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugprocess-getobject-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugprocess-getobject-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugProcess::GetObject メソッド"
-ms.custom:
+title: ICorDebugProcess::GetObject メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugProcess.GetObject
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: df51f2bb-6d15-44a9-a48c-22db700a5766
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: fa716c3b1207ed20113b33817471ca20170107da
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 84b6edf122aa3d6d942e06c9f5c7dd13b0bfa19e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugProcess::GetObject メソッド
このメソッドは実装されていません。
diff --git a/docs/framework/unmanaged-api/debugging/icordebugprocess2-setunmanagedbreakpoint-method.md b/docs/framework/unmanaged-api/debugging/icordebugprocess2-setunmanagedbreakpoint-method.md
index 29b31da7389..782ae934045 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugprocess2-setunmanagedbreakpoint-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugprocess2-setunmanagedbreakpoint-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugProcess2::SetUnmanagedBreakpoint メソッド"
-ms.custom:
+title: ICorDebugProcess2::SetUnmanagedBreakpoint メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugProcess2.SetUnmanagedBreakpoint
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 93829d15-d942-4e2d-b7a4-dfc9d7fb96be
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 825917d48aaab5d9d5ce482fa600ca02efa158ce
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: d4326c6d8a3ee780cf63652badc8c527f55a075c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugProcess2::SetUnmanagedBreakpoint メソッド
ネイティブ イメージを指定したオフセット位置には、アンマネージのブレークポイントを設定します。
@@ -66,11 +54,11 @@ HRESULT SetUnmanagedBreakpoint (
## コメント
ネイティブ イメージのオフセットが共通言語ランタイム (CLR) 内にある場合は、ブレークポイントは無視されます。 これにより、CLR がデバッガーでブレークポイントが設定されている場合、帯域外のブレークポイントのディスパッチを回避できます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
diff --git a/docs/framework/unmanaged-api/debugging/icordebugprocess5-enumerateheap-method.md b/docs/framework/unmanaged-api/debugging/icordebugprocess5-enumerateheap-method.md
index 54ea0b47892..30dc22856fe 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugprocess5-enumerateheap-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugprocess5-enumerateheap-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugProcess5::EnumerateHeap メソッド"
-ms.custom:
+title: ICorDebugProcess5::EnumerateHeap メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugProcess5.EnumerateHeap
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: b0192104-6073-4089-a4df-dc29ee033074
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 2fabe3d70b493427f3845b5752946b00097c1e78
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 412ade32daaed4802215c628ab94b535fc542b93
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugProcess5::EnumerateHeap メソッド
マネージ ヒープのオブジェクトの列挙子を取得します。
@@ -55,15 +43,15 @@ HRESULT EnumerateHeap(
[ICorDebugHeapEnum](../../../../docs/framework/unmanaged-api/debugging/icordebugheapenum-interface.md)インターフェイス オブジェクトは、標準的な列挙子を列挙することができます ICorDebugEnum インターフェイスから派生した[COR_HEAPOBJECT](../../../../docs/framework/unmanaged-api/debugging/cor-heapobject-structure.md)オブジェクト。 このメソッドは追加、 [ICorDebugHeapEnum](../../../../docs/framework/unmanaged-api/debugging/icordebugheapenum-interface.md)のコレクション オブジェクト[COR_HEAPOBJECT](../../../../docs/framework/unmanaged-api/debugging/cor-heapobject-structure.md)すべてのオブジェクトに関する情報を提供するインスタンス。 コレクションを含めることがありますも[COR_HEAPOBJECT](../../../../docs/framework/unmanaged-api/debugging/cor-heapobject-structure.md)でルートがないオブジェクトに関する情報を提供するインスタンスは、オブジェクトが、ガベージ コレクターによって収集されていません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v45plus](../../../../includes/net-current-v45plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v45plus](../../../../includes/net-current-v45plus-md.md)]
-## 参照
+## 関連項目
[ICorDebugProcess5 インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugprocess5-interface.md)
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugprocess6-processstatechanged-method.md b/docs/framework/unmanaged-api/debugging/icordebugprocess6-processstatechanged-method.md
index da31c7c3690..155c5e9c352 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugprocess6-processstatechanged-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugprocess6-processstatechanged-method.md
@@ -1,24 +1,14 @@
---
-title: "ICorDebugProcess6::ProcessStateChanged メソッド"
-ms.custom:
+title: ICorDebugProcess6::ProcessStateChanged メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
ms.assetid: fb6d30d9-54f3-462b-8ebf-ce0440791ad5
-caps.latest.revision: "4"
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 9e5aad3e95668525fe607bf4e90b4e05b2b58cad
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: bc5861762242412d7ab6f0c02f2b8f5c149f9453
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugProcess6::ProcessStateChanged メソッド
通知[ICorDebug](../../../../docs/framework/unmanaged-api/debugging/icordebug-interface.md)プロセスを実行しています。
@@ -39,15 +29,15 @@ HRESULT ProcessStateChanged( [in] CorDebugStateChange change);
> [!NOTE]
> このメソッドは .NET ネイティブでのみ使用できます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
-## 参照
+## 関連項目
[ICorDebugProcess6 インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugprocess6-interface.md)
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugstaticfieldsymbol-getsize-method.md b/docs/framework/unmanaged-api/debugging/icordebugstaticfieldsymbol-getsize-method.md
index 48f2882af3e..f6766aea0a6 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugstaticfieldsymbol-getsize-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugstaticfieldsymbol-getsize-method.md
@@ -1,24 +1,14 @@
---
-title: "ICorDebugStaticFieldSymbol::GetSize メソッド"
-ms.custom:
+title: ICorDebugStaticFieldSymbol::GetSize メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
ms.assetid: 72389860-7e37-4656-ba46-b6aeee1860f8
-caps.latest.revision: "4"
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: b67cbe6858e91e089c36047d6ed83743e45e1d1c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: acb72a7d6c39efa5fa93bfddc314d07ec6cd8348
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugStaticFieldSymbol::GetSize メソッド
静的フィールドのサイズ (バイト単位) を取得します。
@@ -40,15 +30,15 @@ HRESULT GetSize(
> [!NOTE]
> このメソッドは .NET ネイティブでのみ使用できます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
-## 参照
+## 関連項目
[ICorDebugStaticFieldSymbol インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugstaticfieldsymbol-interface.md)
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugstepper-deactivate-method.md b/docs/framework/unmanaged-api/debugging/icordebugstepper-deactivate-method.md
index 535ebaec069..2247955362c 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugstepper-deactivate-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugstepper-deactivate-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugStepper::Deactivate メソッド"
-ms.custom:
+title: ICorDebugStepper::Deactivate メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugStepper.Deactivate
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 855f4199-b62d-40ce-998e-1eb4a1772142
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 1541c6fa838115655c3ff176a0cb29f803733daa
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: bcd7bfb52cadf740d8fe3cb92a09b071f530b7ee
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugStepper::Deactivate メソッド
Icordebugstepper にすると、受信した最後のステップ コマンドをキャンセルします。
@@ -47,11 +35,11 @@ HRESULT Deactivate ();
## コメント
最近の受信ステップ コマンドが取り消された後、新しいステップのコマンドを発行できます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
diff --git a/docs/framework/unmanaged-api/debugging/icordebugsymbolprovider-getassemblyimagebytes-method.md b/docs/framework/unmanaged-api/debugging/icordebugsymbolprovider-getassemblyimagebytes-method.md
index 4ec73def0fd..d4247236ba2 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugsymbolprovider-getassemblyimagebytes-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugsymbolprovider-getassemblyimagebytes-method.md
@@ -1,24 +1,14 @@
---
-title: "ICorDebugSymbolProvider::GetAssemblyImageBytes メソッド"
-ms.custom:
+title: ICorDebugSymbolProvider::GetAssemblyImageBytes メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
ms.assetid: 3db215aa-e180-4f70-8d23-6d5a0ffbc8e5
-caps.latest.revision: "4"
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 23c6dc836aefe1dd89431e003058ba2056eba3ff
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7975ca3da16be10285e618752981249602371c43
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugSymbolProvider::GetAssemblyImageBytes メソッド
マージされたアセンブリ内の指定の相対仮想アドレス (RVA: relative virtual address) で、マージされたアセンブリのデータを読み取ります。
@@ -48,15 +38,15 @@ HRESULT GetAssemblyImageBytes(
> [!NOTE]
> このメソッドは .NET ネイティブでのみ使用できます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
-## 参照
+## 関連項目
[ICorDebugSymbolProvider インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugsymbolprovider-interface.md)
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugsymbolprovider-getmethodparametersymbols-method.md b/docs/framework/unmanaged-api/debugging/icordebugsymbolprovider-getmethodparametersymbols-method.md
index d5b6d96bf1e..bd4a562a431 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugsymbolprovider-getmethodparametersymbols-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugsymbolprovider-getmethodparametersymbols-method.md
@@ -1,24 +1,14 @@
---
-title: "ICorDebugSymbolProvider::GetMethodParameterSymbols メソッド"
-ms.custom:
+title: ICorDebugSymbolProvider::GetMethodParameterSymbols メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
ms.assetid: 58b7c0b9-f6ad-4b49-b92d-0e421cfd0ec6
-caps.latest.revision: "4"
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: dd3fc08eec9066f54d90fbe4824ce3f1a1c901dc
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0c128a7dd832376f492573ded49c499232d2bcff
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugSymbolProvider::GetMethodParameterSymbols メソッド
メソッドの指定の相対仮想アドレス (RVA) で、そのメソッドのパラメーター シンボルを取得します。
@@ -52,16 +42,16 @@ HRESULT GetMethodParameterSymbols(
> [!NOTE]
> このメソッドは .NET ネイティブでのみ使用できます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
-## 参照
+## 関連項目
[GetMethodLocalSymbols メソッド](../../../../docs/framework/unmanaged-api/debugging/icordebugsymbolprovider-getmethodlocalsymbols-method.md)
[ICorDebugSymbolProvider インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugsymbolprovider-interface.md)
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugsymbolprovider2-getgenericdictionaryinfo-method.md b/docs/framework/unmanaged-api/debugging/icordebugsymbolprovider2-getgenericdictionaryinfo-method.md
index e5ebcc79e18..20f79dc851f 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugsymbolprovider2-getgenericdictionaryinfo-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugsymbolprovider2-getgenericdictionaryinfo-method.md
@@ -1,24 +1,14 @@
---
-title: "ICorDebugSymbolProvider2::GetGenericDictionaryInfo メソッド"
-ms.custom:
+title: ICorDebugSymbolProvider2::GetGenericDictionaryInfo メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
ms.assetid: ba28fe4e-5491-4670-bff7-7fde572d7593
-caps.latest.revision: "4"
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 63126e4f34ea7ea7dee7dd0b9cae0dc0fea57ed9
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0c69be53a429e2f40741cc1e4c20fef3b7363654
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugSymbolProvider2::GetGenericDictionaryInfo メソッド
汎用のディクショナリ マップを取得します。
@@ -80,15 +70,15 @@ Heap Size = Stream.Length – (Directory Size + 4)
各ヒープ要素の長さを含めることで、ヒープに影響を与えずに、ディレクトリ セクションの単純な並べ替えを実行できるようになります。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
-## 参照
+## 関連項目
[ICorDebugSymbolProvider2 インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugsymbolprovider2-interface.md)
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icordebugthread-getactivechain-method.md b/docs/framework/unmanaged-api/debugging/icordebugthread-getactivechain-method.md
index a36750764b5..c33a486cd41 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugthread-getactivechain-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugthread-getactivechain-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugThread::GetActiveChain メソッド"
-ms.custom:
+title: ICorDebugThread::GetActiveChain メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugThread.GetActiveChain
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: f50de1f7-40ef-4949-b542-1d9a61f7bfef
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 9dda9b793ca56916775ac89ad58effe5653190cb
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 9030319ca12aafcf452e3ecd816fc269f0abfc0e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugThread::GetActiveChain メソッド
ICorDebugThread オブジェクトでアクティブな (最新) スタック チェーンへのインターフェイス ポインターを取得します。
@@ -53,11 +41,11 @@ HRESULT GetActiveChain (
## コメント
`ppChain`パラメーターが現在アクティブなスタック チェーンがない場合は null です。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
diff --git a/docs/framework/unmanaged-api/debugging/icordebugthread2-gettaskid-method.md b/docs/framework/unmanaged-api/debugging/icordebugthread2-gettaskid-method.md
index e901c104f22..482d74b5fec 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugthread2-gettaskid-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugthread2-gettaskid-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugThread2::GetTaskID メソッド"
-ms.custom:
+title: ICorDebugThread2::GetTaskID メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugThread2.GetTaskID
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 6ba3c6ee-4ba1-4c98-bf1e-8531acd3da09
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 1b94478a0dfb8cc4d90dea611620238024634799
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f5690856b526bf0f7bc4527d04ae8044cda1f6e5
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugThread2::GetTaskID メソッド
このスレッドで実行中のタスクの識別子を取得します。
@@ -51,13 +39,13 @@ HRESULT GetTaskID (
[out]この ICorDebugThread2 オブジェクトによって表される、スレッドで実行中のタスクの識別子へのポインター。
## コメント
- タスクは、スレッドが接続に関連付けられている場合のスレッドでは実行のみです。 `GetTaskID`0 が返されます`pTaskId`スレッドは、接続に関連付けられていない場合。
+ タスクは、スレッドが接続に関連付けられている場合のスレッドでは実行のみです。 `GetTaskID` 0 が返されます`pTaskId`スレッドは、接続に関連付けられていない場合。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
diff --git a/docs/framework/unmanaged-api/debugging/icordebugtype-getclass-method.md b/docs/framework/unmanaged-api/debugging/icordebugtype-getclass-method.md
index 0116c9f891a..e4adadd559d 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugtype-getclass-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugtype-getclass-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorDebugType::GetClass メソッド"
-ms.custom:
+title: ICorDebugType::GetClass メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorDebugType.GetClass
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 2644f48b-db3c-429f-ae62-76f1c98a1af5
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 32462159bc00ea766af3e3bc0f9d3d7a35eb2e38
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: ff2258faa8bc766c8c769f4e135f868334516b96
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugType::GetClass メソッド
インスタンス化されていないジェネリック型を表す ICorDebugClass へのインターフェイス ポインターを取得します。
@@ -51,13 +39,13 @@ HRESULT GetClass (
[out]アドレスへのポインター、`ICorDebugClass`をインスタンス化されていないジェネリック型を表すインターフェイス。
## コメント
- `GetClass`特定の条件下でのみ呼び出すことができます。 呼び出す[icordebugtype::gettype](../../../../docs/framework/unmanaged-api/debugging/icordebugtype-gettype-method.md)呼び出す前に`GetClass`です。 場合`ICorDebugType::GetType`ELEMENT_TYPE_CLASS または ELEMENT_TYPE_VALUETYPE、CorElementType 値を返します`GetClass`を呼び出すと、ジェネリック型のインスタンス化されていない型を取得します。
+ `GetClass` 特定の条件下でのみ呼び出すことができます。 呼び出す[icordebugtype::gettype](../../../../docs/framework/unmanaged-api/debugging/icordebugtype-gettype-method.md)呼び出す前に`GetClass`です。 場合`ICorDebugType::GetType`ELEMENT_TYPE_CLASS または ELEMENT_TYPE_VALUETYPE、CorElementType 値を返します`GetClass`を呼び出すと、ジェネリック型のインスタンス化されていない型を取得します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
diff --git a/docs/framework/unmanaged-api/debugging/icordebugvirtualunwinder-getcontext-method.md b/docs/framework/unmanaged-api/debugging/icordebugvirtualunwinder-getcontext-method.md
index 52568471d88..8b9919273ca 100644
--- a/docs/framework/unmanaged-api/debugging/icordebugvirtualunwinder-getcontext-method.md
+++ b/docs/framework/unmanaged-api/debugging/icordebugvirtualunwinder-getcontext-method.md
@@ -1,26 +1,14 @@
---
title: ICorDebugVirtualUnwinder::GetContext メソッド
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: reference
ms.assetid: fe502a76-3068-47e5-a0a0-85ccb72dfac3
-caps.latest.revision: ''
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 9d034016c7470cbf134cb142db9f98d82d0c59d4
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 96410466f17bf6b4e8fff235d434f470cabd9249
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorDebugVirtualUnwinder::GetContext メソッド
このアンワインダーの現在のコンテキストを取得します。
@@ -60,15 +48,15 @@ HRESULT GetContext(
アンワインドではレジスタのサブセット (例: 不揮発性レジスタのみ) だけが復元されるため、コンテキストが、実際のメソッド呼び出し時点でのレジスタの状態と正確には一致しないことがあります。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorDebug.idl、CorDebug.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_46_native](../../../../includes/net-46-native-md.md)]
-## 参照
+## 関連項目
[ICorDebugMemoryBuffer インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icordebugmemorybuffer-interface.md)
[デバッグ インターフェイス](../../../../docs/framework/unmanaged-api/debugging/debugging-interfaces.md)
diff --git a/docs/framework/unmanaged-api/debugging/icorpublishenum-reset-method.md b/docs/framework/unmanaged-api/debugging/icorpublishenum-reset-method.md
index 3ab6a3ad91b..a59a87e9f53 100644
--- a/docs/framework/unmanaged-api/debugging/icorpublishenum-reset-method.md
+++ b/docs/framework/unmanaged-api/debugging/icorpublishenum-reset-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorPublishEnum::Reset メソッド"
-ms.custom:
+title: ICorPublishEnum::Reset メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorPublishEnum.Reset
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 8a4d9c86-b5ef-460a-9731-1d8c91b93a0b
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 24c2dc89d41556d58f574f279616558e5f361793
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: fb0e70bffe5bf895fedbfde559674e161757ee48
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorPublishEnum::Reset メソッド
列挙体の先頭へのカーソルを移動します。
@@ -45,16 +33,16 @@ HRESULT Reset ();
```
#### パラメーター
- `Reset`パラメーターはありません。
+ `Reset` パラメーターはありません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorPub.idl、CorPub.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[ICorPublishEnum インターフェイス](../../../../docs/framework/unmanaged-api/debugging/icorpublishenum-interface.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/inotifyconnection2-interface.md b/docs/framework/unmanaged-api/diagnostics/inotifyconnection2-interface.md
index ab2c6199d39..2a5ebf8a2da 100644
--- a/docs/framework/unmanaged-api/diagnostics/inotifyconnection2-interface.md
+++ b/docs/framework/unmanaged-api/diagnostics/inotifyconnection2-interface.md
@@ -1,14 +1,6 @@
---
-title: "INotifyConnection2 インターフェイス"
-ms.custom:
+title: INotifyConnection2 インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- INotifyConnection2
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 9868cfb3-dd51-4812-bca9-171d7829afe9
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 272a747883c07c0d31a6cda62bec39f182b5e46c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: d0f67b1be58da82c2096c355ba5334b3bfd73611
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# INotifyConnection2 インターフェイス
登録および接続通知ソースの登録を解除するためのメソッドを宣言します。
@@ -44,10 +32,10 @@ ms.lasthandoff: 12/22/2017
|[RegisterNotifySource メソッド](../../../../docs/framework/unmanaged-api/diagnostics/inotifyconnection2-registernotifysource-method.md)|指定された通知のソース オブジェクトをインストールします。|
|[UnregisterNotifySource メソッド](../../../../docs/framework/unmanaged-api/diagnostics/inotifyconnection2-unregisternotifysource-method.md)|接続から、指定された通知のソース オブジェクトを削除します。|
-## 必要条件
+## 要件
**ヘッダー:** ProtocolNotify2.idl
-## 参照
+## 関連項目
[INotifySink2 インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/inotifysink2-interface.md)
[INotifySource2 インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/inotifysource2-interface.md)
[シンボル ストア診断インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/diagnostics-symbol-store-interfaces.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/isymunmanagedconstant-getname-method.md b/docs/framework/unmanaged-api/diagnostics/isymunmanagedconstant-getname-method.md
index 789d6180cf8..52b4aaa5348 100644
--- a/docs/framework/unmanaged-api/diagnostics/isymunmanagedconstant-getname-method.md
+++ b/docs/framework/unmanaged-api/diagnostics/isymunmanagedconstant-getname-method.md
@@ -1,14 +1,6 @@
---
-title: "ISymUnmanagedConstant::GetName メソッド"
-ms.custom:
+title: ISymUnmanagedConstant::GetName メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ISymUnmanagedConstant.GetName
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: cbaca4e1-4473-459b-ba34-f1f59ce7c0ba
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: d312329a2e59376c94937cf3d9bc08a8e6e0e862
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 3ae532b20ec3486fe56e2dff340a5ad89941a8df
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ISymUnmanagedConstant::GetName メソッド
定数の名前を取得します。
@@ -61,10 +49,10 @@ HRESULT GetName(
## 戻り値
メソッドが成功した場合は S_OK、それ以外の場合、E_FAIL またはその他のエラー コード。
-## 必要条件
+## 要件
**ヘッダー:** CorSym.idl、CorSym.h
-## 参照
+## 関連項目
[ISymUnmanagedConstant インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedconstant-interface.md)
[GetSignature メソッド](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedconstant-getsignature-method.md)
[GetValue メソッド](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedconstant-getvalue-method.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/isymunmanageddispose-destroy-method.md b/docs/framework/unmanaged-api/diagnostics/isymunmanageddispose-destroy-method.md
index 7f08b88e313..59dbebee0a1 100644
--- a/docs/framework/unmanaged-api/diagnostics/isymunmanageddispose-destroy-method.md
+++ b/docs/framework/unmanaged-api/diagnostics/isymunmanageddispose-destroy-method.md
@@ -1,14 +1,6 @@
---
-title: "ISymUnmanagedDispose::Destroy メソッド"
-ms.custom:
+title: ISymUnmanagedDispose::Destroy メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ISymUnmanagedDispose.Destroy
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: a854ab9f-d2ba-470e-867f-808c1e7bd07a
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 8d418bbb476fea306bf9ad92ce2b30d558627009
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 6d4b5f94bdbb7319cef14c8b86f8ea995df7ff21
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ISymUnmanagedDispose::Destroy メソッド
により、基になるオブジェクトをすべての内部参照を解放し、後続のメソッド呼び出しでエラーを返します。
@@ -47,8 +35,8 @@ HRESULT Destroy();
## 戻り値
メソッドが成功した場合は S_OK、それ以外の場合、E_FAIL またはその他のエラー コード。
-## 必要条件
+## 要件
**ヘッダー:** CorSym.idl、CorSym.h
-## 参照
+## 関連項目
[ISymUnmanagedDispose インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanageddispose-interface.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/isymunmanageddocument-getlanguage-method.md b/docs/framework/unmanaged-api/diagnostics/isymunmanageddocument-getlanguage-method.md
index 770f7c05bf1..0e688c3a8e3 100644
--- a/docs/framework/unmanaged-api/diagnostics/isymunmanageddocument-getlanguage-method.md
+++ b/docs/framework/unmanaged-api/diagnostics/isymunmanageddocument-getlanguage-method.md
@@ -1,14 +1,6 @@
---
-title: "ISymUnmanagedDocument::GetLanguage メソッド"
-ms.custom:
+title: ISymUnmanagedDocument::GetLanguage メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ISymUnmanagedDocument.GetLanguage
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: c6639418-e9f2-4a99-8ce2-ec9876e0bc79
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 31fdd2caaf877372fa28693cdc5b09ddf601427c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 98c981a10a07d035300349cc8687b3201ed70927
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ISymUnmanagedDocument::GetLanguage メソッド
このドキュメントの言語識別子を取得します。
@@ -52,5 +40,5 @@ HRESULT GetLanguage(
## 戻り値
メソッドが成功した場合は S_OK です。
-## 参照
+## 関連項目
[ISymUnmanagedDocument インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanageddocument-interface.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/isymunmanagedmethod-getsequencepointcount-method.md b/docs/framework/unmanaged-api/diagnostics/isymunmanagedmethod-getsequencepointcount-method.md
index 6f515ebe1d1..a80fe09ed5c 100644
--- a/docs/framework/unmanaged-api/diagnostics/isymunmanagedmethod-getsequencepointcount-method.md
+++ b/docs/framework/unmanaged-api/diagnostics/isymunmanagedmethod-getsequencepointcount-method.md
@@ -1,14 +1,6 @@
---
-title: "ISymUnmanagedMethod::GetSequencePointCount メソッド"
-ms.custom:
+title: ISymUnmanagedMethod::GetSequencePointCount メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ISymUnmanagedMethod.GetSequencePointCount
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 836133e8-6108-4b9b-b0a9-bce4e08dccda
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: cf09a754c168a740942b60416b2c9589b12e7700
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: c1a9ef59cfe63ba745e6f5eba3ba2c3f3f983886
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ISymUnmanagedMethod::GetSequencePointCount メソッド
このメソッド内のシーケンス ポイントの数を取得します。
@@ -52,8 +40,8 @@ HRESULT GetSequencePointCount(
## 戻り値
メソッドが成功した場合は S_OK、それ以外の場合、E_FAIL またはその他のエラー コード。
-## 必要条件
+## 要件
**ヘッダー:** CorSym.idl、CorSym.h
-## 参照
+## 関連項目
[ISymUnmanagedMethod インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedmethod-interface.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/isymunmanagednamespace-getnamespaces-method.md b/docs/framework/unmanaged-api/diagnostics/isymunmanagednamespace-getnamespaces-method.md
index a05b26bf04d..eb9661533b7 100644
--- a/docs/framework/unmanaged-api/diagnostics/isymunmanagednamespace-getnamespaces-method.md
+++ b/docs/framework/unmanaged-api/diagnostics/isymunmanagednamespace-getnamespaces-method.md
@@ -1,14 +1,6 @@
---
-title: "ISymUnmanagedNamespace::GetNamespaces メソッド"
-ms.custom:
+title: ISymUnmanagedNamespace::GetNamespaces メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ISymUnmanagedNamespace.GetNamespaces
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 0ea9d9af-8709-4a46-872b-f54d9e840088
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 69ee0f6385abf78a368d488d0190796516c4f3d7
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 039dab1b4ca86cb26de739e74b152f108f074c43
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ISymUnmanagedNamespace::GetNamespaces メソッド
この名前空間の子を取得します。
@@ -61,8 +49,8 @@ HRESULT GetNamespaces(
## 戻り値
メソッドが成功した場合は S_OK、それ以外の場合、E_FAIL またはその他のエラー コード。
-## 必要条件
+## 要件
**ヘッダー:** CorSym.idl、CorSym.h
-## 参照
+## 関連項目
[ISymUnmanagedNamespace インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagednamespace-interface.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/isymunmanagedreader-getmethod-method.md b/docs/framework/unmanaged-api/diagnostics/isymunmanagedreader-getmethod-method.md
index a5798b6c163..894b8da3329 100644
--- a/docs/framework/unmanaged-api/diagnostics/isymunmanagedreader-getmethod-method.md
+++ b/docs/framework/unmanaged-api/diagnostics/isymunmanagedreader-getmethod-method.md
@@ -1,14 +1,6 @@
---
-title: "ISymUnmanagedReader::GetMethod メソッド"
-ms.custom:
+title: ISymUnmanagedReader::GetMethod メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ISymUnmanagedReader.GetMethod
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: ae6cfb29-bc2c-4606-af86-1d32ebd31020
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 7af3f56bc258ba48abba5cba4230de3ca6904ec0
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e9f1056d8d5ec4486e748d3b079507943a8a72ef
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ISymUnmanagedReader::GetMethod メソッド
メソッドのトークンを指定、シンボル リーダー メソッドを取得します。
@@ -56,8 +44,8 @@ HRESULT GetMethod (
## 戻り値
メソッドが成功した場合は S_OK、それ以外の場合、E_FAIL またはその他のエラー コード。
-## 必要条件
+## 要件
**ヘッダー:** CorSym.idl、CorSym.h
-## 参照
+## 関連項目
[ISymUnmanagedReader インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedreader-interface.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/isymunmanagedreadersymbolsearchinfo-getsymbolsearchinfocount-method.md b/docs/framework/unmanaged-api/diagnostics/isymunmanagedreadersymbolsearchinfo-getsymbolsearchinfocount-method.md
index 7742e1e192d..2ce995c28a7 100644
--- a/docs/framework/unmanaged-api/diagnostics/isymunmanagedreadersymbolsearchinfo-getsymbolsearchinfocount-method.md
+++ b/docs/framework/unmanaged-api/diagnostics/isymunmanagedreadersymbolsearchinfo-getsymbolsearchinfocount-method.md
@@ -1,14 +1,6 @@
---
-title: "ISymUnmanagedReaderSymbolSearchInfo::GetSymbolSearchInfoCount メソッド"
-ms.custom:
+title: ISymUnmanagedReaderSymbolSearchInfo::GetSymbolSearchInfoCount メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ISymUnmanagedReaderSymbolSearchInfo.GetSymbolSearchInfoCount
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 4068b6ec-525f-4446-8818-0296178cbd19
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: c87ef1b3ce185c2a92813f231abe6a9ef14ac055
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 103444e0b4b17b6384473eac714fba025cee9a55
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ISymUnmanagedReaderSymbolSearchInfo::GetSymbolSearchInfoCount メソッド
シンボル検索情報の数を取得します。
@@ -52,8 +40,8 @@ HRESULT GetSymbolSearchInfoCount(
## 戻り値
メソッドが成功した場合は S_OK、それ以外の場合、E_FAIL またはその他のエラー コード。
-## 必要条件
+## 要件
**ヘッダー:** CorSym.idl、CorSym.h
-## 参照
+## 関連項目
[ISymUnmanagedReaderSymbolSearchInfo インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedreadersymbolsearchinfo-interface.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-getaddressfield1-method.md b/docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-getaddressfield1-method.md
index bb13a958240..b0829121c49 100644
--- a/docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-getaddressfield1-method.md
+++ b/docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-getaddressfield1-method.md
@@ -1,14 +1,6 @@
---
-title: "ISymUnmanagedVariable::GetAddressField1 メソッド"
-ms.custom:
+title: ISymUnmanagedVariable::GetAddressField1 メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ISymUnmanagedVariable.GetAddressField1
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 25788ed1-0ce3-4b97-96fc-88f8997812a3
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 8085deb0cdb0b16eddfa39663277ceecdde10341
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f9e0e234a8f77ef35ad93302fe8fc676cf9dbaeb
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ISymUnmanagedVariable::GetAddressField1 メソッド
この変数の最初のアドレス フィールドを取得します。 その意味は、アドレスの種類によって異なります。
@@ -52,10 +40,10 @@ HRESULT GetAddressField1(
## 戻り値
メソッドが成功した場合は S_OK、それ以外の場合、E_FAIL またはその他のエラー コード。
-## 必要条件
+## 要件
**ヘッダー:** CorSym.idl、CorSym.h
-## 参照
+## 関連項目
[ISymUnmanagedVariable インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-interface.md)
[GetAddressField2 メソッド](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-getaddressfield2-method.md)
[GetAddressField3 メソッド](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-getaddressfield3-method.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-getendoffset-method.md b/docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-getendoffset-method.md
index 81050bfb4c7..d5c81193372 100644
--- a/docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-getendoffset-method.md
+++ b/docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-getendoffset-method.md
@@ -1,14 +1,6 @@
---
-title: "ISymUnmanagedVariable::GetEndOffset メソッド"
-ms.custom:
+title: ISymUnmanagedVariable::GetEndOffset メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ISymUnmanagedVariable.GetEndOffset
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: e5d777c5-d450-4c0f-999c-b3953ee22cfb
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: f91c2b0f4ecb4cc901a0389d15f4d69e926cf8f6
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e0f11614c6fa15034ef5fa3d68e41a936a9ff764
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ISymUnmanagedVariable::GetEndOffset メソッド
この変数内では、親の終了オフセットを取得します。 場合、ローカル変数のスコープ内では、終了オフセットはスコープに対して定義されたオフセット内で分類されます。
@@ -52,9 +40,9 @@ HRESULT GetEndOffset(
## 戻り値
メソッドが成功した場合は S_OK、それ以外の場合、E_FAIL またはその他のエラー コード。
-## 必要条件
+## 要件
**ヘッダー:** CorSym.idl、CorSym.h
-## 参照
+## 関連項目
[ISymUnmanagedVariable インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-interface.md)
[GetStartOffSet メソッド](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedvariable-getstartoffset-method.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-defineparameter-method.md b/docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-defineparameter-method.md
index 82cb581329e..75daddc6590 100644
--- a/docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-defineparameter-method.md
+++ b/docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-defineparameter-method.md
@@ -1,14 +1,6 @@
---
-title: "ISymUnmanagedWriter::DefineParameter メソッド"
-ms.custom:
+title: ISymUnmanagedWriter::DefineParameter メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ISymUnmanagedWriter.DefineParameter
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: a8e3dd32-6a44-4371-9a74-f417b11998c8
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 7fe62a8f6b48d1a9931cc0310811d7fc42f7029b
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: b6b01abc16334dbe091e7586efcce1c3e390a64e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ISymUnmanagedWriter::DefineParameter メソッド
現在のメソッドの 1 つのパラメーターを定義します。 パラメーターの型は、メソッドのシグネチャ内のパラメーターの位置 (シーケンス) から取得されます。
@@ -78,8 +66,8 @@ HRESULT DefineParameter(
## 戻り値
メソッドが成功した場合は S_OK、それ以外の場合、E_FAIL またはその他のエラー コード。
-## 必要条件
+## 要件
**ヘッダー:** CorSym.idl、CorSym.h
-## 参照
+## 関連項目
[ISymUnmanagedWriter インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-interface.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-openscope-method.md b/docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-openscope-method.md
index e781c7b0baa..7991427dbc2 100644
--- a/docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-openscope-method.md
+++ b/docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-openscope-method.md
@@ -1,14 +1,6 @@
---
-title: "ISymUnmanagedWriter::OpenScope メソッド"
-ms.custom:
+title: ISymUnmanagedWriter::OpenScope メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ISymUnmanagedWriter.OpenScope
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: dbea0644-3873-4329-90b8-624163e87467
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 99919a1d932bca1bb8677fd71c447c7098c7d44c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 6aad2df19ec5563d8d48b0c286ab888a727c21ac
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ISymUnmanagedWriter::OpenScope メソッド
現在のメソッドの構文の新しいスコープを開きます。 スコープは、新しい現在のスコープをなり、スコープのスタックにプッシュされます。 スコープは、階層を形成する必要があります。 兄弟は、重複は許可されません。
@@ -57,10 +45,10 @@ HRESULT OpenScope(
メソッドが成功した場合は S_OK、それ以外の場合、E_FAIL またはその他のエラー コード。
## コメント
- `ISymUnmanagedWriter::OpenScope`使用できる非透過スコープ識別子を返します[isymunmanagedwriter::setscoperange](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-setscoperange-method.md)スコープを定義の開始位置と終了は後でオフセットします。 この場合に渡したオフセット`ISymUnmanagedWriter::OpenScope`と[isymunmanagedwriter::closescope](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-closescope-method.md)は無視されます。 スコープ識別子は、現在のメソッドでのみ有効です。
+ `ISymUnmanagedWriter::OpenScope` 使用できる非透過スコープ識別子を返します[isymunmanagedwriter::setscoperange](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-setscoperange-method.md)スコープを定義の開始位置と終了は後でオフセットします。 この場合に渡したオフセット`ISymUnmanagedWriter::OpenScope`と[isymunmanagedwriter::closescope](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-closescope-method.md)は無視されます。 スコープ識別子は、現在のメソッドでのみ有効です。
-## 必要条件
+## 要件
**ヘッダー:** CorSym.idl、CorSym.h
-## 参照
+## 関連項目
[ISymUnmanagedWriter インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter-interface.md)
diff --git a/docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter3-commit-method.md b/docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter3-commit-method.md
index 578ef6972e5..72e5f858d00 100644
--- a/docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter3-commit-method.md
+++ b/docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter3-commit-method.md
@@ -1,14 +1,6 @@
---
-title: "ISymUnmanagedWriter3::Commit メソッド"
-ms.custom:
+title: ISymUnmanagedWriter3::Commit メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ISymUnmanagedWriter3.Commit
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: f6961922-46ec-4d2c-8369-85f880731f37
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 10c36f1972e3c55b22a472c81ec8499fcfde3405
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 9e4e2cd49bdffd0a1293a5601cb44e4804e2b1ed
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ISymUnmanagedWriter3::Commit メソッド
ストリームにこれまでに書き込まれた変更をコミットします。
@@ -47,8 +35,8 @@ HRESULT Commit();
## 戻り値
メソッドが成功した場合は S_OK、それ以外の場合、E_FAIL またはその他のエラー コード。
-## 必要条件
+## 要件
**ヘッダー:** CorSym.idl、CorSym.h
-## 参照
+## 関連項目
[ISymUnmanagedWriter3 インターフェイス](../../../../docs/framework/unmanaged-api/diagnostics/isymunmanagedwriter3-interface.md)
diff --git a/docs/framework/unmanaged-api/fusion/asm-display-flags-enumeration.md b/docs/framework/unmanaged-api/fusion/asm-display-flags-enumeration.md
index 20f24786b25..6d511a2bae5 100644
--- a/docs/framework/unmanaged-api/fusion/asm-display-flags-enumeration.md
+++ b/docs/framework/unmanaged-api/fusion/asm-display-flags-enumeration.md
@@ -1,14 +1,6 @@
---
-title: "ASM_DISPLAY_FLAGS 列挙型"
-ms.custom:
+title: ASM_DISPLAY_FLAGS 列挙型
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ASM_DISPLAY_FLAGS
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: dbade6c9-9d26-4a79-9fd2-46108edd12d7
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 3e9a81748a8e7be6884d31b45848767b6b4d49ac
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 9607aa99e1f1dbe0af3a868a32c70cd83d5e66a5
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ASM_DISPLAY_FLAGS 列挙型
バージョン、ビルド、カルチャ、署名、およびでの表示名が取得されますアセンブリを示す、 [iassemblyname::getdisplayname](../../../../docs/framework/unmanaged-api/fusion/iassemblyname-getdisplayname-method.md)メソッドです。
@@ -63,17 +51,17 @@ typedef enum {
```
## コメント
- `ASM_DISPLAYF_FULL`バージョンに加えられた変更を反映して、 [IAssemblyName](../../../../docs/framework/unmanaged-api/fusion/iassemblyname-interface.md)オブジェクト。 返される値が変更可能であるとは限りません。
+ `ASM_DISPLAYF_FULL` バージョンに加えられた変更を反映して、 [IAssemblyName](../../../../docs/framework/unmanaged-api/fusion/iassemblyname-interface.md)オブジェクト。 返される値が変更可能であるとは限りません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Fusion.h
**ライブラリ:** MsCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[IAssemblyName インターフェイス](../../../../docs/framework/unmanaged-api/fusion/iassemblyname-interface.md)
[Fusion 列挙型](../../../../docs/framework/unmanaged-api/fusion/fusion-enumerations.md)
diff --git a/docs/framework/unmanaged-api/fusion/cleardownloadcache-function.md b/docs/framework/unmanaged-api/fusion/cleardownloadcache-function.md
index 3ba86f98c07..ab41a6dc99c 100644
--- a/docs/framework/unmanaged-api/fusion/cleardownloadcache-function.md
+++ b/docs/framework/unmanaged-api/fusion/cleardownloadcache-function.md
@@ -1,14 +1,6 @@
---
-title: "ClearDownloadCache 関数"
-ms.custom:
+title: ClearDownloadCache 関数
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ClearDownloadCache
api_location:
@@ -24,17 +16,13 @@ helpviewer_keywords:
ms.assetid: df7595d1-430f-44b4-8160-4c2ba9df70b1
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: ffd3eb58a471e5685b34aaae634f6d200375b0eb
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7bb624c0ad3d74fa86c19233cbac303ffffc122c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ClearDownloadCache 関数
ダウンロードされたアセンブリのグローバル アセンブリ キャッシュをクリアします。
@@ -45,15 +33,15 @@ ms.lasthandoff: 12/22/2017
HRESULT ClearDownloadCache ();
```
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Fusion.h
**ライブラリ:** Fusion.dll と Mscorwks.dll です。 Mscorwks.dll の代わりに Fusion.dll を使用して、正しいバージョンの .NET Framework を対象にすることを確認してください。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[Fusion グローバル静的関数](../../../../docs/framework/unmanaged-api/fusion/fusion-global-static-functions.md)
[グローバル アセンブリ キャッシュ](../../../../docs/framework/app-domains/gac.md)
diff --git a/docs/framework/unmanaged-api/fusion/getassemblyidentityfromfile-function.md b/docs/framework/unmanaged-api/fusion/getassemblyidentityfromfile-function.md
index 3d144f16353..3b3dff40154 100644
--- a/docs/framework/unmanaged-api/fusion/getassemblyidentityfromfile-function.md
+++ b/docs/framework/unmanaged-api/fusion/getassemblyidentityfromfile-function.md
@@ -1,14 +1,6 @@
---
-title: "GetAssemblyIdentityFromFile 関数"
-ms.custom:
+title: GetAssemblyIdentityFromFile 関数
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- GetAssemblyIdentityFromFile
api_location:
@@ -24,17 +16,13 @@ helpviewer_keywords:
ms.assetid: 2c32da53-76c7-4048-84d0-d05207333004
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 56d7fb4ee74e40ecd29ee276665ff43ab9fd56be
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 5ea151417a1cb53104ec29fff1e76e21f82ec9bb
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# GetAssemblyIdentityFromFile 関数
ポインターを取得、`IUnknown`指定したオブジェクト`IID`のアセンブリにある指定したファイル パス。
@@ -59,13 +47,13 @@ HRESULT GetAssemblyIdentityFromFile (
`ppIdentity`
[out]返されたインターフェイス ポインター。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Fusion.h
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
< `IUnknown`>
[Fusion グローバル静的関数](../../../../docs/framework/unmanaged-api/fusion/fusion-global-static-functions.md)
diff --git a/docs/framework/unmanaged-api/fusion/getidentityauthority-function.md b/docs/framework/unmanaged-api/fusion/getidentityauthority-function.md
index 533817a149d..54a11406056 100644
--- a/docs/framework/unmanaged-api/fusion/getidentityauthority-function.md
+++ b/docs/framework/unmanaged-api/fusion/getidentityauthority-function.md
@@ -1,14 +1,6 @@
---
-title: "GetIdentityAuthority 関数"
-ms.custom:
+title: GetIdentityAuthority 関数
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- GetIdentityAuthority
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 843cd5ab-d2b7-4ff6-86bd-e68c7a91c098
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 5fab6fa7c8e58dcd2fdece05572242230847f62f
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: eae17c2dbccb4296d7542c60a30b341f1ad67f88
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# GetIdentityAuthority 関数
ポインターを取得、 [IIdentityAuthority](../../../../docs/framework/unmanaged-api/fusion/iidentityauthority-interface.md)コード オブジェクトのキーを管理するインスタンス。
@@ -50,13 +38,13 @@ HRESULT GetIdentityAuthority (
`ppIIdentityAuthority`
[out]返された`IIdentityAuthority`ポインター。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Isolation.h
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[IIdentityAuthority インターフェイス](../../../../docs/framework/unmanaged-api/fusion/iidentityauthority-interface.md)
[Fusion グローバル静的関数](../../../../docs/framework/unmanaged-api/fusion/fusion-global-static-functions.md)
diff --git a/docs/framework/unmanaged-api/fusion/iappidauthority-interface.md b/docs/framework/unmanaged-api/fusion/iappidauthority-interface.md
index 58d2afdd373..1f486f14711 100644
--- a/docs/framework/unmanaged-api/fusion/iappidauthority-interface.md
+++ b/docs/framework/unmanaged-api/fusion/iappidauthority-interface.md
@@ -1,14 +1,6 @@
---
-title: "IAppIdAuthority インターフェイス"
-ms.custom:
+title: IAppIdAuthority インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IAppIdAuthority
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: ec354fa1-1efd-41b0-bc43-b90597b6e253
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: c51aac28864cba5f538f7829ba4112b141c9a3c8
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 819afec2c448e5f396ab54e2dde00c01da310b12
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IAppIdAuthority インターフェイス
メソッドを生成し、アプリケーションの id と参照キーの比較を提供します。
@@ -58,12 +46,12 @@ ms.lasthandoff: 12/22/2017
|`IAppIdAuthority::TextToDefinition`|インターフェイス ポインターを取得、`IDefinitionAppId`を指定した文字列キーによって参照されるアセンブリを表すインスタンス。|
|`IAppIdAuthority::TextToReference`|インターフェイス ポインターを取得、`IReferenceAppId`を指定した文字列キーによって参照されるアセンブリを表すインスタンス。|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Isolation.h
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[Fusion インターフェイス](../../../../docs/framework/unmanaged-api/fusion/fusion-interfaces.md)
diff --git a/docs/framework/unmanaged-api/fusion/iassemblyenum-getnextassembly-method.md b/docs/framework/unmanaged-api/fusion/iassemblyenum-getnextassembly-method.md
index 4d29329383d..376a86bb741 100644
--- a/docs/framework/unmanaged-api/fusion/iassemblyenum-getnextassembly-method.md
+++ b/docs/framework/unmanaged-api/fusion/iassemblyenum-getnextassembly-method.md
@@ -1,14 +1,6 @@
---
-title: "IAssemblyEnum::GetNextAssembly メソッド"
-ms.custom:
+title: IAssemblyEnum::GetNextAssembly メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IAssemblyEnum.GetNextAssembly
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 5d7a4ca2-5f46-4ef1-a9a2-257884e9dc11
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 2666970e220334e9e8c2470622026442db0c2f95
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 977336f9ff5e65905018f7f93ade74e27625f514
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IAssemblyEnum::GetNextAssembly メソッド
ポインターを取得[IAssemblyName](../../../../docs/framework/unmanaged-api/fusion/iassemblyname-interface.md)これに含まれている[IAssemblyEnum](../../../../docs/framework/unmanaged-api/fusion/iassemblyenum-interface.md)オブジェクト。
@@ -50,21 +38,21 @@ HRESULT GetNextAssembly (
#### パラメーター
`pvReserved`
- [入力] 将来の機能拡張に備えて予約されています。 `pvReserved`null 参照である必要があります。
+ [入力] 将来の機能拡張に備えて予約されています。 `pvReserved` null 参照である必要があります。
`ppName`
[out]返された`IAssemblyName`ポインター。
`dwFlags`
- [入力] 将来の機能拡張に備えて予約されています。 `dwFlags`0 (ゼロ) にする必要があります。
+ [入力] 将来の機能拡張に備えて予約されています。 `dwFlags` 0 (ゼロ) にする必要があります。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Fusion.h
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[IAssemblyName インターフェイス](../../../../docs/framework/unmanaged-api/fusion/iassemblyname-interface.md)
[IAssemblyEnum インターフェイス](../../../../docs/framework/unmanaged-api/fusion/iassemblyenum-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/clr-hosting-interfaces.md b/docs/framework/unmanaged-api/hosting/clr-hosting-interfaces.md
index 8ef5da9b768..b478626e6b4 100644
--- a/docs/framework/unmanaged-api/hosting/clr-hosting-interfaces.md
+++ b/docs/framework/unmanaged-api/hosting/clr-hosting-interfaces.md
@@ -1,28 +1,18 @@
---
-title: "CLR ホスト インターフェイス"
-ms.custom:
+title: CLR ホスト インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
helpviewer_keywords:
- interfaces [.NET Framework hosting], version 2.0
- hosting interfaces [.NET Framework], version 2.0
- .NET Framework 2.0, hosting interfaces
ms.assetid: 703b8381-43db-4a4d-9faa-cca39302d922
-caps.latest.revision: "16"
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: fd954419f46313a239ddf5a309a646e3d2f1b9bf
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 03839a2c6e52f9d2dcdd2e0941ff4fdbeb8a3a17
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# CLR ホスト インターフェイス
このセクションの内容がアンマネージ インターフェイスについて説明しますホストを使用して、共通言語ランタイム (CLR) をアプリケーションに統合します。 情報は、.NET Framework バージョン 2.0 およびそれ以降のバージョンに関連します。 これらのインターフェイスは、ランタイムは、バージョン 1.0 および 1.1 よりも多くの面を制御するホストを有効にし、CLR とホストの実行モデルの間でより緊密に統合を提供します。
@@ -196,7 +186,8 @@ ms.lasthandoff: 12/22/2017
ポータブル実行可能 (PE) イメージを検証し、検証エラーを報告のメソッドを提供します。
## 関連項目
- [サポートされなくなった CLR のホスト インターフェイスおよびコクラス](../../../../docs/framework/unmanaged-api/hosting/deprecated-clr-hosting-interfaces-and-coclasses.md)
+
+ [非推奨の CLR のホスト インターフェイスおよびコクラス](../../../../docs/framework/unmanaged-api/hosting/deprecated-clr-hosting-interfaces-and-coclasses.md)
.NET Framework version 1.0 および 1.1 で提供されるホスト インターフェイスを説明するトピックが含まれています。
[.NET Framework 4 および 4.5 で追加された CLR ホスト インターフェイス](../../../../docs/framework/unmanaged-api/hosting/clr-hosting-interfaces-added-in-the-net-framework-4-and-4-5.md)
diff --git a/docs/framework/unmanaged-api/hosting/createiceefilegen-function.md b/docs/framework/unmanaged-api/hosting/createiceefilegen-function.md
index fc7564c48b4..d70f9c32c1c 100644
--- a/docs/framework/unmanaged-api/hosting/createiceefilegen-function.md
+++ b/docs/framework/unmanaged-api/hosting/createiceefilegen-function.md
@@ -1,14 +1,6 @@
---
-title: "CreateICeeFileGen 関数"
-ms.custom:
+title: CreateICeeFileGen 関数
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- CreateICeeFileGen
api_location:
@@ -24,22 +16,18 @@ helpviewer_keywords:
ms.assetid: e36e1fd8-8456-4359-bdc3-3ec1765f041f
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 4e3f5f2f35e47ea938cde924dc4b15d7f4617500
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: bc98641085591feaaa5c97c7ee04885ef79d39f7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# CreateICeeFileGen 関数
作成、 [ICeeFileGen](../../../../docs/framework/unmanaged-api/hosting/iceefilegen-class.md)オブジェクト。
- この関数は、[!INCLUDE[net_v40_long](../../../../includes/net-v40-long-md.md)] では推奨されていません。
+ この関数は、[!INCLUDE[net_v40_long](../../../../includes/net-v40-long-md.md)] では非推奨とされました。
## 構文
@@ -61,14 +49,15 @@ HRESULT CreateICeeFileGen (
呼び出す、 [DestroyICeeFileGen](../../../../docs/framework/unmanaged-api/hosting/destroyiceefilegen-function.md)を破棄する関数、`ICeeFileGen`オブジェクトが完了します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** ICeeFileGen.h
**ライブラリ:** MSCorPE.dll
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
- [サポートされなくなった CLR ホスト関数](../../../../docs/framework/unmanaged-api/hosting/deprecated-clr-hosting-functions.md)
+## 関連項目
+
+ [非推奨の CLR ホスト関数](../../../../docs/framework/unmanaged-api/hosting/deprecated-clr-hosting-functions.md)
diff --git a/docs/framework/unmanaged-api/hosting/eclrunhandledexception-enumeration.md b/docs/framework/unmanaged-api/hosting/eclrunhandledexception-enumeration.md
index 9587cd4280e..dd5bef7cf06 100644
--- a/docs/framework/unmanaged-api/hosting/eclrunhandledexception-enumeration.md
+++ b/docs/framework/unmanaged-api/hosting/eclrunhandledexception-enumeration.md
@@ -1,14 +1,6 @@
---
-title: "EClrUnhandledException 列挙型"
-ms.custom:
+title: EClrUnhandledException 列挙型
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- EClrUnhandledException
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: d231044e-2b53-4836-93f9-8117ff0e5c3a
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: a8fcc9254499724d94153c445943fdaf78d12a10
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: eeff8aa0336c0c497e306825c6c77f4f8745ca7c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# EClrUnhandledException 列挙型
ユーザー コードで処理されない例外を管理するためのオプションについて説明します。
@@ -56,16 +44,16 @@ typedef enum {
## コメント
CLR が以前のバージョンと同様に動作するを指定する、`eHostDeterminedPolicy`メンバー。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[EClrFailure 列挙型](../../../../docs/framework/unmanaged-api/hosting/eclrfailure-enumeration.md)
[EClrOperation 列挙型](../../../../docs/framework/unmanaged-api/hosting/eclroperation-enumeration.md)
[ICLRPolicyManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrpolicymanager-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/ememorycriticallevel-enumeration.md b/docs/framework/unmanaged-api/hosting/ememorycriticallevel-enumeration.md
index 3f1689ad133..b74dde624e2 100644
--- a/docs/framework/unmanaged-api/hosting/ememorycriticallevel-enumeration.md
+++ b/docs/framework/unmanaged-api/hosting/ememorycriticallevel-enumeration.md
@@ -1,14 +1,6 @@
---
-title: "EMemoryCriticalLevel 列挙型"
-ms.custom:
+title: EMemoryCriticalLevel 列挙型
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- EMemoryCriticalLevel
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 2ca8a7a2-7b54-4ba3-8e73-277c7df485f3
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 4fb279402b2b677546f775b9a8badfbe2095fe4f
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: acf4f3f582e417c5e7b814622986427f996796ce
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# EMemoryCriticalLevel 列挙型
特定のメモリ割り当てが要求されましたが満足することはできません、エラーの影響を示す値が含まれています。
@@ -58,15 +46,15 @@ typedef enum {
## コメント
定義されているメモリの割り当て方法、 [IHostMemoryManager](../../../../docs/framework/unmanaged-api/hosting/ihostmemorymanager-interface.md)と[IHostMAlloc](../../../../docs/framework/unmanaged-api/hosting/ihostmalloc-interface.md)インターフェイスは、この型のパラメーターを受け取ります。 エラーの重大度に応じて、ホスト決定できますは割り当て要求はすぐに失敗するか、満たすことができるまで待機するか。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRMemoryNotificationCallback インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrmemorynotificationcallback-interface.md)
[ホスティングの列挙型](../../../../docs/framework/unmanaged-api/hosting/hosting-enumerations.md)
diff --git a/docs/framework/unmanaged-api/hosting/iappdomainbinding-interface.md b/docs/framework/unmanaged-api/hosting/iappdomainbinding-interface.md
index 3e0dccaa028..effda3f4bc8 100644
--- a/docs/framework/unmanaged-api/hosting/iappdomainbinding-interface.md
+++ b/docs/framework/unmanaged-api/hosting/iappdomainbinding-interface.md
@@ -1,14 +1,6 @@
---
-title: "IAppDomainBinding インターフェイス"
-ms.custom:
+title: IAppDomainBinding インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IAppDomainBinding
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 368881ab-c4ea-4731-bf22-c596aac7c66c
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 3a6f26c8337f89d829f42e00a9e5e79731a15156
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a6761ff204d299bc2db84e2e80d988306125a110
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IAppDomainBinding インターフェイス
共通言語ランタイム (CLR) にホスト アプリケーションにアプリケーション ドメインが作成されていることを通知で呼び出されるメソッドを提供します。
@@ -43,14 +31,14 @@ ms.lasthandoff: 12/22/2017
|------------|-----------------|
|[OnAppDomain メソッド](../../../../docs/framework/unmanaged-api/hosting/iappdomainbinding-onappdomain-method.md)|共通言語ランタイム (CLR) にアプリケーション ドメインが作成されているホストに通知によって呼び出されます。|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ホスト インターフェイス](../../../../docs/framework/unmanaged-api/hosting/hosting-interfaces.md)
diff --git a/docs/framework/unmanaged-api/hosting/iclrdebugmanager-setsymbolreadingpolicy-method.md b/docs/framework/unmanaged-api/hosting/iclrdebugmanager-setsymbolreadingpolicy-method.md
index 0636d653217..7de5bf7e19f 100644
--- a/docs/framework/unmanaged-api/hosting/iclrdebugmanager-setsymbolreadingpolicy-method.md
+++ b/docs/framework/unmanaged-api/hosting/iclrdebugmanager-setsymbolreadingpolicy-method.md
@@ -1,14 +1,6 @@
---
-title: "ICLRDebugManager::SetSymbolReadingPolicy メソッド"
-ms.custom:
+title: ICLRDebugManager::SetSymbolReadingPolicy メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICLRDebugManager.SetSymbolReadingPolicy
api_location:
@@ -24,17 +16,13 @@ helpviewer_keywords:
ms.assetid: bd921fa2-d377-4d79-acfc-64c38d4dcae9
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 440bab97dc765438758abad3275bb2e4f8051da9
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 1ee21861ed3911303d4661721b65e9e147c6953a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICLRDebugManager::SetSymbolReadingPolicy メソッド
プログラム データベース (PDB) ファイルを読み取るためのポリシーを設定します。 ポリシーは、呼び出し履歴に行番号およびファイルに関する情報が含まれているかどうかを判断します。
@@ -55,18 +43,18 @@ HRESULT SetSymbolReadingPolicy (
|HRESULT|説明|
|-------------|-----------------|
-|S_OK|`SetSymbolReadingPolicy`正常に返されます。|
+|S_OK|`SetSymbolReadingPolicy` 正常に返されます。|
|HOST_E_CLRNOTAVAILABLE|共通言語ランタイム (CLR) が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|E_FAIL|不明な致命的なエラーが発生しました。 メソッドには、E_FAIL が返された、後に、CLR はプロセス内で使用可能ではなくなりました。 メソッドのホストに以降の呼び出しでは、HOST_E_CLRNOTAVAILABLE を返します。|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRDebugManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrdebugmanager-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/iclrhostbindingpolicymanager-modifyapplicationpolicy-method.md b/docs/framework/unmanaged-api/hosting/iclrhostbindingpolicymanager-modifyapplicationpolicy-method.md
index d91d9af7605..2c405d4a754 100644
--- a/docs/framework/unmanaged-api/hosting/iclrhostbindingpolicymanager-modifyapplicationpolicy-method.md
+++ b/docs/framework/unmanaged-api/hosting/iclrhostbindingpolicymanager-modifyapplicationpolicy-method.md
@@ -1,14 +1,6 @@
---
-title: "ICLRHostBindingPolicyManager::ModifyApplicationPolicy メソッド"
-ms.custom:
+title: ICLRHostBindingPolicyManager::ModifyApplicationPolicy メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICLRHostBindingPolicyManager.ModifyApplicationPolicy
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: d82d633e-cce6-427c-8b02-8227e34e12ba
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 018dc40895a79788a9eef20082d764db0b2265c5
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7a221b286ada97c3c03387556cb30ee6ddd2c453
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICLRHostBindingPolicyManager::ModifyApplicationPolicy メソッド
指定したアセンブリのバインディング ポリシーを変更し、新しいバージョンのポリシーを作成します。
@@ -79,7 +67,7 @@ HRESULT ModifyApplicationPolicy (
|HRESULT|説明|
|-------------|-----------------|
|S_OK|ポリシーは正常に変更されました。|
-|E_INVALIDARG|`pwzSourceAssemblyIdentity`または`pwzTargetAssemblyIdentity`が null 参照でした。|
+|E_INVALIDARG|`pwzSourceAssemblyIdentity` または`pwzTargetAssemblyIdentity`が null 参照でした。|
|ERROR_INSUFFICIENT_BUFFER|`pbNewApplicationPolicy` が小さすぎます。|
|HOST_E_CLRNOTAVAILABLE|共通言語ランタイム (CLR) が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|HOST_E_TIMEOUT|呼び出しがタイムアウトしました。|
@@ -90,14 +78,14 @@ HRESULT ModifyApplicationPolicy (
## コメント
`ModifyApplicationPolicy`メソッドを 2 回呼び出すことができます。 最初の呼び出しは、null 値を指定する必要があります、`pbNewApplicationPolicy`パラメーター。 この呼び出しのために必要な値が返さ`pcbNewAppPolicySize`です。 2 つ目の呼び出しは、のこの値を指定する必要があります`pcbNewAppPolicySize`の特定のサイズのバッファーを指す`pbNewApplicationPolicy`です。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRHostBindingPolicyManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrhostbindingpolicymanager-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/iclrhostprotectionmanager-setprotectedcategories-method.md b/docs/framework/unmanaged-api/hosting/iclrhostprotectionmanager-setprotectedcategories-method.md
index 84c6f9b3aac..9e86ecde50b 100644
--- a/docs/framework/unmanaged-api/hosting/iclrhostprotectionmanager-setprotectedcategories-method.md
+++ b/docs/framework/unmanaged-api/hosting/iclrhostprotectionmanager-setprotectedcategories-method.md
@@ -1,14 +1,6 @@
---
-title: "ICLRHostProtectionManager::SetProtectedCategories メソッド"
-ms.custom:
+title: ICLRHostProtectionManager::SetProtectedCategories メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICLRHostProtectionManager.SetProtectedCategories
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: fa21dc7b-5da7-440b-b59e-9180e5181f9d
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 0971e93f02420966d6561c5b7d4dce8b75e222fb
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: c6c93566d0909f1dbef46862760d47ede478d51a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICLRHostProtectionManager::SetProtectedCategories メソッド
部分的に信頼されたコードでの実行を禁止するマネージ型とメンバーのカテゴリを指定します。
@@ -54,7 +42,7 @@ HRESULT SetProtectedCategories (
|HRESULT|説明|
|-------------|-----------------|
-|S_OK|`SetProtectedCategories`正常に返されます。|
+|S_OK|`SetProtectedCategories` 正常に返されます。|
|HOST_E_CLRNOTAVAILABLE|共通言語ランタイム (CLR) が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|HOST_E_TIMEOUT|呼び出しがタイムアウトしました。|
|HOST_E_NOT_OWNER|呼び出し元は、ロックを所有していません。|
@@ -64,16 +52,16 @@ HRESULT SetProtectedCategories (
## コメント
各`EApiCategories`値がマネージ型とメンバーの一覧を参照します。 `EApiCategories`列挙型、および`SetProtectedCategories`メソッドは直接関連マネージにによって記述されたカテゴリに対応する機能を公開するマネージ型とメンバーを示すために使用されるクラス`EApiCategories`です。 詳細については、次を参照してください。と列挙体は、に直接対応`EApiCategories`です。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[EApiCategories 列挙型](../../../../docs/framework/unmanaged-api/hosting/eapicategories-enumeration.md)
diff --git a/docs/framework/unmanaged-api/hosting/iclrpolicymanager-setactionontimeout-method.md b/docs/framework/unmanaged-api/hosting/iclrpolicymanager-setactionontimeout-method.md
index 84e434bdb1b..d0915e4d2c1 100644
--- a/docs/framework/unmanaged-api/hosting/iclrpolicymanager-setactionontimeout-method.md
+++ b/docs/framework/unmanaged-api/hosting/iclrpolicymanager-setactionontimeout-method.md
@@ -1,14 +1,6 @@
---
-title: "ICLRPolicyManager::SetActionOnTimeout メソッド"
-ms.custom:
+title: ICLRPolicyManager::SetActionOnTimeout メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICLRPolicyManager.SetActionOnTimeout
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 38439fa1-2b99-4fa8-a6ec-08afc0f83b9c
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: db0918272a315e78191624cbe6420863285620c6
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: cc1d16a2d57fea27c1c26fc55fbbfa9b74c25495
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICLRPolicyManager::SetActionOnTimeout メソッド
指定された操作がタイムアウトしたときに、共通言語ランタイム (CLR) で実行する必要がありますポリシー操作を指定します。
@@ -66,7 +54,7 @@ HRESULT SetActionOnTimeout (
|HRESULT|説明|
|-------------|-----------------|
-|S_OK|`SetActionOnTimeout`正常に返されます。|
+|S_OK|`SetActionOnTimeout` 正常に返されます。|
|HOST_E_CLRNOTAVAILABLE|CLR が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|HOST_E_TIMEOUT|呼び出しがタイムアウトしました。|
|HOST_E_NOT_OWNER|呼び出し元は、ロックを所有していません。|
@@ -77,24 +65,24 @@ HRESULT SetActionOnTimeout (
## コメント
タイムアウト値は、CLR によって設定されている既定のタイムアウトまたはへの呼び出しにホストによって指定された値のいずれかを指定できます、 [iclrpolicymanager::settimeout](../../../../docs/framework/unmanaged-api/hosting/iclrpolicymanager-settimeout-method.md)メソッドです。
- すべてのポリシー アクションの値は、CLR 操作のタイムアウトの動作として指定できます。 `SetActionOnTimeout`通常の動作を報告するのみ使用されます。 たとえば、ホストを指定できます、スレッドの中止する rude 中止をスレッドが、その逆を指定することはできません。 次の表は、有効な説明`action`の値が有効な`operation`値。
+ すべてのポリシー アクションの値は、CLR 操作のタイムアウトの動作として指定できます。 `SetActionOnTimeout` 通常の動作を報告するのみ使用されます。 たとえば、ホストを指定できます、スレッドの中止する rude 中止をスレッドが、その逆を指定することはできません。 次の表は、有効な説明`action`の値が有効な`operation`値。
-|値`operation`|有効な値`action`|
+|値 `operation`|有効な値 `action`|
|---------------------------|-------------------------------|
|OPR_ThreadRudeAbortInNonCriticalRegion
OPR_ThreadRudeAbortInCriticalRegion|-eRudeAbortThread
-eUnloadAppDomain
-eRudeUnloadAppDomain
-eExitProcess
-eFastExitProcess
-eRudeExitProcess
-eDisableRuntime|
|OPR_AppDomainUnload|-eUnloadAppDomain
-eRudeUnloadAppDomain
-eExitProcess
-eFastExitProcess
-eRudeExitProcess
-eDisableRuntime|
|OPR_ProcessExit|-eExitProcess
-eFastExitProcess
-eRudeExitProcess
-eDisableRuntime|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[EClrOperation 列挙型](../../../../docs/framework/unmanaged-api/hosting/eclroperation-enumeration.md)
[EPolicyAction 列挙型](../../../../docs/framework/unmanaged-api/hosting/epolicyaction-enumeration.md)
[ICLRControl インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrcontrol-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/iclrruntimehost-executeinappdomain-method.md b/docs/framework/unmanaged-api/hosting/iclrruntimehost-executeinappdomain-method.md
index b65a80051e8..bfec0fd5f28 100644
--- a/docs/framework/unmanaged-api/hosting/iclrruntimehost-executeinappdomain-method.md
+++ b/docs/framework/unmanaged-api/hosting/iclrruntimehost-executeinappdomain-method.md
@@ -1,14 +1,6 @@
---
-title: "ICLRRuntimeHost::ExecuteInAppDomain メソッド"
-ms.custom:
+title: ICLRRuntimeHost::ExecuteInAppDomain メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICLRRuntimeHost.ExecuteInAppDomain
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: e2b0e2db-3fae-4b56-844e-d30a125a660c
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: a8c540c9618655e6df30ad253e0c4cccdf6624e3
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 96352ec5eaba67489dbef999925c56475611746c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICLRRuntimeHost::ExecuteInAppDomain メソッド
指定します、指定したマネージ コードを実行するためです。
@@ -62,7 +50,7 @@ HRESULT ExecuteInAppDomain(
|HRESULT|説明|
|-------------|-----------------|
-|S_OK|`ExecuteInAppDomain`正常に返されます。|
+|S_OK|`ExecuteInAppDomain` 正常に返されます。|
|HOST_E_CLRNOTAVAILABLE|CLR が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|HOST_E_TIMEOUT|呼び出しがタイムアウトしました。|
|HOST_E_NOT_OWNER|呼び出し元は、ロックを所有していません。|
@@ -70,16 +58,16 @@ HRESULT ExecuteInAppDomain(
|E_FAIL|不明な致命的なエラーが発生しました。 メソッドには、E_FAIL が返された場合、CLR は、プロセス内で使用可能ではなくなりました。 メソッドのホストに以降の呼び出しでは、HOST_E_CLRNOTAVAILABLE を返します。|
## コメント
- `ExecuteInAppDomain`ホストが制御できるように管理 overで、指定したマネージ メソッドを実行する必要があります。 値に対応するアプリケーション ドメインの識別子の値を取得することができます、プロパティを呼び出すことによって[GetCurrentAppDomainId メソッド](../../../../docs/framework/unmanaged-api/hosting/iclrruntimehost-getcurrentappdomainid-method.md)です。
+ `ExecuteInAppDomain` ホストが制御できるように管理 overで、指定したマネージ メソッドを実行する必要があります。 値に対応するアプリケーション ドメインの識別子の値を取得することができます、プロパティを呼び出すことによって[GetCurrentAppDomainId メソッド](../../../../docs/framework/unmanaged-api/hosting/iclrruntimehost-getcurrentappdomainid-method.md)です。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRRuntimeHost インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrruntimehost-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/iclrstrongname-strongnamegetblob-method.md b/docs/framework/unmanaged-api/hosting/iclrstrongname-strongnamegetblob-method.md
index 8d85a90518b..bdaf0ae1d27 100644
--- a/docs/framework/unmanaged-api/hosting/iclrstrongname-strongnamegetblob-method.md
+++ b/docs/framework/unmanaged-api/hosting/iclrstrongname-strongnamegetblob-method.md
@@ -1,14 +1,6 @@
---
-title: "ICLRStrongName::StrongNameGetBlob メソッド"
-ms.custom:
+title: ICLRStrongName::StrongNameGetBlob メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICLRStrongName.StrongNameGetBlob
- ICLRStrongName.StrongNameGetBlob
@@ -24,17 +16,13 @@ helpviewer_keywords:
ms.assetid: a24218f8-7196-44be-b7a2-ee9cdd7a85c4
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: f1882936723667b616ff930af00ee899f446521e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 81e2c59a538bd436606c226855c002cecd501e33
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICLRStrongName::StrongNameGetBlob メソッド
指定したアドレスに実行可能ファイルのバイナリ表現を指定したバッファーに設定します。
@@ -60,17 +48,17 @@ HRESULT StrongNameGetBlob (
[入力、出力].最大サイズ (バイト単位) を要求した`pbBlob`です。 関数が戻るとき、実際のサイズ (バイト単位) での`pbBlob`します。
## 戻り値
- `S_OK`メソッドが正常に完了した場合それ以外の場合、失敗を示す HRESULT 値 (を参照してください[の共通 HRESULT 値](http://go.microsoft.com/fwlink/?LinkId=213878)一覧)。
+ `S_OK` メソッドが正常に完了した場合それ以外の場合、失敗を示す HRESULT 値 (を参照してください[の共通 HRESULT 値](http://go.microsoft.com/fwlink/?LinkId=213878)一覧)。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MetaHost.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
-## 参照
+## 関連項目
[StrongNameGetBlobFromImage メソッド](../../../../docs/framework/unmanaged-api/hosting/iclrstrongname-strongnamegetblobfromimage-method.md)
[ICLRStrongName インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrstrongname-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/iclrstrongname-strongnamekeyinstall-method.md b/docs/framework/unmanaged-api/hosting/iclrstrongname-strongnamekeyinstall-method.md
index 05ff14927b8..43946e19247 100644
--- a/docs/framework/unmanaged-api/hosting/iclrstrongname-strongnamekeyinstall-method.md
+++ b/docs/framework/unmanaged-api/hosting/iclrstrongname-strongnamekeyinstall-method.md
@@ -1,14 +1,6 @@
---
-title: "ICLRStrongName::StrongNameKeyInstall メソッド"
-ms.custom:
+title: ICLRStrongName::StrongNameKeyInstall メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICLRStrongName.StrongNameKeyInstall
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 5c15cf3b-164c-49d1-8e57-e42949d55acf
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: df1bdb5d6d6018855cb76b48d58e557a61288a51
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 572afc5eb9ec3cf52199e5ad74406c876485461c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICLRStrongName::StrongNameKeyInstall メソッド
公開/秘密キー ペアをコンテナーにインポートします。
@@ -50,7 +38,7 @@ HRESULT StrongNameKeyInstall (
#### パラメーター
`wszKeyContainer`
- [in]キー コンテナーの名前。 `wszKeyContainer`空でない文字列にする必要があります。
+ [in]キー コンテナーの名前。 `wszKeyContainer` 空でない文字列にする必要があります。
`pbKeyBlob`
[in]バイナリのキーのペア。
@@ -59,20 +47,20 @@ HRESULT StrongNameKeyInstall (
[in]サイズをバイト単位での`pbKeyBlob`します。
## 戻り値
- `S_OK`メソッドが正常に完了した場合それ以外の場合、失敗を示す HRESULT 値 (を参照してください[の共通 HRESULT 値](http://go.microsoft.com/fwlink/?LinkId=213878)一覧)。
+ `S_OK` メソッドが正常に完了した場合それ以外の場合、失敗を示す HRESULT 値 (を参照してください[の共通 HRESULT 値](http://go.microsoft.com/fwlink/?LinkId=213878)一覧)。
## コメント
使用して、 [iclrstrongname::strongnamekeydelete](../../../../docs/framework/unmanaged-api/hosting/iclrstrongname-strongnamekeydelete-method.md)メソッドは、キー コンテナーを削除します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MetaHost.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
-## 参照
+## 関連項目
[StrongNameKeyDelete メソッド](../../../../docs/framework/unmanaged-api/hosting/iclrstrongname-strongnamekeydelete-method.md)
[ICLRStrongName インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrstrongname-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/iclrtask-abort-method.md b/docs/framework/unmanaged-api/hosting/iclrtask-abort-method.md
index cde4d1dbe08..16941269f87 100644
--- a/docs/framework/unmanaged-api/hosting/iclrtask-abort-method.md
+++ b/docs/framework/unmanaged-api/hosting/iclrtask-abort-method.md
@@ -1,14 +1,6 @@
---
-title: "ICLRTask::Abort メソッド"
-ms.custom:
+title: ICLRTask::Abort メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICLRTask.Abort
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: b3594b5f-2e41-4e36-9096-3586276a138c
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 0e417e329b38c8f57dedf2926c0d6ff02a0170f4
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 46d60ff6ab64d57ca5c7020877758657b61125ad
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICLRTask::Abort メソッド
共通言語ランタイム (CLR) が、タスクを中止する要求を現在[ICLRTask](../../../../docs/framework/unmanaged-api/hosting/iclrtask-interface.md)インスタンスが表すです。
@@ -48,7 +36,7 @@ HRESULT Abort ();
|HRESULT|説明|
|-------------|-----------------|
-|S_OK|`Abort`正常に返されます。|
+|S_OK|`Abort` 正常に返されます。|
|HOST_E_CLRNOTAVAILABLE|CLR が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|HOST_E_TIMEOUT|呼び出しがタイムアウトしました。|
|HOST_E_NOT_OWNER|呼び出し元は、ロックを所有していません。|
@@ -58,16 +46,16 @@ HRESULT Abort ();
## コメント
CLR を発生させる、ホストが呼び出したとき`Abort`です。 実行するには、ファイナライザーや例外処理機構などのユーザー コードを待たずに、例外情報が初期化された直後後を返します。 呼び出す`Abort`のためです。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRTask インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrtask-interface.md)
[ICLRTaskManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrtaskmanager-interface.md)
[IHostTask インターフェイス](../../../../docs/framework/unmanaged-api/hosting/ihosttask-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/icorruntimehost-createevidence-method.md b/docs/framework/unmanaged-api/hosting/icorruntimehost-createevidence-method.md
index a7d831401a3..8b3affd23f7 100644
--- a/docs/framework/unmanaged-api/hosting/icorruntimehost-createevidence-method.md
+++ b/docs/framework/unmanaged-api/hosting/icorruntimehost-createevidence-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorRuntimeHost::CreateEvidence メソッド"
-ms.custom:
+title: ICorRuntimeHost::CreateEvidence メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorRuntimeHost.CreateEvidence
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: e235ea80-b84c-4442-a4c3-fc96c25a8eb9
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 754b254fb9a41ab8bb900fdb5d0c10a126b804c7
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a06d57348cfbdfb8bb57580a48e54e298e27e166
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorRuntimeHost::CreateEvidence メソッド
型のインターフェイス ポインターを取得、これにより、ホストに渡すセキュリティ証拠を作成する、 [CreateDomain](../../../../docs/framework/unmanaged-api/hosting/icorruntimehost-createdomain-method.md)または[CreateDomainEx](../../../../docs/framework/unmanaged-api/hosting/icorruntimehost-createdomainex-method.md)メソッドです。
@@ -62,8 +50,8 @@ HRESULT CreateEvidence (
## コメント
このメソッドは、ネイティブ コードから設定することはできません、空のコレクションを返します。 使用する必要があります、メソッド代わりにします。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
@@ -71,7 +59,7 @@ HRESULT CreateEvidence (
**.NET framework のバージョン:** 1.0、1.1
-## 参照
+## 関連項目
[ICorRuntimeHost インターフェイス](../../../../docs/framework/unmanaged-api/hosting/icorruntimehost-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/icorthreadpool-corcallorqueueuserworkitem-method.md b/docs/framework/unmanaged-api/hosting/icorthreadpool-corcallorqueueuserworkitem-method.md
index 6cae189dbee..6019fa15a25 100644
--- a/docs/framework/unmanaged-api/hosting/icorthreadpool-corcallorqueueuserworkitem-method.md
+++ b/docs/framework/unmanaged-api/hosting/icorthreadpool-corcallorqueueuserworkitem-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorThreadpool::CorCallOrQueueUserWorkItem メソッド"
-ms.custom:
+title: ICorThreadpool::CorCallOrQueueUserWorkItem メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorThreadpool.CorCallOrQueueUserWorkItem
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: a2081223-84ca-4331-a8d3-9352f422f3e7
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: eb89ba5b13cb6c86f2d9b71d8ce822b79054301b
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f18fcd5be15794449cc6c60d5217db702159e34d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorThreadpool::CorCallOrQueueUserWorkItem メソッド
このメソッドは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
@@ -48,14 +36,14 @@ HRESULT CorCallOrQueueUserWorkItem (
);
```
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorThreadpool インターフェイス](../../../../docs/framework/unmanaged-api/hosting/icorthreadpool-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/igchost-setgcstartuplimits-method.md b/docs/framework/unmanaged-api/hosting/igchost-setgcstartuplimits-method.md
index 3d96aa1ec88..65d29305918 100644
--- a/docs/framework/unmanaged-api/hosting/igchost-setgcstartuplimits-method.md
+++ b/docs/framework/unmanaged-api/hosting/igchost-setgcstartuplimits-method.md
@@ -1,14 +1,6 @@
---
-title: "IGCHost::SetGCStartupLimits メソッド"
-ms.custom:
+title: IGCHost::SetGCStartupLimits メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IGCHost.SetGCStartupLimits
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: cae53926-82ac-4d1d-b297-0bde0bd1bebb
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: d99212b1ece4d3c0ce9440ac973b8254ebca6dde
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: cbe94aa67c9cf9ac587b7fca9f5cbeca4870506b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IGCHost::SetGCStartupLimits メソッド
ジェネレーション 0 のセグメントのサイズと最大サイズを設定します。
@@ -60,14 +48,14 @@ HRESULT SetGCStartupLimits (
## コメント
`SetGCStartupLimits`メソッドを 1 回だけ呼び出すことができます。 これらの値は、後で変更することはできません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** GCHost.idl、GCHost.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[IGCHost インターフェイス](../../../../docs/framework/unmanaged-api/hosting/igchost-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/igcthreadcontrol-interface.md b/docs/framework/unmanaged-api/hosting/igcthreadcontrol-interface.md
index 1ed3aa8a0cf..14ea7f08a0e 100644
--- a/docs/framework/unmanaged-api/hosting/igcthreadcontrol-interface.md
+++ b/docs/framework/unmanaged-api/hosting/igcthreadcontrol-interface.md
@@ -1,14 +1,6 @@
---
-title: "IGCThreadControl インターフェイス"
-ms.custom:
+title: IGCThreadControl インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IGCThreadControl
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 3ff04d75-85ac-4df9-886d-dbaa037c0552
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: def6ae3c8bf8eea9cb135529e2b6e672b180e68c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 9296aedf24979624c3d7357a4d51be835716a16f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IGCThreadControl インターフェイス
それ以外の場合のみがブロックされるガベージ コレクションのスレッドのスケジューリングに参加するためのメソッドを提供します。
@@ -45,14 +33,14 @@ ms.lasthandoff: 12/22/2017
|[SuspensionStarting メソッド](../../../../docs/framework/unmanaged-api/hosting/igcthreadcontrol-suspensionstarting-method.md)|ランタイムがガベージ コレクションのスレッドの中断またはその他の中断を開始していることをホストに通知します。|
|[ThreadIsBlockingForSuspension メソッド](../../../../docs/framework/unmanaged-api/hosting/igcthreadcontrol-threadisblockingforsuspension-method.md)|呼び出しを行っているスレッドがガベージ コレクションまたはその他の中断のためにブロックすることをホストに通知します。|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ホスト インターフェイス](../../../../docs/framework/unmanaged-api/hosting/hosting-interfaces.md)
diff --git a/docs/framework/unmanaged-api/hosting/ihostassemblymanager-getnonhoststoreassemblies-method.md b/docs/framework/unmanaged-api/hosting/ihostassemblymanager-getnonhoststoreassemblies-method.md
index e99d3fbaef2..1b5f5f85539 100644
--- a/docs/framework/unmanaged-api/hosting/ihostassemblymanager-getnonhoststoreassemblies-method.md
+++ b/docs/framework/unmanaged-api/hosting/ihostassemblymanager-getnonhoststoreassemblies-method.md
@@ -1,14 +1,6 @@
---
-title: "IHostAssemblyManager::GetNonHostStoreAssemblies メソッド"
-ms.custom:
+title: IHostAssemblyManager::GetNonHostStoreAssemblies メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IHostAssemblyManager.GetNonHostStoreAssemblies
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: d2250b38-c76a-40ce-80c8-ba45149886e8
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 6af013a833ae694aca991f9a71769869cc79b76b
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: b0da548d5d5cc22eb6754859a802afa4d82fac89
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IHostAssemblyManager::GetNonHostStoreAssemblies メソッド
インターフェイス ポインターを取得、 [ICLRAssemblyReferenceList](../../../../docs/framework/unmanaged-api/hosting/iclrassemblyreferencelist-interface.md)ホストが共通言語ランタイム (CLR) の読み込みに必要ですがアセンブリの一覧を表すです。
@@ -54,7 +42,7 @@ HRESULT GetNonHostStoreAssemblies (
|HRESULT|説明|
|-------------|-----------------|
-|S_OK|`GetNonHostStoreAssemblies`正常に返されます。|
+|S_OK|`GetNonHostStoreAssemblies` 正常に返されます。|
|HOST_E_CLRNOTAVAILABLE|CLR が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|HOST_E_TIMEOUT|呼び出しがタイムアウトしました。|
|HOST_E_NOT_OWNER|呼び出し元は、ロックを所有していません。|
@@ -78,16 +66,16 @@ HRESULT GetNonHostStoreAssemblies (
> [!NOTE]
> CLR は呼び出し、初期化時に、 `GetNonHostStoreAssemblies` 1 回だけです。 メソッドは再度呼び出されません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRAssemblyReferenceList インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrassemblyreferencelist-interface.md)
[IHostAssemblyManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/ihostassemblymanager-interface.md)
[IHostAssemblyStore インターフェイス](../../../../docs/framework/unmanaged-api/hosting/ihostassemblystore-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/ihostcrst-interface.md b/docs/framework/unmanaged-api/hosting/ihostcrst-interface.md
index d7fb099e27d..fe02ebbf158 100644
--- a/docs/framework/unmanaged-api/hosting/ihostcrst-interface.md
+++ b/docs/framework/unmanaged-api/hosting/ihostcrst-interface.md
@@ -1,14 +1,6 @@
---
-title: "IHostCrst インターフェイス"
-ms.custom:
+title: IHostCrst インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IHostCrst
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: ac298ebd-0815-47e4-a823-30b31baab903
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 3a9ed2b390ad741d90f9179ef5101d328d3b639d
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 88f2ef8299911905d651ad5c3076dc9c74f397f8
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IHostCrst インターフェイス
スレッド処理の重要なセクションのホストの表現として機能します。
@@ -47,18 +35,18 @@ ms.lasthandoff: 12/22/2017
|[TryEnter メソッド](../../../../docs/framework/unmanaged-api/hosting/ihostcrst-tryenter-method.md)|クリティカル セクション、およびレポートの成功または失敗をすぐに入力しようとしています。|
## コメント
- `IHostCrst`などを使用して Win32 関数ではなく、共通言語ランタイム (CLR)、クリティカル セクションのホストの表現と直接通信するためには、`EnterCriticalSection`または`LeaveCriticalSection`です。
+ `IHostCrst` などを使用して Win32 関数ではなく、共通言語ランタイム (CLR)、クリティカル セクションのホストの表現と直接通信するためには、`EnterCriticalSection`または`LeaveCriticalSection`です。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRSyncManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrsyncmanager-interface.md)
[IHostSyncManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/ihostsyncmanager-interface.md)
[ホスト インターフェイス](../../../../docs/framework/unmanaged-api/hosting/hosting-interfaces.md)
diff --git a/docs/framework/unmanaged-api/hosting/ihostgcmanager-suspensionstarting-method.md b/docs/framework/unmanaged-api/hosting/ihostgcmanager-suspensionstarting-method.md
index 681aa85fe02..8e5eaed9c70 100644
--- a/docs/framework/unmanaged-api/hosting/ihostgcmanager-suspensionstarting-method.md
+++ b/docs/framework/unmanaged-api/hosting/ihostgcmanager-suspensionstarting-method.md
@@ -1,14 +1,6 @@
---
-title: "IHostGCManager::SuspensionStarting メソッド"
-ms.custom:
+title: IHostGCManager::SuspensionStarting メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IHostGCManager.SuspensionStarting
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: c381f524-94cf-4fa2-9298-50f847a03431
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 30f6c611dc719fa6f1162498082cc9a60fb5059b
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 6a84da2a337554873e94b47eb51916088edbb5a6
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IHostGCManager::SuspensionStarting メソッド
共通言語ランタイム (CLR) がガベージ コレクションを実行する、タスクの実行を中断していることをホストに通知します。
@@ -48,7 +36,7 @@ HRESULT SuspensionStarting ();
|HRESULT|説明|
|-------------|-----------------|
-|S_OK|`SuspensionStarting`正常に返されます。|
+|S_OK|`SuspensionStarting` 正常に返されます。|
|HOST_E_CLRNOTAVAILABLE|CLR が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|HOST_E_TIMEOUT|呼び出しがタイムアウトしました。|
|HOST_E_NOT_OWNER|呼び出し元は、ロックを所有していません。|
@@ -61,16 +49,16 @@ HRESULT SuspensionStarting ();
> [!IMPORTANT]
> このタスクのスケジュールを変更できません。 タスクのスケジュールを変更する必要があります、ホストと[ThreadIsBlockingForSuspension](../../../../docs/framework/unmanaged-api/hosting/ihostgcmanager-threadisblockingforsuspension-method.md)と呼びます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRTask インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrtask-interface.md)
[ICLRTaskManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrtaskmanager-interface.md)
[IHostTask インターフェイス](../../../../docs/framework/unmanaged-api/hosting/ihosttask-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/ihostiocompletionmanager-setclriocompletionmanager-method.md b/docs/framework/unmanaged-api/hosting/ihostiocompletionmanager-setclriocompletionmanager-method.md
index 66d064c3bd0..0507de1b681 100644
--- a/docs/framework/unmanaged-api/hosting/ihostiocompletionmanager-setclriocompletionmanager-method.md
+++ b/docs/framework/unmanaged-api/hosting/ihostiocompletionmanager-setclriocompletionmanager-method.md
@@ -1,14 +1,6 @@
---
-title: "IHostIoCompletionManager::SetCLRIoCompletionManager メソッド"
-ms.custom:
+title: IHostIoCompletionManager::SetCLRIoCompletionManager メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IHostIoCompletionManager.SetCLRIoCompletionManager
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 4254bb01-3a14-4f34-a3be-60ff1f5072b5
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 4fde1045fd0f15e7255a163c1f1b041800e85921
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 5da62d8d46b71b1f9eef677d2252ec7b21a3ae4f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IHostIoCompletionManager::SetCLRIoCompletionManager メソッド
により、ホストへのインターフェイス ポインターで、 [ICLRIoCompletionManager](../../../../docs/framework/unmanaged-api/hosting/iclriocompletionmanager-interface.md)共通言語ランタイム (CLR) によって実装されているインスタンス。
@@ -54,7 +42,7 @@ HRESULT SetCLRIoCompletionManager (
|HRESULT|説明|
|-------------|-----------------|
-|S_OK|`SetCLRIoCompletionManager`正常に返されます。|
+|S_OK|`SetCLRIoCompletionManager` 正常に返されます。|
|HOST_E_CLRNOTAVAILABLE|CLR が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|HOST_E_TIMEOUT|呼び出しがタイムアウトしました。|
|HOST_E_NOT_OWNER|呼び出し元は、ロックを所有していません。|
@@ -64,15 +52,15 @@ HRESULT SetCLRIoCompletionManager (
## コメント
CLR が呼び出された後に`SetCLRIoCompletionManager`、ホストを呼び出す必要があります[iclriocompletionmanager::oncomplete](../../../../docs/framework/unmanaged-api/hosting/iclriocompletionmanager-oncomplete-method.md)が I/O 要求が完了したときに CLR に通知します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRIoCompletionManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclriocompletionmanager-interface.md)
[IHostIoCompletionManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/ihostiocompletionmanager-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/ihosttaskmanager-getcurrenttask-method.md b/docs/framework/unmanaged-api/hosting/ihosttaskmanager-getcurrenttask-method.md
index 4eef54ddd33..05fb060b271 100644
--- a/docs/framework/unmanaged-api/hosting/ihosttaskmanager-getcurrenttask-method.md
+++ b/docs/framework/unmanaged-api/hosting/ihosttaskmanager-getcurrenttask-method.md
@@ -1,14 +1,6 @@
---
-title: "IHostTaskManager::GetCurrentTask メソッド"
-ms.custom:
+title: IHostTaskManager::GetCurrentTask メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IHostTaskManager.GetCurrentTask
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: f17bca49-90bd-4dee-a5e1-b9a57ea46f85
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: b3ba8cbaac28df49a2df70492c1a292ee8cd287e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 2420ddb5cf9be2cfb08f89d27d9aa277305e7ffb
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IHostTaskManager::GetCurrentTask メソッド
この呼び出しが行われる元のオペレーティング システムのスレッドで現在実行中のタスクへのインターフェイス ポインターを取得します。
@@ -54,27 +42,27 @@ HRESULT GetCurrentTask (
|HRESULT|説明|
|-------------|-----------------|
-|S_OK|`GetCurrentTask`正常に返されます。|
+|S_OK|`GetCurrentTask` 正常に返されます。|
|HOST_E_CLRNOTAVAILABLE|共通言語ランタイム (CLR) が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|HOST_E_TIMEOUT|呼び出しがタイムアウトしました。|
|HOST_E_NOT_OWNER|呼び出し元は、ロックを所有していません。|
|HOST_E_ABANDONED|イベントがキャンセルされましたブロックされたスレッドまたはファイバーが待機しています。|
|E_FAIL|不明な致命的なエラーが発生しました。 メソッドには、E_FAIL が返される、ときに、CLR は、プロセス内で使用可能ではなくなりました。 メソッドのホストに以降の呼び出しでは、HOST_E_CLRNOTAVAILABLE を返します。|
-|HOST_E_INVALIDOPERATION|`GetCurrentTask`ホストの制御範囲外のオペレーティング システム スレッドで呼び出されました。|
+|HOST_E_INVALIDOPERATION|`GetCurrentTask` ホストの制御範囲外のオペレーティング システム スレッドで呼び出されました。|
## コメント
ホストの設定もできます、`pTask`を開始しなかったをタスクが CLR を入力することを防ぐために null のパラメーターです。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRTask インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrtask-interface.md)
[ICLRTaskManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrtaskmanager-interface.md)
[IHostTask インターフェイス](../../../../docs/framework/unmanaged-api/hosting/ihosttask-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/ihosttaskmanager-setclrtaskmanager-method.md b/docs/framework/unmanaged-api/hosting/ihosttaskmanager-setclrtaskmanager-method.md
index d15cb199518..54fafbab030 100644
--- a/docs/framework/unmanaged-api/hosting/ihosttaskmanager-setclrtaskmanager-method.md
+++ b/docs/framework/unmanaged-api/hosting/ihosttaskmanager-setclrtaskmanager-method.md
@@ -1,14 +1,6 @@
---
-title: "IHostTaskManager::SetCLRTaskManager メソッド"
-ms.custom:
+title: IHostTaskManager::SetCLRTaskManager メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IHostTaskManager.SetCLRTaskManager
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: ec90ee83-bd4b-408b-9274-62a923ab86a1
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 9f009fee3f9bc439ce61d859759870f9cbb54f09
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 84501ae5e96a2eab4c5da4d4cb211fc60822e339
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IHostTaskManager::SetCLRTaskManager メソッド
により、ホストへのインターフェイス ポインターで、 [ICLRTaskManager](../../../../docs/framework/unmanaged-api/hosting/iclrtaskmanager-interface.md)共通言語ランタイム (CLR) によって実装されているインスタンス。
@@ -54,7 +42,7 @@ HRESULT SetCLRTaskManager (
|HRESULT|説明|
|-------------|-----------------|
-|S_OK|`SetCLRTaskManager`正常に返されます。|
+|S_OK|`SetCLRTaskManager` 正常に返されます。|
|HOST_E_CLRNOTAVAILABLE|CLR が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|HOST_E_TIMEOUT|呼び出しがタイムアウトしました。|
|HOST_E_NOT_OWNER|呼び出し元は、ロックを所有していません。|
@@ -64,16 +52,16 @@ HRESULT SetCLRTaskManager (
## コメント
ランタイム呼び出し`SetCLRTaskManager`にインターフェイス ポインターを使用して、ホストを提供する、`ICLRTaskManager`インスタンス。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRTask インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrtask-interface.md)
[ICLRTaskManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrtaskmanager-interface.md)
[IHostTask インターフェイス](../../../../docs/framework/unmanaged-api/hosting/ihosttask-interface.md)
diff --git a/docs/framework/unmanaged-api/hosting/ihostthreadpoolmanager-setmaxthreads-method.md b/docs/framework/unmanaged-api/hosting/ihostthreadpoolmanager-setmaxthreads-method.md
index 3b244e95770..ac8236053b3 100644
--- a/docs/framework/unmanaged-api/hosting/ihostthreadpoolmanager-setmaxthreads-method.md
+++ b/docs/framework/unmanaged-api/hosting/ihostthreadpoolmanager-setmaxthreads-method.md
@@ -1,14 +1,6 @@
---
-title: "IHostThreadPoolManager::SetMaxThreads メソッド"
-ms.custom:
+title: IHostThreadPoolManager::SetMaxThreads メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IHostThreadPoolManager.SetMaxThreads
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 77cfd347-95c2-4425-b807-4ecc2a8d4578
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: e3f637b1a50e3be3c544a107c603bc84ba2d5450
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 3f978f565dd93eb10a68942fc463f7d5cc212e6e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IHostThreadPoolManager::SetMaxThreads メソッド
ホストは、スレッド プールで保持できるスレッドの最大数を設定します。
@@ -54,7 +42,7 @@ HRESULT SetMaxThreads (
|HRESULT|説明|
|-------------|-----------------|
-|S_OK|`SetMaxThreads`正常に返されます。|
+|S_OK|`SetMaxThreads` 正常に返されます。|
|HOST_E_CLRNOTAVAILABLE|共通言語ランタイム (CLR) が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|HOST_E_TIMEOUT|呼び出しがタイムアウトしました。|
|HOST_E_NOT_OWNER|呼び出し元は、ロックを所有していません。|
@@ -65,16 +53,16 @@ HRESULT SetMaxThreads (
## コメント
ホストは、CLR スレッド プールのサイズを構成するために必要ではありません。 一部のホストは、実装、パフォーマンス、スケーラビリティなどの理由で、スレッド プールを排他的に制御を必要な可能性があります。 この場合、ホストは、HRESULT 値 E_NOTIMPL を返す必要があります。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[GetMaxThreads メソッド](../../../../docs/framework/unmanaged-api/hosting/ihostthreadpoolmanager-getmaxthreads-method.md)
diff --git a/docs/framework/unmanaged-api/hosting/ihostthreadpoolmanager-setminthreads-method.md b/docs/framework/unmanaged-api/hosting/ihostthreadpoolmanager-setminthreads-method.md
index aeb0b9147de..67948877008 100644
--- a/docs/framework/unmanaged-api/hosting/ihostthreadpoolmanager-setminthreads-method.md
+++ b/docs/framework/unmanaged-api/hosting/ihostthreadpoolmanager-setminthreads-method.md
@@ -1,14 +1,6 @@
---
-title: "IHostThreadPoolManager::SetMinThreads メソッド"
-ms.custom:
+title: IHostThreadPoolManager::SetMinThreads メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IHostThreadPoolManager.SetMinThreads
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 10409db9-9fd2-4e4d-b8cd-cf6fec0afaa2
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 4fccfeb616b7a1c6d797ad9d91f47e696c4f3599
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 8f9852034f6d8208bdaa9b424f689adc374bae2d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IHostThreadPoolManager::SetMinThreads メソッド
要求に応じるため、ホストを維持する必要がありますアイドルのスレッドの最小数を設定します。
@@ -54,7 +42,7 @@ HRESULT SetMinThreads (
|HRESULT|説明|
|-------------|-----------------|
-|S_OK|`SetMinThreads`正常に返されます。|
+|S_OK|`SetMinThreads` 正常に返されます。|
|HOST_E_CLRNOTAVAILABLE|共通言語ランタイム (CLR) が、プロセスに読み込まれていませんまたは CLR は、状態をマネージ コードを実行またはできないの呼び出しは正常に処理します。|
|HOST_E_TIMEOUT|呼び出しがタイムアウトしました。|
|HOST_E_NOT_OWNER|呼び出し元は、ロックを所有していません。|
@@ -65,16 +53,16 @@ HRESULT SetMinThreads (
## コメント
ホストがの実装を提供する必要はありません`SetMinThreads`です。 この場合、HRESULT 値 E_NOTIMPL を返します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[GetMinThreads メソッド](../../../../docs/framework/unmanaged-api/hosting/ihostthreadpoolmanager-getminthreads-method.md)
diff --git a/docs/framework/unmanaged-api/hosting/itypenamebuilder-addassemblyspec-method.md b/docs/framework/unmanaged-api/hosting/itypenamebuilder-addassemblyspec-method.md
index cd8b5390adb..287f7de33bf 100644
--- a/docs/framework/unmanaged-api/hosting/itypenamebuilder-addassemblyspec-method.md
+++ b/docs/framework/unmanaged-api/hosting/itypenamebuilder-addassemblyspec-method.md
@@ -1,14 +1,6 @@
---
-title: "ITypeNameBuilder::AddAssemblySpec メソッド"
-ms.custom:
+title: ITypeNameBuilder::AddAssemblySpec メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ITypeNameBuilder.AddAssemblySpec
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 4723e553-10c6-4828-aff8-bc62385163b8
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: b063fafed46b6081f94dc8ffb20e47b0a7e20f95
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 4019f180ad97e170bf5b0e3f2e92185a3b35ff38
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ITypeNameBuilder::AddAssemblySpec メソッド
このメソッドは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
@@ -46,14 +34,14 @@ HRESULT AddAssemblySpec (
);
```
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ホスト インターフェイス](../../../../docs/framework/unmanaged-api/hosting/hosting-interfaces.md)
diff --git a/docs/framework/unmanaged-api/hosting/itypenamefactory-gettypenamebuilder-method.md b/docs/framework/unmanaged-api/hosting/itypenamefactory-gettypenamebuilder-method.md
index 8d11223f775..6e51e429f7b 100644
--- a/docs/framework/unmanaged-api/hosting/itypenamefactory-gettypenamebuilder-method.md
+++ b/docs/framework/unmanaged-api/hosting/itypenamefactory-gettypenamebuilder-method.md
@@ -1,14 +1,6 @@
---
-title: "ITypeNameFactory::GetTypeNameBuilder メソッド"
-ms.custom:
+title: ITypeNameFactory::GetTypeNameBuilder メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ITypeNameFactory.GetTypeNameBuilder
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: c682f744-996e-43c7-a9ea-c57cbc755398
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 9e5a29a714bce3535fda385ad2715e3e8c0419b0
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: efef377147d98ce4570adc6d4b2f03a02205e33c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ITypeNameFactory::GetTypeNameBuilder メソッド
このメソッドは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
@@ -46,14 +34,14 @@ HRESULT GetTypeNameBuilder (
);
```
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.h
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ホスト インターフェイス](../../../../docs/framework/unmanaged-api/hosting/hosting-interfaces.md)
diff --git a/docs/framework/unmanaged-api/hosting/typenamefactory-coclass.md b/docs/framework/unmanaged-api/hosting/typenamefactory-coclass.md
index dd13d922ed3..482c898fc73 100644
--- a/docs/framework/unmanaged-api/hosting/typenamefactory-coclass.md
+++ b/docs/framework/unmanaged-api/hosting/typenamefactory-coclass.md
@@ -1,14 +1,6 @@
---
-title: "TypeNameFactory コクラス"
-ms.custom:
+title: TypeNameFactory コクラス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- TypeNameFactory Coclass
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: c853bb58-c9c5-476b-8e80-608aa53ea18d
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 1ab7b6cc6360103c43430516490199cc278d2dfe
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 015116e96a2fa534ecf26845c5926ddfa179df0c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# TypeNameFactory コクラス
型名の解体を管理するためのインターフェイスを提供します。
@@ -51,14 +39,14 @@ coclass TypeNameFactory {
|---------------|-----------------|
|[ITypeNameFactory インターフェイス](../../../../docs/framework/unmanaged-api/hosting/itypenamefactory-interface.md)|このインターフェイスは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** MSCorEE.idl
**ライブラリ:** MSCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ホスト コクラス](../../../../docs/framework/unmanaged-api/hosting/hosting-coclasses.md)
diff --git a/docs/framework/unmanaged-api/hosting/validatorflags-enumeration.md b/docs/framework/unmanaged-api/hosting/validatorflags-enumeration.md
index b5774c517ac..f18ee3d8de8 100644
--- a/docs/framework/unmanaged-api/hosting/validatorflags-enumeration.md
+++ b/docs/framework/unmanaged-api/hosting/validatorflags-enumeration.md
@@ -1,14 +1,6 @@
---
-title: "ValidatorFlags 列挙型"
-ms.custom:
+title: ValidatorFlags 列挙型
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ValidatorFlags
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: a3f5c266-3fcc-4ad1-aaf5-4cdbe26304ad
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 952944e9ae9a8186a182796deb587b6fa6a0d6a3
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 20ce52108c1024ad3e07051b226aa65612580e2b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ValidatorFlags 列挙型
呼び出しで実行される検証の種類を示す値を含む、 [iclrvalidator::validate](../../../../docs/framework/unmanaged-api/hosting/iclrvalidator-validate-method.md)メソッドです。
@@ -59,15 +47,15 @@ enum ValidatorFlags {
|`VALIDATOR_NOCHECK_PEFORMAT`|実行可能ファイルの形式を検証しないことを指定します。|
|`VALIDATOR_SHOW_SOURCE_LINES`|検証エラー メッセージが検証エラーが発生するソース コードの行を含める必要がありますを指定します。 .NET Framework version 2.0 でこのフィールドの値が正しくありません。|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** IValidator.idl、IValidator.h
**ライブラリ:** MSCorEE.dll
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICLRErrorReportingManager インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrerrorreportingmanager-interface.md)
[ホスティングの列挙型](../../../../docs/framework/unmanaged-api/hosting/hosting-enumerations.md)
diff --git a/docs/framework/unmanaged-api/metadata/corlinkeroptions-enumeration.md b/docs/framework/unmanaged-api/metadata/corlinkeroptions-enumeration.md
index 82bdd67260e..43ae49d9104 100644
--- a/docs/framework/unmanaged-api/metadata/corlinkeroptions-enumeration.md
+++ b/docs/framework/unmanaged-api/metadata/corlinkeroptions-enumeration.md
@@ -1,14 +1,6 @@
---
-title: "CorLinkerOptions 列挙型"
-ms.custom:
+title: CorLinkerOptions 列挙型
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- CorLinkerOptions
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: a656aad6-cc7e-4994-8251-004a6a45e18f
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 65914e52228bf55a35d48bfbf036c8bb78b29c2d
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0d154985e9c1614e6b8f13a55410ead0cb5e861b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# CorLinkerOptions 列挙型
メタデータ リンカーのオプションを選択するためのフラグを指定します。
@@ -53,12 +41,12 @@ typedef enum CorLinkerOptions {
|`MDAssembly`|プライベート型とグローバル関数は保持されません。|
|`MDNetModule`|プライベート型とグローバル関数が保持されます。|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorHdr.h
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[メタデータ列挙型](../../../../docs/framework/unmanaged-api/metadata/metadata-enumerations.md)
diff --git a/docs/framework/unmanaged-api/metadata/cormethodimpl-enumeration.md b/docs/framework/unmanaged-api/metadata/cormethodimpl-enumeration.md
index 8ccbf194a89..09ae9f8eed6 100644
--- a/docs/framework/unmanaged-api/metadata/cormethodimpl-enumeration.md
+++ b/docs/framework/unmanaged-api/metadata/cormethodimpl-enumeration.md
@@ -1,14 +1,6 @@
---
-title: "CorMethodImpl 列挙型"
-ms.custom:
+title: CorMethodImpl 列挙型
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- CorMethodImpl
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: ffbb3caf-20da-4a4b-8983-77376e72b990
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: e82eb50e4850ffbb4d5fc67d9603a3128cf8bcf6
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 4bb91423b2eaeda7d945cf14553609fd33ce9b0c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# CorMethodImpl 列挙型
メソッド実装の機能を記述する値が格納されます。
@@ -86,12 +74,12 @@ typedef enum CorMethodImpl {
|`miNoOptimization`|メソッドを最適化されていないことを指定します。|
|`miMaxMethodImplVal`|最大有効値、`CorMethodImpl`です。|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorHdr.h
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[メタデータ列挙型](../../../../docs/framework/unmanaged-api/metadata/metadata-enumerations.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadataassemblyemit-setassemblyprops-method.md b/docs/framework/unmanaged-api/metadata/imetadataassemblyemit-setassemblyprops-method.md
index 5c94cd73ada..c37984e99d5 100644
--- a/docs/framework/unmanaged-api/metadata/imetadataassemblyemit-setassemblyprops-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadataassemblyemit-setassemblyprops-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataAssemblyEmit::SetAssemblyProps メソッド"
-ms.custom:
+title: IMetaDataAssemblyEmit::SetAssemblyProps メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataAssemblyEmit.SetAssemblyProps
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 91b633d7-9e75-43c3-a8d2-2144984e5f9e
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: aab505700b669cae071420117abd71332f49d8b6
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 6f8132296035e9ddcdcad76d93ed05358beb0b81
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataAssemblyEmit::SetAssemblyProps メソッド
指定された `Assembly` メタデータ構造体を変更します。
@@ -77,14 +65,14 @@ HRESULT SetAssemblyProps (
## コメント
作成する、`Assembly`メタデータ構造体を使用して、 [imetadataassemblyemit::defineassembly](../../../../docs/framework/unmanaged-api/metadata/imetadataassemblyemit-defineassembly-method.md)メソッドです。
-## 必要条件
- **Platform:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **Platform:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MsCorEE.dll にリソースとして使用
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataAssemblyEmit インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataassemblyemit-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadataassemblyimport-enumassemblyrefs-method.md b/docs/framework/unmanaged-api/metadata/imetadataassemblyimport-enumassemblyrefs-method.md
index 27952ebbad4..6e758cc9112 100644
--- a/docs/framework/unmanaged-api/metadata/imetadataassemblyimport-enumassemblyrefs-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadataassemblyimport-enumassemblyrefs-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataAssemblyImport::EnumAssemblyRefs メソッド"
-ms.custom:
+title: IMetaDataAssemblyImport::EnumAssemblyRefs メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataAssemblyImport.EnumAssemblyRefs
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 8844d0dd-730e-4592-8a7b-c1462d312c70
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 18dda94ac9a19a7cabbaa2a9c4cc83badb079f92
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0a56d874e5e7ef491c24b0aef2ace700087de677
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataAssemblyImport::EnumAssemblyRefs メソッド
列挙、`mdAssemblyRef`アセンブリ マニフェストで定義されているインスタンス。
@@ -66,17 +54,17 @@ HRESULT EnumAssemblyRefs (
|HRESULT|説明|
|-------------|-----------------|
-|`S_OK`|`EnumAssemblyRefs`正常に返されます。|
+|`S_OK`|`EnumAssemblyRefs` 正常に返されます。|
|`S_FALSE`|列挙するトークンがありません。 この場合、`pcTokens`は 0 に設定します。|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MsCorEE.dll にリソースとして使用
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataAssemblyImport インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataassemblyimport-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadatadispenserex-findassembly-method.md b/docs/framework/unmanaged-api/metadata/imetadatadispenserex-findassembly-method.md
index 6f114b8616e..c0475414bf1 100644
--- a/docs/framework/unmanaged-api/metadata/imetadatadispenserex-findassembly-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadatadispenserex-findassembly-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataDispenserEx::FindAssembly メソッド"
-ms.custom:
+title: IMetaDataDispenserEx::FindAssembly メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataDispenserEx.FindAssembly
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 3afe7252-5f28-48d9-a74d-1927566c404c
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 8f125008e4ae5b7f2abbe6d467b486b962700d42
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0b4caf27fe45ce0a85b7e1800827a1e5cd0893ca
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataDispenserEx::FindAssembly メソッド
このメソッドは実装されていません。 呼び出された場合、E_NOTIMPL を返します。
@@ -74,15 +62,15 @@ HRESULT FindAssembly(
`pcName`
[out]実際に返される文字数`szName`です。
-## 必要条件
- **Platform:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **Platform:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MsCorEE.dll にリソースとして使用
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataDispenserEx インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadatadispenserex-interface.md)
[IMetaDataDispenser インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadatadispenser-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadataemit-definemethodimpl-method.md b/docs/framework/unmanaged-api/metadata/imetadataemit-definemethodimpl-method.md
index 4c94b9ff08a..75137830abc 100644
--- a/docs/framework/unmanaged-api/metadata/imetadataemit-definemethodimpl-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadataemit-definemethodimpl-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataEmit::DefineMethodImpl メソッド"
-ms.custom:
+title: IMetaDataEmit::DefineMethodImpl メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataEmit.DefineMethodImpl
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 9dcc8b3d-33ee-4c7c-8d6f-322c57b94a0f
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 5bf16c51a241a01f18aae84f8b3bb7554f08b87c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 2ab66fecfaa66b5c56690950f6b19ecfd7e85e33
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataEmit::DefineMethodImpl メソッド
インターフェイスから継承されたメソッドの実装の定義を作成し、そのメソッドの実装定義にトークンを返します。
@@ -58,15 +46,15 @@ HRESULT DefineMethodImpl (
`tkDecl`
[in]`mdMethodDef`または`mdMethodRef`に実装されているインターフェイス メソッドのトークン。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MSCorEE.dll にリソースとして使用
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataEmit インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataemit-interface.md)
[IMetaDataEmit2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataemit2-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadataemit-deletepinvokemap-method.md b/docs/framework/unmanaged-api/metadata/imetadataemit-deletepinvokemap-method.md
index 9f8048a3d1a..4d027be14ab 100644
--- a/docs/framework/unmanaged-api/metadata/imetadataemit-deletepinvokemap-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadataemit-deletepinvokemap-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataEmit::DeletePinvokeMap メソッド"
-ms.custom:
+title: IMetaDataEmit::DeletePinvokeMap メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataEmit.DeletePinvokeMap
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 3c4f6b54-5ce7-4a2a-83e1-6dec16441f50
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 1479c3fb19feec0e42ee4aec8544a35ce51350a8
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 34db47b9f43412c9b6c5f58dd6afded505703905
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataEmit::DeletePinvokeMap メソッド
指定したトークンによって参照されるオブジェクトの PInvoke マッピング メタデータを破棄します。
@@ -50,15 +38,15 @@ HRESULT DeletePinvokeMap (
`tk`
[in]`mdFieldDef`または`mdMethodDef`PInvoke マッピング メタデータを削除する対象のオブジェクトを表すトークンです。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MSCorEE.dll にリソースとして使用
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataEmit インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataemit-interface.md)
[IMetaDataEmit2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataemit2-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadataemit-getsavesize-method.md b/docs/framework/unmanaged-api/metadata/imetadataemit-getsavesize-method.md
index 7cabb7cda75..b4b4e7b6cd7 100644
--- a/docs/framework/unmanaged-api/metadata/imetadataemit-getsavesize-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadataemit-getsavesize-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataEmit::GetSaveSize メソッド"
-ms.custom:
+title: IMetaDataEmit::GetSaveSize メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataEmit.GetSaveSize
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 8aea2e2c-23a3-4cda-9a06-e19f97383830
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 7585f6adbca97b252fdad90276b0cd422d32c04a
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: d9a65f76aed00e2b848f8603f1fee4d6acc91f99
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataEmit::GetSaveSize メソッド
現在のスコープ内には、バイナリの推定サイズ アセンブリとそのメタデータを取得します。
@@ -61,21 +49,21 @@ HRESULT GetSaveSize (
[out]ファイルを保存するために必要なサイズへのポインター。
## コメント
- `GetSaveSize`必要に応じて、(バイト単位) を現在のスコープ内のアセンブリとそのすべてのメタデータを保存する領域を計算します。 (への呼び出し、 [imetadataemit::savetostream](../../../../docs/framework/unmanaged-api/metadata/imetadataemit-savetostream-method.md)メソッドはこのバイト数を出力します)。
+ `GetSaveSize` 必要に応じて、(バイト単位) を現在のスコープ内のアセンブリとそのすべてのメタデータを保存する領域を計算します。 (への呼び出し、 [imetadataemit::savetostream](../../../../docs/framework/unmanaged-api/metadata/imetadataemit-savetostream-method.md)メソッドはこのバイト数を出力します)。
呼び出し元が実装されている場合、 [IMapToken](../../../../docs/framework/unmanaged-api/metadata/imaptoken-interface.md)インターフェイス (を通じて[imetadataemit::sethandler](../../../../docs/framework/unmanaged-api/metadata/imetadataemit-sethandler-method.md)または[imetadataemit::merge](../../../../docs/framework/unmanaged-api/metadata/imetadataemit-merge-method.md))、`GetSaveSize`は 2 つのパスを実行最適化し、それを圧縮するメタデータ。 それ以外の場合、最適化は行われません。
最適化を実行すると、最初のパスは単にインポート時の検索のパフォーマンスを調整するメタデータ構造体を並べ替えます。 この手順は、通常、レコードが移動、今後の参照用のツールで保持されるトークンが無効にした、副作用とで発生します。 メタデータに通知しませんまでこれらのトークンの変更の呼び出し元は、2 番目のパスの後にただしです。 2 番目のパスでは、さまざまな最適化が実行退席中の (事前バインディング) の最適化などのメタデータの全体的なサイズの削減を意図した`mdTypeRef`と`mdMemberRef`トークンの参照先が型またはメンバーで宣言されているときに、現在のメタデータ スコープ。 このパスでは、トークンのマッピングの別のラウンドが発生します。 このパスの後はメタデータ エンジンに通知、呼び出し元からその`IMapToken`のいずれかのインターフェイスは、トークンの値を変更します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MSCorEE.dll にリソースとして使用
- **.NET framework のバージョン:**[!INCLUDE[net_current_v11plus](../../../../includes/net-current-v11plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v11plus](../../../../includes/net-current-v11plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataEmit インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataemit-interface.md)
[IMetaDataEmit2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataemit2-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadataemit-setmethodprops-method.md b/docs/framework/unmanaged-api/metadata/imetadataemit-setmethodprops-method.md
index 2ce633e56ef..ca1328f71ad 100644
--- a/docs/framework/unmanaged-api/metadata/imetadataemit-setmethodprops-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadataemit-setmethodprops-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataEmit::SetMethodProps メソッド"
-ms.custom:
+title: IMetaDataEmit::SetMethodProps メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataEmit.SetMethodProps
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: e0c6ac12-22ea-43f5-b799-8cda0faf3336
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 28ec0ba45a83ccf51cc84ee9deb2c658b9b106bd
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 5ef6771ec3f458c20701cc330a5730367b3c5b89
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataEmit::SetMethodProps メソッド
設定または、指定の相対仮想アドレス、前回の呼び出しによって定義されたメソッドに格納されている、この機能を更新[imetadataemit::definemethod](../../../../docs/framework/unmanaged-api/metadata/imetadataemit-definemethod-method.md)です。
@@ -62,15 +50,15 @@ HRESULT SetMethodProps (
`dwImplFlags`
[in]このメソッドの実装フラグ。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MSCorEE.dll にリソースとして使用
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataEmit インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataemit-interface.md)
[IMetaDataEmit2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataemit2-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadataemit-setpermissionsetprops-method.md b/docs/framework/unmanaged-api/metadata/imetadataemit-setpermissionsetprops-method.md
index 55e28bfd814..e279b5946c0 100644
--- a/docs/framework/unmanaged-api/metadata/imetadataemit-setpermissionsetprops-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadataemit-setpermissionsetprops-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataEmit::SetPermissionSetProps メソッド"
-ms.custom:
+title: IMetaDataEmit::SetPermissionSetProps メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataEmit.SetPermissionSetProps
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 8eaee971-40bf-45e2-a3d8-6e57674213b6
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 34f2357de8d7ec522b4d10212eb82e351df8d152
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 8d80e3206f74c3c50c8436563b0e39d1229a963b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataEmit::SetPermissionSetProps メソッド
設定または前回の呼び出しによって定義されたアクセス許可セットのメタデータ署名の機能を更新[imetadataemit::definepermissionset](../../../../docs/framework/unmanaged-api/metadata/imetadataemit-definepermissionset-method.md)です。
@@ -66,15 +54,15 @@ HRESULT SetPermissionSetProps (
`ppm`
[out]`mdPermission`更新されたアクセス許可を表すメタデータ トークン。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MSCorEE.dll にリソースとして使用
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataEmit インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataemit-interface.md)
[IMetaDataEmit2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataemit2-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadataemit2-savedeltatostream-method.md b/docs/framework/unmanaged-api/metadata/imetadataemit2-savedeltatostream-method.md
index c579f5db70b..1e8d55d9762 100644
--- a/docs/framework/unmanaged-api/metadata/imetadataemit2-savedeltatostream-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadataemit2-savedeltatostream-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataEmit2::SaveDeltaToStream メソッド"
-ms.custom:
+title: IMetaDataEmit2::SaveDeltaToStream メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataEmit2.SaveDeltaToStream
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: ecd786e8-f9a4-4190-a6ef-af18e8c6d654
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: bcfd90da200e04e5834b21ea84a3a84acc5b732d
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e9dfd97ce5b9b192b9a2e88e3d7e4f963d929f47
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataEmit2::SaveDeltaToStream メソッド
エディット コンティニュの現在のセッションからの変更を指定したストリームに保存します。
@@ -54,15 +42,15 @@ HRESULT SaveDeltaToStream (
`dwSaveFlags`
[in]予約されています。 この値を 0 にする必要があります。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MsCorEE.dll にリソースとして使用
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataEmit2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataemit2-interface.md)
[IMetaDataEmit インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataemit-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadataimport-enumunresolvedmethods-method.md b/docs/framework/unmanaged-api/metadata/imetadataimport-enumunresolvedmethods-method.md
index ef3c348d52a..9cb5cf8e70c 100644
--- a/docs/framework/unmanaged-api/metadata/imetadataimport-enumunresolvedmethods-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadataimport-enumunresolvedmethods-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataImport::EnumUnresolvedMethods メソッド"
-ms.custom:
+title: IMetaDataImport::EnumUnresolvedMethods メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataImport.EnumUnresolvedMethods
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: eb3187d7-74cf-44b1-aeeb-7a8d2b60e3b7
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: d4e77453fc11b77b602d4a89f0d90540c06b0a08
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: cfd53309b2b5e96e28e9e063a8adfda430864115
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataImport::EnumUnresolvedMethods メソッド
現在のメタデータ スコープ内の未解決のメソッドを表す MemberDef トークンを列挙します。
@@ -66,7 +54,7 @@ HRESULT EnumUnresolvedMethods (
|HRESULT|説明|
|-------------|-----------------|
-|`S_OK`|`EnumUnresolvedMethods`正常に返されます。|
+|`S_OK`|`EnumUnresolvedMethods` 正常に返されます。|
|`S_FALSE`|列挙するトークンがありません。 その場合は、`pcTokens`ゼロです。|
## コメント
@@ -74,15 +62,15 @@ HRESULT EnumUnresolvedMethods (
列挙体は、モジュール スコープ (グローバル) で、またはインターフェイスまたは抽象クラスで定義されているすべてのメソッドを除外します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MsCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataImport インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataimport-interface.md)
[IMetaDataImport2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataimport2-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadataimport-findmemberref-method.md b/docs/framework/unmanaged-api/metadata/imetadataimport-findmemberref-method.md
index cdd187c1d4d..6987a6b678a 100644
--- a/docs/framework/unmanaged-api/metadata/imetadataimport-findmemberref-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadataimport-findmemberref-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataImport::FindMemberRef メソッド"
-ms.custom:
+title: IMetaDataImport::FindMemberRef メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataImport.FindMemberRef
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 1ccda329-d752-4d89-abe8-511af3c3f4c9
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: a94fb09e1ff62abac9dd716257ba75542453707e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: c3736d604b7e77028a2b99d462d88ae207df926c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataImport::FindMemberRef メソッド
指定したで囲まれているメンバーの MemberRef トークンへのポインターが参照されている取得指定した名前とメタデータ シグネチャを持つとします。
@@ -71,17 +59,17 @@ HRESULT FindMemberRef (
渡される署名`FindMemberRef`生成された、現在のスコープで特定のスコープにバインドされるためです。 シグネチャには、外側のクラスまたは値の型を識別するトークンを埋め込むことができます。 トークンは、ローカルの TypeDef テーブルへのインデックスです。 コンテキストの外部の現在のスコープの実行時のシグネチャを作成してへの入力としてその署名を使用することはできません`FindMemberRef`です。
- `FindMemberRef`クラスまたはインターフェイスで直接定義されたメンバーの参照のみを検索します。継承されたメンバーの参照は検索されません。
+ `FindMemberRef` クラスまたはインターフェイスで直接定義されたメンバーの参照のみを検索します。継承されたメンバーの参照は検索されません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MsCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataImport インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataimport-interface.md)
[IMetaDataImport2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataimport2-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadataimport-getmodulerefprops-method.md b/docs/framework/unmanaged-api/metadata/imetadataimport-getmodulerefprops-method.md
index 85fc3834baa..f90e685f71d 100644
--- a/docs/framework/unmanaged-api/metadata/imetadataimport-getmodulerefprops-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadataimport-getmodulerefprops-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataImport::GetModuleRefProps メソッド"
-ms.custom:
+title: IMetaDataImport::GetModuleRefProps メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataImport.GetModuleRefProps
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: b558e766-4c11-4628-ae47-b4e0a1800168
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: ee230b691411c49ba4f0096d998ac229283fc02c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e8d6549395c6c61f5f94a4b34ad0e3739737ed1e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataImport::GetModuleRefProps メソッド
指定したメタデータ トークンによって参照されるモジュールの名前を取得します。
@@ -62,15 +50,15 @@ HRESULT GetModuleRefProps (
`pchName`
[out]サイズが返される`szName`ワイド文字。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MsCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataImport インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataimport-interface.md)
[IMetaDataImport2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataimport2-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadataimport-getnativecallconvfromsig-method.md b/docs/framework/unmanaged-api/metadata/imetadataimport-getnativecallconvfromsig-method.md
index 09d54a303a4..5adc0a6354d 100644
--- a/docs/framework/unmanaged-api/metadata/imetadataimport-getnativecallconvfromsig-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadataimport-getnativecallconvfromsig-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataImport::GetNativeCallConvFromSig メソッド"
-ms.custom:
+title: IMetaDataImport::GetNativeCallConvFromSig メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataImport.GetNativeCallConvFromSig
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 50e04026-4d4a-47d9-96c1-f4677d6d938b
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 56c67ad76fb3a4ce5ab2d107ff59da7a932835b4
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 963d46aea4ab31e770cb845fe699208f6c8f9ac7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataImport::GetNativeCallConvFromSig メソッド
指定したシグネチャ ポインターで表されるメソッドのネイティブな呼び出し規則を取得します。
@@ -58,16 +46,16 @@ HRESULT GetNativeCallConvFromSig (
`pCallConv`
[out]ネイティブ呼び出し規則へのポインター。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MsCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataImport インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataimport-interface.md)
[IMetaDataImport2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadataimport2-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadatatables-getrow-method.md b/docs/framework/unmanaged-api/metadata/imetadatatables-getrow-method.md
index e4ba56f00eb..406d623da48 100644
--- a/docs/framework/unmanaged-api/metadata/imetadatatables-getrow-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadatatables-getrow-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataTables::GetRow メソッド"
-ms.custom:
+title: IMetaDataTables::GetRow メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataTables.GetRow
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: a7408d51-0bce-45a2-b58f-da4660bbc039
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 760bee2c4a6a6efb16a32579578ab4953492c48e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 954b4df6b341e18c5a995b57541a72e236278c45
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataTables::GetRow メソッド
指定したテーブルのインデックスにある表で、指定した行のインデックス行を取得します。
@@ -61,8 +49,8 @@ HRESULT GetRow (
## コメント
このメソッドの使用方法は、一貫性のある結果を返さないためお勧めしませんしないでください。 GUID のテーブルについては、共通言語基盤 (CLI) ドキュメント、特に「Partition II:: Metadata Definition and Semantics」を参照してください。 ドキュメントはオンラインで入手できます。MSDN の「[ECMA C# and Common Language Infrastructure Standards](http://go.microsoft.com/fwlink/?LinkID=99212)」 (ECMA の C# および共通言語基盤の標準規格) と、ECMA のインターナショナル Web サイトにある「[Standard ECMA-335 - Common Language Infrastructure (CLI)](http://go.microsoft.com/fwlink/?LinkID=65552)」を参照してください。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
@@ -70,6 +58,6 @@ HRESULT GetRow (
**.NET framework のバージョン** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataTables インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadatatables-interface.md)
[IMetaDataTables2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadatatables2-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadatatables-getuserstring-method.md b/docs/framework/unmanaged-api/metadata/imetadatatables-getuserstring-method.md
index cf02aa40543..2c0cc4b9e8c 100644
--- a/docs/framework/unmanaged-api/metadata/imetadatatables-getuserstring-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadatatables-getuserstring-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataTables::GetUserString メソッド"
-ms.custom:
+title: IMetaDataTables::GetUserString メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataTables.GetUserString
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 35b8f0d6-9aba-4714-adb2-62020a38fb7e
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: f3d7ffc2c7334a6b5873581bf9f079b2b7c8053e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0d7dee3da1967f8a958ea95ab4555f279c962f51
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataTables::GetUserString メソッド
現在のスコープ内の文字列の列で指定したインデックス位置には、ハード コーディングされた文字列を取得します。
@@ -58,15 +46,15 @@ HRESULT GetUserString (
`ppData`
[out]返される文字列へのポインターへのポインター。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MsCorEE.dll にリソースとして使用
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataTables インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadatatables-interface.md)
[IMetaDataTables2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadatatables2-interface.md)
diff --git a/docs/framework/unmanaged-api/metadata/imetadatatables-getuserstringheapsize-method.md b/docs/framework/unmanaged-api/metadata/imetadatatables-getuserstringheapsize-method.md
index 9b48373a3d0..ae730b73d4b 100644
--- a/docs/framework/unmanaged-api/metadata/imetadatatables-getuserstringheapsize-method.md
+++ b/docs/framework/unmanaged-api/metadata/imetadatatables-getuserstringheapsize-method.md
@@ -1,14 +1,6 @@
---
-title: "IMetaDataTables::GetUserStringHeapSize メソッド"
-ms.custom:
+title: IMetaDataTables::GetUserStringHeapSize メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- IMetaDataTables.GetUserStringHeapSize
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: cba9e4d6-9461-4420-9614-96ff7039ec9c
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 4b1f4f1b8c3cafb28c2b84867dbe5ac3f8424e8a
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a217a835e258052ace5b59a70cbc0fa31691d78e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# IMetaDataTables::GetUserStringHeapSize メソッド
ユーザー文字列ヒープのバイト単位のサイズを取得します。
@@ -50,15 +38,15 @@ HRESULT GetUserStringHeapSize (
`pcbBlobs`
[out]ユーザー文字列ヒープのバイト単位のサイズへのポインター。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** Cor.h
**ライブラリ:** MsCorEE.dll にリソースとして使用
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[IMetaDataTables インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadatatables-interface.md)
[IMetaDataTables2 インターフェイス](../../../../docs/framework/unmanaged-api/metadata/imetadatatables2-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/cor-prf-gc-root-kind-enumeration.md b/docs/framework/unmanaged-api/profiling/cor-prf-gc-root-kind-enumeration.md
index bb861c0f243..103a2e0393f 100644
--- a/docs/framework/unmanaged-api/profiling/cor-prf-gc-root-kind-enumeration.md
+++ b/docs/framework/unmanaged-api/profiling/cor-prf-gc-root-kind-enumeration.md
@@ -1,14 +1,6 @@
---
-title: "COR_PRF_GC_ROOT_KIND 列挙型"
-ms.custom:
+title: COR_PRF_GC_ROOT_KIND 列挙型
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- COR_PRF_GC_ROOT_KIND
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: b9fb1c03-417f-41d4-aed4-02cb4ade8def
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 537b39384d04e7a0080a22c6894cc2f6965b0bbc
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0f5b12825c9a348cd16eed9f5be0f41e03c367c7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# COR_PRF_GC_ROOT_KIND 列挙型
によって公開されるガーベッジ コレクション ルートの種類を示す、 [icorprofilercallback 2::rootreferences2](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback2-rootreferences2-method.md)コールバック。
@@ -57,14 +45,14 @@ typedef enum {
|`COR_PRF_GC_ROOT_HANDLE`|ルートは、ガベージ コレクション ハンドルです。|
|`COR_PRF_GC_ROOT_OTHER`|ルートの種類が指定されていません。|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[列挙型のプロファイリング](../../../../docs/framework/unmanaged-api/profiling/profiling-enumerations.md)
diff --git a/docs/framework/unmanaged-api/profiling/cor-prf-monitor-enumeration.md b/docs/framework/unmanaged-api/profiling/cor-prf-monitor-enumeration.md
index 9197567c97a..e835487c1a7 100644
--- a/docs/framework/unmanaged-api/profiling/cor-prf-monitor-enumeration.md
+++ b/docs/framework/unmanaged-api/profiling/cor-prf-monitor-enumeration.md
@@ -1,14 +1,6 @@
---
-title: "COR_PRF_MONITOR 列挙型"
-ms.custom:
+title: COR_PRF_MONITOR 列挙型
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- COR_PRF_MONITOR
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 9294d702-b4e5-441c-a930-e63d27b86bfd
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: e6dc135681d11a496dbc27553d46a5d101b6d7b9
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7a12f3ffb14de9dcacdb4873d1c03ad1d096d7cd
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# COR_PRF_MONITOR 列挙型
プロファイラーがサブスクライブしようとする動作、機能、またはイベントの指定で使用する値を含めます。
@@ -164,8 +152,8 @@ typedef enum {
|`COR_PRF_ENABLE_FRAME_INFO`|正確な取得できるように`ClassID`ジェネリック関数を呼び出して、 [GetFunctionInfo2](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo2-getfunctioninfo2-method.md)メソッドを`COR_PRF_FRAME_INFO`によって返される値、 [FunctionEnter2](../../../../docs/framework/unmanaged-api/profiling/functionenter2-function.md)コールバック。|
|`COR_PRF_ENABLE_FUNCTION_ARGS`|使用して引数のトレースを有効、 [FunctionEnter2](../../../../docs/framework/unmanaged-api/profiling/functionenter2-function.md)コールバックまたは[FunctionEnter3WithInfo](../../../../docs/framework/unmanaged-api/profiling/functionenter3withinfo-function.md)コールバックと[GetFunctionEnter3Info](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo3-getfunctionenter3info-method.md)メソッドです。|
|`COR_PRF_ENABLE_FUNCTION_RETVAL`|使用して戻り値のトレースを有効、 [FunctionLeave2](../../../../docs/framework/unmanaged-api/profiling/functionleave2-function.md)コールバックまたは[FunctionLeave3WithInfo](../../../../docs/framework/unmanaged-api/profiling/functionleave3withinfo-function.md)コールバックと[GetFunctionLeave3Info](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo3-getfunctionleave3info-method.md)メソッドです。|
-|`COR_PRF_ENABLE_INPROC_DEBUGGING`|使用しないでください。
プロセス中のデバッグはサポートされていません。 このフラグは無効です。|
-|`COR_PRF_ENABLE_JIT_MAPS`|使用しないでください。
により、プロファイラーを使用して IL からネイティブへのマップを取得する[GetILToNativeMapping](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-getiltonativemapping-method.md)です。 .NET Framework 2.0 以降、ランタイムは常に IL-to-native マップを追跡するため、このフラグは常に設定されていると見なされます。|
+|`COR_PRF_ENABLE_INPROC_DEBUGGING`|非推奨。
プロセス中のデバッグはサポートされていません。 このフラグは無効です。|
+|`COR_PRF_ENABLE_JIT_MAPS`|非推奨。
により、プロファイラーを使用して IL からネイティブへのマップを取得する[GetILToNativeMapping](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-getiltonativemapping-method.md)です。 .NET Framework 2.0 以降、ランタイムは常に IL-to-native マップを追跡するため、このフラグは常に設定されていると見なされます。|
|`COR_PRF_ENABLE_OBJECT_ALLOCATED`|プロファイラーがオブジェクトの割り当て通知を必要とする可能性があることをランタイムに通知します。 このフラグは、初期化中に設定する必要があります。 これにより、プロファイラーを使用して、その後、`COR_PRF_MONITOR_OBJECT_ALLOCATED`フラグを受け取る[ObjectAllocated](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-objectallocated-method.md)コールバック。|
|`COR_PRF_ENABLE_REJIT`|呼び出しを有効に、 [RequestReJIT](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo4-requestrejit-method.md)と[RequestRevert](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo4-requestrevert-method.md)メソッドです。 プロファイラーは起動時にこのフラグを設定する必要があります。 プロファイラーがこのフラグを設定する場合は、`COR_PRF_DISABLE_ALL_NGEN_IMAGES` も指定する必要があります。|
|`COR_PRF_ENABLE_STACK_SNAPSHOT`|呼び出しを有効に、 [DoStackSnapshot](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo2-dostacksnapshot-method.md)メソッドです。|
@@ -195,16 +183,16 @@ typedef enum {
## コメント
A`COR_PRF_MONITOR`で値が使用される、 [icorprofilerinfo::geteventmask](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-geteventmask-method.md)と[icorprofilerinfo::seteventmask](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-seteventmask-method.md)を共通言語ランタイムは、イベント通知を定義するメソッドプロファイラーです。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[列挙型のプロファイリング](../../../../docs/framework/unmanaged-api/profiling/profiling-enumerations.md)
[GetEventMask メソッド](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-geteventmask-method.md)
[SetEventMask メソッド](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-seteventmask-method.md)
diff --git a/docs/framework/unmanaged-api/profiling/functionidmapper2-function.md b/docs/framework/unmanaged-api/profiling/functionidmapper2-function.md
index bff4f67b7bd..a1184390c89 100644
--- a/docs/framework/unmanaged-api/profiling/functionidmapper2-function.md
+++ b/docs/framework/unmanaged-api/profiling/functionidmapper2-function.md
@@ -1,14 +1,6 @@
---
-title: "FunctionIDMapper2 関数"
-ms.custom:
+title: FunctionIDMapper2 関数
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- FunctionIDMapper2
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 466ad51b-8f0c-41d9-81f7-371aac3374cb
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 09aac1b9046153f56b591ac1815365ea4f90e4ec
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 92285d6aef41595fd4729aa82a827c3efc09b03f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# FunctionIDMapper2 関数
関数の特定の識別子が可能性がありますで使用される代替 ID に再割り当てされることをプロファイラーに通知、 [FunctionEnter3](../../../../docs/framework/unmanaged-api/profiling/functionenter3-function.md)、 [FunctionLeave3](../../../../docs/framework/unmanaged-api/profiling/functionleave3-function.md)、および[FunctionTailcall3](../../../../docs/framework/unmanaged-api/profiling/functiontailcall3-function.md)、または[FunctionEnter3WithInfo](../../../../docs/framework/unmanaged-api/profiling/functionenter3withinfo-function.md)、 [FunctionLeave3WithInfo](../../../../docs/framework/unmanaged-api/profiling/functionleave3withinfo-function.md)、および[FunctionTailcall3WithInfo](../../../../docs/framework/unmanaged-api/profiling/functiontailcall3withinfo-function.md)その関数のコールバック。 また `FunctionIDMapper2` により、プロファイラーはその関数のコールバックを受信するかどうかを示すことができます。
@@ -63,16 +51,16 @@ UINT_PTR __stdcall FunctionIDMapper2 (
## コメント
このメソッドによって拡張、 [FunctionIDMapper](../../../../docs/framework/unmanaged-api/profiling/functionidmapper-function.md)クライアント データを渡すために使用する追加パラメーターを持つ関数です。 クライアント データを使用すると、ランタイム間のあいまいさが解消されます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorProf.idl
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
-## 参照
+## 関連項目
[Icorprofilerinfo::setfunctionidmapper](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-setfunctionidmapper-method.md)
[Icorprofilerinfo 3::setfunctionidmapper2](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo3-setfunctionidmapper2-method.md)
[FunctionEnter3](../../../../docs/framework/unmanaged-api/profiling/functionenter3-function.md)
diff --git a/docs/framework/unmanaged-api/profiling/functiontailcall3withinfo-function.md b/docs/framework/unmanaged-api/profiling/functiontailcall3withinfo-function.md
index f1fba55c952..2cddb1065e1 100644
--- a/docs/framework/unmanaged-api/profiling/functiontailcall3withinfo-function.md
+++ b/docs/framework/unmanaged-api/profiling/functiontailcall3withinfo-function.md
@@ -1,14 +1,6 @@
---
-title: "FunctionTailcall3WithInfo 関数"
-ms.custom:
+title: FunctionTailcall3WithInfo 関数
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- FunctionTailcall3WithInfo
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 46380fcc-0198-43ae-a1f5-2d4939425886
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 4bd2bb56724f977d93e6ebff7d2c4c855a5a222b
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 076666f920a5a6fcac3b4b75bb23717751ae1438
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# FunctionTailcall3WithInfo 関数
現在実行中の関数は、別の関数の末尾呼び出しを実行しようとして、プロファイラーに通知しに渡すことができるハンドルを提供、 [icorprofilerinfo 3::getfunctiontailcall3info メソッド](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo3-getfunctiontailcall3info-method.md)を取得しますスタック フレーム。
@@ -67,16 +55,16 @@ void __stdcall FunctionTailcall3WithInfo(
また、FunctionTailcall3WithInfo 関数がマネージ コードを呼び出していない、または任意の方法で管理されているメモリの割り当てが発生する必要があります。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** CorProf.idl
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[FunctionEnter3](../../../../docs/framework/unmanaged-api/profiling/functionenter3-function.md)
[FunctionLeave3](../../../../docs/framework/unmanaged-api/profiling/functionleave3-function.md)
[FunctionTailcall3](../../../../docs/framework/unmanaged-api/profiling/functiontailcall3-function.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerassemblyreferenceprovider-addassemblyreference-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerassemblyreferenceprovider-addassemblyreference-method.md
index 9fb41d35fda..dcd244f509f 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerassemblyreferenceprovider-addassemblyreference-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerassemblyreferenceprovider-addassemblyreference-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerAssemblyReferenceProvider::AddAssemblyReference メソッド"
-ms.custom:
+title: ICorProfilerAssemblyReferenceProvider::AddAssemblyReference メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
dev_langs:
- cpp
api_name:
@@ -20,17 +12,13 @@ api_type:
ms.assetid: 3d5af8e7-c337-48f4-9fa6-97c83878b9b1
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 292d814c1a3f66b415e9a7b6220d8ee921f6b949
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 33430db8f83f446bab21b1fc86a5c165aecef2af
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerAssemblyReferenceProvider::AddAssemblyReference メソッド
[.NET Framework 4.5.2 以降のバージョンでのみでサポート]
@@ -52,16 +40,16 @@ HRESULT AddAssemblyReference(
## コメント
プロファイラーがで指定されたアセンブリから参照される対象アセンブリごとにこのメソッドを呼び出して、`wszAssemblyPath`の引数、 [icorprofilercallback 6::getassemblyreferences](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback6-getassemblyreferences-method.md)コールバック。 [ICorProfilerAssemblyReferenceProvider](../../../../docs/framework/unmanaged-api/profiling/icorprofilerassemblyreferenceprovider-interface.md)プロファイラーのインターフェイスのオブジェクトが渡される[icorprofilercallback 6::getassemblyreferences](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback6-getassemblyreferences-method.md)アセンブリのパスと名前と一緒に、コールバック、`wszAssemblyPath`引数。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v452plus](../../../../includes/net-current-v452plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v452plus](../../../../includes/net-current-v452plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerAssemblyReferenceProvider インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerassemblyreferenceprovider-interface.md)
[GetAssemblyReferences メソッド](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback6-getassemblyreferences-method.md)
[ModuleLoadFinished メソッド](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-moduleloadfinished-method.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerassemblyreferenceprovider-interface.md b/docs/framework/unmanaged-api/profiling/icorprofilerassemblyreferenceprovider-interface.md
index 5ee20ea8482..75152f54e94 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerassemblyreferenceprovider-interface.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerassemblyreferenceprovider-interface.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerAssemblyReferenceProvider インターフェイス"
-ms.custom:
+title: ICorProfilerAssemblyReferenceProvider インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerAssemblyReferenceProvider
api_location:
@@ -18,17 +10,13 @@ api_type:
ms.assetid: 17205116-66e1-4acc-8f01-532fb3867028
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 203362d2780d372236b05f753bedc0d59565d2b5
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: ffb891e61fcb34e6d33a069fc32e68865739b86b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerAssemblyReferenceProvider インターフェイス
[.NET Framework 4.5.2 以降のバージョンでのみでサポート]
@@ -46,12 +34,12 @@ ms.lasthandoff: 12/22/2017
このインターフェイスでのみ使用できます、 [icorprofilercallback 6::getassemblyreferences](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback6-getassemblyreferences-method.md)このインターフェイス オブジェクトをプロファイラーに渡されるコールバック。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
- **.NET framework のバージョン:**[!INCLUDE[net_current_v452plus](../../../../includes/net-current-v452plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v452plus](../../../../includes/net-current-v452plus-md.md)]
-## 参照
+## 関連項目
[プロファイリングのインターフェイス](../../../../docs/framework/unmanaged-api/profiling/profiling-interfaces.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilercallback-appdomaincreationfinished-method.md b/docs/framework/unmanaged-api/profiling/icorprofilercallback-appdomaincreationfinished-method.md
index 9394ea50a37..b7983b5354a 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilercallback-appdomaincreationfinished-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilercallback-appdomaincreationfinished-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerCallback::AppDomainCreationFinished メソッド"
-ms.custom:
+title: ICorProfilerCallback::AppDomainCreationFinished メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerCallback.AppDomainCreationFinished
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: dbab7d90-d515-4dc9-8195-294d5d04bab6
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: f779e5a7b0b38558593e84c26b33784383765ca0
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: b0017cff43f7a1b1bdd90806f50abb374a96dadf
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerCallback::AppDomainCreationFinished メソッド
アプリケーション ドメインが作成されたことをプロファイラーに通知します。
@@ -58,14 +46,14 @@ HRESULT AppDomainCreationFinished(
アプリケーション ドメインの読み込みの一部が後に続ける可能性があります、`AppDomainCreationFinished`コールバック。 失敗を示す HRESULT で`hrStatus`は失敗を示します。 ただし、成功 HRESULT で`hrStatus`のみのアプリケーション ドメインの作成の最初の部分が成功したことを示します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerCallback インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilercallback-functionunloadstarted-method.md b/docs/framework/unmanaged-api/profiling/icorprofilercallback-functionunloadstarted-method.md
index b7907ae23be..6904f6976eb 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilercallback-functionunloadstarted-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilercallback-functionunloadstarted-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerCallback::FunctionUnloadStarted メソッド"
-ms.custom:
+title: ICorProfilerCallback::FunctionUnloadStarted メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerCallback.FunctionUnloadStarted
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: d6a5fa8b-09c6-47a5-b60e-6cf2e355df30
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 957b5a89dbb3e780b0e5512afe405e669fdbecce
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e28aef4916d06218953236e3b29e19c68822bd6b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerCallback::FunctionUnloadStarted メソッド
関数のアンロードをランタイムが開始されたことをプロファイラーに通知します。
@@ -52,14 +40,14 @@ HRESULT FunctionUnloadStarted(
## コメント
値、`functionId`このメソッドが呼び出し元に返された後にパラメーターが無効になっています。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerCallback インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilercallback-moduleattachedtoassembly-method.md b/docs/framework/unmanaged-api/profiling/icorprofilercallback-moduleattachedtoassembly-method.md
index 2ce3e9ef796..2f2d4e02ebb 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilercallback-moduleattachedtoassembly-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilercallback-moduleattachedtoassembly-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerCallback::ModuleAttachedToAssembly メソッド"
-ms.custom:
+title: ICorProfilerCallback::ModuleAttachedToAssembly メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerCallback.ModuleAttachedToAssembly
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: b595798a-5d40-4cac-ab4f-911c61d2c5d2
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 6183014bf5487d0eebccf2fb70a13c363212046b
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e6b5281e30c48471131fa12e5106f7d0a6826e1b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerCallback::ModuleAttachedToAssembly メソッド
モジュールが、親アセンブリにアタッチされていることをプロファイラーに通知します。
@@ -56,14 +44,14 @@ HRESULT ModuleAttachedToAssembly(
## コメント
呼び出すことによってインポート アドレス テーブル (IAT) を通じて、モジュールを読み込むことができる`LoadLibrary`、またはメタデータの参照を使用します。 その結果、共通言語ランタイム (CLR) ローダーでは、モジュールが住んでいるアセンブリを判断するための複数のコード パスがあります。 したがって、可能であれば後に[icorprofilercallback::moduleloadfinished](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-moduleloadfinished-method.md)が呼び出されると、モジュールには、どのようなアセンブリはわからない内にあるし、親アセンブリ ID を取得することはできません。 `ModuleAttachedToAssembly`モジュールが、親アセンブリとその親アセンブリの ID を取得できるに関連付けられている場合、メソッドが呼び出されます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerCallback インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilercallback-remotingserverreceivingmessage-method.md b/docs/framework/unmanaged-api/profiling/icorprofilercallback-remotingserverreceivingmessage-method.md
index a872aac53e6..d7230ea29d4 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilercallback-remotingserverreceivingmessage-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilercallback-remotingserverreceivingmessage-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerCallback::RemotingServerReceivingMessage メソッド"
-ms.custom:
+title: ICorProfilerCallback::RemotingServerReceivingMessage メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerCallback.RemotingServerReceivingMessage
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 5604d21f-e6b7-490e-b469-42122a7568e1
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: e4542f5362d83bc5c0419b9f1ff389c9a21aad29
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: c1874b5bea465eb31bcaad2d912b90d35cfc711b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerCallback::RemotingServerReceivingMessage メソッド
プロセスが、リモート メソッド呼び出しまたはアクティブ化要求を受信したことをプロファイラーに通知します。
@@ -64,14 +52,14 @@ HRESULT RemotingClientSendingMessage(
## コメント
非同期メッセージ要求の場合は、任意のスレッドによって、要求を処理することができます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerCallback インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilercallback2-garbagecollectionfinished-method.md b/docs/framework/unmanaged-api/profiling/icorprofilercallback2-garbagecollectionfinished-method.md
index f019c55b3fe..3713932b90b 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilercallback2-garbagecollectionfinished-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilercallback2-garbagecollectionfinished-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerCallback2::GarbageCollectionFinished メソッド"
-ms.custom:
+title: ICorProfilerCallback2::GarbageCollectionFinished メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerCallback2.GarbageCollectionFinished
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 1a5758ea-2354-43c0-92a3-32c9909d64e1
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 0ae517fcf9beb2205cf17177ed639ef0bd07adbf
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 21f7e9fa0e567063c49caa390ace09c43454b092
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerCallback2::GarbageCollectionFinished メソッド
ガベージ コレクションが完了し、それに対してガベージ コレクションのすべてのコールバックが発行されたことをプロファイラーに通知します。
@@ -47,15 +35,15 @@ HRESULT GarbageCollectionFinished();
## コメント
プロファイラーの最終的な場所にオブジェクトを検査するは安全ではときに、`GarbageCollectionFinished`メソッドが呼び出されます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerCallback インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-interface.md)
[ICorProfilerCallback2 インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback2-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilercallback2-handlecreated-method.md b/docs/framework/unmanaged-api/profiling/icorprofilercallback2-handlecreated-method.md
index dd664433d83..27290aeb55f 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilercallback2-handlecreated-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilercallback2-handlecreated-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerCallback2::HandleCreated メソッド"
-ms.custom:
+title: ICorProfilerCallback2::HandleCreated メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerCallback2.HandleCreated
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 6bbb7786-7c38-490f-9834-91aa2795c355
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 9d920f2e33a43e36c7bf27b4e1a88d6bc4a23600
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 47654d7ad1803e57f5db846ea0370d1f736deaa5
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerCallback2::HandleCreated メソッド
ガベージ コレクション ハンドルが作成されているコード プロファイラーに通知します。
@@ -53,15 +41,15 @@ HRESULT HandleCreated(
`initialObjectId`
[in]ガベージ コレクション ハンドルの作成対象のオブジェクトの ID。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerCallback インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-interface.md)
[ICorProfilerCallback2 インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback2-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilercallback2-interface.md b/docs/framework/unmanaged-api/profiling/icorprofilercallback2-interface.md
index 65a5185a2c1..9ab21852c24 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilercallback2-interface.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilercallback2-interface.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerCallback2 インターフェイス"
-ms.custom:
+title: ICorProfilerCallback2 インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerCallback2
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 4a261dba-450d-4f1f-8d98-865b58bfc992
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 7927d3b4d41731c9b69154fa8895a8f698f53e31
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: c6a218b58ed2ab40505204768f7d6071dea6db5e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerCallback2 インターフェイス
プロファイラーがサブスクライブしているイベントが発生したときに、コード プロファイラーに通知を共通言語ランタイム (CLR) によって使用されるメソッドを提供します。 `ICorProfilerCallback2`インターフェイスの拡張機能は、 [ICorProfilerCallback](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-interface.md)インターフェイスです。 つまり、.NET Framework version 2.0 で導入された新しいコールバックを提供します。
@@ -63,16 +51,16 @@ ms.lasthandoff: 12/22/2017
> [!NOTE]
> プロファイラーは、1 つの COM オブジェクトを登録します。 その COM オブジェクトが必要がありますのメソッドを実装のみ場合は、プロファイラーは、.NET Framework version 1.0 または 1.1 でのターゲット、`ICorProfilerCallback`です。 .NET Framework version 2.0 がターゲットとすると、後で、COM オブジェクトである必要がありますのメソッドを実装も`ICorProfilerCallback2`します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[プロファイリングのインターフェイス](../../../../docs/framework/unmanaged-api/profiling/profiling-interfaces.md)
[ICorProfilerCallback インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-interface.md)
[ICorProfilerCallback3 インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback3-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilercallback3-interface.md b/docs/framework/unmanaged-api/profiling/icorprofilercallback3-interface.md
index 60c3bf166d6..88e5271203c 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilercallback3-interface.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilercallback3-interface.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerCallback3 インターフェイス"
-ms.custom:
+title: ICorProfilerCallback3 インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerCallback3
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: be83af41-3dec-4c77-8529-9dd6b8042af6
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 1419dfff7005b33fd1f8a545d168a410e7a88a76
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: cc63a0a42c1da11daa5d38ecce505296a893616b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerCallback3 インターフェイス
共通言語ランタイム (CLR) が通信するために使用するコールバック メソッドのアタッチし、状態に関する情報をプロファイラーをデタッチを提供します。
@@ -47,16 +35,16 @@ ms.lasthandoff: 12/22/2017
## コメント
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
-## 参照
+## 関連項目
[プロファイリングのインターフェイス](../../../../docs/framework/unmanaged-api/profiling/profiling-interfaces.md)
[ICorProfilerInfo インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-interface.md)
[ICorProfilerCallback2 インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback2-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilercallback7-moduleinmemorysymbolsupdated-method.md b/docs/framework/unmanaged-api/profiling/icorprofilercallback7-moduleinmemorysymbolsupdated-method.md
index da7708d182c..35c4885393c 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilercallback7-moduleinmemorysymbolsupdated-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilercallback7-moduleinmemorysymbolsupdated-method.md
@@ -1,33 +1,21 @@
---
title: ICorProfilerCallback7::ModuleInMemorySymbolsUpdated Method
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
api_name:
-- ICorProfiler7.ModuleInMemorySymbolsUpdated
+- ICorProfilerCallback7.ModuleInMemorySymbolsUpdated
api_location:
- mscorwks.dll
- corprof.idl
api_type:
- COM
ms.assetid: f362a896-3247-4894-9727-e48dbbcd2c78
-caps.latest.revision: ''
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 898adf043e425c00d6e311e2f67c53ed65cacb33
-ms.sourcegitcommit: c883637b41ee028786edceece4fa872939d2e64c
+ms.openlocfilehash: 9aa690378a32ffee2def672f02dc8b5582647a5e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 03/26/2018
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerCallback7::ModuleInMemorySymbolsUpdated Method
[.NET Framework 4.6.1 以降のバージョンでのみでサポート]
@@ -43,7 +31,7 @@ HRESULT ModuleInMemorySymbolsUpdated(
```
#### パラメーター
- `moduleId`
+ [入力] `moduleId`
メモリ内のモジュールのシンボルのストリームの更新の識別子。
## コメント
@@ -55,7 +43,7 @@ HRESULT ModuleInMemorySymbolsUpdated(
でもシンボルが指定されたときに前もってマネージのオーバー ロードのいずれかへの呼び出しでメソッドを含む、 `rawSymbolStore` runtime、アセンブリのシンボルを指定する引数可能性があります実際には関連付けられませんシンボリック データ モジュールまで後、 [ModuleLoadFinished](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-moduleloadfinished-method.md)コールバックが発生しました。 このイベントは、このようなモジュールのシンボルを収集する以降の機会を提供します。
## 要件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilercallback9-dynamicmethodunloaded-method.md b/docs/framework/unmanaged-api/profiling/icorprofilercallback9-dynamicmethodunloaded-method.md
new file mode 100644
index 00000000000..3def7e8b5c9
--- /dev/null
+++ b/docs/framework/unmanaged-api/profiling/icorprofilercallback9-dynamicmethodunloaded-method.md
@@ -0,0 +1,49 @@
+---
+title: ICorProfilerCallback9::DynamicMethodUnloaded メソッド
+ms.date: 04/10/2018
+api_name:
+- ICorProfilerCallback9.DynamicMethodUnloaded
+api_location:
+- mscorwks.dll
+- corprof.idl
+api_type:
+- COM
+author: rpetrusha
+ms.author: ronpet
+ms.openlocfilehash: 16b3334647922f845645e6eb58db3146f4c9b936
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
+ms.translationtype: MT
+ms.contentlocale: ja-JP
+ms.lasthandoff: 05/04/2018
+---
+# ICorProfilerCallback9::DynamicMethodUnloaded メソッド
+[.NET Framework 4.7.2 およびそれ以降のバージョンでサポート]
+
+動的メソッドは、ガベージ コレクションされ、後でアンロードされるたびに、プロファイラーに通知します。
+
+## 構文
+
+```
+HRESULT DynamicMethodUnloaded(
+ [in] FunctionID functionId
+);
+```
+
+#### パラメーター
+[入力] `functionId`
+ガベージ コレクションされ、アンロードされているメモリ内の関数の識別子。
+
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+
+ **ヘッダー** : CorProf.idl、CorProf.h
+
+ **ライブラリ:** CorGuids.lib
+
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
+
+## 関連項目
+[ICorProfilerCallback8.DynamicMethodJITCompilationStarted メソッド](icorprofilercallback8-dynamicmethodjitcompilationstarted-method.md)
+[ICorProfilerCallback8.DynamicMethodJITCompilationFinished メソッド](icorprofilercallback8-dynamicmethodjitcompilationfinished-method.md)
+[ICorProfilerCallback9 インターフェイス](icorprofilercallback9-interface.md)
+[COR_PRF_HIGH_MONITOR_DYNAMIC_FUNCTION_UNLOADS](cor-prf-high-monitor-enumeration.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerfunctioncontrol-setilinstrumentedcodemap-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerfunctioncontrol-setilinstrumentedcodemap-method.md
index 3d01f90d5f1..1e75b3edad3 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerfunctioncontrol-setilinstrumentedcodemap-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerfunctioncontrol-setilinstrumentedcodemap-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerFunctionControl::SetILInstrumentedCodeMap メソッド"
-ms.custom:
+title: ICorProfilerFunctionControl::SetILInstrumentedCodeMap メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerFunctionControl.SetILInstrumentedCodeMap
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: ecf56646-7e5f-46c4-8340-f3a04e88920f
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 580d60fe0a6348a163fef9e215cddfc1bc4302b2
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 3cb4bfdf90099719e2584c3767965a53186ca8ef
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerFunctionControl::SetILInstrumentedCodeMap メソッド
指定した共通中間言語 (CIL) マップ エントリを使用して、指定される関数のコード マップを設定します。
@@ -56,14 +44,14 @@ HRESULT SetILInstrumentedCodeMap(
## コメント
このメソッドを呼び出して、マッピングの設定により、デバッガーを呼び出して、マッピングの取得を[icordebugilcode 2::getinstrumentedilmap](../../../../docs/framework/unmanaged-api/debugging/icordebugilcode2-getinstrumentedilmap-method.md)です。 またデバッガーは、スタック トレースおよび可変的な有効期間に対する IL オフセットを計算するときに、マッピングを内部で使用できます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v45plus](../../../../includes/net-current-v45plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v45plus](../../../../includes/net-current-v45plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerInfo インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerinfo-geteventmask-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerinfo-geteventmask-method.md
index e5c8676a85f..cc655ae1ed7 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerinfo-geteventmask-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerinfo-geteventmask-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerInfo::GetEventMask メソッド"
-ms.custom:
+title: ICorProfilerInfo::GetEventMask メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerInfo.GetEventMask
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: ec34cc13-45a3-4695-abc3-b3347d4e6fc2
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 1f8bfc0dc5686aa560bfa8282256b5e476976136
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 481c4a08f7fc8beefe8f6026bcacd5146ffb4992
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerInfo::GetEventMask メソッド
現在のイベント カテゴリを取得します。プロファイラーは、これに関するイベント通知を共通言語ランタイム (CLR) から受け取ります。
@@ -54,15 +42,15 @@ HRESULT GetEventMask(
> [!NOTE]
> 呼び出す必要があります、 [GetEventMask2](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo5-geteventmask2-method.md)このメソッドではなくメソッドです。 ただし、`SetEventMask`メソッドは引き続きサポートされて[GetEventMask2](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo5-geteventmask2-method.md)追加機能を提供します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[GetEventMask2 メソッド](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo5-geteventmask2-method.md)
[ICorProfilerInfo インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerinfo-getfunctioninfo-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerinfo-getfunctioninfo-method.md
index 86d8a58cc38..508993fccf2 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerinfo-getfunctioninfo-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerinfo-getfunctioninfo-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerInfo::GetFunctionInfo メソッド"
-ms.custom:
+title: ICorProfilerInfo::GetFunctionInfo メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerInfo.GetFunctionInfo
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: c42b5891-019d-46b3-b551-4606295b75b8
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 17512077ef7a8ca45fa76c00f93612015948d083
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 19736d177639b00c9563462f10e33e4c122297c6
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerInfo::GetFunctionInfo メソッド
指定した関数の親クラスとメタデータ トークンを取得します。
@@ -66,14 +54,14 @@ HRESULT GetFunctionInfo(
`ClassID`ジェネリック クラスの関数のできない可能性があります、関数の使用に関する詳細なコンテキスト情報取得できません。 この場合、`pClassId`は 0 になります。 プロファイラーのコードを使用する必要があります[icorprofilerinfo 2::getfunctioninfo2](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo2-getfunctioninfo2-method.md)詳細なコンテキストを提供する COR_PRF_FRAME_INFO 値を使用します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerInfo インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerinfo-getiltonativemapping-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerinfo-getiltonativemapping-method.md
index aa9fdb8605e..9931473bfd2 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerinfo-getiltonativemapping-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerinfo-getiltonativemapping-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerInfo::GetILToNativeMapping メソッド"
-ms.custom:
+title: ICorProfilerInfo::GetILToNativeMapping メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerInfo.GetILToNativeMapping
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 6a5431ef-22fb-4e53-bac5-703986297eb1
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 89ccfcbf69a0d3907ec244d7a214d6f4a5766767
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 61b097fad670c49680d6a2cc0f99ca0d53ef4691
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerInfo::GetILToNativeMapping メソッド
Microsoft Intermediate Language (MSIL) オフセットから、指定した関数に含まれるコードのネイティブ オフセットへのマップを取得します。
@@ -69,16 +57,16 @@ HRESULT GetILToNativeMapping(
別の方法として、最初に `GetILToNativeMapping` を長さゼロの `map` バッファーで呼び出して、適切なバッファーのサイズを取得します。 その後、バッファーのサイズを `pcMap` で返された値に設定し、`GetILToNativeMapping` を再度呼び出します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerInfo インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-interface.md)
[GetILToNativeMapping2 メソッド](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo4-getiltonativemapping2-method.md)
[プロファイリングのインターフェイス](../../../../docs/framework/unmanaged-api/profiling/profiling-interfaces.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerinfo-getmodulemetadata-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerinfo-getmodulemetadata-method.md
index 0cc6cdf45d0..4a4b54d29ed 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerinfo-getmodulemetadata-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerinfo-getmodulemetadata-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerInfo::GetModuleMetaData メソッド"
-ms.custom:
+title: ICorProfilerInfo::GetModuleMetaData メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerInfo.GetModuleMetaData
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 7a439d92-348a-44dd-b60f-cad7cba56379
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 6ad52460bcd6eb320e970cd0ce2078f2e93df353
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 2491b700e8fac512f0d782a42e30ae3114e93c3f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerInfo::GetModuleMetaData メソッド
指定したモジュールにマップされるメタデータ インターフェイスのインスタンスを取得します。
@@ -66,14 +54,14 @@ HRESULT GetModuleMetaData(
メタデータを所有している (リソースのモジュール) などの一部のモジュールはありません。 ような場合、 `GetModuleMetaData` S_FALSE とに null 値の HRESULT 値を返す *`ppOut`です。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerInfo インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerinfo-isarrayclass-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerinfo-isarrayclass-method.md
index ff321102e8c..c512e591af8 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerinfo-isarrayclass-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerinfo-isarrayclass-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerInfo::IsArrayClass メソッド"
-ms.custom:
+title: ICorProfilerInfo::IsArrayClass メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerInfo.IsArrayClass
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 7f230961-23a6-4d56-ad2d-7a876d65705f
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: a1063aea795d73ebaad0803abb7e555e1bb8b7e4
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 8f34fee19c796f65d315fcbd26d55e1d5322303a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerInfo::IsArrayClass メソッド
指定したクラスが、配列クラスであるかどうかを判断します。
@@ -64,14 +52,14 @@ HRESULT IsArrayClass(
## コメント
指定したクラスが、配列クラスである場合、`IsArrayClass`メソッド S_OK HRESULT と、null 以外の出力パラメーターの値を返します。 それ以外の場合は S_FALSE を返します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerInfo インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerinfo2-getstringlayout-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerinfo2-getstringlayout-method.md
index 3c09863e892..ecc2ea4d63a 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerinfo2-getstringlayout-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerinfo2-getstringlayout-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerInfo2::GetStringLayout メソッド"
-ms.custom:
+title: ICorProfilerInfo2::GetStringLayout メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerInfo2.GetStringLayout
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 43189651-a535-4803-a1d1-f1c427ace2ca
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 1ad91829fab31b47a1dd51bb6cc9118c2ebe4c3a
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 8d1bd732a82028afe809f4c2141e1d61668eae1c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerInfo2::GetStringLayout メソッド
文字列オブジェクトのレイアウトに関する情報を取得します。 このメソッドは非推奨、 [!INCLUDE[net_v40_long](../../../../includes/net-v40-long-md.md)]、によって置き換えられると、 [icorprofilerinfo 3::getstringlayout2](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo3-getstringlayout2-method.md)メソッドです。
@@ -71,15 +59,15 @@ HRESULT GetStringLayout(
文字列には、null で終わる可能性があります。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerInfo インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-interface.md)
[ICorProfilerInfo2 インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo2-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerinfo2-interface.md b/docs/framework/unmanaged-api/profiling/icorprofilerinfo2-interface.md
index 078ccee41d2..10a75856992 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerinfo2-interface.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerinfo2-interface.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerInfo2 インターフェイス"
-ms.custom:
+title: ICorProfilerInfo2 インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerInfo2
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 91bd49b6-4d12-494f-a8f1-2f251e8c65e3
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 47ce316765117108da8e26d92a72febd0efb124d
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 8cec2a622a1a30881949ad5a9f2050077e195015
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerInfo2 インターフェイス
コード プロファイラーが共通言語ランタイム (CLR) イベントの監視の制御と要求情報を通信に使用するメソッドを提供します。 `ICorProfilerInfo2`インターフェイスの拡張機能は、 [ICorProfilerInfo](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-interface.md)インターフェイスです。 つまり、.NET Framework バージョン 2.0 およびそれ以降のバージョンでサポートされている新しいメソッドを提供します。
@@ -70,15 +58,15 @@ ms.lasthandoff: 12/22/2017
CLR から渡される、`ICorProfilerInfo2`へのプロファイラーの実装を使用して初期化中に、各コード プロファイラーのインターフェイス[icorprofilercallback::initialize](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-initialize-method.md)です。 コード プロファイラーは、のメソッドを呼び出すことができますし、 `ICorProfilerInfo2` CLR の制御下で実行されているマネージ コードに関する情報を取得するインターフェイスです。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[プロファイリングのインターフェイス](../../../../docs/framework/unmanaged-api/profiling/profiling-interfaces.md)
[ICorProfilerInfo インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-enumjitedfunctions-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-enumjitedfunctions-method.md
index 1a9d5cd98fc..575cdef6bd1 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-enumjitedfunctions-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-enumjitedfunctions-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerInfo3::EnumJITedFunctions メソッド"
-ms.custom:
+title: ICorProfilerInfo3::EnumJITedFunctions メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerInfo3.EnumJITedFunctions Method
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: e2847a36-f460-45e2-9b6c-b33b008f40d9
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 11a6b34be4f9bf046749941ac12895bf7040e331
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 6f35a712472887a928b1732f076b39ac08724c7f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerInfo3::EnumJITedFunctions メソッド
以前に JIT でコンパイルされたすべての関数の列挙子を返します。
@@ -54,16 +42,16 @@ HRESULT EnumJITedFunctions([out] ICorProfilerFunctionEnum** ppEnum);
> [!NOTE]
> 返される列挙体には値「0」のみが含まれています、`COR_PRF_FUNCTION::reJitId`フィールドです。 必要な有効な場合`COR_PRF_FUNCTION::reJitId`、値を使用して、 [icorprofilerinfo 4::enumjitedfunctions2](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo4-enumjitedfunctions2-method.md)メソッドです。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerInfo3 インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo3-interface.md)
[プロファイリングのインターフェイス](../../../../docs/framework/unmanaged-api/profiling/profiling-interfaces.md)
[プロファイル](../../../../docs/framework/unmanaged-api/profiling/index.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-getfunctionenter3info-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-getfunctionenter3info-method.md
index 0a411cbde40..61b4fa430f2 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-getfunctionenter3info-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-getfunctionenter3info-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerInfo3::GetFunctionEnter3Info メソッド"
-ms.custom:
+title: ICorProfilerInfo3::GetFunctionEnter3Info メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerInfo3.GetFunctionEnter3Info Method
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 542c7c65-dd56-4651-b76f-5db2465e4a15
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 6b7053f526d415dbaef872e37d139d25ae5ac462
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e5d06988330b9ec83463165661ea5425d8563c60
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerInfo3::GetFunctionEnter3Info メソッド
によってプロファイラーに報告される関数のスタック フレームおよび引数情報を提供、 [FunctionEnter3WithInfo](../../../../docs/framework/unmanaged-api/profiling/functionenter3withinfo-function.md)関数。 このメソッドは、`FunctionEnter3WithInfo` コールバック中にのみ呼び出すことができます。
@@ -69,16 +57,16 @@ HRESULT GetFunctionEnter3Info(
## コメント
プロファイラーは、調べている関数の `COR_PRF_FUNCTION_ARGUMENT_INFO` 構造体に十分な領域を割り当て、`pcbArgumentInfo` パラメーターでサイズを示す必要があります。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
-## 参照
+## 関連項目
[FunctionEnter3WithInfo](../../../../docs/framework/unmanaged-api/profiling/functionenter3withinfo-function.md)
[FunctionLeave3WithInfo](../../../../docs/framework/unmanaged-api/profiling/functionleave3withinfo-function.md)
[FunctionTailcall3WithInfo](../../../../docs/framework/unmanaged-api/profiling/functiontailcall3withinfo-function.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-getthreadstaticaddress2-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-getthreadstaticaddress2-method.md
index 47e5a2c023e..cf5d567ac34 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-getthreadstaticaddress2-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-getthreadstaticaddress2-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerInfo3::GetThreadStaticAddress2 メソッド"
-ms.custom:
+title: ICorProfilerInfo3::GetThreadStaticAddress2 メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerInfo3.GetThreadStaticAddress2 Method
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: a9608861-ae64-4467-8a73-be05ad34beac
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 136b68f886899430dbfc672b8e3e534d093bc617
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a51d88af20b3abbbe2f80134473ec1ba1b7a4b17
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerInfo3::GetThreadStaticAddress2 メソッド
指定したスレッドおよびアプリケーション ドメインのスコープ内にある、指定したスレッド内静的フィールドのアドレスを取得します。
@@ -76,16 +64,16 @@ HRESULT GetThreadStaticAddress2(
[Icorprofilerinfo 2::getthreadstaticaddress](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo2-getthreadstaticaddress-method.md)メソッドがに似ていますが、`GetThreadStaticAddress2`メソッドは、アプリケーション ドメインの引数を受け付けられません。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerInfo3 インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo3-interface.md)
[プロファイリングのインターフェイス](../../../../docs/framework/unmanaged-api/profiling/profiling-interfaces.md)
[プロファイル](../../../../docs/framework/unmanaged-api/profiling/index.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-setfunctionidmapper2-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-setfunctionidmapper2-method.md
index 3dbeefafc7c..a9592659fe2 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-setfunctionidmapper2-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerinfo3-setfunctionidmapper2-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerInfo3::SetFunctionIDMapper2 メソッド"
-ms.custom:
+title: ICorProfilerInfo3::SetFunctionIDMapper2 メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerInfo3.SetFunctionIDMapper2 Method
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 8cdb1188-952a-4ba8-9f05-bfebc18cdd29
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 0a58b01345fe1acb7434b8896ebbc8548ab68a98
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: c93f26f36d2129fde2a65427b9b97309ebb53a0d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerInfo3::SetFunctionIDMapper2 メソッド
`FunctionID` 値を代替値に対応付けるために呼び出すプロファイラー実装関数を指定します。代替値は、プロファイラーの関数の開始フックと終了フックに渡されます。 このメソッドによって拡張、 [icorprofilerinfo::setfunctionidmapper](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-setfunctionidmapper-method.md)プロファイラーはランタイムの間であいまいさを解消を使用して追加のデータのパラメーターを持つメソッドです。
@@ -60,16 +48,16 @@ HRESULT SetFunctionIDMapper2(
`FunctionIDMapper2`メソッドを 1 回だけ設定できます。 に設定することをお勧め、 [icorprofilercallback::initialize](../../../../docs/framework/unmanaged-api/profiling/icorprofilercallback-initialize-method.md)コールバック。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v40plus](../../../../includes/net-current-v40plus-md.md)]
-## 参照
+## 関連項目
[SetFunctionIDMapper](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-setfunctionidmapper-method.md)
[ICorProfilerInfo3 インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo3-interface.md)
[プロファイリングのインターフェイス](../../../../docs/framework/unmanaged-api/profiling/profiling-interfaces.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerobjectenum-reset-method.md b/docs/framework/unmanaged-api/profiling/icorprofilerobjectenum-reset-method.md
index 22f1f2bfa82..e03b1d01fc6 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerobjectenum-reset-method.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerobjectenum-reset-method.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerObjectEnum::Reset メソッド"
-ms.custom:
+title: ICorProfilerObjectEnum::Reset メソッド
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerObjectEnum.Reset
api_location:
@@ -23,17 +15,13 @@ helpviewer_keywords:
ms.assetid: 973dbcc5-bce8-43a7-9a66-d9a1db7cc5b7
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 355b3753385ef28af473a1cc03f1aa67fb4d58e6
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 98b54359e2ad659d0268d05d26c7a05759b1e775
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerObjectEnum::Reset メソッド
この列挙子のカーソルをシーケンスの開始位置に移動します。
@@ -44,14 +32,14 @@ ms.lasthandoff: 12/22/2017
HRESULT Reset ();
```
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v20plus](../../../../includes/net-current-v20plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerObjectEnum インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerobjectenum-interface.md)
diff --git a/docs/framework/unmanaged-api/profiling/icorprofilerthreadenum-interface.md b/docs/framework/unmanaged-api/profiling/icorprofilerthreadenum-interface.md
index 54f32db90da..00968b41f02 100644
--- a/docs/framework/unmanaged-api/profiling/icorprofilerthreadenum-interface.md
+++ b/docs/framework/unmanaged-api/profiling/icorprofilerthreadenum-interface.md
@@ -1,14 +1,6 @@
---
-title: "ICorProfilerThreadEnum インターフェイス"
-ms.custom:
+title: ICorProfilerThreadEnum インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ICorProfilerThreadEnum
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 1e35031b-e095-4c14-9644-8deeb3081e0b
topic_type:
- apiref
-caps.latest.revision:
author: mairaw
ms.author: mairaw
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 4758d97aab0b4827ba955922c6b14f35ff0f3f81
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7b9662ccb854345d41bb73a5cf01a94b9949891d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ICorProfilerThreadEnum インターフェイス
共通言語ランタイムのスレッドのコレクションを順番に反復処理するメソッドを提供します。
@@ -50,15 +38,15 @@ ms.lasthandoff: 12/22/2017
## コメント
`ICorProfilerThreadEnum` インターフェイスは列挙子です。 このインターフェイスにより、配列の受信側は、受信側に適した速度で送信側から要素をプルできます。 つまり、受信側は配列要素のフローを明示的に制御できるため、大きな配列をメソッド パラメーターとして渡す場合に関連する問題を回避できます。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー** : CorProf.idl、CorProf.h
**ライブラリ:** CorGuids.lib
- **.NET framework のバージョン:**[!INCLUDE[net_current_v45plus](../../../../includes/net-current-v45plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v45plus](../../../../includes/net-current-v45plus-md.md)]
-## 参照
+## 関連項目
[ICorProfilerInfo インターフェイス](../../../../docs/framework/unmanaged-api/profiling/icorprofilerinfo-interface.md)
[プロファイリングのインターフェイス](../../../../docs/framework/unmanaged-api/profiling/profiling-interfaces.md)
diff --git a/docs/framework/unmanaged-api/strong-naming/gethashfromhandle-function.md b/docs/framework/unmanaged-api/strong-naming/gethashfromhandle-function.md
index daff365708f..f7229d92c46 100644
--- a/docs/framework/unmanaged-api/strong-naming/gethashfromhandle-function.md
+++ b/docs/framework/unmanaged-api/strong-naming/gethashfromhandle-function.md
@@ -1,14 +1,6 @@
---
-title: "GetHashFromHandle 関数"
-ms.custom:
+title: GetHashFromHandle 関数
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- GetHashFromHandle
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: 9e00337f-b307-4602-9bc3-965a8dbf02cd
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 45acc02645f45446e37935d7fe7a455f4105d8bb
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 30aad6fc62c8fee7448163ca69117b804203d505
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# GetHashFromHandle 関数
指定したハッシュ アルゴリズムを使用して、指定したファイル ハンドルを持つファイルの内容のハッシュを生成します。
@@ -67,15 +55,15 @@ HRESULT GetHashFromHandle (
`pchHash`
[out]サイズ (バイト単位)、返された`pbHash`です。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** StrongName.h
**ライブラリ:** MsCorEE.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[GetHashFromHandle メソッド](../../../../docs/framework/unmanaged-api/hosting/iclrstrongname-gethashfromhandle-method.md)
[ICLRStrongName インターフェイス](../../../../docs/framework/unmanaged-api/hosting/iclrstrongname-interface.md)
diff --git a/docs/framework/unmanaged-api/strong-naming/strongnametokenfrompublickey-function.md b/docs/framework/unmanaged-api/strong-naming/strongnametokenfrompublickey-function.md
index 784dd183a4b..99ca0ea9fe0 100644
--- a/docs/framework/unmanaged-api/strong-naming/strongnametokenfrompublickey-function.md
+++ b/docs/framework/unmanaged-api/strong-naming/strongnametokenfrompublickey-function.md
@@ -1,14 +1,6 @@
---
-title: "StrongNameTokenFromPublicKey 関数"
-ms.custom:
+title: StrongNameTokenFromPublicKey 関数
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- StrongNameTokenFromPublicKey
api_location:
@@ -26,17 +18,13 @@ helpviewer_keywords:
ms.assetid: 997e9e57-abb2-4217-bf20-1df621a75add
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 0cb649f43bfea2e11c986aa3fff5a702e2b58c25
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: eb8ff76da288975ef291d226bb1f205e73a64252
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# StrongNameTokenFromPublicKey 関数
公開キーを表すトークンを取得します。 厳密な名前のトークンは、公開キーの短縮形です。
@@ -68,23 +56,23 @@ BOOLEANStrongNameTokenFromPublicKey (
[out]厳密な名前が返されたトークンのバイト単位のサイズ。
## 戻り値
- `true`正常に終了します。それ以外の場合、`false`です。
+ `true` 正常に終了します。それ以外の場合、`false`です。
## コメント
厳密な名前のトークンは、メタデータに重要な情報を格納する場合は、領域を節約するために使用する公開キーの短縮形です。 具体的には、厳密な名前のトークンは、依存アセンブリを参照するアセンブリ参照に使用されます。
場合、`StrongNameTokenFromPublicKey`関数が正常に完了、呼び出すしていない、 [StrongNameErrorInfo](../../../../docs/framework/unmanaged-api/strong-naming/strongnameerrorinfo-function.md)最後に生成されたエラーを取得します。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** StrongName.h
**ライブラリ:** mscoree.dll にリソースとして含まれています。
- **.NET framework のバージョン:**[!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v10plus](../../../../includes/net-current-v10plus-md.md)]
-## 参照
+## 関連項目
[StrongNameTokenFromPublicKey メソッド](../../../../docs/framework/unmanaged-api/hosting/iclrstrongname-strongnametokenfrompublickey-method.md)
[StrongNameGetPublicKey メソッド](../../../../docs/framework/unmanaged-api/hosting/iclrstrongname-strongnamegetpublickey-method.md)
[PublicKeyBlob 構造体](../../../../docs/framework/unmanaged-api/strong-naming/publickeyblob-structure.md)
diff --git a/docs/framework/unmanaged-api/tlbexp/itypelibresolver-interface.md b/docs/framework/unmanaged-api/tlbexp/itypelibresolver-interface.md
index 39e18acdfd9..bc8c0b3c399 100644
--- a/docs/framework/unmanaged-api/tlbexp/itypelibresolver-interface.md
+++ b/docs/framework/unmanaged-api/tlbexp/itypelibresolver-interface.md
@@ -1,14 +1,6 @@
---
-title: "ITypeLibResolver インターフェイス"
-ms.custom:
+title: ITypeLibResolver インターフェイス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: reference
api_name:
- ITypeLibResolver
api_location:
@@ -22,17 +14,13 @@ helpviewer_keywords:
ms.assetid: edaaed1d-0d26-40f0-83f1-48efc0ded1c6
topic_type:
- apiref
-caps.latest.revision:
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: a2c9b23472cdeee15788d496fae160c3e7d2de20
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 1d9eda0d90e4db7638e3733d0b7a7cc265f4deba
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ITypeLibResolver インターフェイス
提供、 [ResolveTypeLib メソッド](../../../../docs/framework/unmanaged-api/tlbexp/resolvetypelib-method.md)、タイプ ライブラリのファイル パスを解決します。
@@ -43,8 +31,8 @@ ms.lasthandoff: 12/22/2017
|------------|-----------------|
|[ResolveTypeLib メソッド](../../../../docs/framework/unmanaged-api/tlbexp/resolvetypelib-method.md)|完全修飾パスを返すことによって、タイプ ライブラリの簡易名を解決します。|
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** TlbRef.idl、TlbRef.h
@@ -52,6 +40,6 @@ ms.lasthandoff: 12/22/2017
**.NET framework のバージョン:** 4、3.5、3.0、2.0
-## 参照
+## 関連項目
[Tlbexp ヘルパー関数](../../../../docs/framework/unmanaged-api/tlbexp/index.md)
[LoadTypeLibEx 関数](https://msdn.microsoft.com/library/windows/desktop/ms221249\(v=vs.85\).aspx)
diff --git a/docs/framework/unmanaged-api/wmi/beginmethodenumeration.md b/docs/framework/unmanaged-api/wmi/beginmethodenumeration.md
index 1c8418e4567..1f511d00c66 100644
--- a/docs/framework/unmanaged-api/wmi/beginmethodenumeration.md
+++ b/docs/framework/unmanaged-api/wmi/beginmethodenumeration.md
@@ -1,11 +1,7 @@
---
-title: "BeginMethodEnumeration 関数 (アンマネージ API リファレンス)"
-description: "オブジェクトのメソッドの列挙を開始する BeginMethodEnumeration 関数"
+title: BeginMethodEnumeration 関数 (アンマネージ API リファレンス)
+description: オブジェクトのメソッドの列挙を開始する BeginMethodEnumeration 関数
ms.date: 11/06/2017
-ms.prod: .net-framework
-ms.technology:
-- dotnet-clr
-ms.topic: reference
api_name:
- BeginMethodEnumeration
api_location:
@@ -20,14 +16,11 @@ topic_type:
- Reference
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 7d843c40a8ab0dd1c48a08126b8c7472505a1732
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: d87627b8bb3414860d994273396dbb4e64acdea7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# BeginEnumeration 関数
オブジェクトの使用可能なメソッドの列挙を開始します。
@@ -66,7 +59,7 @@ HRESULT BeginMethodEnumeration (
|定数 |[値] |説明 |
|---------|---------|---------|
-|`WBEM_E_INVALID_PARAMETER` | 0x80041008 | `lEnnumFlags`ゼロ以外は、指定したフラグのいずれか。 |
+|`WBEM_E_INVALID_PARAMETER` | 0x80041008 | `lEnnumFlags` ゼロ以外は、指定したフラグのいずれか。 |
|`WBEM_S_NO_ERROR` | 0 | 関数呼び出しに成功しました。 |
## コメント
@@ -75,12 +68,12 @@ HRESULT BeginMethodEnumeration (
このメソッドの呼び出しは、現在のオブジェクトがクラス定義である場合にのみサポートされます。 メソッドの操作からは使用できない[IWbemClassObject](https://msdn.microsoft.com/library/aa391433%28v=vs.85%29.aspx)インスタンスを指すポインターです。 メソッドが列挙される順序は、特定のインスタンスのバリアントすることは保証[IWbemClassObject](https://msdn.microsoft.com/library/aa391433%28v=vs.85%29.aspx)です。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** WMINet_Utils.idl
- **.NET framework のバージョン:**[!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
## 関連項目
[WMI およびパフォーマンス カウンター (アンマネージ API リファレンス)](index.md)
diff --git a/docs/framework/unmanaged-api/wmi/formatfromrawvalue.md b/docs/framework/unmanaged-api/wmi/formatfromrawvalue.md
index 14baedff180..8db59f4d7e2 100644
--- a/docs/framework/unmanaged-api/wmi/formatfromrawvalue.md
+++ b/docs/framework/unmanaged-api/wmi/formatfromrawvalue.md
@@ -1,11 +1,7 @@
---
-title: "FormatFromRawValue 関数 (アンマネージ API リファレンス)"
-description: "FormatFromRawValue 関数では、生のパフォーマンス データを指定した形式に変換します。"
+title: FormatFromRawValue 関数 (アンマネージ API リファレンス)
+description: FormatFromRawValue 関数では、生のパフォーマンス データを指定した形式に変換します。
ms.date: 11/21/2017
-ms.prod: .net-framework
-ms.technology:
-- dotnet-clr
-ms.topic: reference
api_name:
- FormatFromRawValue
api_location:
@@ -20,14 +16,11 @@ topic_type:
- Reference
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 3daa89ec0b40bb9c08898ecd682f05f0f0ce09a8
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e0710b26237b350f1dfbc7d2464b7a131373604e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# FormatFromRawValue 関数
形式の変換が時間ベースの場合は、指定された形式に 1 つの生のパフォーマンス データの値または生のパフォーマンス データの 2 つの値に変換します。
@@ -50,7 +43,7 @@ int FormatFromRawValue (
## パラメーター
`dwCounterType`
-[in]カウンターの型。 カウンターの種類の一覧は、次を参照してください。 [WMI パフォーマンス カウンターの種類](https://msdn.microsoft.com/library/aa394569(v=vs.85).aspx)です。 `dwCounterType`以外の場合は、どのカウンター型でもかまいません`PERF_LARGE_RAW_FRACTION`と`PERF_LARGE_RAW_BASE`です。
+[in]カウンターの型。 カウンターの種類の一覧は、次を参照してください。 [WMI パフォーマンス カウンターの種類](https://msdn.microsoft.com/library/aa394569(v=vs.85).aspx)です。 `dwCounterType` 以外の場合は、どのカウンター型でもかまいません`PERF_LARGE_RAW_FRACTION`と`PERF_LARGE_RAW_BASE`です。
`dwFormat`
[in]生のパフォーマンス データを変換先形式です。 次の値のいずれかを指定できます。
@@ -71,11 +64,11 @@ int FormatFromRawValue (
`pTimeBase`
[in]形式の変換が必要な場合、時間ベースへのポインター。 時間ベースの情報は、形式変換の必要はありません、このパラメーターの値は無視されます。
-`pRawValue1`[in]ポインター、 [ `PDH_RAW_COUNTER` ](https://msdn.microsoft.com/library/windows/desktop/aa373060(v=vs.85).aspx)生のパフォーマンスの値を表す構造です。
+`pRawValue1` [in]ポインター、 [ `PDH_RAW_COUNTER` ](https://msdn.microsoft.com/library/windows/desktop/aa373060(v=vs.85).aspx)生のパフォーマンスの値を表す構造です。
-`pRawValue2`[in]ポインター、 [ `PDH_RAW_COUNTER` ](https://msdn.microsoft.com/library/windows/desktop/aa373060(v=vs.85).aspx)を 2 番目の生のパフォーマンス値を表す構造です。 このパラメーターを指定する場合は、2 番目の生のパフォーマンス値が必要ではありません、`null`です。
+`pRawValue2` [in]ポインター、 [ `PDH_RAW_COUNTER` ](https://msdn.microsoft.com/library/windows/desktop/aa373060(v=vs.85).aspx)を 2 番目の生のパフォーマンス値を表す構造です。 このパラメーターを指定する場合は、2 番目の生のパフォーマンス値が必要ではありません、`null`です。
-`pFmtValue`[out]ポインター、 [ `PDH_FMT_COUNTERVALUE` ](https://msdn.microsoft.com/library/windows/desktop/aa373050(v=vs.85).aspx)書式設定されたパフォーマンスの値を受け取る。
+`pFmtValue` [out]ポインター、 [ `PDH_FMT_COUNTERVALUE` ](https://msdn.microsoft.com/library/windows/desktop/aa373050(v=vs.85).aspx)書式設定されたパフォーマンスの値を受け取る。
## 戻り値
@@ -91,12 +84,12 @@ int FormatFromRawValue (
この関数への呼び出しをラップする、 [FormatFromRawValue](https://msdn.microsoft.com/library/ms231047(v=vs.85).aspx)関数。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ライブラリ:** PerfCounter.dll
- **.NET framework のバージョン:**[!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
## 関連項目
[WMI およびパフォーマンス カウンター (アンマネージ API リファレンス)](index.md)
diff --git a/docs/framework/unmanaged-api/wmi/get.md b/docs/framework/unmanaged-api/wmi/get.md
index b6d08af292f..c2d44e22274 100644
--- a/docs/framework/unmanaged-api/wmi/get.md
+++ b/docs/framework/unmanaged-api/wmi/get.md
@@ -2,10 +2,6 @@
title: Get 関数 (アンマネージ API リファレンス)
description: Get 関数は、指定されたプロパティ値を取得します。
ms.date: 11/06/2017
-ms.prod: .net-framework
-ms.technology:
-- dotnet-clr
-ms.topic: reference
api_name:
- Get
api_location:
@@ -20,14 +16,11 @@ topic_type:
- Reference
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 69312030689ab1b87e3aadd040395f06e1c94ac8
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 2f837a526879f80177bc9979e1d7671edfcd8d4f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# Get 関数
存在する場合は、指定されたプロパティ値を取得します。
@@ -59,13 +52,13 @@ HRESULT Get (
`wszName`
[in]プロパティの名前です。
-`lFlags`[in]予約されています。 このパラメーターは、0 を指定する必要があります。
+`lFlags` [in]予約されています。 このパラメーターは、0 を指定する必要があります。
-`pVal`[out]関数が正常に返された場合の値が含まれています、`wszName`プロパティです。 `pval`引数には、正しい型および修飾子の値が割り当てられています。
+`pVal` [out]関数が正常に返された場合の値が含まれています、`wszName`プロパティです。 `pval`引数には、正しい型および修飾子の値が割り当てられています。
-`pvtType`[out]関数が正常に返された場合は、 [CIM 型の定数](https://msdn.microsoft.com/library/aa386309(v=vs.85).aspx)プロパティの型を示すです。 その値にはあります`null`です。
+`pvtType` [out]関数が正常に返された場合は、 [CIM 型の定数](https://msdn.microsoft.com/library/aa386309(v=vs.85).aspx)プロパティの型を示すです。 その値にはあります`null`です。
-`plFlavor`[out]関数が正常に返された場合は、プロパティの原点に関する情報を受け取ります。 その値を指定できます`null`、またはいずれかで定義されている次の WBEM_FLAVOR_TYPE 定数の*WbemCli.h*ヘッダー ファイル。
+`plFlavor` [out]関数が正常に返された場合は、プロパティの原点に関する情報を受け取ります。 その値を指定できます`null`、またはいずれかで定義されている次の WBEM_FLAVOR_TYPE 定数の*WbemCli.h*ヘッダー ファイル。
|定数 |[値] |説明 |
|---------|---------|---------|
@@ -93,12 +86,12 @@ HRESULT Get (
`pVal`引数には、正しい型および修飾子と COM の値が割り当てられている[VariantInit](https://msdn.microsoft.com/library/ms221402(v=vs.85).aspx)関数
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** WMINet_Utils.idl
- **.NET framework のバージョン:**[!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
## 関連項目
[WMI およびパフォーマンス カウンター (アンマネージ API リファレンス)](index.md)
diff --git a/docs/framework/unmanaged-api/wmi/getdemultiplexedstub.md b/docs/framework/unmanaged-api/wmi/getdemultiplexedstub.md
index 7975fdf1a33..2f8859de5f2 100644
--- a/docs/framework/unmanaged-api/wmi/getdemultiplexedstub.md
+++ b/docs/framework/unmanaged-api/wmi/getdemultiplexedstub.md
@@ -1,11 +1,7 @@
---
-title: "GetDemultiplexedStub 関数 (アンマネージ API リファレンス)"
-description: "GetDemultiplexedStub 関数では、Windows の管理から非同期呼び出しの受信をクライアントを支援するためには、オブジェクト転送シンクを作成します。"
+title: GetDemultiplexedStub 関数 (アンマネージ API リファレンス)
+description: GetDemultiplexedStub 関数では、Windows の管理から非同期呼び出しの受信をクライアントを支援するためには、オブジェクト転送シンクを作成します。
ms.date: 11/06/2017
-ms.prod: .net-framework
-ms.technology:
-- dotnet-clr
-ms.topic: reference
api_name:
- GetDemultiplexedStub
api_location:
@@ -20,14 +16,11 @@ topic_type:
- Reference
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: f53ee18345347f506a404a22bf5bfea6af037463
-ms.sourcegitcommit: c0dd436f6f8f44dc80dc43b07f6841a00b74b23f
+ms.openlocfilehash: 6b195d3a512c537ca409bd2039add9e69abaf4df
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 01/19/2018
+ms.lasthandoff: 05/04/2018
---
# GetDemultiplexedStub 関数
Windows の管理から非同期呼び出しの受信をクライアントを支援するためには、オブジェクト転送シンクを作成します。
@@ -61,12 +54,12 @@ HRESULT GetDemultiplexedStub (
関数が失敗した場合、戻り値がゼロ以外のエラー コードです。 拡張エラー情報を取得する呼び出し、 [GetErrorInfo](geterrorinfo.md)関数。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** WMINet_Utils.idl
- **.NET framework のバージョン:**[!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
## 関連項目
[WMI およびパフォーマンス カウンター (アンマネージ API リファレンス)](index.md)
diff --git a/docs/framework/unmanaged-api/wmi/getqualifierset.md b/docs/framework/unmanaged-api/wmi/getqualifierset.md
index a0e5b1be00e..3800da479a8 100644
--- a/docs/framework/unmanaged-api/wmi/getqualifierset.md
+++ b/docs/framework/unmanaged-api/wmi/getqualifierset.md
@@ -1,11 +1,7 @@
---
-title: "GetQualifierSet 関数 (アンマネージ API リファレンス)"
-description: "GetQualifierSet 関数では、クラスまたはインスタンスの設定、修飾子を取得します。"
+title: GetQualifierSet 関数 (アンマネージ API リファレンス)
+description: GetQualifierSet 関数では、クラスまたはインスタンスの設定、修飾子を取得します。
ms.date: 11/06/2017
-ms.prod: .net-framework
-ms.technology:
-- dotnet-clr
-ms.topic: reference
api_name:
- GetQualifierSet
api_location:
@@ -20,14 +16,11 @@ topic_type:
- Reference
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 127e7862d0cb0d204e91cd5ee36f2d32f1453a8e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0b50befa4346e17048598afd3d018dbde2fe8572
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# GetQualifierSet 関数
クラスのインスタンスまたはクラス定義の設定、修飾子を取得します。
@@ -73,12 +66,12 @@ HRESULT GetQualifierSet (
[IWbemQualifierSet ポインター](https://msdn.microsoft.com/library/aa391860(v=vs.85).aspx)により、呼び出し元を追加、編集、またはこれらの修飾子を削除します。 このような追加、編集、または削除した修飾子は、すべてのインスタンスまたはクラス定義に適用されます。
-## 必要条件
-**プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+**プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** WMINet_Utils.idl
- **.NET framework のバージョン:**[!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
## 関連項目
[WMI およびパフォーマンス カウンター (アンマネージ API リファレンス)](index.md)
diff --git a/docs/framework/unmanaged-api/wmi/putmethod.md b/docs/framework/unmanaged-api/wmi/putmethod.md
index d5bb4008985..d695b9d6c53 100644
--- a/docs/framework/unmanaged-api/wmi/putmethod.md
+++ b/docs/framework/unmanaged-api/wmi/putmethod.md
@@ -1,11 +1,7 @@
---
-title: "PutMethod 関数 (アンマネージ API リファレンス)"
-description: "PutMethod 関数では、メソッドを作成します。"
+title: PutMethod 関数 (アンマネージ API リファレンス)
+description: PutMethod 関数では、メソッドを作成します。
ms.date: 11/06/2017
-ms.prod: .net-framework
-ms.technology:
-- dotnet-clr
-ms.topic: reference
api_name:
- PutMethod
api_location:
@@ -20,14 +16,11 @@ topic_type:
- Reference
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 7e97ffcf44a738234f67d9736382c46c42e5b61e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7f74b0d30a1a8899d3c8d0a2bf0f108ea11165cc
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# PutMethod 関数
メソッドを作成します。
@@ -100,12 +93,12 @@ HRESULT PutMethod (
例については、次を参照してください。、 [IWbemClassObject::PutMethod](https://msdn.microsoft.com/library/aa391456(v=vs.85).aspx)メソッドです。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** WMINet_Utils.idl
- **.NET framework のバージョン:**[!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
## 関連項目
[WMI およびパフォーマンス カウンター (アンマネージ API リファレンス)](index.md)
diff --git a/docs/framework/unmanaged-api/wmi/qualifierset-endenumeration.md b/docs/framework/unmanaged-api/wmi/qualifierset-endenumeration.md
index 17662a9b67f..d7650e6eb5c 100644
--- a/docs/framework/unmanaged-api/wmi/qualifierset-endenumeration.md
+++ b/docs/framework/unmanaged-api/wmi/qualifierset-endenumeration.md
@@ -1,11 +1,7 @@
---
-title: "QualifierSet_EndEnumeration 関数 (アンマネージ API リファレンス)"
-description: "QualifierSet_EndEnumeration 関数は、列挙を終了します。"
+title: QualifierSet_EndEnumeration 関数 (アンマネージ API リファレンス)
+description: QualifierSet_EndEnumeration 関数は、列挙を終了します。
ms.date: 11/06/2017
-ms.prod: .net-framework
-ms.technology:
-- dotnet-clr
-ms.topic: reference
api_name:
- QualifierSet_EndEnumeration
api_location:
@@ -20,14 +16,11 @@ topic_type:
- Reference
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 7d8e6bb24eb471d807af2493f82b6be4f644124f
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0e24acdde486f377cc9187aac088ce7a611cd4eb
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# QualifierSet_EndEnumeration 関数
呼び出しで開始された列挙の終了、 [QualifierSet_BeginEnumeration](qualifierset-beginenumeration.md)関数。
@@ -65,13 +58,13 @@ HRESULT QualifierSet_EndEnumeration (
この呼び出しは、推奨しますが、必要ありません。 すぐに、列挙体に関連付けられているリソースを解放します。
-## 必要条件
+## 要件
-**プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+**プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** WMINet_Utils.idl
-**.NET framework のバージョン:**[!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
+**.NET framework のバージョン:** [!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
## 関連項目
[WMI およびパフォーマンス カウンター (アンマネージ API リファレンス)](index.md)
diff --git a/docs/framework/unmanaged-api/wmi/qualifierset-put.md b/docs/framework/unmanaged-api/wmi/qualifierset-put.md
index d1b87217889..a7869504c6d 100644
--- a/docs/framework/unmanaged-api/wmi/qualifierset-put.md
+++ b/docs/framework/unmanaged-api/wmi/qualifierset-put.md
@@ -1,11 +1,7 @@
---
-title: "QualifierSet_Put 関数 (アンマネージ API リファレンス)"
-description: "QualifierSet_Put 関数は、名前付きの修飾子とその値を書き込みます。"
+title: QualifierSet_Put 関数 (アンマネージ API リファレンス)
+description: QualifierSet_Put 関数は、名前付きの修飾子とその値を書き込みます。
ms.date: 11/06/2017
-ms.prod: .net-framework
-ms.technology:
-- dotnet-clr
-ms.topic: reference
api_name:
- QualifierSet_Put
api_location:
@@ -20,14 +16,11 @@ topic_type:
- Reference
author: rpetrusha
ms.author: ronpet
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 1bf5c6dbf0f707942d58f4d7cf155636f0532724
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7ccb0aef0e998ffccd7526f9f0554bceb892001b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# QualifierSet_Put 関数
名前付きの修飾子と値を書き込みます。 新しい修飾子には、同じ名前の前の値が上書きされます。 修飾子が存在しない場合は作成されます。
@@ -57,9 +50,9 @@ HRESULT QualifierSet_Put (
`wszName`
[in]書き込む修飾子の名前。
-`pVal`[in]有効なポインター`VARIANT`書き込む修飾子を格納しています。 このパラメーターを指定できません`null`です。
+`pVal` [in]有効なポインター`VARIANT`書き込む修飾子を格納しています。 このパラメーターを指定できません`null`です。
-`lFlavor`[in]この修飾子に必要な修飾子のフレーバーを定義する次の定数の 1 つ。 既定値は`WBEM_FLAVOR_OVERRIDABLE`(0) です。
+`lFlavor` [in]この修飾子に必要な修飾子のフレーバーを定義する次の定数の 1 つ。 既定値は`WBEM_FLAVOR_OVERRIDABLE`(0) です。
|定数 |[値] |説明 |
|---------|---------|---------|
@@ -85,12 +78,12 @@ HRESULT QualifierSet_Put (
この関数への呼び出しをラップする、 [IWbemQualifierSet::Put](https://msdn.microsoft.com/library/aa391871(v=vs.85).aspx)メソッドです。
-## 必要条件
- **プラットフォーム:**を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
+## 要件
+ **プラットフォーム:** を参照してください[システム要件](../../../../docs/framework/get-started/system-requirements.md)です。
**ヘッダー:** WMINet_Utils.idl
- **.NET framework のバージョン:**[!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
+ **.NET framework のバージョン:** [!INCLUDE[net_current_v472plus](../../../../includes/net-current-v472plus.md)]
## 関連項目
[WMI およびパフォーマンス カウンター (アンマネージ API リファレンス)](index.md)
diff --git a/docs/framework/wcf/architecture.md b/docs/framework/wcf/architecture.md
index 8f3ce62ea61..acb167caf12 100644
--- a/docs/framework/wcf/architecture.md
+++ b/docs/framework/wcf/architecture.md
@@ -1,31 +1,19 @@
---
-title: "Windows Communication Foundation のアーキテクチャ"
-ms.custom:
+title: Windows Communication Foundation のアーキテクチャ
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
helpviewer_keywords:
- Windows Communication Foundation [WCF], architecture
- WCF [WCF], architecture
- architecture [WCF]
ms.assetid: a3bcb0a1-56ea-4ba6-9736-d260d90dade5
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 1bc7383c5b93203b144c965f06fa7365c864de27
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
-ms.translationtype: MT
+ms.openlocfilehash: b54c9cd7f4e6bc33dac07d30a86df81668ae13e5
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
+ms.translationtype: HT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# Windows Communication Foundation のアーキテクチャ
-次の図は、[!INCLUDE[indigo1](../../../includes/indigo1-md.md)] アーキテクチャの主要なレイヤーを示しています。
+次の図は、Windows Communication Foundation (WCF) アーキテクチャの主要なレイヤーを示しています。
## WCF アーキテクチャ
![WCF アーキテクチャ](../../../docs/framework/wcf/media/wcf-architecture.gif "WCF_Architecture")
@@ -56,6 +44,6 @@ ms.lasthandoff: 12/22/2017
サービスがすることもできます*ホスト*、または IIS や Windows アクティブ化サービス (WAS) などの外部エージェントによって管理される実行可能ファイルで実行します。 WAS を使用した場合、WAS を実行しているコンピューター上で [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] アプリケーションを展開すると、自動的にそのアプリケーションをアクティブ化できます。 サービスは、実行可能ファイル (.exe ファイル) として手動で実行することもできます。 また、Windows サービスとして自動的に実行することもできます。 COM+ コンポーネントを、[!INCLUDE[indigo2](../../../includes/indigo2-md.md)] サービスとしてホストすることもできます。
-## 参照
+## 関連項目
[Windows Communication Foundation とは](../../../docs/framework/wcf/whats-wcf.md)
[Windows Communication Foundation の基本概念](../../../docs/framework/wcf/fundamental-concepts.md)
diff --git a/docs/framework/wcf/configuring-client-behaviors.md b/docs/framework/wcf/configuring-client-behaviors.md
index 8990b5cea88..6701c9b1fdc 100644
--- a/docs/framework/wcf/configuring-client-behaviors.md
+++ b/docs/framework/wcf/configuring-client-behaviors.md
@@ -1,30 +1,18 @@
---
-title: "クライアントの動作の構成"
-ms.custom:
+title: クライアントの動作の構成
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
dev_langs:
- csharp
- vb
ms.assetid: df5b32fa-e73b-4e8e-b66f-357c748e0173
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: ee79900b52ae0fa58e8fb9a5cbbf50f5a882c295
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 062e726b6f1d6831303e1cc0ae82a434daab860c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# クライアントの動作の構成
-[!INCLUDE[indigo1](../../../includes/indigo1-md.md)] は 2 とおりの方法で動作を構成します。1 つは動作の構成を参照する方法で、これはクライアント アプリケーションの構成ファイルの `` セクションで定義されます。もう 1 つは、呼び出し元アプリケーションでプログラムによって動作を構成する方法です。 このトピックでは、両方の方法について説明します。
+Windows Communication Foundation (WCF) では、2 つの方法で動作を構成します--で定義されている動作の構成を参照して、``クライアント アプリケーション構成ファイル – またはプログラムによって呼び出し元のセクション。アプリケーション。 このトピックでは、両方の方法について説明します。
構成ファイルを使用する場合、動作の構成には、構成設定の名前付きコレクションがあります。 各動作の構成には、一意の名前を指定する必要があります。 この文字列をエンドポイントの構成の `behaviorConfiguration` 属性で使用し、エンドポイントと動作を関連付けます。
@@ -54,7 +42,7 @@ ms.lasthandoff: 12/22/2017
```
## プログラムによる動作の使用
- クライアントを開く前に、`Behaviors` クライアント オブジェクトまたはクライアント チャネル ファクトリ オブジェクト上の適切な [!INCLUDE[indigo1](../../../includes/indigo1-md.md)] プロパティを見つけることで、動作をプログラムによって構成または挿入することもできます。
+ 構成で、適切な動作をプログラムによって挿入したり`Behaviors`Windows Communication Foundation (WCF) クライアント オブジェクトまたはクライアントを開く前に、クライアント チャネル ファクトリ オブジェクトのプロパティです。
## 例
次のコード例は、チャネル オブジェクトの作成前に、 プロパティから返される 上の プロパティにアクセスすることで、プログラムでクライアント動作が挿入される方法を示します。
@@ -62,5 +50,5 @@ ms.lasthandoff: 12/22/2017
[!code-csharp[ChannelFactoryBehaviors#10](../../../samples/snippets/csharp/VS_Snippets_CFX/channelfactorybehaviors/cs/client.cs#10)]
[!code-vb[ChannelFactoryBehaviors#10](../../../samples/snippets/visualbasic/VS_Snippets_CFX/channelfactorybehaviors/vb/client.vb#10)]
-## 参照
- [\<ビヘイビアー >](../../../docs/framework/configure-apps/file-schema/wcf/behaviors.md)
+## 関連項目
+ [\](../../../docs/framework/configure-apps/file-schema/wcf/behaviors.md)
diff --git a/docs/framework/wcf/configuring-services.md b/docs/framework/wcf/configuring-services.md
index 2849da47e1a..eedd2738c84 100644
--- a/docs/framework/wcf/configuring-services.md
+++ b/docs/framework/wcf/configuring-services.md
@@ -1,28 +1,14 @@
---
-title: "サービスの構成"
-ms.custom:
+title: サービスの構成
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
helpviewer_keywords:
- configuration [WCF]
ms.assetid: beac771e-f28e-4f84-9ff1-ad9251c726d3
-caps.latest.revision:
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 857ec77e54d6a55bde1a94fd9fd5758ef7a24309
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
-ms.translationtype: MT
+ms.openlocfilehash: dc3aeadafd54bbd8b57a3e8c781e0cced9e7e632
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
+ms.translationtype: HT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# サービスの構成
サービス コントラクトの設計、実装が終われば、サービスを構成できる状態になります。 クライアント側から見たサービスの動作は、ここで定義、カスタマイズします。サービスと通信するためのアドレス、メッセージの送受信に使うトランスポートやエンコーディング、必要なセキュリティ型などを指定できます。
@@ -34,13 +20,13 @@ ms.lasthandoff: 12/22/2017
[!INCLUDE[netfx40_long](../../../includes/netfx40-long-md.md)]以降では、 [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] には、 [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] 構成要件を簡略化する新しい既定の構成モデルが付属しています。 特定のサービスに対し [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] 構成を指定しないと、ランタイムは自動的に既定のエンドポイント、バインディング、および動作でサービスを構成します。
[構成ファイルを使用してサービスを構成する方法](../../../docs/framework/wcf/configuring-services-using-configuration-files.md)
- [!INCLUDE[indigo1](../../../includes/indigo1-md.md)] サービスは、[!INCLUDE[dnprdnshort](../../../includes/dnprdnshort-md.md)] の構成技術を使用して構成できます。 通常、XML 要素は、[!INCLUDE[indigo2](../../../includes/indigo2-md.md)] サービスをホストするインターネット インフォメーション サービス (IIS) サイトの Web.config ファイルに追加されます。 この要素によって、コンピューターごとにエンドポイント アドレス (サービスと通信するために使用する実際のアドレス) などの詳細情報を変更できます。
+ Windows Communication Foundation (WCF) サービスは、構成可能なを使用して、[!INCLUDE[dnprdnshort](../../../includes/dnprdnshort-md.md)]テクノロジ構成します。 通常、XML 要素は、 [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] サービスをホストするインターネット インフォメーション サービス (IIS) サイトの Web.config ファイルに追加されます。 この要素によって、コンピューターごとにエンドポイント アドレス (サービスと通信するために使用する実際のアドレス) などの詳細情報を変更できます。
[バインディング](../../../docs/framework/wcf/bindings.md)
さらに [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] には、一般的な構成がシステム提供のバインディングとして用意されています。これを使用すると、クライアントとサービスの通信方法に関する基本事項 (トランスポート、セキュリティ、メッセージのエンコーディングなど) を容易に選択できます。
[エンドポイント](../../../docs/framework/wcf/endpoints.md)
- すべての通信、[!INCLUDE[indigo2](../../../includes/indigo2-md.md)]サービスが使用して行われる、*エンドポイント*サービス。 エンドポイントには、コントラクト、バインディングで指定されている構成情報、およびサービスの検索場所やサービスに関する情報の取得場所を示すアドレスが設定されています。
+ [!INCLUDE[indigo2](../../../includes/indigo2-md.md)]サービスにおけるすべての通信はサービスの*エンドポイント*を通じて発生します。 エンドポイントには、コントラクト、バインディングで指定されている構成情報、およびサービスの検索場所やサービスに関する情報の取得場所を示すアドレスが設定されています。
[サービスのセキュリティ保護](../../../docs/framework/wcf/securing-services.md)
[!INCLUDE[indigo2](../../../includes/indigo2-md.md)] および既存のセキュリティ機構を使用することにより、機密性、整合性、認証、および承認をサービスに実装できます。 また、セキュリティに関する成功および失敗を監査することも可能です。
@@ -68,7 +54,7 @@ ms.lasthandoff: 12/22/2017
[管理と診断](../../../docs/framework/wcf/diagnostics/index.md)
-## 参照
+## 関連項目
[基本的な WCF プログラミング](../../../docs/framework/wcf/basic-wcf-programming.md)
[概念](../../../docs/framework/wcf/conceptual-overview.md)
[WCF 機能の詳細](../../../docs/framework/wcf/feature-details/index.md)
diff --git a/docs/framework/wcf/diagnostics/etw/1402-idletimeout.md b/docs/framework/wcf/diagnostics/etw/1402-idletimeout.md
index acbd30ca621..c82141896e5 100644
--- a/docs/framework/wcf/diagnostics/etw/1402-idletimeout.md
+++ b/docs/framework/wcf/diagnostics/etw/1402-idletimeout.md
@@ -1,24 +1,12 @@
---
title: 1402 - IdleTimeout
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 581233aa-ce1a-49b6-9497-8bff88664036
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: b0631411c56505daa505ae9852e36df600a32d2b
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: b7e91c0b910685affdf16e36de2fce9d8067b2f5
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 1402 - IdleTimeout
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/212-parameterinspectorbeforecallinvoked.md b/docs/framework/wcf/diagnostics/etw/212-parameterinspectorbeforecallinvoked.md
index 37ff8c0113c..1622714885f 100644
--- a/docs/framework/wcf/diagnostics/etw/212-parameterinspectorbeforecallinvoked.md
+++ b/docs/framework/wcf/diagnostics/etw/212-parameterinspectorbeforecallinvoked.md
@@ -1,24 +1,12 @@
---
title: 212 - ParameterInspectorBeforeCallInvoked
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 063fc8d2-ceac-4c18-8368-de84f2c78035
-caps.latest.revision: "8"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: c428c9057e1538cfadb2b02bd05e2d61b4566399
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 02d4a4ed1e96983e132a1943dd39f9f885e5596a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 212 - ParameterInspectorBeforeCallInvoked
## プロパティ
@@ -41,5 +29,5 @@ ms.lasthandoff: 12/22/2017
|データ項目名|データ項目の型|説明|
|--------------------|--------------------|-----------------|
|TypeName|`xs:string`|呼び出されたインスペクターの型の CLR FullName。|
-|HostReference|`xs:string`|Web ホスト サービスの場合は、このフィールドにより、サービスが Web 階層内で一意に識別されます。 その形式とは見なさ ' Web サイト名アプリケーション仮想パス |です。サービス仮想パス |です。ServiceName' です。 例: ' 既定の Web サイト/CalculatorApplication |/CalculatorService.svc |です。CalculatorService'。|
+|HostReference|`xs:string`|Web ホスト サービスの場合は、このフィールドにより、サービスが Web 階層内で一意に識別されます。 その形式とは見なさ ' Web サイト名アプリケーション仮想パス|サービス仮想パス|ServiceName' です。 例: ' 既定の Web サイト/CalculatorApplication|/CalculatorService.svc|CalculatorService'。|
|AppDomain|`xs:string`|AppDomain.CurrentDomain.FriendlyName で返される文字列。|
diff --git a/docs/framework/wcf/diagnostics/etw/220-messagesenttotransport.md b/docs/framework/wcf/diagnostics/etw/220-messagesenttotransport.md
index 008ad4bf721..56f8be87b7d 100644
--- a/docs/framework/wcf/diagnostics/etw/220-messagesenttotransport.md
+++ b/docs/framework/wcf/diagnostics/etw/220-messagesenttotransport.md
@@ -1,24 +1,12 @@
---
title: 220 - MessageSentToTransport
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: aef4e781-240b-45bc-bff8-400053037e71
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: d391d7bb8276f4b20d831acd59aa8a78db38995c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 92ec664aead15470fbed576bf157d64d984ddebf
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 220 - MessageSentToTransport
## プロパティ
@@ -44,5 +32,5 @@ ms.lasthandoff: 12/22/2017
|データ項目名|データ項目の型|説明|
|--------------------|--------------------|-----------------|
|Correlation ID|`xs:GUID`|サービスまたはクライアントからの `MessageSentToTransport` イベントを、反対側の対応する `MessageReceivedFromTransport` と関連付けるのに使用する、アクティビティ ID。|
-|HostReference|`xs:string`|Web ホスト サービスの場合は、このフィールドにより、サービスが Web 階層内で一意に識別されます。 その形式とは見なさ ' Web サイト名アプリケーション仮想パス |です。サービス仮想パス |です。ServiceName' です。 例: ' 既定の Web サイト/CalculatorApplication |/CalculatorService.svc |です。CalculatorService'。|
+|HostReference|`xs:string`|Web ホスト サービスの場合は、このフィールドにより、サービスが Web 階層内で一意に識別されます。 その形式とは見なさ ' Web サイト名アプリケーション仮想パス|サービス仮想パス|ServiceName' です。 例: ' 既定の Web サイト/CalculatorApplication|/CalculatorService.svc|CalculatorService'。|
|AppDomain|`xs:string`|AppDomain.CurrentDomain.FriendlyName で返される文字列。|
diff --git a/docs/framework/wcf/diagnostics/etw/3302-receivecontextfaulted.md b/docs/framework/wcf/diagnostics/etw/3302-receivecontextfaulted.md
index 3cf97eeba95..53dafe229fd 100644
--- a/docs/framework/wcf/diagnostics/etw/3302-receivecontextfaulted.md
+++ b/docs/framework/wcf/diagnostics/etw/3302-receivecontextfaulted.md
@@ -1,24 +1,12 @@
---
title: 3302 - ReceiveContextFaulted
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: af3d1fc2-40e9-4466-b756-51a582505f3d
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 5f6120e790729fa05b13bf2bc17e22cd84e5dd97
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e5961aa6ba55b42c8577bd3cd09f14d132971e9f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3302 - ReceiveContextFaulted
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3308-clientbaseusinglocalchannelfactory.md b/docs/framework/wcf/diagnostics/etw/3308-clientbaseusinglocalchannelfactory.md
index 0345f5c9941..59254684926 100644
--- a/docs/framework/wcf/diagnostics/etw/3308-clientbaseusinglocalchannelfactory.md
+++ b/docs/framework/wcf/diagnostics/etw/3308-clientbaseusinglocalchannelfactory.md
@@ -1,24 +1,12 @@
---
title: 3308 - ClientBaseUsingLocalChannelFactory
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: f1488c75-38ab-47a0-9951-852488683f2a
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 6c9b93c2bf31ad0b9655a08c72ac546eeacb007c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: fdf0bf0e2cbf7686408638063d3253cd10c06752
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3308 - ClientBaseUsingLocalChannelFactory
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3311-dispatchsuccessful.md b/docs/framework/wcf/diagnostics/etw/3311-dispatchsuccessful.md
index 4e4e68e9996..b08fd9552bc 100644
--- a/docs/framework/wcf/diagnostics/etw/3311-dispatchsuccessful.md
+++ b/docs/framework/wcf/diagnostics/etw/3311-dispatchsuccessful.md
@@ -1,24 +1,12 @@
---
title: 3311 - DispatchSuccessful
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 6995fdd4-520e-46b9-a825-a3001dcdb0ef
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: d59e01e92dae127a67ef92ba9dfb80599b0eb37b
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 9a3aa19240858e209d4f9ce8f23cf6c57ae6bab2
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3311 - DispatchSuccessful
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3321-connectionpoolmiss.md b/docs/framework/wcf/diagnostics/etw/3321-connectionpoolmiss.md
index a239ab8759f..13eb5bc36ca 100644
--- a/docs/framework/wcf/diagnostics/etw/3321-connectionpoolmiss.md
+++ b/docs/framework/wcf/diagnostics/etw/3321-connectionpoolmiss.md
@@ -1,24 +1,12 @@
---
title: 3321 - ConnectionPoolMiss
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: d889fe16-2224-4770-9917-09f1805397ed
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 40a48987d6addac2d7ff2a1727348eeff39db587
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 418f98f9112d4c528d6dc0ceeed62976483dd1da
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3321 - ConnectionPoolMiss
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3324-dispatchformatterserializereplystart.md b/docs/framework/wcf/diagnostics/etw/3324-dispatchformatterserializereplystart.md
index c44131cf6dc..d992ab52f47 100644
--- a/docs/framework/wcf/diagnostics/etw/3324-dispatchformatterserializereplystart.md
+++ b/docs/framework/wcf/diagnostics/etw/3324-dispatchformatterserializereplystart.md
@@ -1,24 +1,12 @@
---
title: 3324 - DispatchFormatterSerializeReplyStart
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: a76cb3c1-e6e7-4b36-9e84-f74f638c867e
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 0868e417b868c135c5688e4ee7078c1705d655a3
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f4b360947677bcdc5d95b992f5ee9cf88e309b8b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3324 - DispatchFormatterSerializeReplyStart
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3328-clientformatterdeserializereplystart.md b/docs/framework/wcf/diagnostics/etw/3328-clientformatterdeserializereplystart.md
index 878099a2e7f..99fe9bd2067 100644
--- a/docs/framework/wcf/diagnostics/etw/3328-clientformatterdeserializereplystart.md
+++ b/docs/framework/wcf/diagnostics/etw/3328-clientformatterdeserializereplystart.md
@@ -1,24 +1,12 @@
---
title: 3328 - ClientFormatterDeserializeReplyStart
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 3e8cb064-3052-481e-8a81-3e311d9ce138
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: e1d541ce3df4781f8944062d41bfddb8f9548aaa
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 46c9ba51fa0f13ba6c924ad77b1240db0798a3ae
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3328 - ClientFormatterDeserializeReplyStart
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3335-getserviceinstancestart.md b/docs/framework/wcf/diagnostics/etw/3335-getserviceinstancestart.md
index 72bff45c0a6..8b61f0c517b 100644
--- a/docs/framework/wcf/diagnostics/etw/3335-getserviceinstancestart.md
+++ b/docs/framework/wcf/diagnostics/etw/3335-getserviceinstancestart.md
@@ -1,24 +1,12 @@
---
title: 3335 - GetServiceInstanceStart
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: c35025d1-b2a1-454d-a6a1-784fc03e2670
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 2f6b7c20c6f6e56221a5f1e64bf24ef2a80c2923
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 332018c24c86b822f3c21b4a3bf133c32206ae88
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3335 - GetServiceInstanceStart
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3343-establishconnectionstop.md b/docs/framework/wcf/diagnostics/etw/3343-establishconnectionstop.md
index 1776062daf1..d2eafe63fb7 100644
--- a/docs/framework/wcf/diagnostics/etw/3343-establishconnectionstop.md
+++ b/docs/framework/wcf/diagnostics/etw/3343-establishconnectionstop.md
@@ -1,24 +1,12 @@
---
title: 3343 - EstablishConnectionStop
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 4ddbaae5-2de0-45d0-90d2-0ab135fea31f
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 281348256d10726aecbc1de7d6c067e8ed4714fa
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a4563b2f01b767deef5663deffb6d897db73256c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3343 - EstablishConnectionStop
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3346-connectionreadersendfault.md b/docs/framework/wcf/diagnostics/etw/3346-connectionreadersendfault.md
index 5a70f49dff4..1bdb953d688 100644
--- a/docs/framework/wcf/diagnostics/etw/3346-connectionreadersendfault.md
+++ b/docs/framework/wcf/diagnostics/etw/3346-connectionreadersendfault.md
@@ -1,24 +1,12 @@
---
title: 3346 - ConnectionReaderSendFault
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 137c665f-0ea1-4405-bf48-65aabfad97e5
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: b97174c4cd2d614de874609d236f62d532b54a11
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 610f821f8d365f673c3900d17f13fe5eefaf9c42
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3346 - ConnectionReaderSendFault
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3354-servicesecuritynegotiationcompleted.md b/docs/framework/wcf/diagnostics/etw/3354-servicesecuritynegotiationcompleted.md
index e1165071c09..04f324f3600 100644
--- a/docs/framework/wcf/diagnostics/etw/3354-servicesecuritynegotiationcompleted.md
+++ b/docs/framework/wcf/diagnostics/etw/3354-servicesecuritynegotiationcompleted.md
@@ -1,24 +1,12 @@
---
title: 3354 - ServiceSecurityNegotiationCompleted
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 093aeefe-1609-4409-b6d2-00f71772bcf7
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 9fe3da4b515f437ca3c11921ab62cfdda1e3ce0a
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 89f13240eff26d64fdfa568170051f9872dadada
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3354 - ServiceSecurityNegotiationCompleted
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3366-sharedlistenerproxyregisterfailed.md b/docs/framework/wcf/diagnostics/etw/3366-sharedlistenerproxyregisterfailed.md
index 236f2701cb6..18777d30d5c 100644
--- a/docs/framework/wcf/diagnostics/etw/3366-sharedlistenerproxyregisterfailed.md
+++ b/docs/framework/wcf/diagnostics/etw/3366-sharedlistenerproxyregisterfailed.md
@@ -1,24 +1,12 @@
---
title: 3366 - SharedListenerProxyRegisterFailed
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 28f6151c-650f-473d-a807-cb06b56f67f1
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 819df3c3c21c6d8838be0243b1f2233c693622d4
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: afb7562424e636991cc198ea97bbaf3df584dc72
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3366 - SharedListenerProxyRegisterFailed
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3373-binarymessagedecodingstart.md b/docs/framework/wcf/diagnostics/etw/3373-binarymessagedecodingstart.md
index 39e948b6936..420f31e8fe5 100644
--- a/docs/framework/wcf/diagnostics/etw/3373-binarymessagedecodingstart.md
+++ b/docs/framework/wcf/diagnostics/etw/3373-binarymessagedecodingstart.md
@@ -1,24 +1,12 @@
---
title: 3373 - BinaryMessageDecodingStart
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 20b13b33-d67d-47fd-aeec-a7fa3fc87c26
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: b86814831cede815b985dc02754de6908b8c4ef0
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 25c456167620e31081e4b2cd97cf452d51da5ef1
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3373 - BinaryMessageDecodingStart
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3375-textmessagedecodingstart.md b/docs/framework/wcf/diagnostics/etw/3375-textmessagedecodingstart.md
index 3ca6d54ea26..72a766e38c9 100644
--- a/docs/framework/wcf/diagnostics/etw/3375-textmessagedecodingstart.md
+++ b/docs/framework/wcf/diagnostics/etw/3375-textmessagedecodingstart.md
@@ -1,24 +1,12 @@
---
title: 3375 - TextMessageDecodingStart
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: a7152c0e-10e5-4446-b52d-60838fb99748
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 2eb54c4937419f80ec2cf7fc194713e66ea0f348
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: b0862eee0d45129c46846a3ad72ba68c65f1b3f3
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3375 - TextMessageDecodingStart
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3382-clientreliablesessionreconnect.md b/docs/framework/wcf/diagnostics/etw/3382-clientreliablesessionreconnect.md
index 3a5f242a0e1..9c5d2688e04 100644
--- a/docs/framework/wcf/diagnostics/etw/3382-clientreliablesessionreconnect.md
+++ b/docs/framework/wcf/diagnostics/etw/3382-clientreliablesessionreconnect.md
@@ -1,24 +1,12 @@
---
title: 3382 - ClientReliableSessionReconnect
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 029c0e75-8cf0-4860-8539-c2baa18eb7a7
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 15c35ff356d29946565bff0aeff18da3fbcecc80
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: c79338106b7d4718271ad2322b59d7097c7403de
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3382 - ClientReliableSessionReconnect
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3394-streamedmessagewrittenbyencoder.md b/docs/framework/wcf/diagnostics/etw/3394-streamedmessagewrittenbyencoder.md
index d7ee88c86a7..b5f791d97ba 100644
--- a/docs/framework/wcf/diagnostics/etw/3394-streamedmessagewrittenbyencoder.md
+++ b/docs/framework/wcf/diagnostics/etw/3394-streamedmessagewrittenbyencoder.md
@@ -1,24 +1,12 @@
---
title: 3394 - StreamedMessageWrittenByEncoder
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 8b3a1a76-e5f7-4421-86cf-d201d724671e
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 84ae810106cfd5406cebf489be7a17695696c6c3
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: cb48518d4cefb55769624769f552efc596915e3d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3394 - StreamedMessageWrittenByEncoder
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3397-bufferedasyncwritestop.md b/docs/framework/wcf/diagnostics/etw/3397-bufferedasyncwritestop.md
index c8248348e72..633794b4f59 100644
--- a/docs/framework/wcf/diagnostics/etw/3397-bufferedasyncwritestop.md
+++ b/docs/framework/wcf/diagnostics/etw/3397-bufferedasyncwritestop.md
@@ -1,24 +1,12 @@
---
title: 3397 - BufferedAsyncWriteStop
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 1bbf56fc-04fe-443b-ae97-769814c7be57
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: a4129cd51df99b5e10c8b36932a15c6eaa3e582e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: de098c03510f31706db31c41080f56375ebb723d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3397 - BufferedAsyncWriteStop
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3420-websocketconnectionfailed.md b/docs/framework/wcf/diagnostics/etw/3420-websocketconnectionfailed.md
index a2d0149eb83..7cb24218b41 100644
--- a/docs/framework/wcf/diagnostics/etw/3420-websocketconnectionfailed.md
+++ b/docs/framework/wcf/diagnostics/etw/3420-websocketconnectionfailed.md
@@ -1,24 +1,12 @@
---
title: 3420 - WebSocketConnectionFailed
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 1b5ed1ce-ba57-473c-bc64-fd52646ed3a6
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 02822159fdca07908f5e6b20fd14b891f18a6eba
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a9df3af9c52e24b82c7c26332c47137eb5918f1a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3420 - WebSocketConnectionFailed
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3558-serviceactivationstart.md b/docs/framework/wcf/diagnostics/etw/3558-serviceactivationstart.md
index 1b69c696447..0ac73c5f0bd 100644
--- a/docs/framework/wcf/diagnostics/etw/3558-serviceactivationstart.md
+++ b/docs/framework/wcf/diagnostics/etw/3558-serviceactivationstart.md
@@ -1,24 +1,12 @@
---
title: 3558 - ServiceActivationStart
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 9062c6f4-2252-460c-ad29-f8effa72fcd1
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: a837a858e31365487b5a2bf68de4af676908cdf8
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: cc6a27eddff409eeddb21689525bc7a4cb3d0ebf
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3558 - ServiceActivationStart
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3560-serviceactivationavailablememory.md b/docs/framework/wcf/diagnostics/etw/3560-serviceactivationavailablememory.md
index c8c436ddf77..2ad8e4f51ec 100644
--- a/docs/framework/wcf/diagnostics/etw/3560-serviceactivationavailablememory.md
+++ b/docs/framework/wcf/diagnostics/etw/3560-serviceactivationavailablememory.md
@@ -1,24 +1,12 @@
---
title: 3560 - ServiceActivationAvailableMemory
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: b9360acf-53e6-422f-bacf-12918088c824
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: ec3a0965e2256d975af10a8c18e84c922e082ab6
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 22963c030fcf5169c51d3b4314ff29a3351cf8f9
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3560 - ServiceActivationAvailableMemory
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3800-routingserviceclosingclient.md b/docs/framework/wcf/diagnostics/etw/3800-routingserviceclosingclient.md
index 7392903c3c2..589282b8a5c 100644
--- a/docs/framework/wcf/diagnostics/etw/3800-routingserviceclosingclient.md
+++ b/docs/framework/wcf/diagnostics/etw/3800-routingserviceclosingclient.md
@@ -1,24 +1,12 @@
---
title: 3800 - RoutingServiceClosingClient
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 0baf214b-fa19-4871-a314-735c5939f92c
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 5eca7aa685ade16179a98ad0c02a9cc2397d70d7
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 46da971f882ce53be156576770772d27e8daaa7c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3800 - RoutingServiceClosingClient
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3828-routingservicefiltertablematchstart.md b/docs/framework/wcf/diagnostics/etw/3828-routingservicefiltertablematchstart.md
index 859ea859887..ce61c73d40e 100644
--- a/docs/framework/wcf/diagnostics/etw/3828-routingservicefiltertablematchstart.md
+++ b/docs/framework/wcf/diagnostics/etw/3828-routingservicefiltertablematchstart.md
@@ -1,24 +1,12 @@
---
title: 3828 - RoutingServiceFilterTableMatchStart
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 883b1215-6e24-49c6-9816-22e2e57a1264
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 857db348c196cd4bc0784aa312aa42ac5cd369c2
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f42928f26d0f7e8d3ea55f2d89d10ee9da424ca7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3828 - RoutingServiceFilterTableMatchStart
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/3832-routingservicetransmitsucceeded.md b/docs/framework/wcf/diagnostics/etw/3832-routingservicetransmitsucceeded.md
index 1908d0e912a..88a8b372267 100644
--- a/docs/framework/wcf/diagnostics/etw/3832-routingservicetransmitsucceeded.md
+++ b/docs/framework/wcf/diagnostics/etw/3832-routingservicetransmitsucceeded.md
@@ -1,24 +1,12 @@
---
title: 3832 - RoutingServiceTransmitSucceeded
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 72e0c6b0-7ed2-4a48-aaa0-d5a761a9a469
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 64d22bd2e0ec5a9026f6ebc3ad8e244ac0fb4284
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a5ba9f0c39b6b48ccefc374adb3e45a09af20e0a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 3832 - RoutingServiceTransmitSucceeded
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/4001-transportlistenersessionsreceived.md b/docs/framework/wcf/diagnostics/etw/4001-transportlistenersessionsreceived.md
index 5b44e280e8a..38aed5d4497 100644
--- a/docs/framework/wcf/diagnostics/etw/4001-transportlistenersessionsreceived.md
+++ b/docs/framework/wcf/diagnostics/etw/4001-transportlistenersessionsreceived.md
@@ -1,24 +1,12 @@
---
title: 4001 - TransportListenerSessionsReceived
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: a2c7bb92-f02d-4947-98fd-247b0a55d814
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 75b721eda1ac82ce40bc58af9310a7f803dddcfb
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0855ff545a743c26b11c78e3e8af6e34d19d5461
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 4001 - TransportListenerSessionsReceived
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/4014-messagequeueregisterfailed.md b/docs/framework/wcf/diagnostics/etw/4014-messagequeueregisterfailed.md
index d11355d6e2c..bab300e6894 100644
--- a/docs/framework/wcf/diagnostics/etw/4014-messagequeueregisterfailed.md
+++ b/docs/framework/wcf/diagnostics/etw/4014-messagequeueregisterfailed.md
@@ -1,24 +1,12 @@
---
title: 4014 - MessageQueueRegisterFailed
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: d8aa80ea-e251-4b54-ade7-bfbd6670a6ef
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: e9d40a44c6373a6cd7e1f86ef4a6c0aa33d6e860
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: d05543ae8741365a8fcc0f9e17e7de056f780667
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 4014 - MessageQueueRegisterFailed
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/4021-tcptransportlistenerlisteningstop.md b/docs/framework/wcf/diagnostics/etw/4021-tcptransportlistenerlisteningstop.md
index 082b35425e2..bb5f52512cd 100644
--- a/docs/framework/wcf/diagnostics/etw/4021-tcptransportlistenerlisteningstop.md
+++ b/docs/framework/wcf/diagnostics/etw/4021-tcptransportlistenerlisteningstop.md
@@ -1,24 +1,12 @@
---
title: 4021 - TcpTransportListenerListeningStop
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 00108ffa-fe02-477e-b9aa-6f08f6849cd2
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 729797c1376bf540b6638f203f3fa7a5cf2a39d9
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 966e2237f6c587988c312b30479a458c8cf7278c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 4021 - TcpTransportListenerListeningStop
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/4030-dispatchsessionsuccess.md b/docs/framework/wcf/diagnostics/etw/4030-dispatchsessionsuccess.md
index 9a6cd4cab07..f62cc7e43c2 100644
--- a/docs/framework/wcf/diagnostics/etw/4030-dispatchsessionsuccess.md
+++ b/docs/framework/wcf/diagnostics/etw/4030-dispatchsessionsuccess.md
@@ -1,24 +1,12 @@
---
title: 4030 - DispatchSessionSuccess
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 6530a13d-27d3-4a51-ab3c-7dd962f57b2f
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: dc2790ebef10a721970a2f60d4f3e32deb48e4c7
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: ee9f4b07cf2d0c64fd6bb7907a414ed23120028b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 4030 - DispatchSessionSuccess
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/4033-routingtablelookupstart.md b/docs/framework/wcf/diagnostics/etw/4033-routingtablelookupstart.md
index c693d90b8cc..0c46b46977b 100644
--- a/docs/framework/wcf/diagnostics/etw/4033-routingtablelookupstart.md
+++ b/docs/framework/wcf/diagnostics/etw/4033-routingtablelookupstart.md
@@ -1,24 +1,12 @@
---
title: 4033 - RoutingTableLookupStart
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: d621ecfe-3335-44cb-97cd-a6648eecd9e2
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 74a3360da708672c20dded6d623cce042ceecab3
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: c5ab31b2036060bfd231a67a8c6b0536f93862c9
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 4033 - RoutingTableLookupStart
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/4801-discoveryclientinclientchannelfailedtoclose.md b/docs/framework/wcf/diagnostics/etw/4801-discoveryclientinclientchannelfailedtoclose.md
index bde28f0249b..dd487bd4617 100644
--- a/docs/framework/wcf/diagnostics/etw/4801-discoveryclientinclientchannelfailedtoclose.md
+++ b/docs/framework/wcf/diagnostics/etw/4801-discoveryclientinclientchannelfailedtoclose.md
@@ -1,24 +1,12 @@
---
title: 4801 - DiscoveryClientInClientChannelFailedToClose
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 9d85113b-73b9-4599-b776-30b40aaf1e7a
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 7d2e41d0db8732efdf81ead4ab8ce35a9350d3d1
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e19d190cd774f868ccb8e9e0b324dfb3ddf6733d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 4801 - DiscoveryClientInClientChannelFailedToClose
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/4807-discoverymessagewithinvalidreplyto.md b/docs/framework/wcf/diagnostics/etw/4807-discoverymessagewithinvalidreplyto.md
index c399e892c6c..07fa537ac00 100644
--- a/docs/framework/wcf/diagnostics/etw/4807-discoverymessagewithinvalidreplyto.md
+++ b/docs/framework/wcf/diagnostics/etw/4807-discoverymessagewithinvalidreplyto.md
@@ -1,24 +1,12 @@
---
title: 4807 - DiscoveryMessageWithInvalidReplyTo
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 7f104c23-cee3-4e22-89ad-4934b8a587bb
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 3ba718dfda5e737ca14d65ae97826cc61ac26a11
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: cecefb11c2c7f3b7a913c6872478c25c0a2c8614
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 4807 - DiscoveryMessageWithInvalidReplyTo
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/4814-endpointdiscoverabilitydisabled.md b/docs/framework/wcf/diagnostics/etw/4814-endpointdiscoverabilitydisabled.md
index d3a722a2bc9..b69eb8d55f4 100644
--- a/docs/framework/wcf/diagnostics/etw/4814-endpointdiscoverabilitydisabled.md
+++ b/docs/framework/wcf/diagnostics/etw/4814-endpointdiscoverabilitydisabled.md
@@ -1,24 +1,12 @@
---
title: 4814 - EndpointDiscoverabilityDisabled
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: b3805218-4865-42d8-976a-cbbd4ff6fcc8
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: f81046665a1373ec2e3244ca7ff579b29e06cf6b
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 8d5a5e87ef03f9ad921c5f9af7f0fca4aad37d68
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 4814 - EndpointDiscoverabilityDisabled
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/5004-dcdeserializewithsurrogatestop.md b/docs/framework/wcf/diagnostics/etw/5004-dcdeserializewithsurrogatestop.md
index d493cae9c94..e133def2930 100644
--- a/docs/framework/wcf/diagnostics/etw/5004-dcdeserializewithsurrogatestop.md
+++ b/docs/framework/wcf/diagnostics/etw/5004-dcdeserializewithsurrogatestop.md
@@ -1,24 +1,12 @@
---
title: 5004 - DCDeserializeWithSurrogateStop
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 3d2f0c9f-9b28-40b1-91ff-c1e16afca484
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 86bdcd9b3896b3c580f05417bef5b4d40357d077
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 9c5a87838aef3525e17a17fdcca86eddfd98bdac
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 5004 - DCDeserializeWithSurrogateStop
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/5009-dcgenwriterstop.md b/docs/framework/wcf/diagnostics/etw/5009-dcgenwriterstop.md
index 43557f229f8..2810b065d36 100644
--- a/docs/framework/wcf/diagnostics/etw/5009-dcgenwriterstop.md
+++ b/docs/framework/wcf/diagnostics/etw/5009-dcgenwriterstop.md
@@ -1,24 +1,12 @@
---
title: 5009 - DCGenWriterStop
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 8489e542-b2ab-4c31-9150-08d4f6704150
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: dce73e4bc55ce83c8e28001d3e39a64ce013e0cd
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a3eaa58e9fd66c49aca3979d652e26f5762d3ed1
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 5009 - DCGenWriterStop
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/5013-dcjsongenreaderstop.md b/docs/framework/wcf/diagnostics/etw/5013-dcjsongenreaderstop.md
index 6677108e04e..25d7eb85a1c 100644
--- a/docs/framework/wcf/diagnostics/etw/5013-dcjsongenreaderstop.md
+++ b/docs/framework/wcf/diagnostics/etw/5013-dcjsongenreaderstop.md
@@ -1,24 +1,12 @@
---
title: 5013 - DCJsonGenReaderStop
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 7021eca6-6fdf-4f23-96aa-02d7df0c7dfe
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 2ddc3252b666a017095e0462948f59a169be098c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: d9a4ccfd8ab0b246ef0e61727daead23d62a24d0
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 5013 - DCJsonGenReaderStop
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/5017-genxmlserializablestop.md b/docs/framework/wcf/diagnostics/etw/5017-genxmlserializablestop.md
index 4bfa8245e5e..eb2577ee696 100644
--- a/docs/framework/wcf/diagnostics/etw/5017-genxmlserializablestop.md
+++ b/docs/framework/wcf/diagnostics/etw/5017-genxmlserializablestop.md
@@ -1,24 +1,12 @@
---
title: 5017 - GenXmlSerializableStop
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 41f0d433-487a-4e48-b397-d8d7b6b64b50
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: e86ad1b7a7594f6b8940f52bf8b7409ef87eb9aa
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: ca6a891af0ab3a8ffec2549bef549e4e29517064
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 5017 - GenXmlSerializableStop
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/514-webhostrequeststop.md b/docs/framework/wcf/diagnostics/etw/514-webhostrequeststop.md
index 02d801285cc..d566590f226 100644
--- a/docs/framework/wcf/diagnostics/etw/514-webhostrequeststop.md
+++ b/docs/framework/wcf/diagnostics/etw/514-webhostrequeststop.md
@@ -1,24 +1,12 @@
---
title: 514 - WebHostRequestStop
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: c5858bf6-3330-4f2a-9907-a99692fa8817
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: eb4a030268671df471f6750cee97abd6ca270604
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: c5f29851cf1e3b7607eaafc411e7a221273bcb3d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 514 - WebHostRequestStop
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/57393-appdomainunload.md b/docs/framework/wcf/diagnostics/etw/57393-appdomainunload.md
index 632f2c94285..b14e217c4a8 100644
--- a/docs/framework/wcf/diagnostics/etw/57393-appdomainunload.md
+++ b/docs/framework/wcf/diagnostics/etw/57393-appdomainunload.md
@@ -1,24 +1,12 @@
---
title: 57393 - AppDomainUnload
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: e8f45002-025e-4c93-b7b1-a09d631dbb1d
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 945341f284bac20dbb0972db9584cb47916c4b59
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 8508d449f8afe601230cdd04578b1376fd792f8d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 57393 - AppDomainUnload
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/57399-tracecodeeventlogcritical.md b/docs/framework/wcf/diagnostics/etw/57399-tracecodeeventlogcritical.md
index 36ace75e0ff..eb7c4f2c0ad 100644
--- a/docs/framework/wcf/diagnostics/etw/57399-tracecodeeventlogcritical.md
+++ b/docs/framework/wcf/diagnostics/etw/57399-tracecodeeventlogcritical.md
@@ -1,24 +1,12 @@
---
title: 57399 - TraceCodeEventLogCritical
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 0f41451c-1e90-4bc1-8538-2876df819c7f
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 279ffd4465a4ae359f7bd732d5b538ad090149b4
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f61057171e95dc41ada8d94da7e9d759b88c98bf
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 57399 - TraceCodeEventLogCritical
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/706-httpsendmessagestart.md b/docs/framework/wcf/diagnostics/etw/706-httpsendmessagestart.md
index 37ceb70d910..eef25bafe12 100644
--- a/docs/framework/wcf/diagnostics/etw/706-httpsendmessagestart.md
+++ b/docs/framework/wcf/diagnostics/etw/706-httpsendmessagestart.md
@@ -1,24 +1,12 @@
---
title: 706 - HttpSendMessageStart
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 825d3697-4b6c-4156-8f3a-ce24c4e39c48
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 83995a9d452465e5dd0a6b516a10a09e5a67c5fa
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 70ea44a5a407d053bc590e41610d97447af0c4a3
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 706 - HttpSendMessageStart
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/707-httpsendstop.md b/docs/framework/wcf/diagnostics/etw/707-httpsendstop.md
index de920ad0730..2f956d5ae88 100644
--- a/docs/framework/wcf/diagnostics/etw/707-httpsendstop.md
+++ b/docs/framework/wcf/diagnostics/etw/707-httpsendstop.md
@@ -1,24 +1,12 @@
---
title: 707 - HttpSendStop
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 5c8a607a-be7a-4e36-a885-67746f03cae6
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: ec8c4f824bed278135fb69617bbbea17a6730a5e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: b24d5284b3812efd37d6958fb328a9613c30cc56
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 707 - HttpSendStop
## プロパティ
diff --git a/docs/framework/wcf/diagnostics/etw/configuring-message-flow-tracing.md b/docs/framework/wcf/diagnostics/etw/configuring-message-flow-tracing.md
index 13a9efda669..dc59723b17e 100644
--- a/docs/framework/wcf/diagnostics/etw/configuring-message-flow-tracing.md
+++ b/docs/framework/wcf/diagnostics/etw/configuring-message-flow-tracing.md
@@ -1,27 +1,15 @@
---
-title: "メッセージ フローのトレースの構成"
-ms.custom:
+title: メッセージ フローのトレースの構成
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 15571ca2-bee2-47fb-ba10-fcbc09152ad0
-caps.latest.revision: "8"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 8df32a64c07db8a45dfb41a46e7a65a92fbef434
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
-ms.translationtype: MT
+ms.openlocfilehash: 7bfba8ababc6ddc0b2ddd78e879058cfa9e8ebb1
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
+ms.translationtype: HT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# メッセージ フローのトレースの構成
-[!INCLUDE[indigo1](../../../../../includes/indigo1-md.md)] のアクティビティ トレースが有効な場合は、エンド ツー エンド アクティビティ ID が、[!INCLUDE[indigo2](../../../../../includes/indigo2-md.md)] スタック全体で論理アクティビティに割り当てられます。 [!INCLUDE[netfx_current_short](../../../../../includes/netfx-current-short-md.md)] では、この機能の高パフォーマンス バージョンが導入されており、"メッセージ フローのトレース" と呼ばれる Event Tracing for Windows (ETW) と連携します。 この機能が有効な場合は、エンド ツー エンド アクティビティ ID が受信メッセージから取得され (空の場合は割り当てられ)、チャネルによってメッセージがデコードされた後に生成されたすべてのトレース イベントに伝達されます。 ユーザーはこの機能を使用して、デコード後に、異なるサービスから取得したトレース ログでメッセージ フローを再構築できます。
+エンド ツー エンド アクティビティ Id が全体で論理アクティビティに割り当てられた Windows Communication Foundation (WCF) のアクティビティ トレースが有効にすると、[!INCLUDE[indigo2](../../../../../includes/indigo2-md.md)]スタック。 [!INCLUDE[netfx_current_short](../../../../../includes/netfx-current-short-md.md)] では、この機能の高パフォーマンス バージョンが導入されており、"メッセージ フローのトレース" と呼ばれる Event Tracing for Windows (ETW) と連携します。 この機能が有効な場合は、エンド ツー エンド アクティビティ ID が受信メッセージから取得され (空の場合は割り当てられ)、チャネルによってメッセージがデコードされた後に生成されたすべてのトレース イベントに伝達されます。 ユーザーはこの機能を使用して、デコード後に、異なるサービスから取得したトレース ログでメッセージ フローを再構築できます。
トレースは、アプリケーションで問題が検出された後に有効にし、その問題が解決された後は無効にすることができます。
diff --git a/docs/framework/wcf/diagnostics/etw/dynamically-enabling-analytic-tracing.md b/docs/framework/wcf/diagnostics/etw/dynamically-enabling-analytic-tracing.md
index 485b964e59d..60541bb54ff 100644
--- a/docs/framework/wcf/diagnostics/etw/dynamically-enabling-analytic-tracing.md
+++ b/docs/framework/wcf/diagnostics/etw/dynamically-enabling-analytic-tracing.md
@@ -1,29 +1,15 @@
---
title: 分析トレースの動的な有効化
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
ms.assetid: 58b63cfc-307a-427d-b69d-9917ff9f44ac
-caps.latest.revision: 12
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: d070c66eebbf1a067254c38c6e5bfc7f40742863
-ms.sourcegitcommit: 03ee570f6f528a7d23a4221dcb26a9498edbdf8c
-ms.translationtype: MT
+ms.openlocfilehash: 46dfba2cb148009ddfd0bbd40e3b7202d774e0b7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
+ms.translationtype: HT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/28/2018
+ms.lasthandoff: 05/04/2018
---
# 分析トレースの動的な有効化
-Windows オペレーティング システムに付属のツールでは、ETW (Event Tracing for Windows) を使用して、トレースを動的に有効化または無効化できます。 すべての [!INCLUDE[netfx_current_long](../../../../../includes/netfx-current-long-md.md)] [!INCLUDE[indigo1](../../../../../includes/indigo1-md.md)] サービスについては、アプリケーションの Web.config ファイルを変更したり、サービスを再起動したりせずに、分析トレースを動的に有効化および無効化できます。 このため、トレース イベントを生成するアプリケーションに影響が生じません。
+Windows オペレーティング システムに付属のツールでは、ETW (Event Tracing for Windows) を使用して、トレースを動的に有効化または無効化できます。 すべての[!INCLUDE[netfx_current_long](../../../../../includes/netfx-current-long-md.md)]Windows Communication Foundation (WCF) サービスでは、有効および無効なしで動的には、アプリケーションの Web.config ファイルを変更またはサービスを再起動して、分析トレースを指定できます。 このため、トレース イベントを生成するアプリケーションに影響が生じません。
[!INCLUDE[indigo2](../../../../../includes/indigo2-md.md)] のトレース オプションも同様に構成できます。 たとえば、アプリケーションに影響を与えずに、重大度レベルを **Error** から **Information** に変更できます。 これは、次のツールで実行できます。
diff --git a/docs/framework/wcf/diagnostics/event-logging/complusinvokingmethodfailed.md b/docs/framework/wcf/diagnostics/event-logging/complusinvokingmethodfailed.md
index 3b1499c89f9..36acce8ed43 100644
--- a/docs/framework/wcf/diagnostics/event-logging/complusinvokingmethodfailed.md
+++ b/docs/framework/wcf/diagnostics/event-logging/complusinvokingmethodfailed.md
@@ -1,24 +1,12 @@
---
title: ComPlusInvokingMethodFailed
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: aa435a6d-87a1-468e-a73a-f287fcf697c3
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: de207e95b9fa0e747b00dbcd7a211e41723e46cf
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7f48a3f9e674cddc50ad8c163c827990894b8f42
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ComPlusInvokingMethodFailed
Id: 133
@@ -27,6 +15,6 @@ Id: 133
カテゴリ : ServiceModel
-## 参照
+## 関連項目
[イベント ログ](../../../../../docs/framework/wcf/diagnostics/event-logging/index.md)
[イベント一覧](../../../../../docs/framework/wcf/diagnostics/event-logging/events-general-reference.md)
diff --git a/docs/framework/wcf/diagnostics/event-logging/messageauthenticationsuccess.md b/docs/framework/wcf/diagnostics/event-logging/messageauthenticationsuccess.md
index be9b619fed8..d55435a93a9 100644
--- a/docs/framework/wcf/diagnostics/event-logging/messageauthenticationsuccess.md
+++ b/docs/framework/wcf/diagnostics/event-logging/messageauthenticationsuccess.md
@@ -1,24 +1,12 @@
---
title: MessageAuthenticationSuccess
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 75974896-9d26-4586-92fb-578f6c71f0e1
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 0a56e9416d3e43b6789d56eb87a0bccffbd6fcb5
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 786b3993d34b7153559877ec35f603dbae3bec8d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# MessageAuthenticationSuccess
Id: 169
@@ -30,6 +18,6 @@ Id: 169
## 説明
このイベントは、メッセージ認証が成功したことを示します。 イベントには、サービス、アクション、クライアント ID、およびアクティビティ ID が表示されます。
-## 参照
+## 関連項目
[イベント ログ](../../../../../docs/framework/wcf/diagnostics/event-logging/index.md)
[イベント一覧](../../../../../docs/framework/wcf/diagnostics/event-logging/events-general-reference.md)
diff --git a/docs/framework/wcf/diagnostics/event-logging/messageloggingon.md b/docs/framework/wcf/diagnostics/event-logging/messageloggingon.md
index a9a32a59afe..9177c1f7a51 100644
--- a/docs/framework/wcf/diagnostics/event-logging/messageloggingon.md
+++ b/docs/framework/wcf/diagnostics/event-logging/messageloggingon.md
@@ -1,24 +1,12 @@
---
title: MessageLoggingOn
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: b6252ce4-395f-4b9a-a58c-7de8c81c7c5a
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 417c64df319de16a03f623bfe33be2a1909c3b3d
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 31cf9ac5ce7c5297a8d25e702303c87869d074f5
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# MessageLoggingOn
ID : 116
@@ -30,6 +18,6 @@ ID : 116
## 説明
メッセージ ログが有効になりました。 ネットワーク上で暗号化されていても、重要な情報をログに記録できます。 たとえば、メッセージ本文などです。 イベントには、AppID、例外、プロセス名、およびプロセス ID が表示されます。
-## 参照
+## 関連項目
[イベント ログ](../../../../../docs/framework/wcf/diagnostics/event-logging/index.md)
[イベント一覧](../../../../../docs/framework/wcf/diagnostics/event-logging/events-general-reference.md)
diff --git a/docs/framework/wcf/diagnostics/event-logging/missingnecessaryenhancedkeyusage.md b/docs/framework/wcf/diagnostics/event-logging/missingnecessaryenhancedkeyusage.md
index 6231ef6db81..c631f7db452 100644
--- a/docs/framework/wcf/diagnostics/event-logging/missingnecessaryenhancedkeyusage.md
+++ b/docs/framework/wcf/diagnostics/event-logging/missingnecessaryenhancedkeyusage.md
@@ -1,24 +1,12 @@
---
title: MissingNecessaryEnhancedKeyUsage
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 9dffd071-0b79-4e10-9027-06760b4cc3ca
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 40fbc768f060dc7f3d602ab625d3e71808868346
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 07c1085b355eafd713c1e723c5830ba0a747f92f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# MissingNecessaryEnhancedKeyUsage
Id: 157
@@ -30,6 +18,6 @@ Id: 157
## 説明
このイベントは、特定のサブジェクト名と拇印を持つ ID 証明書が、対応する EnhancedKeyUsages に特定のデータを提供していないことを示します。 イベントには、プロセス名とプロセス ID が表示されます。
-## 参照
+## 関連項目
[イベント ログ](../../../../../docs/framework/wcf/diagnostics/event-logging/index.md)
[イベント一覧](../../../../../docs/framework/wcf/diagnostics/event-logging/events-general-reference.md)
diff --git a/docs/framework/wcf/diagnostics/event-logging/missingnecessarykeyusage.md b/docs/framework/wcf/diagnostics/event-logging/missingnecessarykeyusage.md
index 9e5694309aa..f1b781cb6b9 100644
--- a/docs/framework/wcf/diagnostics/event-logging/missingnecessarykeyusage.md
+++ b/docs/framework/wcf/diagnostics/event-logging/missingnecessarykeyusage.md
@@ -1,24 +1,12 @@
---
title: MissingNecessaryKeyUsage
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: abce3542-29d8-4b51-ab5f-f3845242c3c1
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 672b9d3216e1b37a456d485751e53730429bb5cc
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 27f34a24f78ad25e53126dd830305bf37d2fc1fa
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# MissingNecessaryKeyUsage
Id: 156
@@ -30,6 +18,6 @@ Id: 156
## 説明
このイベントは、指定したサブジェクト名と拇印を持つ ID 証明書が、対応する KeyUsages に特定のデータを提供していないことを示します。 プロセス名とプロセス ID も表示されます。
-## 参照
+## 関連項目
[イベント ログ](../../../../../docs/framework/wcf/diagnostics/event-logging/index.md)
[イベント一覧](../../../../../docs/framework/wcf/diagnostics/event-logging/events-general-reference.md)
diff --git a/docs/framework/wcf/diagnostics/event-logging/piiloggingnotallowed.md b/docs/framework/wcf/diagnostics/event-logging/piiloggingnotallowed.md
index fc706c1b46f..57d441b585e 100644
--- a/docs/framework/wcf/diagnostics/event-logging/piiloggingnotallowed.md
+++ b/docs/framework/wcf/diagnostics/event-logging/piiloggingnotallowed.md
@@ -1,24 +1,12 @@
---
title: PiiLoggingNotAllowed
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: fc34a0b6-fee7-4da4-b146-b0c1c8b7519a
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 44c4c1bbd42b2bf66c83899623012d6b07c1a2f4
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: bbeaefc49df856e0fc3b989ad899f26052bed7b7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# PiiLoggingNotAllowed
ID : 108
@@ -30,6 +18,6 @@ ID : 108
## 説明
このイベントは、既知の PII がログ記録されていないことを示します。 既知の PII はログ記録できません。 既知の PII をログ記録できるようにするには、Machine.config の "enableLoggingKnownPii" を `true` に設定します。イベントには、プロセス名とプロセス ID が表示されます。
-## 参照
+## 関連項目
[イベント ログ](../../../../../docs/framework/wcf/diagnostics/event-logging/index.md)
[イベント一覧](../../../../../docs/framework/wcf/diagnostics/event-logging/events-general-reference.md)
diff --git a/docs/framework/wcf/diagnostics/event-logging/starterrorpublish.md b/docs/framework/wcf/diagnostics/event-logging/starterrorpublish.md
index 156a5e592a4..69545ecfabc 100644
--- a/docs/framework/wcf/diagnostics/event-logging/starterrorpublish.md
+++ b/docs/framework/wcf/diagnostics/event-logging/starterrorpublish.md
@@ -1,24 +1,12 @@
---
title: StartErrorPublish
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: d261929a-bd41-4611-8951-d1fb16bda0bc
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: c1b4aae4d15896d70c897490aaa5e3f7e837d82c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 2ec16be695ff190447be387e94764deeda9e77a1
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# StartErrorPublish
ID : 158
@@ -30,6 +18,6 @@ ID : 158
## 説明
このイベントは、NT サービスの開始に失敗したことを示します。 待機エンドポイントを公開できませんでした。 イベントには、プロセス名とプロセス ID が表示されます。
-## 参照
+## 関連項目
[イベント ログ](../../../../../docs/framework/wcf/diagnostics/event-logging/index.md)
[イベント一覧](../../../../../docs/framework/wcf/diagnostics/event-logging/events-general-reference.md)
diff --git a/docs/framework/wcf/diagnostics/event-logging/transactionbridgerecoveryfailure.md b/docs/framework/wcf/diagnostics/event-logging/transactionbridgerecoveryfailure.md
index 5873c3a9427..6b9512a5ca2 100644
--- a/docs/framework/wcf/diagnostics/event-logging/transactionbridgerecoveryfailure.md
+++ b/docs/framework/wcf/diagnostics/event-logging/transactionbridgerecoveryfailure.md
@@ -1,24 +1,12 @@
---
title: TransactionBridgeRecoveryFailure
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: a53891d9-67ea-4ead-8d38-3193cb57cd37
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 03eed22efe7c0c81faaa24239384e84427e7996d
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 65288a01f7a58dd82f6a54ac12ab1b11074879b1
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# TransactionBridgeRecoveryFailure
Id: 146
@@ -30,6 +18,6 @@ Id: 146
## 説明
このイベントは、回復時に MSDTC TransactionBridge でエラーが発生したことを示しています。 これは致命的な状況であるため、MSDTC サービスは終了されました。 イベントには、例外、プロセス名、およびプロセス ID が表示されます。 である必要があります。
-## 参照
+## 関連項目
[イベント ログ](../../../../../docs/framework/wcf/diagnostics/event-logging/index.md)
[イベント一覧](../../../../../docs/framework/wcf/diagnostics/event-logging/events-general-reference.md)
diff --git a/docs/framework/wcf/diagnostics/event-logging/wmiputinstancefailed.md b/docs/framework/wcf/diagnostics/event-logging/wmiputinstancefailed.md
index 494d4ab5141..fef7c7d88ed 100644
--- a/docs/framework/wcf/diagnostics/event-logging/wmiputinstancefailed.md
+++ b/docs/framework/wcf/diagnostics/event-logging/wmiputinstancefailed.md
@@ -1,24 +1,12 @@
---
title: WmiPutInstanceFailed
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 1e56f6db-c6f6-4e57-9668-3ca79c3750af
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 62fdf1e4e2347f2659a59b7f829404e4e3be43c4
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 08eddf70a04f581347812d27271dcd4a51563b76
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# WmiPutInstanceFailed
Id: 121
@@ -30,6 +18,6 @@ Id: 121
## 説明
このイベントは、WMI PutInstance 要求が処理されなかったことを示します。 イベントには、WMI オブジェクト、例外、プロセス名、およびプロセス ID が表示されます。
-## 参照
+## 関連項目
[イベント ログ](../../../../../docs/framework/wcf/diagnostics/event-logging/index.md)
[イベント一覧](../../../../../docs/framework/wcf/diagnostics/event-logging/events-general-reference.md)
diff --git a/docs/framework/wcf/diagnostics/event-logging/wmiunregistrationfailed.md b/docs/framework/wcf/diagnostics/event-logging/wmiunregistrationfailed.md
index 02d8e9f45a3..da80d185c34 100644
--- a/docs/framework/wcf/diagnostics/event-logging/wmiunregistrationfailed.md
+++ b/docs/framework/wcf/diagnostics/event-logging/wmiunregistrationfailed.md
@@ -1,24 +1,12 @@
---
title: WmiUnregistrationFailed
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 7d1d31a7-efab-492d-b0ff-3233d5dc7a2a
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 44d06fbbf4340b5a1b8504be681b57bc958c4b83
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: de00e0d0408a300afadbbfdf5ce77d08702cda80
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# WmiUnregistrationFailed
Id: 127
@@ -30,6 +18,6 @@ Id: 127
## 説明
このイベントは、WMI プロバイダーが登録解除されなかったことを示します。 イベントには、WMI オブジェクト、エラー、プロセス名、およびプロセス ID が表示されます。
-## 参照
+## 関連項目
[イベント ログ](../../../../../docs/framework/wcf/diagnostics/event-logging/index.md)
[イベント一覧](../../../../../docs/framework/wcf/diagnostics/event-logging/events-general-reference.md)
diff --git a/docs/framework/wcf/diagnostics/exceptions-reference/com-integration.md b/docs/framework/wcf/diagnostics/exceptions-reference/com-integration.md
index 81b2e16de3a..79b4a0b0ce9 100644
--- a/docs/framework/wcf/diagnostics/exceptions-reference/com-integration.md
+++ b/docs/framework/wcf/diagnostics/exceptions-reference/com-integration.md
@@ -1,24 +1,12 @@
---
-title: "COM+ 統合"
-ms.custom:
+title: COM+ 統合
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 6a687c1b-d0be-42fb-8f9b-20fea1317411
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 2e4aff7c9e350f33d20c82ac3a3c286495a28d60
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 1680a75adbd4cd6e43be5c3aed2f00049447ab35
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# COM+ 統合
ここでは、COM+ 統合によって生成されるすべての例外を示します。
diff --git a/docs/framework/wcf/diagnostics/exceptions-reference/core-communications-internal-duplex-transport-channels.md b/docs/framework/wcf/diagnostics/exceptions-reference/core-communications-internal-duplex-transport-channels.md
index 869f49eb946..8fb1c373871 100644
--- a/docs/framework/wcf/diagnostics/exceptions-reference/core-communications-internal-duplex-transport-channels.md
+++ b/docs/framework/wcf/diagnostics/exceptions-reference/core-communications-internal-duplex-transport-channels.md
@@ -1,27 +1,15 @@
---
-title: "コア通信 : InternalDuplex トランスポート チャネル"
-ms.custom:
+title: 'コア通信 : InternalDuplex トランスポート チャネル'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: e1004536-afe0-4e06-b3ed-b4ee08bb0189
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: b3a84ca44378f13ab0a283eb665bc011ecddced2
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 948d5afc47a305e8d63cafe6baac5462888ebc5d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# コア通信 : InternalDuplex トランスポート チャネル
-ここでは、[!INCLUDE[indigo1](../../../../../includes/indigo1-md.md)] 内部二重トランスポート チャネルによって生成されるすべての例外を示します。
+このトピックでは、Windows Communication Foundation (WCF) 内部二重トランスポート チャネルによって生成されるすべての例外を示します。
## 例外の一覧
diff --git a/docs/framework/wcf/diagnostics/exceptions-reference/peer-channel.md b/docs/framework/wcf/diagnostics/exceptions-reference/peer-channel.md
index 5c544017982..5dea6e600a0 100644
--- a/docs/framework/wcf/diagnostics/exceptions-reference/peer-channel.md
+++ b/docs/framework/wcf/diagnostics/exceptions-reference/peer-channel.md
@@ -1,27 +1,15 @@
---
-title: "ピア チャネル"
-ms.custom:
+title: ピア チャネル
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: e06a2efb-8e70-4299-8b0f-bfb37efb074b
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 7d1ec4c053a93695240276cb8c0aac6216e02ef5
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f1c0be21614ac59ba512694f981addb2e07e8ec8
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ピア チャネル
-ここでは、[!INCLUDE[indigo1](../../../../../includes/indigo1-md.md)] ピア チャネルによって生成されるすべての例外を示します。
+このトピックでは、Windows Communication Foundation (WCF) のピア チャネルによって生成されるすべての例外を示します。
## 例外の一覧
diff --git a/docs/framework/wcf/diagnostics/index.md b/docs/framework/wcf/diagnostics/index.md
index 48b4addc37d..9f23dce0a70 100644
--- a/docs/framework/wcf/diagnostics/index.md
+++ b/docs/framework/wcf/diagnostics/index.md
@@ -1,14 +1,6 @@
---
title: 管理と診断
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
helpviewer_keywords:
- Windows Communication Foundation, diagnostics
- Windows Communication Foundation, administration
@@ -17,20 +9,14 @@ helpviewer_keywords:
- administration [WCF]
- WCF, administration
ms.assetid: 34c81c08-0e0f-4fbc-9ae8-91948640ee43
-caps.latest.revision: 19
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: fa5256f543a99618e00dc88e085dfee4ac76ebab
-ms.sourcegitcommit: 03ee570f6f528a7d23a4221dcb26a9498edbdf8c
-ms.translationtype: MT
+ms.openlocfilehash: 552ddb842e0a922493feccee1e48e7d5e74291ad
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
+ms.translationtype: HT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/28/2018
+ms.lasthandoff: 05/04/2018
---
# 管理と診断
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] には、アプリケーションのライフサイクルのさまざまな段階を監視できるようにする豊富な機能が用意されています。 たとえば、展開時に構成を使用してサービスとクライアントを設定できます。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] には、アプリケーションのパフォーマンス測定に役立つ多数のパフォーマンス カウンターが備わっています。 また、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] は [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] WMI (Windows Management Instrumentation) プロバイダーを介して実行時のサービスの検査データを公開します。 アプリケーションにエラーが発生したり、適切に動作しなくなったりした場合は、イベント ログを使用して、何か重大なことが発生していないかを確認できます。 メッセージ ログとトレースを使用して、アプリケーションでどのようなイベントが発生しているのかをエンドツーエンドで確認することもできます。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] アプリケーションが正常に動作しなくなった場合、開発者や IT 専門家は、これらの機能を使用してトラブルシューティングを行うことができます。
+Windows Communication Foundation (WCF) では、アプリケーションのライフ サイクルのさまざまな段階を監視するのに役立つ機能の豊富なセットを提供します。 たとえば、展開時に構成を使用してサービスとクライアントを設定できます。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] には、アプリケーションのパフォーマンス測定に役立つ多数のパフォーマンス カウンターが備わっています。 また、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] は [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] WMI (Windows Management Instrumentation) プロバイダーを介して実行時のサービスの検査データを公開します。 アプリケーションにエラーが発生したり、適切に動作しなくなったりした場合は、イベント ログを使用して、何か重大なことが発生していないかを確認できます。 メッセージ ログとトレースを使用して、アプリケーションでどのようなイベントが発生しているのかをエンドツーエンドで確認することもできます。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] アプリケーションが正常に動作しなくなった場合、開発者や IT 専門家は、これらの機能を使用してトラブルシューティングを行うことができます。
> [!NOTE]
> 有効にする必要があります明確な詳細情報なしでエラーを受信している場合、`includeExceptionDetailInFaults`の属性、 [ \](../../../../docs/framework/configure-apps/file-schema/wcf/servicedebug.md)構成要素。 これにより、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] は例外に関する詳細をクライアントに送信するようになり、より詳しい診断を行わなくても多くの一般的な問題を検出できるようになります。 詳細については、次を参照してください。[送信と受信エラー](../../../../docs/framework/wcf/sending-and-receiving-faults.md)です。
diff --git a/docs/framework/wcf/diagnostics/message-flow-overview.md b/docs/framework/wcf/diagnostics/message-flow-overview.md
index 98ac5e0234f..0f99662ce06 100644
--- a/docs/framework/wcf/diagnostics/message-flow-overview.md
+++ b/docs/framework/wcf/diagnostics/message-flow-overview.md
@@ -1,24 +1,12 @@
---
-title: "メッセージ フローの概要"
-ms.custom:
+title: メッセージ フローの概要
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: fb0899e1-84cc-4d90-b45b-dc5a50063943
-caps.latest.revision: "8"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 6fe4d8222bfed231c618ee4e5616dab37f912836
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
-ms.translationtype: MT
+ms.openlocfilehash: 056737b9d057101568274ab8d24c0c0e2780f93a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
+ms.translationtype: HT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# メッセージ フローの概要
相互接続されたサービスを持つ分散システムでは、サービス間の因果関係を調べる必要があります。 状態監視、トラブルシューティング、原因分析などの重要なシナリオをサポートするには、要求フローに含まれるさまざまなコンポーネントを理解することが重要です。 .NET Framework 4 では、多様なサービス間でトレースを関連付けることができるように、次の機能のサポートが追加されています。
diff --git a/docs/framework/wcf/diagnostics/performance-counters/endpoint-calls-failed-per-second.md b/docs/framework/wcf/diagnostics/performance-counters/endpoint-calls-failed-per-second.md
index 22985c2ddc2..734edb285bb 100644
--- a/docs/framework/wcf/diagnostics/performance-counters/endpoint-calls-failed-per-second.md
+++ b/docs/framework/wcf/diagnostics/performance-counters/endpoint-calls-failed-per-second.md
@@ -1,24 +1,12 @@
---
-title: "エンドポイント: 1 秒あたりの失敗した呼び出し"
-ms.custom:
+title: 'エンドポイント: 1 秒あたりの失敗した呼び出し'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: bcbe9da4-c8dd-4e27-b630-11611adc7580
-caps.latest.revision: "9"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: a6aaf1e504909805a542840fe92a6591c9083d8b
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: c0273fc90ad5702663862612f52f03c42f410b8e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# エンドポイント: 1 秒あたりの失敗した呼び出し
カウンター名 : 1 秒あたりの失敗した呼び出し。
@@ -32,5 +20,5 @@ ms.lasthandoff: 12/22/2017
このカウンターは、このエンドポイントで未処理の例外が発生すると常にインクリメントされます。
-## 参照
+## 関連項目
[コントラクトおよびサービスのエラーの指定と処理](../../../../../docs/framework/wcf/specifying-and-handling-faults-in-contracts-and-services.md)
diff --git a/docs/framework/wcf/diagnostics/performance-counters/endpoint-reliable-messaging-sessions-faulted-per-second.md b/docs/framework/wcf/diagnostics/performance-counters/endpoint-reliable-messaging-sessions-faulted-per-second.md
index 7a483a3588b..7c2a27b1cf4 100644
--- a/docs/framework/wcf/diagnostics/performance-counters/endpoint-reliable-messaging-sessions-faulted-per-second.md
+++ b/docs/framework/wcf/diagnostics/performance-counters/endpoint-reliable-messaging-sessions-faulted-per-second.md
@@ -1,24 +1,12 @@
---
-title: "エンドポイント : 1 秒あたりのエラーとなった信頼できるメッセージ セッション"
-ms.custom:
+title: 'エンドポイント : 1 秒あたりのエラーとなった信頼できるメッセージ セッション'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: e9ae808a-7e1f-46b0-9560-d5a866be6d6e
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: fd75dd054fd16278a1b908eecbfc3f2d03e762ca
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 198acbeff6b8a54dcc6e4ae6966fea996da4b745
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# エンドポイント : 1 秒あたりのエラーとなった信頼できるメッセージ セッション
カウンター名 : 1 秒あたりのエラーとなった信頼できるメッセージ セッション
diff --git a/docs/framework/wcf/diagnostics/performance-counters/endpoint-transactions-flowed.md b/docs/framework/wcf/diagnostics/performance-counters/endpoint-transactions-flowed.md
index 14b67a08142..d2eb9cf1f45 100644
--- a/docs/framework/wcf/diagnostics/performance-counters/endpoint-transactions-flowed.md
+++ b/docs/framework/wcf/diagnostics/performance-counters/endpoint-transactions-flowed.md
@@ -1,24 +1,12 @@
---
-title: "エンドポイント : トランザクション フロー"
-ms.custom:
+title: 'エンドポイント : トランザクション フロー'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 66e83f05-349b-4e4f-ac4a-58345e503a30
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 3a57b3f29c1e7d187a803609c43ea48958c1850f
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 2e7630c2b09e67591c44b71cc5b1ce99350adf28
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# エンドポイント : トランザクション フロー
カウンター名 : トランザクション フロー。
diff --git a/docs/framework/wcf/diagnostics/performance-counters/queued-poison-messages.md b/docs/framework/wcf/diagnostics/performance-counters/queued-poison-messages.md
index cde19eb090e..92bdebc179b 100644
--- a/docs/framework/wcf/diagnostics/performance-counters/queued-poison-messages.md
+++ b/docs/framework/wcf/diagnostics/performance-counters/queued-poison-messages.md
@@ -1,24 +1,12 @@
---
-title: "キューに置かれた有害メッセージ"
-ms.custom:
+title: キューに置かれた有害メッセージ
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 8257ba45-08ac-4301-93c3-c93b4b78737a
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: bfa55668d72f9b06abe37046c8ae9c4dbd31b617
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e8dc50ad4396364bb6479b8b870cb0d802f96d54
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# キューに置かれた有害メッセージ
カウンター名 : キューに置かれた有害メッセージ。
diff --git a/docs/framework/wcf/diagnostics/performance-counters/reliable-messaging-messages-dropped.md b/docs/framework/wcf/diagnostics/performance-counters/reliable-messaging-messages-dropped.md
index a909f5eb902..ded857e7ea4 100644
--- a/docs/framework/wcf/diagnostics/performance-counters/reliable-messaging-messages-dropped.md
+++ b/docs/framework/wcf/diagnostics/performance-counters/reliable-messaging-messages-dropped.md
@@ -1,24 +1,12 @@
---
-title: "信頼できるメッセージの破棄されたメッセージ"
-ms.custom:
+title: 信頼できるメッセージの破棄されたメッセージ
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 9933abaa-33ec-4245-b083-bf94415929b5
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: f327ce6411229767eb075e5e1d387441aacbf701
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 889c860fe8c1f119992d516e7ecfd8cb847ec938
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 信頼できるメッセージの破棄されたメッセージ
カウンター名 : 破棄された信頼できるメッセージ。
diff --git a/docs/framework/wcf/diagnostics/performance-counters/service-call-duration.md b/docs/framework/wcf/diagnostics/performance-counters/service-call-duration.md
index 15a8c9b5f81..5f5d00a06df 100644
--- a/docs/framework/wcf/diagnostics/performance-counters/service-call-duration.md
+++ b/docs/framework/wcf/diagnostics/performance-counters/service-call-duration.md
@@ -1,24 +1,12 @@
---
-title: "サービス : 呼び出し時間"
-ms.custom:
+title: 'サービス : 呼び出し時間'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: dfe42a97-daf8-42c3-ba34-4bb8230cdebb
-caps.latest.revision: "9"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: e6bd06f7267a0ad493542f83126cb1fc07d2fe34
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 80e506436e6398907f50ac6a95eb2f66410869a7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# サービス : 呼び出し時間
カウンター名 : 呼び出す期間
@@ -26,5 +14,5 @@ ms.lasthandoff: 12/22/2017
## 説明
このサービスの呼び出しの平均期間です。 平均期間は、(N1-N0)/(D1-D0) という数式に基づいて計算されます。
-## 参照
+## 関連項目
[PERF_AVERAGE_TIMER](http://go.microsoft.com/fwlink/?LinkID=95015)
diff --git a/docs/framework/wcf/diagnostics/performance-counters/service-calls-failed.md b/docs/framework/wcf/diagnostics/performance-counters/service-calls-failed.md
index f47c57ec890..436271d3483 100644
--- a/docs/framework/wcf/diagnostics/performance-counters/service-calls-failed.md
+++ b/docs/framework/wcf/diagnostics/performance-counters/service-calls-failed.md
@@ -1,24 +1,12 @@
---
-title: "サービス : 失敗した呼び出し"
-ms.custom:
+title: 'サービス : 失敗した呼び出し'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 6f688ff4-05ab-4528-98c9-99a6ace28ec6
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 6b529c86c15f54f4511edc5e03201874db1886b8
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: b4e1dbe1fe53c45ee226a7ec838b95c87eb19c9c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# サービス : 失敗した呼び出し
カウンター名 : 失敗した呼び出し。
@@ -26,5 +14,5 @@ ms.lasthandoff: 12/22/2017
## 説明
このサービスで未処理の例外が発生した呼び出しの回数です。 このカウンターは、このサービスで未処理の例外が発生するたびにインクリメントされます。
-## 参照
+## 関連項目
[コントラクトおよびサービスのエラーの指定と処理](../../../../../docs/framework/wcf/specifying-and-handling-faults-in-contracts-and-services.md)
diff --git a/docs/framework/wcf/diagnostics/performance-counters/service-security-calls-not-authorized.md b/docs/framework/wcf/diagnostics/performance-counters/service-security-calls-not-authorized.md
index 768b58ffd3d..bb8c468b8d4 100644
--- a/docs/framework/wcf/diagnostics/performance-counters/service-security-calls-not-authorized.md
+++ b/docs/framework/wcf/diagnostics/performance-counters/service-security-calls-not-authorized.md
@@ -1,24 +1,14 @@
---
-title: "サービス : 承認されていないセキュリティ呼び出し"
-ms.custom:
+title: 'サービス : 承認されていないセキュリティ呼び出し'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 3024b20a-5250-4bd1-a38c-c6d79f89610b
-caps.latest.revision: "5"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: bd3e118d6e657ce03d8ccdf0d68d1b12b84d50bc
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: eb0f0d3e3005a4efca27ec3a63e2a854f735258b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# サービス : 承認されていないセキュリティ呼び出し
カウンター名 : 承認されていないセキュリティ呼び出し。
diff --git a/docs/framework/wcf/diagnostics/performance-counters/service-transactions-flowed.md b/docs/framework/wcf/diagnostics/performance-counters/service-transactions-flowed.md
index 2e04e1ac819..13fcfa0dae4 100644
--- a/docs/framework/wcf/diagnostics/performance-counters/service-transactions-flowed.md
+++ b/docs/framework/wcf/diagnostics/performance-counters/service-transactions-flowed.md
@@ -1,24 +1,12 @@
---
-title: "サービス : トランザクション フロー"
-ms.custom:
+title: 'サービス : トランザクション フロー'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 7c564d7d-60d3-45a4-a9a1-c78f62ace57f
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: e6eb5e06f253e0deb63fa15c770ea49aeee5e2f7
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0c4c863e5beb9cdacdfcd49ad4ad19cca0edb85d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# サービス : トランザクション フロー
カウンター名 : トランザクション フロー。
diff --git a/docs/framework/wcf/diagnostics/performance-counters/transactions-flowed-per-second.md b/docs/framework/wcf/diagnostics/performance-counters/transactions-flowed-per-second.md
index 5b1967cf536..e4c635b0a31 100644
--- a/docs/framework/wcf/diagnostics/performance-counters/transactions-flowed-per-second.md
+++ b/docs/framework/wcf/diagnostics/performance-counters/transactions-flowed-per-second.md
@@ -1,24 +1,12 @@
---
-title: "1 秒あたりのトランザクション フロー"
-ms.custom:
+title: 1 秒あたりのトランザクション フロー
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: b9f661e1-576c-48fc-9fdf-91853e0749e8
-caps.latest.revision: "9"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 432ed6adbaa1f121f11680e0f9574a642565a6f7
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a71095b9fdd16d7e220be8a0aeb0a746bb50527e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 1 秒あたりのトランザクション フロー
カウンター名 : 1 秒あたりのトランザクション フロー
diff --git a/docs/framework/wcf/diagnostics/performance-counters/transactions-flowed.md b/docs/framework/wcf/diagnostics/performance-counters/transactions-flowed.md
index 38510e74e7f..80003f24a85 100644
--- a/docs/framework/wcf/diagnostics/performance-counters/transactions-flowed.md
+++ b/docs/framework/wcf/diagnostics/performance-counters/transactions-flowed.md
@@ -1,24 +1,12 @@
---
-title: "トランザクション フロー"
-ms.custom:
+title: トランザクション フロー
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: efeb0167-2014-4c08-b07a-44885bf80a66
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 504fcc064e5cb4f23f2b0f6d523184badf5c7798
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 01efdace9a37a41ed43ab6616c6beabc0f651235
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# トランザクション フロー
カウンター名 : トランザクション フロー
diff --git a/docs/framework/wcf/diagnostics/tracing/asynchronous-scenarios-using-http-tcp-or-named-pipe.md b/docs/framework/wcf/diagnostics/tracing/asynchronous-scenarios-using-http-tcp-or-named-pipe.md
index 6eefecfb36c..58fc21d3b2b 100644
--- a/docs/framework/wcf/diagnostics/tracing/asynchronous-scenarios-using-http-tcp-or-named-pipe.md
+++ b/docs/framework/wcf/diagnostics/tracing/asynchronous-scenarios-using-http-tcp-or-named-pipe.md
@@ -1,24 +1,12 @@
---
-title: "HTTP、TCP、または名前付きパイプを使用した非同期シナリオ"
-ms.custom:
+title: HTTP、TCP、または名前付きパイプを使用した非同期シナリオ
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: a4d62402-43a4-48a4-9ced-220633ebc4ce
-caps.latest.revision: "12"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 76c4c225b333af6d376fa409a05ea5727ede6e8f
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: d08f70186a59b8717c4441167ee720ba1c20b9dc
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# HTTP、TCP、または名前付きパイプを使用した非同期シナリオ
ここでは、マルチスレッド要求で HTTP、TCP、または名前付きパイプを使用したときの、さまざまな非同期要求/応答シナリオでのアクティビティおよび転送について説明します。
@@ -44,7 +32,7 @@ ms.lasthandoff: 12/22/2017
#### HTTP を使用して、両方の側で伝達が無効になっている場合
場合`propagateActivity` = `false`いずれかの側は示しません ProcessAction アクティビティに転送します。 したがって、新しい ID を使用して、新しい一時的な "アクションを処理" アクティビティが呼び出されます。 非同期応答と ServiceModel コード内の要求が一致する場合は、アクティビティ ID をローカル コンテキストから取得できます。 その ID を使用して、実際の "アクションを処理" アクティビティに転送できます。
- ![#47; (&)、HTTP を使用して非同期シナリオTCP である (、&) #47 です。名前付きパイプ](../../../../../docs/framework/wcf/diagnostics/tracing/media/async2.gif "Async2")
+ ![HTTP を使用した非同期シナリオ/TCP/名前付きパイプ](../../../../../docs/framework/wcf/diagnostics/tracing/media/async2.gif "Async2")
図 2 になります。 非同期クライアント、コールバックなし、 `propagateActivity` = `false`右辺でも左辺でも、HTTP
@@ -53,7 +41,7 @@ ms.lasthandoff: 12/22/2017
Process Action アクティビティが、非同期クライアントで作成されたときに`propagateActivity` = `false`呼び出し元または呼び出し先、および応答メッセージに Action ヘッダーが含まれていない場合。
#### TCP または名前付きパイプを使用して、両方の側で伝達が有効になっている場合
- ![#47; (&)、HTTP を使用して非同期シナリオTCP である (、&) #47 です。名前付きパイプ](../../../../../docs/framework/wcf/diagnostics/tracing/media/async3.gif "Async3")
+ ![HTTP を使用した非同期シナリオ/TCP/名前付きパイプ](../../../../../docs/framework/wcf/diagnostics/tracing/media/async3.gif "Async3")
図 3. 非同期クライアント、コールバックなし、 `propagateActivity` = `true`両側で名前付きパイプ/TCP
@@ -66,7 +54,7 @@ ms.lasthandoff: 12/22/2017
、、図 2 のような場合は`propagateActivity` = `false`いずれかの側では、は示しません ProcessAction アクティビティに転送します。 したがって、新しい ID を使用して、新しい一時的な "アクションを処理" アクティビティが呼び出されます。 非同期応答と ServiceModel コード内の要求が一致する場合は、アクティビティ ID をローカル コンテキストから取得できます。 その ID を使用して、実際の "アクションを処理" アクティビティに転送できます。
- ![#47; (&)、HTTP を使用して非同期シナリオTCP である (、&) #47 です。名前付きパイプ](../../../../../docs/framework/wcf/diagnostics/tracing/media/async4.gif "Async4")
+ ![HTTP を使用した非同期シナリオ/TCP/名前付きパイプ](../../../../../docs/framework/wcf/diagnostics/tracing/media/async4.gif "Async4")
図 4 です。 非同期クライアント、コールバックなし、 `propagateActivity` = `false`右辺でも左辺でも、名前付きパイプ/TCP
@@ -86,7 +74,7 @@ ms.lasthandoff: 12/22/2017
図 6。 非同期クライアント、コールバックあり、コールバック外での `endCall`
### コールバックを伴う非同期サーバー
- ![#47; (&)、HTTP を使用して非同期シナリオTCP である (、&) #47 です。名前付き -です。パイプ](../../../../../docs/framework/wcf/diagnostics/tracing/media/aynchserver.gif "AynchServer")
+ ![HTTP を使用した非同期シナリオ/TCP/名前付き-パイプ](../../../../../docs/framework/wcf/diagnostics/tracing/media/aynchserver.gif "AynchServer")
図 7 です。 非同期サーバー、コールバックあり
diff --git a/docs/framework/wcf/diagnostics/tracing/microsoft-transactions-transactionbridge-coordinatorrecovered.md b/docs/framework/wcf/diagnostics/tracing/microsoft-transactions-transactionbridge-coordinatorrecovered.md
index 4bda83e75be..0607240544b 100644
--- a/docs/framework/wcf/diagnostics/tracing/microsoft-transactions-transactionbridge-coordinatorrecovered.md
+++ b/docs/framework/wcf/diagnostics/tracing/microsoft-transactions-transactionbridge-coordinatorrecovered.md
@@ -1,24 +1,12 @@
---
title: Microsoft.Transactions.TransactionBridge.CoordinatorRecovered
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: a70f7b3c-e3fc-44e7-aace-32fb0086a566
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 75ccf124de91c9df9b918a64d94c58aca289c821
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 2ecc98806a77e4f69e14b23dbf8164614d574936
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# Microsoft.Transactions.TransactionBridge.CoordinatorRecovered
コーディネーターの登録リストが、トランザクション マネージャー ログから回復されました。
@@ -26,7 +14,7 @@ ms.lasthandoff: 12/22/2017
## 説明
指定した上位のコーディネーターの登録リストがローカル トランザクション マネージャーによって正常に回復されたときにトレースされます。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/microsoft-transactions-transactionbridge-preparemessageretry.md b/docs/framework/wcf/diagnostics/tracing/microsoft-transactions-transactionbridge-preparemessageretry.md
index bf488ac5889..1af63fbbea8 100644
--- a/docs/framework/wcf/diagnostics/tracing/microsoft-transactions-transactionbridge-preparemessageretry.md
+++ b/docs/framework/wcf/diagnostics/tracing/microsoft-transactions-transactionbridge-preparemessageretry.md
@@ -1,24 +1,12 @@
---
title: Microsoft.Transactions.TransactionBridge.PrepareMessageRetry
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: ada4baa5-b60d-46b8-ad46-4d69f8d8a9fa
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 3d3483165fe7a4895c6540f2c8023c09d6c00d2f
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: affa647b30dbeb9237e4c20ebb441645eda94276
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# Microsoft.Transactions.TransactionBridge.PrepareMessageRetry
応答しない参加要素に、準備メッセージの再試行が送信されました。
@@ -29,7 +17,7 @@ ms.lasthandoff: 12/22/2017
## トラブルシューティング
応答が時間どおりに配信されない原因となっている可能性のあるネットワークや製品の問題について調査します。 このメッセージが多数表示される場合、インフラストラクチャに問題があるか、または応答時間が異常にかかっていることを示します。 いずれの問題によっても、システム内のトランザクションのスループットが大幅に低下する場合があります。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/microsoft-transactions-transactionbridge-volatileparticipantindoubt.md b/docs/framework/wcf/diagnostics/tracing/microsoft-transactions-transactionbridge-volatileparticipantindoubt.md
index 4b2d1fd4911..49c8c73f999 100644
--- a/docs/framework/wcf/diagnostics/tracing/microsoft-transactions-transactionbridge-volatileparticipantindoubt.md
+++ b/docs/framework/wcf/diagnostics/tracing/microsoft-transactions-transactionbridge-volatileparticipantindoubt.md
@@ -1,24 +1,12 @@
---
title: Microsoft.Transactions.TransactionBridge.VolatileParticipantInDoubt
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 3e8fc825-9f22-47e7-9c16-d64ef291c932
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 0dbfd04ed20a92a2ecf827ef3d6aa4f378eb6a15
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 663c06251f7a52a60b32e2f5cc3c47663436c66b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# Microsoft.Transactions.TransactionBridge.VolatileParticipantInDoubt
WS-AT プロトコル サービスは、認識されない不安定な参加要素からの準備メッセージまたはリプレイ メッセージを受信しました。 参加要素にエラーが返されました。この結果、トランザクションの結果が不明であると宣言します。
@@ -29,7 +17,7 @@ WS-AT プロトコル サービスは、認識されない不安定な参加要
## トラブルシューティング
不安定な参加要素からメッセージが遅れて届く原因を調査してください。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-identitymodel-selectors-generalinformation.md b/docs/framework/wcf/diagnostics/tracing/system-identitymodel-selectors-generalinformation.md
index 615e604cc14..2fc18c0a756 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-identitymodel-selectors-generalinformation.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-identitymodel-selectors-generalinformation.md
@@ -1,24 +1,12 @@
---
title: System.IdentityModel.Selectors.GeneralInformation
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 60eff0ce-cf24-49d0-bc62-66bc8f684322
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 5a79888a12ea8b0975aa5ef60d2cc6098a634a97
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 381d174539257a6c6c9fa6c1454c14b7b661879e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.IdentityModel.Selectors.GeneralInformation
System.IdentityModel.Selectors.GeneralInformation
@@ -26,7 +14,7 @@ System.IdentityModel.Selectors.GeneralInformation
## 説明
これは一般情報です。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-identitymodel-selectors-storecommittransaction.md b/docs/framework/wcf/diagnostics/tracing/system-identitymodel-selectors-storecommittransaction.md
index 9380cca570f..84af5902cc9 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-identitymodel-selectors-storecommittransaction.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-identitymodel-selectors-storecommittransaction.md
@@ -1,24 +1,12 @@
---
title: System.IdentityModel.Selectors.StoreCommitTransaction
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: e9f2db66-5b7d-49e1-b198-0846551c6e8e
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 53dc01ed079168671d6d68aba65d5cb0591e9906
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: b7c9f7fca54be1f10ba2ff507706ca6676069d41
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.IdentityModel.Selectors.StoreCommitTransaction
System.IdentityModel.Selectors.StoreCommitTransaction
@@ -26,7 +14,7 @@ System.IdentityModel.Selectors.StoreCommitTransaction
## 説明
指定したストアのトランザクションをコミットしています。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-identitymodel-selectors-storefailedtoopenstore.md b/docs/framework/wcf/diagnostics/tracing/system-identitymodel-selectors-storefailedtoopenstore.md
index 04893c2b3f8..88c4bbdb5a2 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-identitymodel-selectors-storefailedtoopenstore.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-identitymodel-selectors-storefailedtoopenstore.md
@@ -1,24 +1,12 @@
---
title: System.IdentityModel.Selectors.StoreFailedToOpenStore
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: f850b3e2-022b-4c75-aca3-1a8b14f9dc30
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: be86215f0cc52f04f21666854a5e7955e016b48e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0de50af8c24913a3fae5c9a9845965bc8b139724
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.IdentityModel.Selectors.StoreFailedToOpenStore
System.IdentityModel.Selectors.StoreFailedToOpenStore
@@ -26,7 +14,7 @@ System.IdentityModel.Selectors.StoreFailedToOpenStore
## 説明
ストアを開くことができません。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-runtime-serialization-objectwithlargedepth.md b/docs/framework/wcf/diagnostics/tracing/system-runtime-serialization-objectwithlargedepth.md
index 4f5168f6953..4f8337e3bd2 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-runtime-serialization-objectwithlargedepth.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-runtime-serialization-objectwithlargedepth.md
@@ -1,24 +1,12 @@
---
title: System.Runtime.Serialization.ObjectWithLargeDepth
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 5837891d-104b-4e9b-bfba-5434a9524b33
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 78c4355b93bd7f400299765e32c384ec2287f68e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e2834334c09ad428c58602ec07a2cec60e57544c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.Runtime.Serialization.ObjectWithLargeDepth
System.Runtime.Serialization.ObjectWithLargeDepth
@@ -26,7 +14,7 @@ System.Runtime.Serialization.ObjectWithLargeDepth
## 説明
再帰構造でオブジェクトを記述する場合、階層が深いと制限が生じます。 オブジェクトの深さを減らすことを検討してください。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-activation-messagequeueclosed.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-activation-messagequeueclosed.md
index 7d9061548fc..a9f4f321987 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-activation-messagequeueclosed.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-activation-messagequeueclosed.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Activation.MessageQueueClosed
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 92c40c72-4f0d-4d8a-bde0-1731aaaeaf89
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: c677fb08ff7e49c2ea1726c60982e40c9fc7f957
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 6a1ebcb3e6ea14820f13c9390f5d1d0a75ffdc0d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Activation.MessageQueueClosed
System.ServiceModel.Activation.MessageQueueClosed
@@ -26,7 +14,7 @@ System.ServiceModel.Activation.MessageQueueClosed
## 説明
メッセージ キューを閉じました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-activation-webhostserviceactivated.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-activation-webhostserviceactivated.md
index e04d5ea8846..4049e8339f3 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-activation-webhostserviceactivated.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-activation-webhostserviceactivated.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Activation.WebHostServiceActivated
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: fc3e76d8-4057-474d-815f-1f73f9574588
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 71acaa96a5ca25b4820a89549611a3ee72d4e241
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 26cca86467dca0050a721331c1cf978b032f08c7
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Activation.WebHostServiceActivated
System.ServiceModel.Activation.WebHostServiceActivated
@@ -26,7 +14,7 @@ System.ServiceModel.Activation.WebHostServiceActivated
## 説明
インターネット インフォメーション サービス (IIS) によりホストされるサービスまたは Windows プロセス アクティブ化サービス (WAS) が完全にアクティブになり、メッセージのリッスンを開始します。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-beginexecutemethod.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-beginexecutemethod.md
index d0ac253a18d..31f91c96027 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-beginexecutemethod.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-beginexecutemethod.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.BeginExecuteMethod
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 2dd7d9ec-745e-4463-8494-7f534a598b74
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 6fbe1a44817c8864d03b909a221a58c94d51f218
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: fb4d389f5bc70ef9b95a69b4e1f143a0c402ec4c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.BeginExecuteMethod
System.ServiceModel.BeginExecuteMethod
@@ -26,7 +14,7 @@ System.ServiceModel.BeginExecuteMethod
## 説明
開始メソッドの実行。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-initiatingnamedpipeconnection.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-initiatingnamedpipeconnection.md
index 612bf4e708a..e232284fe94 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-initiatingnamedpipeconnection.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-initiatingnamedpipeconnection.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.InitiatingNamedPipeConnection
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 23bd5f35-4a9c-4ccb-a153-f3f6f6594199
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 8cc0e4c4d1a692f694097ed6f9fe97f40e0a8fbc
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 10a2428ab8a5aff7dbf5d62cad7499ee0dac4da6
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.InitiatingNamedPipeConnection
System.ServiceModel.Channels.InitiatingNamedPipeConnection
@@ -26,7 +14,7 @@ System.ServiceModel.Channels.InitiatingNamedPipeConnection
## 説明
名前付きパイプの接続を開始しています。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-messagereceived.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-messagereceived.md
index e2a09501630..88cf3efcb0a 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-messagereceived.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-messagereceived.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.MessageReceived
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 9e6942a4-051f-416c-9674-7e729b9edd33
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: d23623be9a8c360a84094e874eed93a5f8a25552
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
-ms.translationtype: MT
+ms.openlocfilehash: c1b9b4e911636ea144d5f7e907dcec6b6b8082d8
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
+ms.translationtype: HT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.MessageReceived
System.ServiceModel.Channels.MessageReceived
@@ -28,7 +16,7 @@ System.ServiceModel.Channels.MessageReceived
このトレースは、[!INCLUDE[indigo2](../../../../../includes/indigo2-md.md)] トレース ソースが情報レベルまたは詳細レベルで有効な場合に、`System.ServiceModel` メッセージが受信されるときに出力されます。 このトレースはアクティビティのグラフ ビューでメッセージの相関矢印を表示するために必要です。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqcannotpeekonqueue.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqcannotpeekonqueue.md
index ee7901b009c..19936f3cc98 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqcannotpeekonqueue.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqcannotpeekonqueue.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.MsmqCannotPeekOnQueue
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: cb95e569-cc5e-4d70-81b5-7374d3a2f8be
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 5388b8db09f60e5507c7a65e9e593fd1396f02a9
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0c3444413e00713eef0cc7522d8eef5c53379d66
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.MsmqCannotPeekOnQueue
System.ServiceModel.Channels.MsmqCannotPeekOnQueue
@@ -26,7 +14,7 @@ System.ServiceModel.Channels.MsmqCannotPeekOnQueue
## 説明
MSMQ アクティべーション サービスはキューをピークできません。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqdatagramreceived.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqdatagramreceived.md
index 81faa7e4043..aa9cf1314fd 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqdatagramreceived.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqdatagramreceived.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.MsmqDatagramReceived
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: c924ab16-573a-4fd6-8059-071fc12f4b1b
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 901a5234173de43e9fe41fee3897dbc376cc27d5
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 46eb60d3d15fdd680b4f87aba8886b0aabe5d96e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.MsmqDatagramReceived
System.ServiceModel.Channels.MsmqDatagramReceived
@@ -26,7 +14,7 @@ System.ServiceModel.Channels.MsmqDatagramReceived
## 説明
MSMQ データグラム メッセージが受信されました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqenteredbatch.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqenteredbatch.md
index f8f6e3c7af4..67a0a6cdf99 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqenteredbatch.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqenteredbatch.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.MsmqEnteredBatch
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 5b787c18-1962-4083-93d1-adb680295189
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 0b8762addac428e1e3ff848463737463321b5281
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e9adcc97c08e1598a100129892b9a281b256b855
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.MsmqEnteredBatch
System.ServiceModel.Channels.MsmqEnteredBatch
@@ -26,7 +14,7 @@ System.ServiceModel.Channels.MsmqEnteredBatch
## 説明
MSMQ がバッチ モードを開始しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqleftbatch.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqleftbatch.md
index 6cc72ad2dc7..be8703f1b01 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqleftbatch.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqleftbatch.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.MsmqLeftBatch
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 28b5a2f0-fbfc-477e-97d9-bea2c1bfbbbe
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: b6273d6e9fe9ee252d2f668840eb73a1d0126273
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 2ca0c3b330e76b41d8935bd716506336b146c80c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.MsmqLeftBatch
System.ServiceModel.Channels.MsmqLeftBatch
@@ -26,7 +14,7 @@ System.ServiceModel.Channels.MsmqLeftBatch
## 説明
MSMQ はバッチ モードを終了しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqmessagelockedunderthetransaction.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqmessagelockedunderthetransaction.md
index a7dc655b15b..1193cd91b85 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqmessagelockedunderthetransaction.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqmessagelockedunderthetransaction.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.MsmqMessageLockedUnderTheTransaction
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 5b236bdd-38e8-4c42-9ea5-ac7e5575ebf8
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: b8bdb2dbfdd7c04172d68052fd83eac1b6f8eae5
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 49422b95a1e5510fb224dd0566c71d117e99ff38
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.MsmqMessageLockedUnderTheTransaction
System.ServiceModel.Channels.MsmqMessageLockedUnderTheTransaction
@@ -26,7 +14,7 @@ System.ServiceModel.Channels.MsmqMessageLockedUnderTheTransaction
## 説明
トランザクションでロックされているため、メッセージを移動することも削除することもできません。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqqueueopened.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqqueueopened.md
index fbab851572d..778e67cbf40 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqqueueopened.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqqueueopened.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.MsmqQueueOpened
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 282e108a-73b0-499d-8b9e-e37d1198dda6
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 103ee7f914d9799fc5d2aef2833b46d95bb21852
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 26786137036ea6319441742c536aa905f6e9c931
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.MsmqQueueOpened
System.ServiceModel.Channels.MsmqQueueOpened
@@ -26,7 +14,7 @@ System.ServiceModel.Channels.MsmqQueueOpened
## 説明
MSMQ キューが開かれました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqqueuetransactionalstatusunknown.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqqueuetransactionalstatusunknown.md
index e74f1c8788d..b96bc5ba72c 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqqueuetransactionalstatusunknown.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-msmqqueuetransactionalstatusunknown.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.MsmqQueueTransactionalStatusUnknown
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 193a1a73-42b8-4a98-9a72-ec06ad6b3073
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: c415621011d0da3dcc641e29b533cbc2f97dd6b8
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 9bb7779b0ed56ab8ec74f6071cc1495d2326736b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.MsmqQueueTransactionalStatusUnknown
System.ServiceModel.Channels.MsmqQueueTransactionalStatusUnknown
@@ -26,7 +14,7 @@ System.ServiceModel.Channels.MsmqQueueTransactionalStatusUnknown
## 説明
キューがトランザクション キューであるかどうかを検出できません。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-openedlistener.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-openedlistener.md
index ddbe6ccdb37..4d1c0378750 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-openedlistener.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-openedlistener.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.OpenedListener
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 474830b3-b76c-4f3c-a363-20d9124fece5
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 4aac9c7184ea57d6d10ab4115fe12ee78e5d837f
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 8cfa746e539bb2f7280ed7665dd2eb30171c36d2
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.OpenedListener
System.ServiceModel.Channels.OpenedListener
@@ -26,7 +14,7 @@ System.ServiceModel.Channels.OpenedListener
## 説明
トランスポートは、ベース URI でリッスンしています。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-peerchannelmessagereceived.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-peerchannelmessagereceived.md
index a06dfe791e5..32c1c1cd131 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-peerchannelmessagereceived.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-peerchannelmessagereceived.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.PeerChannelMessageReceived
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: b68cfbbf-27fa-49d4-a2a1-c9f6af4876f2
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: fb0f7d48af6bbb65715dc32e8a2b05197773076a
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: b38cb0bc7a9e38ba18be55c0ac070241cf6647c4
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.PeerChannelMessageReceived
新しい PeerChannel メッセージが受信されました。
@@ -26,7 +14,7 @@ ms.lasthandoff: 12/22/2017
## 説明
このトレースは、新しいメッセージの受信後に行われます。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-peerflooderreceivemessagequotaexceeded.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-peerflooderreceivemessagequotaexceeded.md
index ffd0743d259..3901acbee01 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-peerflooderreceivemessagequotaexceeded.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-peerflooderreceivemessagequotaexceeded.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.PeerFlooderReceiveMessageQuotaExceeded
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: b8371d0a-843e-440b-b86a-6996db131cb0
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 136baabc0760826aa9ba76dc19862c9c4b60e16e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 5c1e6c51ffd5aeafe65a67c8989f554ebf0824d1
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.PeerFlooderReceiveMessageQuotaExceeded
メッセージの受信速度が速すぎます。
@@ -29,7 +17,7 @@ ms.lasthandoff: 12/22/2017
## トラブルシューティング
メッシュ内でメッセージが送信される速度を遅くしてください。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-peerserviceopened.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-peerserviceopened.md
index 03f952eefb6..8d590dc4715 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-peerserviceopened.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-peerserviceopened.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.PeerServiceOpened
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: b06345f4-cde9-484d-b7fb-d67dc356aed6
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: f06597625630b1f5d518b559e405b3a3bb54bb1f
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: e26924a3acacfd465a1becfcf4c299828ac5e60d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.PeerServiceOpened
ピア サービス モジュールが開かれ、指定したアドレスでリッスンを開始しました。
@@ -26,7 +14,7 @@ ms.lasthandoff: 12/22/2017
## 説明
このトレースは、PeerNode のピア サービス モジュールを開くときに行われます。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-prematuredatagrameof.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-prematuredatagrameof.md
index b3e9a82a289..e4d6d7d6802 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-prematuredatagrameof.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-channels-prematuredatagrameof.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Channels.PrematureDatagramEof
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: ec07be8b-b537-4090-be7e-086679dba78d
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 64cf5d6d0e4f731a758eb871554d6f1362888a84
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 91d59d73155bf72dba2315d213d93b64cc207e2c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Channels.PrematureDatagramEof
System.ServiceModel.Channels.PrematureDatagramEof
@@ -26,7 +14,7 @@ System.ServiceModel.Channels.PrematureDatagramEof
## 説明
NULL メッセージ (チャネルの信号終了) が、データグラム チャネルから受信されましたが、チャネルはまだ Opened 状態のままです。 これは、データグラム チャネルにエラーがあり、デマルチプレクサー受信ループが途中で止まったことを示しています。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationdllhostinitializerstopped.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationdllhostinitializerstopped.md
index eefbae9750f..9ecd2c3ffd2 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationdllhostinitializerstopped.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationdllhostinitializerstopped.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.ComIntegration.ComIntegrationDllHostInitializerStopped
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 6b2912d4-21a4-4a9c-bb68-8626fca5cc39
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 23109551be8ac02f48c563d358a978140eef45ac
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 1ab04af94bb2ab7ad6ebfd4afcdff6b0230e457c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.ComIntegration.ComIntegrationDllHostInitializerStopped
System.ServiceModel.ComIntegration.ComIntegrationDllHostInitializerStopped
@@ -26,7 +14,7 @@ System.ServiceModel.ComIntegration.ComIntegrationDllHostInitializerStopped
## 説明
ServiceModelInitializer は、構成されたサービスを停止しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationinstancecreationrequest.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationinstancecreationrequest.md
index 1e40dc0de2f..aca8a8d13c1 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationinstancecreationrequest.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationinstancecreationrequest.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.ComIntegration.ComIntegrationInstanceCreationRequest
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: e9f3f224-cb6b-4c72-a808-d4905ca0c2b8
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 33c755b4623d11b2acb5a91a375fec8fbba936b1
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 09d162210597dddd7f94d2dabedbc32710058c4a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.ComIntegration.ComIntegrationInstanceCreationRequest
System.ServiceModel.ComIntegration.ComIntegrationInstanceCreationRequest
@@ -26,7 +14,7 @@ System.ServiceModel.ComIntegration.ComIntegrationInstanceCreationRequest
## 説明
ComPlus : インスタンス作成要求を受信しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationservicehoststartedservice.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationservicehoststartedservice.md
index 43ecf329ac2..4d370ac8f2f 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationservicehoststartedservice.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationservicehoststartedservice.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.ComIntegration.ComIntegrationServiceHostStartedService
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: f395f028-8c9c-4b5d-857b-8d18f94d3375
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: a7e95cf4c9555533dc2a3c8697c26ce239eb24f7
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: cc60c6bf452aa2556ee7987a3a5a1368ee702b11
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.ComIntegration.ComIntegrationServiceHostStartedService
System.ServiceModel.ComIntegration.ComIntegrationServiceHostStartedService
@@ -26,7 +14,7 @@ System.ServiceModel.ComIntegration.ComIntegrationServiceHostStartedService
## 説明
ComPlus : サービスが開始しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationservicehoststoppingservice.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationservicehoststoppingservice.md
index f53f2c6bdb6..6db0c0227db 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationservicehoststoppingservice.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationservicehoststoppingservice.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.ComIntegration.ComIntegrationServiceHostStoppingService
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 78e4e780-c784-4511-8cf5-dd5293579cec
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: ab8afd2527991ed5c0d288bb68e6f0472c2c378c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 6d9fe00fb8a68fbe3e5e29d8ef51c3b46f2afbd1
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.ComIntegration.ComIntegrationServiceHostStoppingService
System.ServiceModel.ComIntegration.ComIntegrationServiceHostStoppingService
@@ -26,7 +14,7 @@ System.ServiceModel.ComIntegration.ComIntegrationServiceHostStoppingService
## 説明
ComPlus : サービスを停止しています。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationtlbimportconverterevent.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationtlbimportconverterevent.md
index 24f70db9cf3..0daf26573d5 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationtlbimportconverterevent.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-comintegration-comintegrationtlbimportconverterevent.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.ComIntegration.ComIntegrationTLBImportConverterEvent
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: b9d06575-521c-4b88-ae45-0aec098b5bd7
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: bc292e2e1b30acfb3598500ae492247ccab654d6
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: b88e06b2f02441bb6a54914e47abe13042c68a46
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.ComIntegration.ComIntegrationTLBImportConverterEvent
System.ServiceModel.ComIntegration.ComIntegrationTLBImportConverterEvent
@@ -26,7 +14,7 @@ System.ServiceModel.ComIntegration.ComIntegrationTLBImportConverterEvent
## 説明
ComPlus : タイプ ライブラリのコンバーター イベント
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-communicationobjectcreated.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-communicationobjectcreated.md
index eb14ed30b1b..0eb9cde6ad5 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-communicationobjectcreated.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-communicationobjectcreated.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.CommunicationObjectCreated
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 4d0d4ab3-270c-408d-b48a-b53b02cb9263
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 60ef0261465c2264e67b6a25401dddf31ddeabea
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: d37a8a6201ecc47597140c5052f5590686cff567
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.CommunicationObjectCreated
System.ServiceModel.CommunicationObjectCreated
@@ -26,7 +14,7 @@ System.ServiceModel.CommunicationObjectCreated
## 説明
通信オブジェクトが作成されました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-communicationobjectdisposing.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-communicationobjectdisposing.md
index 6abdeb75418..d2aaabb7870 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-communicationobjectdisposing.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-communicationobjectdisposing.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.CommunicationObjectDisposing
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: b7199c74-c218-426b-b77d-a20c562d7910
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: bcdd5fa6fb80d5263f357864ce42b578811c3d96
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 9ab92f6f5b9d058b7e406fa431c94277d4db9dc3
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.CommunicationObjectDisposing
System.ServiceModel.CommunicationObjectDisposing
@@ -26,7 +14,7 @@ System.ServiceModel.CommunicationObjectDisposing
## 説明
通信オブジェクトが破棄されていました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-communicationobjectopening.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-communicationobjectopening.md
index d102c46423b..edd13c53050 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-communicationobjectopening.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-communicationobjectopening.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.CommunicationObjectOpening
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: e19954e9-dd48-4560-b891-96d0ff8ecf98
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: ce22d852346a292b44ea93b804ba13199806b8a0
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 3695eebce1da4b4306f8b33c7418cb88ff1ba02f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.CommunicationObjectOpening
System.ServiceModel.CommunicationObjectOpening
@@ -26,7 +14,7 @@ System.ServiceModel.CommunicationObjectOpening
## 説明
通信オブジェクトを開いています。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-diagnostics-tracetruncatedquotaexceeded.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-diagnostics-tracetruncatedquotaexceeded.md
index bb159fe52e0..13772499ec0 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-diagnostics-tracetruncatedquotaexceeded.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-diagnostics-tracetruncatedquotaexceeded.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.Diagnostics.TraceTruncatedQuotaExceeded
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 623d66f1-389f-43c7-a6ea-afe7f80651a5
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: de666a81aa0595ab9cbe1640f893278c5793b70b
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 640ffd43a3dbdf6cfa1aaf3110771336b3f69ae3
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Diagnostics.TraceTruncatedQuotaExceeded
System.ServiceModel.Diagnostics.TraceTruncatedQuotaExceeded
@@ -26,7 +14,7 @@ System.ServiceModel.Diagnostics.TraceTruncatedQuotaExceeded
## 説明
トレース サイズのクォータを超えました。 トレースは途中終了されました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-endexecutemethod.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-endexecutemethod.md
index 353e1f6e258..bc024641503 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-endexecutemethod.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-endexecutemethod.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.EndExecuteMethod
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 0e68207f-1756-49e2-ac3a-04a881241f8a
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: d0a038fd7c6a2da6e980888297e90cb7c42c3386
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: b84b2f4bec6b8767a27a565bbe05648f11f32f40
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.EndExecuteMethod
System.ServiceModel.EndExecuteMethod
@@ -26,7 +14,7 @@ System.ServiceModel.EndExecuteMethod
## 説明
終了メソッドの実行。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-evaluationcontextnotfound.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-evaluationcontextnotfound.md
index 2029e0398f2..645ae94bbe0 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-evaluationcontextnotfound.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-evaluationcontextnotfound.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.EvaluationContextNotFound
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: ff801204-1fc9-4bb2-9de1-be751073eb34
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: a487e33130cb76c77b93c04fb3c1b41f80272c70
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 888e5e1cd7c9e1542b4585c0481824bf6e3f60b1
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.EvaluationContextNotFound
System.ServiceModel.EvaluationContextNotFound
@@ -26,7 +14,7 @@ System.ServiceModel.EvaluationContextNotFound
## 説明
構成の評価コンテキストが見つかりませんでした。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-messagewritten.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-messagewritten.md
index c291337c9b0..f2f0dcfa920 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-messagewritten.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-messagewritten.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.MessageWritten
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 5d8ce118-acdc-429c-ac89-34e943267c99
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 011c20fc60fc29b0ce3383608328923792f7f1f1
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 73226157a2e4cc3824de195c07fd0811fd910365
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.MessageWritten
System.ServiceModel.MessageWritten
@@ -26,7 +14,7 @@ System.ServiceModel.MessageWritten
## 説明
メッセージが書き込まれました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-routingtablecannotlisten.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-routingtablecannotlisten.md
index ef4d58a796f..27ea1630efe 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-routingtablecannotlisten.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-routingtablecannotlisten.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.PortSharing.RoutingTableCannotListen
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 4c2632b1-ea67-4feb-88f9-d00874842eb9
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 8cc37273b7808c90833a0f765a7731ddacef7a23
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 71b36ced92c68c4f1e072cc3245075ee65431e4a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.PortSharing.RoutingTableCannotListen
System.ServiceModel.PortSharing.RoutingTableCannotListen
@@ -26,7 +14,7 @@ System.ServiceModel.PortSharing.RoutingTableCannotListen
## 説明
ルーティング テーブルをリッスンできません。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-routingtableregistersuccess.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-routingtableregistersuccess.md
index de901bc91e5..d0549d3675f 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-routingtableregistersuccess.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-routingtableregistersuccess.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.PortSharing.RoutingTableRegisterSuccess
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 7f9441ce-5f4a-4080-9be5-c3c08a87bb21
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: f55ec715dd69b76a710ede839c16589d103eb7a6
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 868d136e05b7c0230409e117199fc2cb95b9c381
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.PortSharing.RoutingTableRegisterSuccess
System.ServiceModel.PortSharing.RoutingTableRegisterSuccess
@@ -26,7 +14,7 @@ System.ServiceModel.PortSharing.RoutingTableRegisterSuccess
## 説明
名前空間は正常に登録されました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-transportlistenersessionsreceived.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-transportlistenersessionsreceived.md
index 52c3154a41e..00cda9b2133 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-transportlistenersessionsreceived.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-transportlistenersessionsreceived.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.PortSharing.TransportListenerSessionsReceived
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: e7a1aca3-7585-4e83-be9e-c2010424647e
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: e2e08985752712c5c4f920867fc0022c3b9dee46
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 3edefa8cee2472d214425008d5c22af0d5726186
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.PortSharing.TransportListenerSessionsReceived
System.ServiceModel.PortSharing.TransportListenerSessionsReceived
@@ -26,7 +14,7 @@ System.ServiceModel.PortSharing.TransportListenerSessionsReceived
## 説明
TransportListener がセッションを受信しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-transportlistenerstop.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-transportlistenerstop.md
index f2947fad657..51b94ca0bdb 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-transportlistenerstop.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-transportlistenerstop.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.PortSharing.TransportListenerStop
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 7404a8e8-55c2-4b48-943d-a5df22ae79f9
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 94d91ab278ae4f99ad184f7d1ac885665823a0aa
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 099168d310fe40119c55a99c6b764d8969c346da
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.PortSharing.TransportListenerStop
System.ServiceModel.PortSharing.TransportListenerStop
@@ -26,7 +14,7 @@ System.ServiceModel.PortSharing.TransportListenerStop
## 説明
TransportListener はリッスンを停止します。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-wasclosealllistenerchannelinstances.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-wasclosealllistenerchannelinstances.md
index f396904da2d..240098aad61 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-wasclosealllistenerchannelinstances.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-portsharing-wasclosealllistenerchannelinstances.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.PortSharing.WasCloseAllListenerChannelInstances
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 25c502de-e7d9-4838-bc7e-3ac4fa64dfad
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 7038839cd329048c3d6dd079c68d5ba5a51aa83e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: bc0c3486c43fe27c1fce95ced94474a06781a975
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.PortSharing.WasCloseAllListenerChannelInstances
System.ServiceModel.PortSharing.WasCloseAllListenerChannelInstances
@@ -26,7 +14,7 @@ System.ServiceModel.PortSharing.WasCloseAllListenerChannelInstances
## 説明
Windows プロセス アクティブ化サービス (WAS) を使用するリスナー チャネルのインスタンスをすべて閉じます。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-importsecuritychannelbindingexit.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-importsecuritychannelbindingexit.md
index 03ded2967fa..fae12b3f3cb 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-importsecuritychannelbindingexit.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-importsecuritychannelbindingexit.md
@@ -1,24 +1,14 @@
---
title: System.ServiceModel.Security.ImportSecurityChannelBindingExit
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: a174db12-23e4-49ec-b8b3-40ca7b2c1ba1
-caps.latest.revision: "4"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: af366a8bc84f3615fc5bddaa96891b2d45078684
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a6923607ed96ba385b2ce1c61854e0f5093fe513
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Security.ImportSecurityChannelBindingExit
System.ServiceModel.Security.ImportSecurityChannelBindingExit
@@ -26,7 +16,7 @@ System.ServiceModel.Security.ImportSecurityChannelBindingExit
## 説明
セキュリティの ImportChannelBinding を終了しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-issuancetokenproviderbeginsecuritynegotiation.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-issuancetokenproviderbeginsecuritynegotiation.md
index d75422bce41..89bf29226e3 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-issuancetokenproviderbeginsecuritynegotiation.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-issuancetokenproviderbeginsecuritynegotiation.md
@@ -1,24 +1,14 @@
---
title: System.ServiceModel.Security.IssuanceTokenProviderBeginSecurityNegotiation
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: fc7a8357-4993-4488-9e4a-e544fbd45e3d
-caps.latest.revision: "4"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: b316ffe44d86ef6946f989994085840a09e3e421
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f2a6d0e52bfc31138cb245c2f596dbbd9adfe572
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Security.IssuanceTokenProviderBeginSecurityNegotiation
System.ServiceModel.Security.IssuanceTokenProviderBeginSecurityNegotiation
@@ -26,7 +16,7 @@ System.ServiceModel.Security.IssuanceTokenProviderBeginSecurityNegotiation
## 説明
IssuanceTokenProvider が新しいセキュリティ ネゴシエーションを開始しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-issuancetokenproviderendsecuritynegotiation.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-issuancetokenproviderendsecuritynegotiation.md
index ec2f70578bf..50c83ff7410 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-issuancetokenproviderendsecuritynegotiation.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-issuancetokenproviderendsecuritynegotiation.md
@@ -1,24 +1,14 @@
---
title: System.ServiceModel.Security.IssuanceTokenProviderEndSecurityNegotiation
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 44a0b49e-fbd7-4649-a29a-1d1a6cd36a90
-caps.latest.revision: "4"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: ec88dde395615937268d172c0ce5b5d3640a9809
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a83a72afb2eb4945134870aea9174565618e8390
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Security.IssuanceTokenProviderEndSecurityNegotiation
System.ServiceModel.Security.IssuanceTokenProviderEndSecurityNegotiation
@@ -26,7 +16,7 @@ System.ServiceModel.Security.IssuanceTokenProviderEndSecurityNegotiation
## 説明
IssuanceTokenProvider はセキュリティ ネゴシエーションを完了しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-issuancetokenproviderusingcachedtoken.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-issuancetokenproviderusingcachedtoken.md
index b39f5091056..71314f93028 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-issuancetokenproviderusingcachedtoken.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-issuancetokenproviderusingcachedtoken.md
@@ -1,24 +1,14 @@
---
title: System.ServiceModel.Security.IssuanceTokenProviderUsingCachedToken
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: ee51ed4e-821c-4010-8d64-eabde522169f
-caps.latest.revision: "4"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: b5f2c8a640d42c37a3c4cb936d9fc4cc4dd68a67
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: c9c3ba30d07de0c9adda36db705e828b229b4bc1
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Security.IssuanceTokenProviderUsingCachedToken
System.ServiceModel.Security.IssuanceTokenProviderUsingCachedToken
@@ -26,7 +16,7 @@ System.ServiceModel.Security.IssuanceTokenProviderUsingCachedToken
## 説明
IssuanceTokenProvider はキャッシュされたサービス トークンを使用しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-securityclientsessionclosemessagereceived.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-securityclientsessionclosemessagereceived.md
index bc1cf7abdff..b2eec7e054f 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-securityclientsessionclosemessagereceived.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-securityclientsessionclosemessagereceived.md
@@ -1,24 +1,14 @@
---
title: System.ServiceModel.Security.SecurityClientSessionCloseMessageReceived
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 2be97eac-798a-48bc-bba8-a8753a28aeb7
-caps.latest.revision: "4"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: 0031ad6d82be8d1ed310ad03060bb595800dda21
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 119bb0df7aa600061f8e891e8d1c33039be3ae95
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Security.SecurityClientSessionCloseMessageReceived
System.ServiceModel.Security.SecurityClientSessionCloseMessageReceived
@@ -26,7 +16,7 @@ System.ServiceModel.Security.SecurityClientSessionCloseMessageReceived
## 説明
クライアントのセキュリティ セッションによって終了メッセージが受信されました。TraceCodeSecurityClientSessionKeyRenewed=Client セキュリティ セッションはセッション キーを更新しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-securitycontexttokencachefull.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-securitycontexttokencachefull.md
index e593f2413fa..9f609c3d7e2 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-securitycontexttokencachefull.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-securitycontexttokencachefull.md
@@ -1,24 +1,14 @@
---
title: System.ServiceModel.Security.SecurityContextTokenCacheFull
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 45e53edb-29ff-4729-a6c1-57ede0da1d00
-caps.latest.revision: "5"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: b8146bbfc5bec21ea57f7872cb08259c4c70f7de
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: cdbcabf3f1e9f066c998b49c8ada81635d38afd6
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Security.SecurityContextTokenCacheFull
System.ServiceModel.Security. SecurityContextTokenCacheFull
@@ -26,7 +16,7 @@ System.ServiceModel.Security. SecurityContextTokenCacheFull
## 説明
セキュリティ コンテキスト トークン キャッシュがいっぱいです。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-securityidentityverificationsuccess.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-securityidentityverificationsuccess.md
index 97da9189554..4abb4535913 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-securityidentityverificationsuccess.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-securityidentityverificationsuccess.md
@@ -1,24 +1,14 @@
---
title: System.ServiceModel.Security.SecurityIdentityVerificationSuccess
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 6744ac2f-4944-421d-9a17-bcc64f0f3d2f
-caps.latest.revision: "4"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: cbfd539d9852a43558b93f18d2a554d26df13943
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 3d967d3364257b40757fbf50529800213bec785b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Security.SecurityIdentityVerificationSuccess
System.ServiceModel.Security.SecurityIdentityVerificationSuccess
@@ -26,7 +16,7 @@ System.ServiceModel.Security.SecurityIdentityVerificationSuccess
## 説明
ID の検査が成功しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-spnegoclientnegotiationcompleted.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-spnegoclientnegotiationcompleted.md
index 37dd75f6fe1..31c2e7f8c8f 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-spnegoclientnegotiationcompleted.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-security-spnegoclientnegotiationcompleted.md
@@ -1,24 +1,14 @@
---
title: System.ServiceModel.Security.SpnegoClientNegotiationCompleted
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: e80b1390-bb37-46aa-ab91-4ed187b2e09d
-caps.latest.revision: "4"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: 3f3fdffa1cb412159f3c98fd45c120378623d5bf
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f0c8a1b5d5f34e886f78e7f1250557810ca8e6a4
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.Security.SpnegoClientNegotiationCompleted
System.ServiceModel.Security.SpnegoClientNegotiationCompleted
@@ -26,7 +16,7 @@ System.ServiceModel.Security.SpnegoClientNegotiationCompleted
## 説明
SpnegoTokenProvider は SSPI ネゴシエーションを完了しました。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-servicehosttimeoutonclose.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-servicehosttimeoutonclose.md
index 16428bcac57..e773445c79c 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-servicehosttimeoutonclose.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-servicehosttimeoutonclose.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.ServiceHostTimeoutOnClose
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 89f360d2-5bed-4677-ab55-26d9bd12695a
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 71baadeae73c2cbaf203fc141e6f002c5ae9902d
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 2b155da29dd50f118560aadb919988f9ed74fc30
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.ServiceHostTimeoutOnClose
System.ServiceModel.ServiceHostTimeoutOnClose
@@ -26,7 +14,7 @@ System.ServiceModel.ServiceHostTimeoutOnClose
## 説明
ServiceHost を閉じる操作はタイムアウトしました。これは、クライアントによっていくつかのセッション チャネルが適切にシャットダウンされず、中止された可能性があることを示します。 既定の時間を変更してタイムアウトの終了を調整してください。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-serviceoperationmissingreply.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-serviceoperationmissingreply.md
index 07c179aed3d..a6b37933b6b 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-serviceoperationmissingreply.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-serviceoperationmissingreply.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.ServiceOperationMissingReply
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 734d1cac-9f9c-472c-bcf7-bed23454c82c
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: fd31041d32a5aa6e71554f9fcab2972b559c2c47
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 87bf8caeb97e189cb2d1f171a36b8f66aeef1766
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.ServiceOperationMissingReply
System.ServiceModel.ServiceOperationMissingReply
@@ -28,7 +16,7 @@ System.ServiceModel.ServiceOperationMissingReply
これは双方向の操作ですが、クライアントに送信する応答がありません。 このトレースは開発時のデバッグに使用できます。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-transportlisten.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-transportlisten.md
index 34a5e40d13d..3cbbf8791a0 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-transportlisten.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-transportlisten.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.TransportListen
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: a5e6438c-6562-42f2-8a3b-2bdecf9dc4af
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: fda921cb60f25fea0cdf411fcd0904d7bb848cba
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 188251d89256833b8e7956c56b8bcd2bbd9379ba
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.TransportListen
System.ServiceModel.TransportListen
@@ -26,7 +14,7 @@ System.ServiceModel.TransportListen
## 説明
指定したアドレスでリッスンします。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-txasyncabort.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-txasyncabort.md
index 3da76ed44d3..f893e715d38 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-txasyncabort.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-txasyncabort.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.TxAsyncAbort
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: bce47ff2-abd0-4b58-8667-ebf1ef3580b8
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 484eeee16d2af18471ea5bc312a07aab60a8871c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 6e8c978e708056cf639cca555ccc42f057f38af1
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.TxAsyncAbort
指定したトランザクションが非同期に中止されました。
@@ -29,7 +17,7 @@ ms.lasthandoff: 12/22/2017
## トラブルシューティング
これが予期された中止であるかどうかをすべてのシステム ログで確認し、中止の原因を特定してください。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-txsourcetxscoperequiredistransactionflow.md b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-txsourcetxscoperequiredistransactionflow.md
index 9a5ca760fe6..70fccc85688 100644
--- a/docs/framework/wcf/diagnostics/tracing/system-servicemodel-txsourcetxscoperequiredistransactionflow.md
+++ b/docs/framework/wcf/diagnostics/tracing/system-servicemodel-txsourcetxscoperequiredistransactionflow.md
@@ -1,24 +1,12 @@
---
title: System.ServiceModel.TxSourceTxScopeRequiredIsTransactionFlow
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 41a3a5d7-bb16-4d16-bb51-db7ac0cfb748
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 1652f5db781ef8e69d31c7a40ebc602333bba753
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7fba81cc0201b403fb236813ac90b285a52482ee
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# System.ServiceModel.TxSourceTxScopeRequiredIsTransactionFlow
指定したトランザクションが指定した操作にフローされました。
@@ -26,7 +14,7 @@ ms.lasthandoff: 12/22/2017
## 説明
ユーザー コードから利用できるトランザクションが外部ソースからフローされた場合にトレースされます。
-## 参照
+## 関連項目
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[トレースを使用したアプリケーションのトラブルシューティング](../../../../../docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md)
[管理と診断](../../../../../docs/framework/wcf/diagnostics/index.md)
diff --git a/docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md b/docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md
index 123fb7d70f1..ff5b3c474ad 100644
--- a/docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md
+++ b/docs/framework/wcf/diagnostics/tracing/using-tracing-to-troubleshoot-your-application.md
@@ -1,24 +1,12 @@
---
-title: "トレースを使用したアプリケーションのトラブルシューティング"
-ms.custom:
+title: トレースを使用したアプリケーションのトラブルシューティング
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 7676b9bb-cbd1-41fd-9a93-cc615af6e2d0
-caps.latest.revision: "11"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: fb46ad5fe95405c78baf3173a982969e0e7092fd
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
-ms.translationtype: MT
+ms.openlocfilehash: 7613ff24161fd7dc159838fb232e2fc6742ab1a4
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
+ms.translationtype: HT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# トレースを使用したアプリケーションのトラブルシューティング
このセクションには、トレースを使用してアプリケーションをトラブルシューティングする方法について説明したさまざまなトピックが含まれています。
@@ -42,7 +30,7 @@ ms.lasthandoff: 12/22/2017
[ユーザー コード トレースの出力](../../../../../docs/framework/wcf/diagnostics/tracing/emitting-user-code-traces.md)
プログラムを使用してユーザー コードでトレースを出力する方法について説明します。これによってインストルメンテーション データを事前に作成し、後の診断 (および WCF トレースとの関連付け) で使用できます。
-## 参照
+## 関連項目
[サービス トレース ビューアー ツール (SvcTraceViewer.exe)](../../../../../docs/framework/wcf/service-trace-viewer-tool-svctraceviewer-exe.md)
[トレース](../../../../../docs/framework/wcf/diagnostics/tracing/index.md)
[エンドツーエンドのトレース](../../../../../docs/framework/wcf/diagnostics/tracing/end-to-end-tracing.md)
diff --git a/docs/framework/wcf/diagnostics/wmi/aspnetcompatibilityrequirementsattribute.md b/docs/framework/wcf/diagnostics/wmi/aspnetcompatibilityrequirementsattribute.md
index 6ec079a47b3..98f30f25e7f 100644
--- a/docs/framework/wcf/diagnostics/wmi/aspnetcompatibilityrequirementsattribute.md
+++ b/docs/framework/wcf/diagnostics/wmi/aspnetcompatibilityrequirementsattribute.md
@@ -1,24 +1,12 @@
---
title: AspNetCompatibilityRequirementsAttribute
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 00908a39-a21b-4029-bbb9-33e5a6ed25a7
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: ba04ebab536d7315bba4a367acda303b99cf556d
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f625b98589a78a1d8566e5032fa0133e882e91c1
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# AspNetCompatibilityRequirementsAttribute
AspNetCompatibilityRequirementsAttribute
@@ -45,11 +33,11 @@ class AspNetCompatibilityRequirementsAttribute : Behavior
Asp.Net 互換モードがアクティブであるかどうかを示します。
-## 必要条件
+## 要件
|MOF|Servicemodel.mof にて宣言済み。|
|---------|-----------------------------------|
|Namespace|root\ServiceModel で定義|
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/diagnostics/wmi/callbackbehavior.md b/docs/framework/wcf/diagnostics/wmi/callbackbehavior.md
index 61c03e07413..b40b3f52d57 100644
--- a/docs/framework/wcf/diagnostics/wmi/callbackbehavior.md
+++ b/docs/framework/wcf/diagnostics/wmi/callbackbehavior.md
@@ -1,24 +1,12 @@
---
title: CallbackBehavior
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 42acd302-2b62-4849-a2d1-a03084343ecd
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 5387e197cdf26a393ba23fd5696eb095dfd17a70
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 2755ac4f365536366b41e743110ce494063a5ecc
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# CallbackBehavior
CallbackBehavior
@@ -92,11 +80,11 @@ class CallbackBehavior : Behavior
システムまたはアプリケーションで SOAP MustUnderstand ヘッダー処理を強制的に行うかどうかを指定します。
-## 必要条件
+## 要件
|MOF|Servicemodel.mof にて宣言済み。|
|---------|-----------------------------------|
|Namespace|root\ServiceModel で定義|
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/diagnostics/wmi/channel-class.md b/docs/framework/wcf/diagnostics/wmi/channel-class.md
index 71805d2a545..302cefc3c69 100644
--- a/docs/framework/wcf/diagnostics/wmi/channel-class.md
+++ b/docs/framework/wcf/diagnostics/wmi/channel-class.md
@@ -1,24 +1,12 @@
---
-title: "チャネル クラス"
-ms.custom:
+title: チャネル クラス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: d9fae2ca-209c-4341-a0f5-6b79d1a67776
-caps.latest.revision: "8"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 073f0a2a2731a08acd914a7dd85cb2b419d98128
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 4b7c66560c0c136a258c527d8a681d491eb50aae
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# チャネル クラス
チャネル
@@ -83,5 +71,5 @@ class Channel
|---------|-----------------------------------|
|Namespace|root\ServiceModel で定義|
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/diagnostics/wmi/channelpoolsettings.md b/docs/framework/wcf/diagnostics/wmi/channelpoolsettings.md
index ba1c727290d..7621a9b674c 100644
--- a/docs/framework/wcf/diagnostics/wmi/channelpoolsettings.md
+++ b/docs/framework/wcf/diagnostics/wmi/channelpoolsettings.md
@@ -1,24 +1,12 @@
---
title: ChannelPoolSettings
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: d3f475bd-f780-4bbe-b291-339387322964
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 3995b517b27a5565f7fcb9c11da27c9e1bb40887
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 48b41d2f3f45cd9c590f87151253450962b994de
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ChannelPoolSettings
ChannelPoolSettings
@@ -67,5 +55,5 @@ class ChannelPoolSettings
|---------|-----------------------------------|
|Namespace|root\ServiceModel で定義|
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/diagnostics/wmi/clientcredentials.md b/docs/framework/wcf/diagnostics/wmi/clientcredentials.md
index 17719a2c19a..b58f05b017c 100644
--- a/docs/framework/wcf/diagnostics/wmi/clientcredentials.md
+++ b/docs/framework/wcf/diagnostics/wmi/clientcredentials.md
@@ -1,24 +1,12 @@
---
title: ClientCredentials
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 41dffd6b-8f14-4fed-aefb-2a1bb168efb3
-caps.latest.revision: "8"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: d6fba00dc98f6b5525e1cb9588ed52bc483a665e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: aa852ff82c44a3b5009dbc70e1067face44cbbe9
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ClientCredentials
ClientCredentials
@@ -101,11 +89,11 @@ class ClientCredentials : Behavior
クライアントがサービスに対して自身を認証するために使用する Windows 資格情報です。
-## 必要条件
+## 要件
|MOF|Servicemodel.mof にて宣言済み。|
|---------|-----------------------------------|
|Namespace|root\ServiceModel で定義|
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/diagnostics/wmi/custombindingelement.md b/docs/framework/wcf/diagnostics/wmi/custombindingelement.md
index 9dabd1310b6..4b75297db6e 100644
--- a/docs/framework/wcf/diagnostics/wmi/custombindingelement.md
+++ b/docs/framework/wcf/diagnostics/wmi/custombindingelement.md
@@ -1,24 +1,12 @@
---
title: CustomBindingElement
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: df959dc5-1aef-4338-a123-6ff3e7bc37af
-caps.latest.revision: "9"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: bffffc5876d368d4b7956f61fcb81f87371a6d71
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 2261af592120eac65923108ed5a20265fccb6b4b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# CustomBindingElement
CustomBindingElement
@@ -51,5 +39,5 @@ class CustomBindingElement : BindingElement
|---------|-----------------------------------|
|Namespace|root\ServiceModel で定義|
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/diagnostics/wmi/msmqbindingelementbase.md b/docs/framework/wcf/diagnostics/wmi/msmqbindingelementbase.md
index 24d1bf45499..a6e12fdec83 100644
--- a/docs/framework/wcf/diagnostics/wmi/msmqbindingelementbase.md
+++ b/docs/framework/wcf/diagnostics/wmi/msmqbindingelementbase.md
@@ -1,24 +1,12 @@
---
title: MsmqBindingElementBase
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 210d41ab-a2a4-4d7a-afd2-0916c08a4015
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 10e476931ef07ec694dff200e64ce2ded74c8dfb
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 9a9d48cc49b19f737236939c83a4e9421013f48f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# MsmqBindingElementBase
MsmqBindingElementBase
@@ -125,12 +113,12 @@ class MsmqBindingElementBase : TransportBindingElement
このバインディングにより処理されるメッセージのコピーをソース ジャーナル キューに保存するかどうかを示すブール値です。
-## 必要条件
+## 要件
|MOF|Servicemodel.mof にて宣言済み。|
|---------|-----------------------------------|
|Namespace|root\ServiceModel で定義|
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/diagnostics/wmi/onewaybindingelement.md b/docs/framework/wcf/diagnostics/wmi/onewaybindingelement.md
index b408d6dadb3..6ec0cd080b6 100644
--- a/docs/framework/wcf/diagnostics/wmi/onewaybindingelement.md
+++ b/docs/framework/wcf/diagnostics/wmi/onewaybindingelement.md
@@ -1,24 +1,12 @@
---
title: OneWayBindingElement
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 5c7e17c3-39b9-4214-ae08-9e6141734305
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 47de8c2449c46b12b8d10ac2a5269a18d1454f41
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: ee7cfed20234175ba54dd25dbbbab4615c1ed7af
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# OneWayBindingElement
OneWayBindingElement
@@ -61,11 +49,11 @@ class OneWayBindingElement : BindingElement
パケットがルーティング可能かどうかを示す値。
-## 必要条件
+## 要件
|MOF|Servicemodel.mof にて宣言済み。|
|---------|-----------------------------------|
|Namespace|root\ServiceModel で定義|
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/diagnostics/wmi/privacynoticebindingelement.md b/docs/framework/wcf/diagnostics/wmi/privacynoticebindingelement.md
index 0a0259d3501..aa0802ff26a 100644
--- a/docs/framework/wcf/diagnostics/wmi/privacynoticebindingelement.md
+++ b/docs/framework/wcf/diagnostics/wmi/privacynoticebindingelement.md
@@ -1,24 +1,12 @@
---
title: PrivacyNoticeBindingElement
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 0cf110b1-e25b-4d67-986b-10cb04dc4826
-caps.latest.revision: "8"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 60b3c3d928d47edf71db47a83683c31a3f4e0389
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a4ae5153525d5468955a09d19e534c00114c6530
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# PrivacyNoticeBindingElement
PrivacyNoticeBindingElement
@@ -53,11 +41,11 @@ class PrivacyNoticeBindingElement : BindingElement
プライバシーに関する声明がある URL です。
-## 必要条件
+## 要件
|MOF|Servicemodel.mof にて宣言済み。|
|---------|-----------------------------------|
|Namespace|root\ServiceModel で定義|
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/diagnostics/wmi/textmessageencodingbindingelement.md b/docs/framework/wcf/diagnostics/wmi/textmessageencodingbindingelement.md
index ba44ab383f5..05e9789e538 100644
--- a/docs/framework/wcf/diagnostics/wmi/textmessageencodingbindingelement.md
+++ b/docs/framework/wcf/diagnostics/wmi/textmessageencodingbindingelement.md
@@ -1,24 +1,12 @@
---
title: TextMessageEncodingBindingElement
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 885e2d7a-3436-4093-bc5f-0a404c62acdc
-caps.latest.revision: "8"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 3f1e026296745f6fc40171866c81f91818789e01
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f9b94e946413967cc14282e85743a23327683b89
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# TextMessageEncodingBindingElement
TextMessageEncodingBindingElement
@@ -75,5 +63,5 @@ class TextMessageEncodingBindingElement : MessageEncodingBindingElement
|---------|-----------------------------------|
|Namespace|root\ServiceModel で定義|
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/diagnostics/wmi/transportsecuritybindingelement.md b/docs/framework/wcf/diagnostics/wmi/transportsecuritybindingelement.md
index 342e7d4f84b..f82766a1b2a 100644
--- a/docs/framework/wcf/diagnostics/wmi/transportsecuritybindingelement.md
+++ b/docs/framework/wcf/diagnostics/wmi/transportsecuritybindingelement.md
@@ -1,24 +1,14 @@
---
title: TransportSecurityBindingElement
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 31b8cd3b-3be5-4b6c-93f0-69d7aaf791d0
-caps.latest.revision: "7"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: 18a3a3452d5b90e2116bdae74f5f1fcdfcbc73ea
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: dd2c509359190deff7a1f3c9a625a8d90b2605b8
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# TransportSecurityBindingElement
TransportSecurityBindingElement
@@ -34,11 +24,11 @@ class TransportSecurityBindingElement : SecurityBindingElement
## メソッド
TransportSecurityBindingElement クラスは、SecurityBindingElement を継承しますが、追加のメソッドやプロパティを定義しません。
-## 必要条件
+## 要件
|MOF|Servicemodel.mof にて宣言済み。|
|---------|-----------------------------------|
|Namespace|root\ServiceModel で定義|
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/diagnostics/wmi/wsat-tracerecord.md b/docs/framework/wcf/diagnostics/wmi/wsat-tracerecord.md
index ade9425b806..f286f5464dc 100644
--- a/docs/framework/wcf/diagnostics/wmi/wsat-tracerecord.md
+++ b/docs/framework/wcf/diagnostics/wmi/wsat-tracerecord.md
@@ -1,24 +1,12 @@
---
title: WSAT_TraceRecord
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 99bc7f66-1335-40d8-aa68-e754d569dc0d
-caps.latest.revision: "8"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: d24f74d4086a5499d3bfd4ef6183d377528acc21
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 1136647ce668dbb69bdb8acf8ed62343831464b3
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# WSAT_TraceRecord
WSAT_TraceRecord
@@ -58,7 +46,7 @@ class WSAT_TraceRecord : WSAT_TraceEvent
トレース レコード
-## 必要条件
+## 要件
|MOF|Servicemodel.mof にて宣言済み。|
|---------|-----------------------------------|
diff --git a/docs/framework/wcf/extending/custom-credential-and-credential-validation.md b/docs/framework/wcf/extending/custom-credential-and-credential-validation.md
index d99d440dbdf..b84028846c7 100644
--- a/docs/framework/wcf/extending/custom-credential-and-credential-validation.md
+++ b/docs/framework/wcf/extending/custom-credential-and-credential-validation.md
@@ -1,13 +1,6 @@
---
-title: "カスタム資格情報と資格情報の検証"
-ms.custom:
+title: カスタム資格情報と資格情報の検証
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
helpviewer_keywords:
- credentials [WCF], custom
- credentials [WCF]
@@ -15,19 +8,14 @@ helpviewer_keywords:
- credential validation [WCF]
- credentials [WCF], validation
ms.assetid: da831bec-e281-4d44-b343-437b5eef688e
-caps.latest.revision: "8"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: bdfd50253c71bfc9edd737964e771546cb797b9e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
-ms.translationtype: MT
+ms.openlocfilehash: 00a49f9746c7073e3abdb353b38a76f6eea099f8
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
+ms.translationtype: HT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# カスタム資格情報と資格情報の検証
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] のセキュリティは、サービスとクライアント間の資格情報の交換に基づきます。 セキュリティ シナリオの多くは、Windows (Kerberos)、ユーザー名とパスワード、証明書などの共通の資格情報の種類を使用して満たされます。 ただし、新しい種類の資格情報が必要な場合があります。このセクションのこのトピックでは、その新しい種類の処理方法と検証方法について説明します。
+Windows Communication Foundation (WCF) でのセキュリティは、サービスとクライアント間で資格情報の交換に基づいています。 セキュリティ シナリオの多くは、Windows (Kerberos)、ユーザー名とパスワード、証明書などの共通の資格情報の種類を使用して満たされます。 ただし、新しい種類の資格情報が必要な場合があります。このセクションのこのトピックでは、その新しい種類の処理方法と検証方法について説明します。
## このセクションの内容
[方法 : カスタム証明書検証を使用するサービスを作成する](../../../../docs/framework/wcf/extending/how-to-create-a-service-that-employs-a-custom-certificate-validator.md)
@@ -66,5 +54,5 @@ ms.lasthandoff: 12/22/2017
[承認](../../../../docs/framework/wcf/feature-details/authorization-in-wcf.md)
-## 参照
+## 関連項目
[セキュリティ](../../../../docs/framework/wcf/feature-details/security.md)
diff --git a/docs/framework/wcf/extending/how-to-create-a-custom-authorization-manager-for-a-service.md b/docs/framework/wcf/extending/how-to-create-a-custom-authorization-manager-for-a-service.md
index 694562643a7..e3659275b2d 100644
--- a/docs/framework/wcf/extending/how-to-create-a-custom-authorization-manager-for-a-service.md
+++ b/docs/framework/wcf/extending/how-to-create-a-custom-authorization-manager-for-a-service.md
@@ -1,13 +1,6 @@
---
-title: "方法 : サービスで使用するカスタム承認マネージャーを作成する"
-ms.custom:
+title: '方法 : サービスで使用するカスタム承認マネージャーを作成する'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
dev_langs:
- csharp
- vb
@@ -15,19 +8,14 @@ helpviewer_keywords:
- Windows Communication Foundation, extending
- OperationRequirement class
ms.assetid: 6214afde-44c1-4bf5-ba07-5ad6493620ea
-caps.latest.revision: "15"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 1977a26f3185ad1ef85584b0da7d63826b7f93ea
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7fe392b2fcd2f8ccb00bfd6ffd7e917649f8280c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 方法 : サービスで使用するカスタム承認マネージャーを作成する
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] 内の識別モデル インフラストラクチャでは、拡張性のあるクレーム ベースの承認モデルがサポートされます。 クレームはトークンから抽出され、状況に応じてカスタム承認ポリシーによって処理されてから、 に格納されます。 承認マネージャーは、 内のクレームを検査して承認に関する決定を行います。
+Id モデル インフラストラクチャ Windows Communication Foundation (WCF) では、拡張可能なクレーム ベースの承認モデルをサポートします。 クレームはトークンから抽出され、状況に応じてカスタム承認ポリシーによって処理されてから、 に格納されます。 承認マネージャーは、 内のクレームを検査して承認に関する決定を行います。
既定では、承認に関する決定は、 クラスによって行われますが、カスタム承認マネージャーを作成することによってオーバーライドできます。 カスタム承認マネージャーを作成するには、 から派生するクラスを作成し、 メソッドを実装します。 承認に関する決定は、 メソッド内で行われます。このメソッドは、アクセスが許可されている場合は `true` を返し、拒否されている場合は `false` を返します。
@@ -128,7 +116,7 @@ ms.lasthandoff: 12/22/2017
[!code-csharp[c_CustomAuthMgr#2](../../../../samples/snippets/csharp/VS_Snippets_CFX/c_customauthmgr/cs/c_customauthmgr.cs#2)]
[!code-vb[c_CustomAuthMgr#2](../../../../samples/snippets/visualbasic/VS_Snippets_CFX/c_customauthmgr/vb/c_customauthmgr.vb#2)]
-## 参照
+## 関連項目
[承認ポリシー](../../../../docs/framework/wcf/samples/authorization-policy.md)
[承認ポリシー](../../../../docs/framework/wcf/samples/authorization-policy.md)
diff --git a/docs/framework/wcf/feature-details/ajax-integration-and-json-support.md b/docs/framework/wcf/feature-details/ajax-integration-and-json-support.md
index 13ba8ed97da..5725bacaec5 100644
--- a/docs/framework/wcf/feature-details/ajax-integration-and-json-support.md
+++ b/docs/framework/wcf/feature-details/ajax-integration-and-json-support.md
@@ -1,46 +1,32 @@
---
title: AJAX の統合と JSON のサポート
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
helpviewer_keywords:
- AJAX integration and JSON support [WCF]
ms.assetid: 3851a8fc-d861-4ac1-873c-96af0343d3a7
-caps.latest.revision: 17
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 0d62da8cf67fb8f996f341018c39146b51e308c3
-ms.sourcegitcommit: 94d33cadc5ff81d2ac389bf5f26422c227832052
+ms.openlocfilehash: 0b392044db3fbc926bf77ac305ece294880216d9
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/30/2018
+ms.lasthandoff: 05/04/2018
---
# AJAX の統合と JSON のサポート
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] が ASP.NET AJAX (Asynchronous JavaScript and XML) と JSON (JavaScript Object Notation) データ形式をサポートするため、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスは AJAX クライアントに操作を公開できます。 AJAX クライアントは、JavaScript コードを実行し、HTTP 要求を使用してこのような [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスにアクセスする Web ページです。 このセクションのトピックでは、このサポートと実装方法について説明します。
+ASP.NET Asynchronous JavaScript and XML (AJAX) の Windows Communication Foundation (WCF) のサポートと JavaScript Object Notation (JSON) データ形式は、AJAX クライアントに操作を公開する WCF サービスを許可します。 AJAX クライアントは、JavaScript コードを実行して、HTTP 要求を使用してこれらの WCF サービスへのアクセスの Web ページです。 このセクションのトピックでは、このサポートと実装方法について説明します。
詳細については、ASP.NET AJAX との統合を ASP.NET 2.0 では、次を参照してください。 [ASP.NET AJAX 概要](http://go.microsoft.com/fwlink/?LinkId=96725)です。
## このセクションの内容
[ASP.NET AJAX 用の WCF サービスの作成](../../../../docs/framework/wcf/feature-details/creating-wcf-services-for-aspnet-ajax.md)
- 構成によって、または、自動的に AJAX エンドポイントを構成するサービス ホストを生成するようにカスタマイズされたサービス ホスト ファクトリを使用することによって適切な AJAX エンドポイントを追加することで、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスを AJAX クライアントに公開する方法について説明します。
+ WCF サービス公開する方法を AJAX クライアントに構成を適切な AJAX エンドポイントを追加することによってまたは自動的に AJAX エンドポイントを構成するサービス ホストを生成するようにカスタマイズ サービス ホスト ファクトリを使用してについて説明します。
[ASP.NET を使用せずに WCF AJAX サービスを作成する方法](../../../../docs/framework/wcf/feature-details/creating-wcf-ajax-services-without-aspnet.md)
- ASP.NET を使用しないで [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスを作成する方法について説明します。
+ ASP.NET を使用せずに WCF サービスを作成する方法について説明します。
[JSON などのデータ転送形式のサポート](../../../../docs/framework/wcf/feature-details/support-for-json-and-other-data-transfer-formats.md)
ASP.NET AJAX サービスとのメッセージングで、XML の代わりに一般に使用される JSON 形式のサポートについて説明します。
[方法 : AJAX 対応 ASP.NET Web サービスを WCF に移行する](../../../../docs/framework/wcf/feature-details/how-to-migrate-ajax-enabled-aspnet-web-services-to-wcf.md)
- AJAX 対応の ASP.NET Web サービスを [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] Web サービスに移行する方法について説明します。
+ WCF Web サービスに AJAX 対応の ASP.NET Web サービスを移行する方法について説明します。
## 関連項目
diff --git a/docs/framework/wcf/feature-details/auditing-security-events.md b/docs/framework/wcf/feature-details/auditing-security-events.md
index 16114ca3636..b8c17f8e7b5 100644
--- a/docs/framework/wcf/feature-details/auditing-security-events.md
+++ b/docs/framework/wcf/feature-details/auditing-security-events.md
@@ -1,42 +1,30 @@
---
title: セキュリティ イベントの監査
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
helpviewer_keywords:
- auditing security events [WCF]
ms.assetid: 5633f61c-a3c9-40dd-8070-1c373b66a716
-caps.latest.revision: 27
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload:
-- dotnet
-ms.openlocfilehash: 69b013389511ac2cfb31e22f7a39e98eb22fb977
-ms.sourcegitcommit: 94d33cadc5ff81d2ac389bf5f26422c227832052
+ms.openlocfilehash: e4219553f97f272577e8efdeb106b43e5f76ee59
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/30/2018
+ms.lasthandoff: 05/04/2018
---
# セキュリティ イベントの監査
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] で作成されたアプリケーションでは、監査機能を使用してセキュリティ イベント (成功、失敗、またはその両方) をログに記録できます。 これらのイベントは Windows システム イベント ログに書き込まれ、イベント ビューアーを使用して確認できます。
+Windows Communication Foundation (WCF) を作成するアプリケーション ログに記録できます (か、成功、失敗、または両方) のセキュリティ イベント監査機能を使用します。 これらのイベントは Windows システム イベント ログに書き込まれ、イベント ビューアーを使用して確認できます。
監査を使用すると、管理者は既に発生した攻撃や現在進行中の攻撃を検出できます。 また、開発者がセキュリティ関連の問題をデバッグする際にも役立ちます。 たとえば、認証またはポリシー チェックの構成エラーによって承認済みユーザーへのアクセスが拒否された場合、開発者は、イベント ログを検査することによって、このエラーの原因をすばやく発見し、取り出すことができます。
- 詳細については[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]セキュリティを参照してください[セキュリティの概要](../../../../docs/framework/wcf/feature-details/security-overview.md)です。 プログラミングの詳細については[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]を参照してください[基本的な WCF プログラミング](../../../../docs/framework/wcf/basic-wcf-programming.md)です。
+ WCF セキュリティの詳細については、次を参照してください。[セキュリティの概要](../../../../docs/framework/wcf/feature-details/security-overview.md)です。 WCF プログラミングの詳細については、次を参照してください。[基本的な WCF プログラミング](../../../../docs/framework/wcf/basic-wcf-programming.md)です。
## 監査レベルと動作
セキュリティ監査には次の 2 つのレベルがあります。
- 呼び出し元を承認するサービス承認レベル。
-- [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] がメッセージの有効性をチェックして呼び出し元を認証するメッセージ レベル。
+- メッセージ レベルを WCF メッセージの有効性が確認され、呼び出し元を認証します。
両方の監査の成功または失敗と呼ばれるレベルを確認することができます、*監査動作*です。
diff --git a/docs/framework/wcf/feature-details/best-practices-for-reliable-sessions.md b/docs/framework/wcf/feature-details/best-practices-for-reliable-sessions.md
index a2a58574c18..326a4fbb614 100644
--- a/docs/framework/wcf/feature-details/best-practices-for-reliable-sessions.md
+++ b/docs/framework/wcf/feature-details/best-practices-for-reliable-sessions.md
@@ -1,24 +1,12 @@
---
-title: "信頼できるセッションのベスト プラクティス"
-ms.custom:
+title: 信頼できるセッションのベスト プラクティス
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: b94f6e01-8070-40b6-aac7-a2cb7b4cb4f2
-caps.latest.revision: "6"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: c022db62103826aa89e9035fd36c050d1f7c0f84
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 1d9671e7e3124d535b66de8cd8468f76dcb32b10
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 信頼できるセッションのベスト プラクティス
@@ -26,7 +14,7 @@ ms.lasthandoff: 12/22/2017
## MaxTransferWindowSize の設定
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] の信頼できるセッションでは、転送ウィンドウを使用して、クライアント側およびサービス側のメッセージを保持しています。 プロパティは、この転送ウィンドウに保持できるメッセージの最大数を表します。
+信頼できるセッションで Windows Communication Foundation (WCF) では、転送ウィンドウを使用して、クライアントとサービスでメッセージを保持します。 プロパティは、この転送ウィンドウに保持できるメッセージの最大数を表します。
送信者は、このことを示します。 受信確認の待機中に転送ウィンドウが保持できるメッセージの数受信側、サービス用にバッファーにメッセージの数を示します。
@@ -56,7 +44,7 @@ ms.lasthandoff: 12/22/2017
*フロー制御*により、送信者と受信者、互いに対応する、メッセージし、処理が処理する機構は、生成されている高速です。 クライアントとサービスの転送ウィンドウ サイズは、送信側と受信側が妥当な許容範囲内で同期できるように設定しなければなりません。
-プロパティを設定することを強くお勧めに`true`間で信頼できるセッションを使用しているときに、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]クライアントと[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]サービス。
+プロパティを設定することを強くお勧めに`true`WCF クライアントと WCF サービスの間の信頼できるセッションを使用しているときにします。
## MaxPendingChannels の設定
diff --git a/docs/framework/wcf/feature-details/changing-the-cache-sharing-levels-for-send-activities.md b/docs/framework/wcf/feature-details/changing-the-cache-sharing-levels-for-send-activities.md
index 052da44fbfd..f92ea898aa7 100644
--- a/docs/framework/wcf/feature-details/changing-the-cache-sharing-levels-for-send-activities.md
+++ b/docs/framework/wcf/feature-details/changing-the-cache-sharing-levels-for-send-activities.md
@@ -1,24 +1,12 @@
---
-title: "Send アクティビティのキャッシュ共有レベルの変更"
-ms.custom:
+title: Send アクティビティのキャッシュ共有レベルの変更
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 03926a64-753d-460e-ac06-2a4ff8e1bbf5
-caps.latest.revision: "12"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 59c6ae1ae31a5aa256844e6efca158e4702b6aba
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 359a9189cee34eeb814a2303be3d2da725456e39
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# Send アクティビティのキャッシュ共有レベルの変更
拡張機能により、キャッシュ共有レベルのカスタマイズやチャネル ファクトリ キャッシュの設定のカスタマイズを行えるほか、 メッセージング アクティビティを使用してサービス エンドポイントにメッセージを送信するワークフローのチャネル キャッシュの設定のカスタマイズも可能になります。 これらのワークフローは、通常はクライアント ワークフローですが、 でホストされるワークフロー サービスである場合もあります。 チャネル ファクトリ キャッシュには、 オブジェクトがキャッシュされます。 チャネル キャッシュには、チャネルがキャッシュされます。
diff --git a/docs/framework/wcf/feature-details/channel-factory-and-caching.md b/docs/framework/wcf/feature-details/channel-factory-and-caching.md
index 29a6d4dda2c..3601652e819 100644
--- a/docs/framework/wcf/feature-details/channel-factory-and-caching.md
+++ b/docs/framework/wcf/feature-details/channel-factory-and-caching.md
@@ -1,24 +1,12 @@
---
-title: "チャネル ファクトリとキャッシュ"
-ms.custom:
+title: チャネル ファクトリとキャッシュ
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 954f030e-091c-4c0e-a7a2-10f9a6b1f529
-caps.latest.revision: "3"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: b92c94c6ae15684a087af07edd5801aa4bb9f671
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 1bf8e3fe4833b662f16bd6311056fda8609dd9d3
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# チャネル ファクトリとキャッシュ
WCF クライアント アプリケーションでは、 クラスを使用して WCF サービスとの通信チャネルを作成します。 インスタンスを作成する場合は、次の操作が必要になるため、オーバーヘッドが生じます。
@@ -122,7 +110,7 @@ public partial class TestClient : System.ServiceModel.ClientBase, ITest {}
上の例では、`TestClient` のすべてのインスタンスで異なるチャネル ファクトリを使用します。 これは、エンドポイントごとにセキュリティ要件が異なり、キャッシュする意味がない場合に便利です。
-## 参照
+## 関連項目
[クライアントを構築する](../../../../docs/framework/wcf/building-clients.md)
[クライアント](../../../../docs/framework/wcf/feature-details/clients.md)
diff --git a/docs/framework/wcf/feature-details/common-security-scenarios.md b/docs/framework/wcf/feature-details/common-security-scenarios.md
index 32910765c0e..b2e29827caa 100644
--- a/docs/framework/wcf/feature-details/common-security-scenarios.md
+++ b/docs/framework/wcf/feature-details/common-security-scenarios.md
@@ -1,28 +1,16 @@
---
-title: "一般的なセキュリティ シナリオ"
-ms.custom:
+title: 一般的なセキュリティ シナリオ
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
helpviewer_keywords:
- security [WCF], scenarios
ms.assetid: 201923b5-5162-4a8a-8d4c-e7bd242748d5
-caps.latest.revision:
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload:
-- dotnet
-ms.openlocfilehash: d8881768d66e95ce1391ce1be1663bdc3107a347
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 0fb51ea0624c4fa686e4e99ffb9c30decedfea10
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 一般的なセキュリティ シナリオ
ここでは、考えられるさまざまなクライアントおよびサービスのセキュリティ構成の一覧を示します。 構成はさまざまな要因により異なります。 たとえば、サービスやクライアントがイントラネット上にあるかどうか、また、セキュリティが Windows とトランスポート (HTTPS など) のどちらで提供されるかなどが考えられます。
@@ -32,7 +20,7 @@ ms.lasthandoff: 12/22/2017
セキュリティで保護されていないパブリックなクライアントとサービスの例です。
[セキュリティで保護されていないイントラネットのクライアントとサービス](../../../../docs/framework/wcf/feature-details/intranet-unsecured-client-and-service.md)
- セキュリティで保護されたプライベートなネットワーク上で [!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] アプリケーションに情報を提供するために開発された基本的な [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスです。
+ WCF アプリケーションをセキュリティで保護されたプライベート ネットワーク上の情報を提供する基本的な Windows Communication Foundation (WCF) サービスを開発しました。
[基本認証を使用する場合のトランスポート セキュリティ](../../../../docs/framework/wcf/feature-details/transport-security-with-basic-authentication.md)
アプリケーションは、カスタム認証を使用して、クライアントにログオンを許可します。
@@ -47,7 +35,7 @@ ms.lasthandoff: 12/22/2017
証明書によってセキュリティ保護されたクライアントとサービスを示します。
[メッセージ セキュリティと匿名クライアント](../../../../docs/framework/wcf/feature-details/message-security-with-an-anonymous-client.md)
- [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] メッセージ セキュリティによってセキュリティ保護されたクライアントとサービスを示します。
+ クライアントと WCF メッセージ セキュリティによって保護されたサービスを示します。
[ユーザー名クライアントを使用したメッセージ セキュリティ](../../../../docs/framework/wcf/feature-details/message-security-with-a-user-name-client.md)
クライアントは、ドメイン ユーザー名とパスワードを使用してクライアントのログオンを許可する Windows フォーム アプリケーションです。
@@ -92,6 +80,6 @@ ms.lasthandoff: 12/22/2017
[監査](../../../../docs/framework/wcf/feature-details/auditing-security-events.md)
-## 参照
+## 関連項目
[セキュリティ ガイドラインとベスト プラクティス](../../../../docs/framework/wcf/feature-details/security-guidance-and-best-practices.md)
[Windows Server App Fabric のセキュリティ モデル](http://go.microsoft.com/fwlink/?LinkID=201279&clcid=0x409)
diff --git a/docs/framework/wcf/feature-details/comparing-aspnet-web-services-to-wcf-based-on-purpose-and-standards-used.md b/docs/framework/wcf/feature-details/comparing-aspnet-web-services-to-wcf-based-on-purpose-and-standards-used.md
index 449955385e9..e0041df8b60 100644
--- a/docs/framework/wcf/feature-details/comparing-aspnet-web-services-to-wcf-based-on-purpose-and-standards-used.md
+++ b/docs/framework/wcf/feature-details/comparing-aspnet-web-services-to-wcf-based-on-purpose-and-standards-used.md
@@ -1,31 +1,19 @@
---
-title: "使用目的と使用標準に基づく ASP.NET Web サービスと WCF との比較"
-ms.custom:
+title: 使用目的と使用標準に基づく ASP.NET Web サービスと WCF との比較
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: d3890278-fa9b-4902-91ea-8da73b7143cc
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 1b43fe9cf66fc9ccf72d12c6a617a1b4c0b44def
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 60f2e9ccbfd5dbf205f3ed570ece1d4169f21e3a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 使用目的と使用標準に基づく ASP.NET Web サービスと WCF との比較
ASP.NET Web サービスは、HTTP 上で SOAP (Simple Object Access Protocol) を使用してメッセージを送受信するアプリケーションを構築するために開発されました。 メッセージ構造は XML スキーマを使用して定義できます。また、.NET Framework オブジェクトに対するメッセージのシリアル化を容易にするツールも提供されています。 このテクノロジを使用すると、Web サービス記述言語 (WSDL) で Web サービスを記述するメタデータが自動で生成されます。また、WSDL から Web サービス用のクライアントを生成する別のツールも用意されています。
- [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] を使用すると、.NET Framework アプリケーションで他のソフトウェア エンティティとメッセージを交換できます。 既定では SOAP が使用されますが、任意の形式のメッセージを使用でき、任意のトランスポート プロトコルを使用してメッセージを伝達できます。 メッセージ構造は XML スキーマを使用して定義できます。また、.NET Framework オブジェクトに対するメッセージをシリアル化するさまざまなオプションがあります。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] を使用すると、このテクノロジで構築されたアプリケーションを WSDL で記述するメタデータが自動で生成されます。また、WSDL からこのようなアプリケーション用のクライアントを生成するツールも用意されています。
+ WCF では、.NET Framework アプリケーションで他のソフトウェア エンティティとメッセージ交換を有効にするためです。 既定では SOAP が使用されますが、任意の形式のメッセージを使用でき、任意のトランスポート プロトコルを使用してメッセージを伝達できます。 メッセージ構造は XML スキーマを使用して定義できます。また、.NET Framework オブジェクトに対するメッセージをシリアル化するさまざまなオプションがあります。 WCF が WSDL でテクノロジを使用して構築されたアプリケーションを記述するメタデータを自動的に生成し、WSDL からそれらのアプリケーション用のクライアントを生成するためのツールも用意されています。
- ASP.NET Web サービスによってサポートされる標準については、『 [ASP.NET を使用して作成した XML Web サービス](http://go.microsoft.com/fwlink/?LinkId=94872)です。 サポートされる標準のより詳細なリスト[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]に記載されて[システム指定の相互運用性バインディングでサポートされる Web サービス プロトコル](../../../../docs/framework/wcf/feature-details/web-services-protocols-supported-by-system-provided-interoperability-bindings.md)です。
+ ASP.NET Web サービスによってサポートされる標準については、『 [ASP.NET を使用して作成した XML Web サービス](http://go.microsoft.com/fwlink/?LinkId=94872)です。 WCF によってサポートされている標準のより詳細な一覧が記載されている[システム指定の相互運用性バインディングでサポートされる Web サービス プロトコル](../../../../docs/framework/wcf/feature-details/web-services-protocols-supported-by-system-provided-interoperability-bindings.md)です。
-## 参照
+## 関連項目
[開発者の視点から見た ASP.NET Web サービスと WCF との比較](../../../../docs/framework/wcf/feature-details/comparing-aspnet-web-services-to-wcf-based-on-development.md)
diff --git a/docs/framework/wcf/feature-details/configuring-the-wpa--service-for-use-with-wcf.md b/docs/framework/wcf/feature-details/configuring-the-wpa--service-for-use-with-wcf.md
index a8323fdf925..e940c58cf94 100644
--- a/docs/framework/wcf/feature-details/configuring-the-wpa--service-for-use-with-wcf.md
+++ b/docs/framework/wcf/feature-details/configuring-the-wpa--service-for-use-with-wcf.md
@@ -1,37 +1,23 @@
---
title: Windows Communication Foundation で使用するための Windows プロセス アクティブ化サービスを設定する
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
ms.assetid: 1d50712e-53cd-4773-b8bc-a1e1aad66b78
-caps.latest.revision: 12
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 727ad032482829350b5cf88175c34d8ccc7b98b9
-ms.sourcegitcommit: 03ee570f6f528a7d23a4221dcb26a9498edbdf8c
+ms.openlocfilehash: 3a4d771c3f2d5e7e6ec4fd6a1e229548e063a6d1
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/28/2018
+ms.lasthandoff: 05/04/2018
---
# Windows Communication Foundation で使用するための Windows プロセス アクティブ化サービスを設定する
-ここでは、Windows プロセス アクティブ化サービス (WAS: Windows Process Activation Service) を [!INCLUDE[wv](../../../../includes/wv-md.md)] で構成して、HTTP ネットワーク プロトコルでは通信しない [!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] サービスをホストするために必要な手順について説明します。 以降の各セクションで、この構成に関する手順について概説します。
+このトピックでは、Windows プロセス アクティブ化サービス (WAS とも呼ばれます) を設定するために必要な手順を説明で[!INCLUDE[wv](../../../../includes/wv-md.md)]HTTP 経由で通信を行わないサービスのネットワーク プロトコルの Windows Communication Foundation (WCF) をホストします。 以降の各セクションで、この構成に関する手順について概説します。
-- 必要な [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] アクティベーション コンポーネントをインストール (またはそのインストールを確認) します。
+- インストール (またはのインストールを確認する) 必要とする WCF アクティブ化コンポーネントです。
- 使用するネットワーク プロトコル バインドを含む WAS サイトを作成するか、新しいプロトコル バインドを既存のサイトに追加します。
- サービスをホストするアプリケーションを作成し、必要なネットワーク プロトコルを使用するようにそのアプリケーションを設定します。
-- 非 HTTP エンドポイントを公開する [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスを構築します。
+- 非 HTTP エンドポイントを公開する WCF サービスを構築します。
## 非 HTTP バインドを使用したサイトの構成
WAS で非 HTTP バインドを使用するには、サイト バインドを WAS 構成に追加する必要があります。 WAS の構成ストアは、%windir%\system32\inetsrv\config ディレクトリにある applicationHost.config ファイルです。 この構成ストアは、WAS と IIS 7.0 の両方で共有されます。
@@ -107,7 +93,7 @@ appcmd.exe set app "Default Web Site/appOne" /enabledProtocols:net.tcp
## 非 HTTP のアクティブ化で WAS を使用する WCF サービスの構築
一度インストールし、WAS を構成する手順を実行すると (を参照してください[する方法: WCF アクティブ化コンポーネントの構成のインストールと](../../../../docs/framework/wcf/feature-details/how-to-install-and-configure-wcf-activation-components.md))、ライセンス認証は IIS でホストされているサービスを構成するように WAS を使用するサービスを構成します。
- WAS アクティブ化の構築に関する詳細な手順について[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]サービスを参照してください[する方法: WAS で WCF サービスをホスト](../../../../docs/framework/wcf/feature-details/how-to-host-a-wcf-service-in-was.md)です。
+ WAS アクティブ化された WCF サービスの構築に関する詳細な手順については、次を参照してください。[する方法: WAS で WCF サービスをホスト](../../../../docs/framework/wcf/feature-details/how-to-host-a-wcf-service-in-was.md)です。
## 関連項目
[Windows プロセス アクティブ化サービスでのホスティング](../../../../docs/framework/wcf/feature-details/hosting-in-windows-process-activation-service.md)
diff --git a/docs/framework/wcf/feature-details/deploying-an-internet-information-services-hosted-wcf-service.md b/docs/framework/wcf/feature-details/deploying-an-internet-information-services-hosted-wcf-service.md
index 0ae841dd8fb..f487664708a 100644
--- a/docs/framework/wcf/feature-details/deploying-an-internet-information-services-hosted-wcf-service.md
+++ b/docs/framework/wcf/feature-details/deploying-an-internet-information-services-hosted-wcf-service.md
@@ -1,48 +1,34 @@
---
title: インターネット インフォメーション サービスでホストされる WCF サービスの配置
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
ms.assetid: 04ebd329-3fbd-44c3-b3ab-1de3517e27d7
-caps.latest.revision: 30
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 49ee6091b18dfcf2a5b46c173490b317fe770554
-ms.sourcegitcommit: 94d33cadc5ff81d2ac389bf5f26422c227832052
+ms.openlocfilehash: 59f18d8487deb52f5ecb5b5c814ec9bdbc74e2cc
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/30/2018
+ms.lasthandoff: 05/04/2018
---
# インターネット インフォメーション サービスでホストされる WCF サービスの配置
-IIS (インターネット インフォメーション サービス) でホストされている [!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] サービスの開発と展開には、次のタスクが含まれます。
+インターネット インフォメーション サービス (IIS) でホストされている Windows Communication Foundation (WCF) サービスの展開の開発と、次のタスクで構成されます。
-- IIS、ASP.NET、 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]、および [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] アクティブ化コンポーネントが正しくインストールおよび登録されていることを確認します。
+- IIS、ASP.NET、WCF、および WCF アクティブ化コンポーネントは正しくインストールされている、登録されていることを確認します。
- 新しい IIS アプリケーションを作成するか、既存の [!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)] アプリケーションを再利用します。
-- [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービス用の .svc ファイルを作成します。
+- WCF サービスの .svc ファイルを作成します。
- IIS アプリケーションにサービス実装を展開します。
-- [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスを構成します。
+- WCF サービスを構成します。
- IIS によってホストされる [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスの作成に関する詳細なチュートリアルについては、「 [How to: Host a WCF Service in IIS](../../../../docs/framework/wcf/feature-details/how-to-host-a-wcf-service-in-iis.md)」を参照してください。
+ IIS でホストされる WCF サービスを作成する詳細なチュートリアルについては、次を参照してください。[する方法: IIS で WCF サービスをホスト](../../../../docs/framework/wcf/feature-details/how-to-host-a-wcf-service-in-iis.md)です。
## IIS、ASP.NET、および WCF が正しくインストールおよび登録されていることの確認
- IIS でホストされる[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]サービスを正常に機能させるには、 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] 、IIS、および ASP.NET をインストールする必要があります。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] ( [!INCLUDE[vstecwinfx](../../../../includes/vstecwinfx-md.md)]の一部として)、ASP.NET、および IIS のインストール手順は、使用しているオペレーティング システムのバージョンによって異なります。 インストールの詳細については[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]と[!INCLUDE[vstecwinfx](../../../../includes/vstecwinfx-md.md)]を参照してください[Microsoft .NET Framework 4 の Web インストーラー](http://go.microsoft.com/fwlink/?LinkId=201185)です。 IIS のインストール手順については、「 [IIS のインストール](http://go.microsoft.com/fwlink/?LinkId=201188)」を参照してください。
+ IIS でホストされる WCF サービスが正常に機能を WCF、IIS、および ASP.NET をインストールする必要があります。 WCF にインストールする手順 (の一部として、 [!INCLUDE[vstecwinfx](../../../../includes/vstecwinfx-md.md)])、ASP.NET と IIS が使用されているオペレーティング システムのバージョンによって異なります。 WCF のインストールの詳細については、[!INCLUDE[vstecwinfx](../../../../includes/vstecwinfx-md.md)]を参照してください[Microsoft .NET Framework 4 の Web インストーラー](http://go.microsoft.com/fwlink/?LinkId=201185)です。 IIS のインストール手順については、「 [IIS のインストール](http://go.microsoft.com/fwlink/?LinkId=201188)」を参照してください。
- IIS が既にコンピューターにインストールされている場合は、 [!INCLUDE[vstecwinfx](../../../../includes/vstecwinfx-md.md)] のインストール プロセスにより、 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] が IIS に自動登録されます。 [!INCLUDE[vstecwinfx](../../../../includes/vstecwinfx-md.md)]の後に IIS をインストールした場合は、追加の手順に従って、 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] を IIS と [!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)]に登録する必要があります。 使用しているオペレーティング システムに応じて、次のように実行します。
+ インストール プロセス、 [!INCLUDE[vstecwinfx](../../../../includes/vstecwinfx-md.md)] IIS が既にコンピューターにある場合は、IIS で WCF を自動的に登録します。 後に IIS がインストールされている場合、 [!INCLUDE[vstecwinfx](../../../../includes/vstecwinfx-md.md)]、IIS で WCF を登録する追加の手順が必要と[!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)]です。 使用しているオペレーティング システムに応じて、次のように実行します。
-- [!INCLUDE[wxpsp2](../../../../includes/wxpsp2-md.md)]、Windows 7、および[!INCLUDE[ws2003](../../../../includes/ws2003-md.md)]: を使用して、 [ServiceModel 登録ツール (ServiceModelReg.exe)](../../../../docs/framework/wcf/servicemodelreg-exe.md)ツールを登録して[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]iis: このツールを使用する入力**ServiceModelReg.exe/i/x**で、Visual Studio コマンド プロンプトです。 このコマンド プロンプトを開くには、[スタート] ボタンをクリックし、 **[すべてのプログラム]**, **[Microsoft Visual Studio 2012]**, **[Visual Studio ツール]** の順にポイントし、 **[Visual Studio コマンド プロンプト]** をクリックします。
+- [!INCLUDE[wxpsp2](../../../../includes/wxpsp2-md.md)]、Windows 7、および[!INCLUDE[ws2003](../../../../includes/ws2003-md.md)]: を使用して、 [ServiceModel 登録ツール (ServiceModelReg.exe)](../../../../docs/framework/wcf/servicemodelreg-exe.md)を IIS で WCF を登録するツール: このツールを使用する次のように入力します。 **ServiceModelReg.exe/i/x** Visual Studio でコマンド プロンプト。 このコマンド プロンプトを開くには、[スタート] ボタンをクリックし、 **[すべてのプログラム]**, **[Microsoft Visual Studio 2012]**, **[Visual Studio ツール]** の順にポイントし、 **[Visual Studio コマンド プロンプト]** をクリックします。
- [!INCLUDE[wv](../../../../includes/wv-md.md)]: [!INCLUDE[vstecwinfx](../../../../includes/vstecwinfx-md.md)]のサブコンポーネントの Windows Communication Foundation アクティベーション コンポーネントをインストールします。 これを行う、コントロール パネルで、をクリックして**プログラム追加と削除**し**追加\/Windows コンポーネントの削除**です。 **Windows コンポーネント ウィザード**がアクティブになります。
@@ -51,12 +37,12 @@ IIS (インターネット インフォメーション サービス) でホス
最後に、ASP.NET が .NET Framework Version 4 を使用するように設定されていることを確認する必要があります。 これには、–i オプションを指定して ASPNET_Regiis ツールを実行します。 詳細については、次を参照してください[ASP.NET IIS 登録ツール。](http://go.microsoft.com/fwlink/?LinkId=201186)
## 新しい IIS アプリケーションの作成、または既存の ASP.NET アプリケーションの再利用
- IIS でホストされる [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスは、IIS アプリケーションの内部に存在する必要があります。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスのみをホストする新しい IIS アプリケーションを作成できます。 または、既に [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] コンテンツ (.aspx ページや ASP.NET Web サービス (ASMX) など) をホストしている既存のアプリケーションに [!INCLUDE[vstecasplong](../../../../includes/vstecasplong-md.md)] サービスを展開することもできます。 これらのオプションの詳細についてを参照してください、「ホスティング WCF サイド バイ サイド ASP.NET で」とのセクションでは、「ASP.NET 互換モードでは WCF サービスをホスティング」 [WCF サービスと ASP.NET](../../../../docs/framework/wcf/feature-details/wcf-services-and-aspnet.md)です。
+ IIS でホストされる WCF サービスは、IIS アプリケーションの内部に存在する必要があります。 排他的に WCF サービスをホストする新しい IIS アプリケーションを作成することができます。 既にホストしている既存のアプリケーションに WCF サービスを展開する代わりに、[!INCLUDE[vstecasplong](../../../../includes/vstecasplong-md.md)]コンテンツ (.aspx ページや ASP.NET Web サービス (ASMX)) などです。 これらのオプションの詳細についてを参照してください、「ホスティング WCF サイド バイ サイド ASP.NET で」とのセクションでは、「ASP.NET 互換モードでは WCF サービスをホスティング」 [WCF サービスと ASP.NET](../../../../docs/framework/wcf/feature-details/wcf-services-and-aspnet.md)です。
[!INCLUDE[iis601](../../../../includes/iis601-md.md)] とそれ以降のバージョンでは、隔離されているオブジェクト指向プログラミング アプリケーションは定期的に再起動されることに注意してください。 既定値は 1740 分です。 サポートされている最大値は 71,582 分です。 この再起動は、無効にできます。 このプロパティの詳細については、次を参照してください。、 [PeriodicRestartTime](http://go.microsoft.com/fwlink/?LinkId=109968)です。
## WCF サービス用の .svc ファイルの作成
- IIS でホストされる[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスは、IIS アプリケーションの内部で特別なコンテンツ ファイル (.svc ファイル) として表現されます。 これは、ASMX ページが、IIS アプリケーションの内部で .asmx ファイルとして表現されるのと同様です。 .svc ファイルには、 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]ホスト インフラストラクチャで、着信メッセージに応えてホスト対象サービスをアクティブ化できるようにする、[@ServiceHost](../../../../docs/framework/configure-apps/file-schema/wcf-directive/servicehost.md)固有の処理ディレクティブ ( [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] ) が含まれます。 .svc ファイルの最も一般的な構文を次のステートメントに示します。
+ IIS でホストされる WCF サービスは、IIS アプリケーションの内部の特別なコンテンツ ファイル (.svc ファイル) として表されます。 これは、ASMX ページが、IIS アプリケーションの内部で .asmx ファイルとして表現されるのと同様です。 .Svc ファイルには、WCF 固有の処理ディレクティブが含まれています ([@ServiceHost](../../../../docs/framework/configure-apps/file-schema/wcf-directive/servicehost.md)) インフラストラクチャをホストしている WCF 受信メッセージに応答内のホステッド サービスをアクティブ化することができます。 .svc ファイルの最も一般的な構文を次のステートメントに示します。
```
<% @ServiceHost Service="MyNamespace.MyServiceImplementationTypeName" %>
@@ -68,12 +54,12 @@ IIS (インターネット インフォメーション サービス) でホス
new ServiceHost( typeof( MyNamespace.MyServiceImplementationTypeName ) );
```
- サービスのベース アドレスの一覧を作成するなど、追加のホスト構成を実行することもできます。 カスタム を使用して、このディレクティブをカスタム ホスト ソリューション用に拡張することもできます。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスをホストする IIS アプリケーションは、 インスタンスの作成とライフタイムの管理を実行しません。 管理対象の [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] ホスト インフラストラクチャは、.svc ファイルに対する最初の要求を受け取ったときに、必要な インスタンスを動的に作成します。 このインスタンスは、コードによって明示的に閉じられるか、アプリケーションがリサイクルされるときまで解放されません。
+ サービスのベース アドレスの一覧を作成するなど、追加のホスト構成を実行することもできます。 カスタム を使用して、このディレクティブをカスタム ホスト ソリューション用に拡張することもできます。 WCF サービスをホストする IIS アプリケーションは、の作成とライフタイムの管理の責任を負いませんインスタンス。 管理されている WCF ホスティング インフラストラクチャの作成、必要なインスタンスを動的に .svc ファイルに対する最初の要求を受け取ったときです。 このインスタンスは、コードによって明示的に閉じられるか、アプリケーションがリサイクルされるときまで解放されません。
.Svc ファイルの構文の詳細については、次を参照してください。 [ @ServiceHost](../../../../docs/framework/configure-apps/file-schema/wcf-directive/servicehost.md)です。
## IIS アプリケーションへのサービス実装の展開
- IIS でホストされる[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスは、 [!INCLUDE[vstecasplong](../../../../includes/vstecasplong-md.md)]と同一の動的なコンパイル モデルを使用します。 [!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)]の場合と同様に、IIS でホストされる [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスの実装コードは、次のようないくつかの方法でさまざまな場所に展開できます。
+ IIS でホストされる WCF サービスと同様の動的なコンパイル モデルを使用して[!INCLUDE[vstecasplong](../../../../includes/vstecasplong-md.md)]です。 同様[!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)]、いくつか方法でさまざまな場所に、IIS でホストされる WCF サービスの実装コードを次のように展開することができます。
- グローバル アセンブリ キャッシュ (GAC: Global Assembly Cache) またはアプリケーションの \bin ディレクトリに配置される、プリコンパイルされた .dll ファイルとして展開します。 プリコンパイルされたバイナリは、新しいバージョンのクラス ライブラリが展開されるまで更新されません。
@@ -84,14 +70,14 @@ new ServiceHost( typeof( MyNamespace.MyServiceImplementationTypeName ) );
詳細については、[!INCLUDE[vstecasplong](../../../../includes/vstecasplong-md.md)]コンパイル モデルを参照してください[ASP.NET コンパイルの概要](http://go.microsoft.com/fwlink/?LinkId=94773)です。
## WCF サービスの構成
- IIS でホストされる [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスの構成は、アプリケーションの Web.config ファイルに格納されます。 IIS でホストされるサービスは、IIS の外部でホストされる [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスと同じ構成要素と構文を使用します。 ただし、次の制約は、IIS ホスト環境に固有です。
+ IIS でホストされる WCF サービスは、アプリケーションの Web.config ファイルでの構成を格納します。 IIS でホストされるサービスは、IIS の外部でホストされる WCF サービスとして、同じ構成要素と構文を使用します。 ただし、次の制約は、IIS ホスト環境に固有です。
- IIS でホストされるサービスのベース アドレス。
-- ホストしているアプリケーション[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]IIS の外部でのサービスは、一連のベース アドレス Uri を渡すことによって、ホストするサービスのベース アドレスを制御できます、コンス トラクターを提供したりして、 [\<ホスト >](../../../../docs/framework/configure-apps/file-schema/wcf/host.md)サービスの構成内の要素。 IIS でホストされるサービスは、それぞれのベース アドレスを制御できません。IIS でホストされるサービスのベース アドレスは、その .svc ファイルのアドレスです。
+- アプリケーションの IIS の外部でのホスティングの WCF サービスはベースのセットを渡すことによって、ホストするサービスのベース アドレスを制御できますアドレス Uri をコンス トラクターを提供したりして、 [\<ホスト >](../../../../docs/framework/configure-apps/file-schema/wcf/host.md)内の要素、サービスの構成。 IIS でホストされるサービスは、それぞれのベース アドレスを制御できません。IIS でホストされるサービスのベース アドレスは、その .svc ファイルのアドレスです。
### IIS でホストされるサービスのエンドポイント アドレス
- IIS でホストされるときのエンドポイント アドレスは、常にサービスを表す .svc ファイルのアドレスを基準にした相対アドレスと見なされます。 たとえば場合のベース アドレス、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]サービスはhttp://localhost/Application1/MyService.svc次のエンドポイント構成を使用します。
+ IIS でホストされるときのエンドポイント アドレスは、常にサービスを表す .svc ファイルのアドレスを基準にした相対アドレスと見なされます。 たとえば、WCF サービスのベース アドレスはhttp://localhost/Application1/MyService.svc次のエンドポイント構成を使用します。
```xml
@@ -108,12 +94,12 @@ new ServiceHost( typeof( MyNamespace.MyServiceImplementationTypeName ) );
IIS でホストされるサービスのエンドポイントには、常に相対エンドポイント アドレスを使用する必要があります。 完全修飾エンドポイント アドレスを提供して (たとえば、http://localhost/MyService.svc)エンドポイントのアドレスが、エンドポイントを公開するサービスをホストする IIS アプリケーションを指していない場合に、サービスの展開でエラーにつながることができます。 ホストされるサービスに相対エンドポイント アドレスを使用すると、このような競合が回避されます。
### 利用可能なトランスポート
- IIS 5.1 および[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] でホストされる [!INCLUDE[iis601](../../../../includes/iis601-md.md)] サービスが使用できるのは、HTTP ベースの通信のみに制限されています。 これらの IIS プラットフォームでホストされるサービスで、非 HTTP バインドを使用するように構成すると、サービスをアクティブ化するときにエラーが発生します。 [!INCLUDE[iisver](../../../../includes/iisver-md.md)]でサポートされるトランスポートには、既存の MSMQ アプリケーションとの後方互換性を実現する HTTP、Net.TCP、Net.Pipe、Net.MSMQ、msmq.formatname があります。
+ IIS 5.1 でホストされる WCF サービスと[!INCLUDE[iis601](../../../../includes/iis601-md.md)]HTTP ベースの通信を使用してに制限されます。 これらの IIS プラットフォームでホストされるサービスで、非 HTTP バインドを使用するように構成すると、サービスをアクティブ化するときにエラーが発生します。 [!INCLUDE[iisver](../../../../includes/iisver-md.md)]でサポートされるトランスポートには、既存の MSMQ アプリケーションとの後方互換性を実現する HTTP、Net.TCP、Net.Pipe、Net.MSMQ、msmq.formatname があります。
### HTTP トランスポート セキュリティ
- IIS でホストされる [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスでは、サービスを格納する IIS 仮想ディレクトリで設定がサポートされている場合、HTTP トランスポート セキュリティ (基本認証、ダイジェスト認証、Windows 統合認証などの HTTPS および HTTP 認証) を利用できます。 ホストされるエンドポイントのバインディングでの HTTP トランスポート セキュリティ設定は、そのエンドポイントを格納する IIS 仮想ディレクトリでのトランスポート セキュリティ設定と一致する必要があります。
+ IIS でホストされる WCF サービスと http を使用して、トランスポート セキュリティ (たとえば、HTTPS および HTTP 認証基本、ダイジェスト、Windows 統合認証など)、サービスを格納する IIS 仮想ディレクトリはそれらをサポートしている限り、設定。 ホストされるエンドポイントのバインディングでの HTTP トランスポート セキュリティ設定は、そのエンドポイントを格納する IIS 仮想ディレクトリでのトランスポート セキュリティ設定と一致する必要があります。
- たとえば、HTTP ダイジェスト認証を使用するように構成された [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] エンドポイントは、HTTP ダイジェスト認証を許可するように構成された IIS 仮想ディレクトリに存在する必要があります。 IIS の設定と [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] エンドポイントの設定の組み合わせが一致しない場合、サービスをアクティブ化するときにエラーが発生します。
+ たとえば、HTTP ダイジェスト認証を使用するように構成 WCF エンドポイントは、HTTP ダイジェスト認証を行うことも構成されている IIS 仮想ディレクトリになければなりません。 IIS の設定と WCF エンドポイントの設定の組み合わせが一致しないは、サービスのアクティブ化では、エラーが発生します。
## 関連項目
[インターネット インフォメーション サービスでのホスティング](../../../../docs/framework/wcf/feature-details/hosting-in-internet-information-services.md)
diff --git a/docs/framework/wcf/feature-details/diff-in-queue-in-vista-server-2003-windows-xp.md b/docs/framework/wcf/feature-details/diff-in-queue-in-vista-server-2003-windows-xp.md
index 34451a7e0ec..b091696650a 100644
--- a/docs/framework/wcf/feature-details/diff-in-queue-in-vista-server-2003-windows-xp.md
+++ b/docs/framework/wcf/feature-details/diff-in-queue-in-vista-server-2003-windows-xp.md
@@ -1,31 +1,17 @@
---
-title: "Windows Vista、Windows Server 2003、および Windows XP におけるキュー機能の相違点"
-ms.custom:
+title: Windows Vista、Windows Server 2003、および Windows XP におけるキュー機能の相違点
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
helpviewer_keywords:
- queues [WCF], differences in operating systems
ms.assetid: aa809d93-d0a3-4ae6-a726-d015cca37c04
-caps.latest.revision:
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 8f30ad7819a570f0149868502261f986f4dd8c0b
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: d956a72c9413384176c10effefc0307b09744c4c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# Windows Vista、Windows Server 2003、および Windows XP におけるキュー機能の相違点
-ここでは、[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)]、[!INCLUDE[wv](../../../../includes/wv-md.md)]、および [!INCLUDE[ws2003](../../../../includes/ws2003-md.md)] における [!INCLUDE[wxp](../../../../includes/wxp-md.md)] キュー機能の相違について説明します。
+このトピックは、Windows Communication Foundation (WCF) キューの機能との間での違いを示して[!INCLUDE[wv](../../../../includes/wv-md.md)]、 [!INCLUDE[ws2003](../../../../includes/ws2003-md.md)]、および[!INCLUDE[wxp](../../../../includes/wxp-md.md)]です。
## アプリケーションごとの配信不能キュー
キューに置かれたメッセージは、受信側のアプリケーションでタイムリーに読み取らなれないと、無期限にキューに残ることがあります。 時間依存のメッセージでは、このような動作は適切ではありません。 時間依存のメッセージとは、キューに置かれたバインディングで `TimeToLive` プロパティが設定されているメッセージです。 このプロパティでは、メッセージの期限が切れるまでのキュー内での保持期間を指定します。 期限切れのメッセージは、配信不能キューと呼ばれる特別なキューに送信されます。 また、キューのクォータの超過、認証エラーの発生など、その他の理由でメッセージが配信不能キューに送信される場合もあります。
@@ -43,11 +29,11 @@ ms.lasthandoff: 12/22/2017
- [!INCLUDE[wv](../../../../includes/wv-md.md)] の MSMQ では、否定受信確認がサポートされます。[!INCLUDE[ws2003](../../../../includes/ws2003-md.md)] と [!INCLUDE[wxp](../../../../includes/wxp-md.md)] の MSMQ ではサポートされません。 受信側キュー マネージャーから否定受信確認を受け取ると、送信側キュー マネージャーは拒否されたメッセージを配信不能キューに入れます。 そのため、`ReceiveErrorHandling.Reject` は、[!INCLUDE[ws2003](../../../../includes/ws2003-md.md)] と [!INCLUDE[wxp](../../../../includes/wxp-md.md)] では使用できません。
-- [!INCLUDE[wv](../../../../includes/wv-md.md)] の MSMQ は、メッセージの配信試行回数を保持するメッセージ プロパティをサポートします。 この中止回数のプロパティは、[!INCLUDE[ws2003](../../../../includes/ws2003-md.md)] と [!INCLUDE[wxp](../../../../includes/wxp-md.md)] では使用できません。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] は、中止回数をメモリで保持するため、同じメッセージが Web ファーム内の複数の [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスによって読み取られた場合、このプロパティは、正確な値を格納できない可能性があります。
+- [!INCLUDE[wv](../../../../includes/wv-md.md)] の MSMQ は、メッセージの配信試行回数を保持するメッセージ プロパティをサポートします。 この中止回数のプロパティは、[!INCLUDE[ws2003](../../../../includes/ws2003-md.md)] と [!INCLUDE[wxp](../../../../includes/wxp-md.md)] では使用できません。 WCF は、ので、このプロパティが含まれていないこと、正確な値には、Web ファーム内の 1 つ以上の WCF サービスによって、同じメッセージが読み取られた場合に、中止回数をメモリ内を保持します。
## リモート トランザクション読み取り
[!INCLUDE[wv](../../../../includes/wv-md.md)] 上の MSMQ は、リモート トランザクション読み取りをサポートします。 これによって、キューから読み取りを行うアプリケーションを、そのキューをホストしているコンピューターとは別のコンピューター上でホストすることが可能になります。 これにより、サービスのファーム全体で中央のキューから読み取りを行うことができるようになり、システムの全体のスループットが向上します。 また、メッセージの読み取り中および処理中にエラーが発生した場合、トランザクションはロールバックし、メッセージは後で処理できるようにキューに残るようにもなります。
-## 参照
+## 関連項目
[配信不能キューを使用したメッセージ転送エラー処理](../../../../docs/framework/wcf/feature-details/using-dead-letter-queues-to-handle-message-transfer-failures.md)
[有害メッセージ処理](../../../../docs/framework/wcf/feature-details/poison-message-handling.md)
diff --git a/docs/framework/wcf/feature-details/elevation-of-privilege.md b/docs/framework/wcf/feature-details/elevation-of-privilege.md
index a33bdf1fec5..c5e08d5dfb8 100644
--- a/docs/framework/wcf/feature-details/elevation-of-privilege.md
+++ b/docs/framework/wcf/feature-details/elevation-of-privilege.md
@@ -1,29 +1,15 @@
---
title: 権限の昇格
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
helpviewer_keywords:
- elevation of privilege [WCF]
- security [WCF], elevation of privilege
ms.assetid: 146e1c66-2a76-4ed3-98a5-fd77851a06d9
-caps.latest.revision: 16
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 6d93a8ae074e4016d7d8ec4b8734f0d14ead938f
-ms.sourcegitcommit: 03ee570f6f528a7d23a4221dcb26a9498edbdf8c
+ms.openlocfilehash: c71936d087ef046848c75d1fa0638aaafbe43c9a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/28/2018
+ms.lasthandoff: 05/04/2018
---
# 権限の昇格
*特権の昇格*攻撃者承認本来付与されたもの以外のアクセス許可を与えた結果します。 たとえば、"読み取り専用" アクセス許可の権限セットを持つ攻撃者が、何らかの方法で権限セットを "読み取り/書き込み" アクセス許可を含むものに昇格させます。
@@ -36,7 +22,7 @@ ms.lasthandoff: 04/28/2018
## セキュリティ コンテキストを使用しない ID の切り替え
次の内容は、[!INCLUDE[vstecwinfx](../../../../includes/vstecwinfx-md.md)] にのみ適用されます。
- クライアントとサーバー間の接続が確立すると、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] クライアントを開いた後に次のすべての条件に該当する場合を除き、クライアントの ID は変更されません。
+ クライアントとサーバー、クライアントの id の間の接続が確立されている場合は変更されない 1 つの状況では可: 次の条件がすべて当てはまる場合、WCF クライアントが開かれた後に。
- (トランスポート セキュリティ セッションまたはメッセージ セキュリティ セッションを使用して) セキュリティ コンテキストを確立するための手順がオフになっている (プロパティに設定されている`false`メッセージ セキュリティまたはトランスポート セキュリティを確立するための非対応の場合トランスポート セキュリティの場合は、セッションが使用されます。 トランスポート セキュリティの場合は、セキュリティ セッションを確立できないトランスポート (HTTPS など) が使用されている)。
@@ -46,7 +32,7 @@ ms.lasthandoff: 04/28/2018
- 偽装されたセキュリティ コンテキストでサービスを呼び出している。
- これらの条件に該当する場合、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] クライアントを開いた後で、サービスに対するクライアントの認証に使用する ID が変更されることがあります (偽装された ID ではなく、プロセス ID になります)。 この状況が発生するのは、サービスに対するクライアントの認証に使用する Windows 資格情報がすべてのメッセージと共に送信され、認証に使用する資格情報が現在のスレッドの Windows ID から取得されるためです。 (たとえば、別の呼び出し元を偽装することによって) 現在のスレッドの Windows ID が変更された場合、メッセージに添付され、サービスに対するクライアントの認証に使用する資格情報も変更される可能性があります。
+ これらの条件に当てはまる場合、サービスに対するクライアントの認証に使用される id を変更する可能性があります (場合がありますが、偽装された id、プロセス id 代わりに)、WCF クライアントが開かれた後にします。 この状況が発生するのは、サービスに対するクライアントの認証に使用する Windows 資格情報がすべてのメッセージと共に送信され、認証に使用する資格情報が現在のスレッドの Windows ID から取得されるためです。 (たとえば、別の呼び出し元を偽装することによって) 現在のスレッドの Windows ID が変更された場合、メッセージに添付され、サービスに対するクライアントの認証に使用する資格情報も変更される可能性があります。
偽装と共に Windows 認証を使用する場合に動作を確定する必要があるときは、Windows 資格情報を明示的に設定するか、サービスでセキュリティ コンテキストを確立する必要があります。 これを行うには、メッセージ セキュリティ セッションまたはトランスポート セキュリティ セッションを使用します。 たとえば、net.tcp トランスポートは、トランスポート セキュリティ セッションを提供します。 また、サービスの呼び出し時に、クライアント操作の同期バージョンだけを使用する必要があります。 メッセージ セキュリティ コンテキストを確立する場合は、構成済みセッションの更新時間よりも長い時間、サービスへの接続を開いたままにしないようにしてください。セッション更新プロセスの間にも ID が変更される可能性があるためです。
@@ -59,9 +45,9 @@ ms.lasthandoff: 04/28/2018
> `BeginOpen` メソッドを使用する場合、キャプチャされた資格情報は、このメソッドを呼び出したプロセスの資格情報であることが保証されません。
## トークン キャッシュによる以前のデータを使用した再生の許可
- [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] は、ローカル セキュリティ機関 (LSA) の `LogonUser` 関数を使用して、ユーザー名とパスワードによってユーザーを認証します。 ログオン関数はコストの高い操作であるため、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] では、パフォーマンスを向上させるために、認証済みユーザーを表すトークンをキャッシュできます。 キャッシュ機構は、それ以降に使用できるように `LogonUser` の結果を保存します。 このメカニズムは既定で無効です。有効にするには、設定、プロパティを`true`、またはを使用して、`cacheLogonTokens`の属性、 [ \](../../../../docs/framework/configure-apps/file-schema/wcf/usernameauthentication.md)です。
+ ローカル セキュリティ機関 (LSA) を使用する WCF`LogonUser`ユーザー名とパスワードによってユーザーを認証する関数。 WCF を使用すると、ログオン関数はコストのかかる操作なのでを表すトークンをキャッシュすると、認証されたユーザーにパフォーマンスが向上します。 キャッシュ機構は、それ以降に使用できるように `LogonUser` の結果を保存します。 このメカニズムは既定で無効です。有効にするには、設定、プロパティを`true`、またはを使用して、`cacheLogonTokens`の属性、 [ \](../../../../docs/framework/configure-apps/file-schema/wcf/usernameauthentication.md)です。
- プロパティを に設定するか、`cachedLogonTokenLifetime` 要素の `userNameAuthentication` 属性を使用することで、キャッシュされたトークンの有効期間 (TTL) を設定できます。既定値は 15 分です。 Windows からユーザー アカウントが削除された場合や、パスワードが変更されている場合でも、トークンがキャッシュされている間は、同じユーザー名とパスワードを指定すると、どのクライアントもこのトークンを使用できます。 TTL が終了し、トークンがキャッシュから削除されるまで、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] は悪意のあるユーザーである可能性があっても、ユーザー認証を許可します。
+ プロパティを に設定するか、`cachedLogonTokenLifetime` 要素の `userNameAuthentication` 属性を使用することで、キャッシュされたトークンの有効期間 (TTL) を設定できます。既定値は 15 分です。 Windows からユーザー アカウントが削除された場合や、パスワードが変更されている場合でも、トークンがキャッシュされている間は、同じユーザー名とパスワードを指定すると、どのクライアントもこのトークンを使用できます。 TTL の有効期限が切れるし、トークンがキャッシュから削除、まで、WCF は (場合によって悪意のあるユーザーの認証を使用します。
これをできるだけ防ぐには、`cachedLogonTokenLifetime` の設定値をユーザーが必要とする最低の期間に限定して攻撃領域を減らします。
@@ -91,7 +77,7 @@ ms.lasthandoff: 04/28/2018
- サービスのコンピューターに同じ公開キーを持つ複数の証明書が格納されており、それらの証明書に含まれる情報が異なる場合。
-- サービスがサブジェクト キー識別子と一致する証明書を取得したが、クライアントが使用する予定だったものではない場合。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] でメッセージを取得し署名を検証すると、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] は予定されていたものと異なる X.509 証明書の情報をクレーム セットに対応付けます。このクレーム セットは、クライアントが必要とした内容とは異なり、昇格されている可能性があります。
+- サービスがサブジェクト キー識別子と一致する証明書を取得したが、クライアントが使用する予定だったものではない場合。 WCF では、メッセージを受信し、署名を検証、ときに WCF は、X.509 証明書の情報をから、クライアントが予期したものと異なる可能性のある管理者特権のあるクレームのセットにマップされます。
これをできるだけ防ぐには、X.509 証明書を別の方法 ( の使用など) で参照します。
diff --git a/docs/framework/wcf/feature-details/finding-claims-in-a-claimset.md b/docs/framework/wcf/feature-details/finding-claims-in-a-claimset.md
index a11a4c79e48..21917ae65f9 100644
--- a/docs/framework/wcf/feature-details/finding-claims-in-a-claimset.md
+++ b/docs/framework/wcf/feature-details/finding-claims-in-a-claimset.md
@@ -1,13 +1,6 @@
---
-title: "ClaimSet でのクレームの検索"
-ms.custom:
+title: ClaimSet でのクレームの検索
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
dev_langs:
- csharp
- vb
@@ -15,16 +8,11 @@ helpviewer_keywords:
- claims [WCF], finding in a claimset
- claims [WCF]
ms.assetid: a76ce107-aeb3-47d0-bfa9-134c53664e20
-caps.latest.revision: "7"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 21a30833e72b1c87f1c65a3deaa44da48c08336e
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7ca22d701277e71e509e6b291eb59a0223a0250c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ClaimSet でのクレームの検索
クレームに基づく承認を使用する場合に、特定の種類のクレームの の内容を調べることは、一般的なタスクです。 特定のクレームが存在するかどうか、 を検査するには、 メソッドを使用します。 このメソッドでは、 を直接繰り返すよりも優れたパフォーマンスが得られます。 次の例は、この使用方法を示しています。 `claimType` パラメーターと `claimRight` パラメーターには `null` を指定できます。 その場合、パラメーターはすべてのクレームの種類および権限と一致します。
@@ -33,5 +21,5 @@ ms.lasthandoff: 12/22/2017
[!code-csharp[c_FindClaimsPerf#2](../../../../samples/snippets/csharp/VS_Snippets_CFX/c_findclaimsperf/cs/c_findclaimsperf.cs#2)]
[!code-vb[c_FindClaimsPerf#2](../../../../samples/snippets/visualbasic/VS_Snippets_CFX/c_findclaimsperf/vb/c_findclaimsperf.vb#2)]
-## 参照
+## 関連項目
[ID モデルを使用したクレームと承認の管理](../../../../docs/framework/wcf/feature-details/managing-claims-and-authorization-with-the-identity-model.md)
diff --git a/docs/framework/wcf/feature-details/flowing-transactions-into-and-out-of-workflow-services.md b/docs/framework/wcf/feature-details/flowing-transactions-into-and-out-of-workflow-services.md
index 84ab0f692f7..cf3751a902a 100644
--- a/docs/framework/wcf/feature-details/flowing-transactions-into-and-out-of-workflow-services.md
+++ b/docs/framework/wcf/feature-details/flowing-transactions-into-and-out-of-workflow-services.md
@@ -1,24 +1,12 @@
---
-title: "ワークフロー サービスへのトランザクションのフロー"
-ms.custom:
+title: ワークフロー サービスへのトランザクションのフロー
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 03ced70e-b540-4dd9-86c8-87f7bd61f609
-caps.latest.revision: "11"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: a38c0c224c93941efa767d142aa7738296a62f15
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 8b3d3e85b626d033c9ab50e93e3ceb3b86058a2f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ワークフロー サービスへのトランザクションのフロー
ワークフロー サービスとワークフロー クライアントはトランザクションに参加できます。 サービス操作をアンビエント トランザクションの一部にするには、 アクティビティを アクティビティの中に配置します。 内の または アクティビティによる呼び出しが行われると、アンビエント トランザクション内でも呼び出しが行われます。 ワークフロー クライアント アプリケーションでは、 アクティビティを使用してアンビエント トランザクションを作成し、そのアンビエント トランザクションを使用してサービス操作を呼び出すことができます。 ここでは、トランザクションに参加するワークフロー サービスとワークフロー クライアントを作成する手順について説明します。
@@ -87,7 +75,7 @@ ms.lasthandoff: 12/22/2017
### ワークフロー サービスの実装
-1. 新しい[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]と呼ばれるワークフロー サービス`WorkflowService`を`Common`プロジェクト。 右クリックを行うには、`Common`プロジェクトで、**追加**、**新しい項目の追加.****ワークフロー** **インストールされたテンプレート**を選択し、 **WCF ワークフロー サービス**です。
+1. 呼ばれる新しい WCF ワークフロー サービスの追加`WorkflowService`を`Common`プロジェクト。 右クリックを行うには、`Common`プロジェクトで、**追加**、**新しい項目の追加.****ワークフロー** **インストールされたテンプレート**を選択し、 **WCF ワークフロー サービス**です。
![ワークフロー サービスの追加](../../../../docs/framework/wcf/feature-details/media/addwfservice.JPG "AddWFService")
@@ -120,7 +108,7 @@ ms.lasthandoff: 12/22/2017
![Receive アクティビティの追加](../../../../docs/framework/wcf/feature-details/media/serviceaddreceive.JPG "ServiceAddReceive")
-7. クリックして、**を定義しています.**内のリンク、アクティビティと、次の設定を行います。
+7. クリックして、**を定義しています.** 内のリンク、アクティビティと、次の設定を行います。
![Recieve アクティビティのメッセージ設定](../../../../docs/framework/wcf/feature-details/media/receivemessagesettings.JPG "ReceiveMessageSettings")
@@ -152,7 +140,7 @@ ms.lasthandoff: 12/22/2017
![Assign および WriteLine の追加後に](../../../../docs/framework/wcf/feature-details/media/afteraddingsbrwriteline.JPG "AfterAddingSBRWriteLine")
-12. 右クリックして、活動と選択**SendReply の作成**し、最後の後に貼り付けますアクティビティ。 クリックして、**を定義しています.**内のリンク、`SendReplyToReceive`アクティビティと、次の設定を行います。
+12. 右クリックして、活動と選択**SendReply の作成**し、最後の後に貼り付けますアクティビティ。 クリックして、**を定義しています.** 内のリンク、`SendReplyToReceive`アクティビティと、次の設定を行います。
![メッセージの設定を返信](../../../../docs/framework/wcf/feature-details/media/replymessagesettings.JPG "ReplyMessageSettings")
@@ -200,7 +188,7 @@ ms.lasthandoff: 12/22/2017
![Send アクティビティのプロパティを設定](../../../../docs/framework/wcf/feature-details/media/clientsendsettings.JPG "ClientSendSettings")
-9. クリックして、**を定義しています.**リンクし、次の設定を行います。
+9. クリックして、**を定義しています.** リンクし、次の設定を行います。
![Send アクティビティのメッセージ設定](../../../../docs/framework/wcf/feature-details/media/sendmessagesettings.JPG "SendMessageSettings")
@@ -323,7 +311,7 @@ ms.lasthandoff: 12/22/2017
}
```
-## 参照
+## 関連項目
[ワークフロー サービス](../../../../docs/framework/wcf/feature-details/workflow-services.md)
[Windows Communication Foundation のトランザクションの概要](../../../../docs/framework/wcf/feature-details/transactions-overview.md)
[TransactedReceiveScope の使用](../../../../docs/framework/windows-workflow-foundation/samples/use-of-transactedreceivescope.md)
diff --git a/docs/framework/wcf/feature-details/generating-a-wcf-client-from-service-metadata.md b/docs/framework/wcf/feature-details/generating-a-wcf-client-from-service-metadata.md
index 4e1febc83de..39e2ed154cd 100644
--- a/docs/framework/wcf/feature-details/generating-a-wcf-client-from-service-metadata.md
+++ b/docs/framework/wcf/feature-details/generating-a-wcf-client-from-service-metadata.md
@@ -1,26 +1,12 @@
---
title: サービス メタデータからの WCF クライアントの生成
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
ms.assetid: 27f8f545-cc44-412a-b104-617e0781b803
-caps.latest.revision: 9
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 3f48de4b4073a6b34671b3eab5e07890790c71ce
-ms.sourcegitcommit: 03ee570f6f528a7d23a4221dcb26a9498edbdf8c
+ms.openlocfilehash: bd349099213a7818555a910aac1949999a57a58f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/28/2018
+ms.lasthandoff: 05/04/2018
---
# サービス メタデータからの WCF クライアントの生成
ここでは、Svcutil.exe の各種のスイッチを使用して、メタデータ ドキュメントからクライアントを生成する方法を説明します。
diff --git a/docs/framework/wcf/feature-details/grouping-queued-messages-in-a-session.md b/docs/framework/wcf/feature-details/grouping-queued-messages-in-a-session.md
index 31ee9ce5cb2..25cc7d8c884 100644
--- a/docs/framework/wcf/feature-details/grouping-queued-messages-in-a-session.md
+++ b/docs/framework/wcf/feature-details/grouping-queued-messages-in-a-session.md
@@ -1,37 +1,23 @@
---
-title: "セッションでキューに置かれたメッセージのグループ化"
-ms.custom:
+title: セッションでキューに置かれたメッセージのグループ化
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
dev_langs:
- csharp
- vb
helpviewer_keywords:
- queues [WCF]. grouping messages
ms.assetid: 63b23b36-261f-4c37-99a2-cc323cd72a1a
-caps.latest.revision:
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: aba045456d61b5ad687f1030dca3c26b083cdb58
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 62aa269d138d436824d3c825de9f722490d3b5bd
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# セッションでキューに置かれたメッセージのグループ化
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] には、単一の受信側アプリケーションで処理できるよう、一連の関連メッセージをグループ化するセッションが用意されています。 セッションに含まれるメッセージは、同じトランザクションに含まれる必要があります。 すべてのメッセージが同じトランザクションに含まれるため、1 つのメッセージの処理が失敗すると、セッション全体がロールバックされます。 各セッションは、配信不能キューや有害キューに関してよく似た動作をします。 キューに置かれたバインディングに設定される有効期間 (TTL: Time To Live) プロパティがセッションに構成されている場合は、セッション全体に適用されます。 したがって、TTL が切れる前にセッション内の一部のメッセージが送信された場合は、セッション全体が配信不能キューに配置されます。 同様に、アプリケーション キューからアプリケーションにセッション内のメッセージを送信できなかった場合は、セッション全体が有害キューに配置されます (有害キューを使用できる場合)。
+Windows Communication Foundation (WCF) では、1 つの受信側アプリケーションで処理を一緒に関連するメッセージのセットをグループ化することができます、セッションを提供します。 セッションに含まれるメッセージは、同じトランザクションに含まれる必要があります。 すべてのメッセージが同じトランザクションに含まれるため、1 つのメッセージの処理が失敗すると、セッション全体がロールバックされます。 各セッションは、配信不能キューや有害キューに関してよく似た動作をします。 キューに置かれたバインディングに設定される有効期間 (TTL: Time To Live) プロパティがセッションに構成されている場合は、セッション全体に適用されます。 したがって、TTL が切れる前にセッション内の一部のメッセージが送信された場合は、セッション全体が配信不能キューに配置されます。 同様に、アプリケーション キューからアプリケーションにセッション内のメッセージを送信できなかった場合は、セッション全体が有害キューに配置されます (有害キューを使用できる場合)。
## メッセージのグループ化の例
- メッセージのグループ化が役立つ 1 つの例は、注文処理アプリケーションを [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスとして実装する場合です。 たとえば、クライアントがこのアプリケーションに多数の項目を含む注文を送信するとします。 このクライアントは、項目ごとにサービスを呼び出すため、個別のメッセージが送信されることになります。 このため、最初の項目はサーバー A で受信され、2 番目の項目はサーバー B で受信される可能性があります。 項目が追加されるたびに、この項目を処理するサーバーは適切な注文を見つけて項目を追加する必要があるため、効率が非常に悪くなります。 すべての要求を 1 台のサーバーのみで処理する場合でも、現在処理中のすべての注文をこのサーバーによって常に把握し、新しい項目がどの注文に属するものなのかを判別する必要があるため、同様の非効率が生じます。 単一の注文に属するすべての要求をグループ化すると、このようなアプリケーションの実装は大幅に簡素化されます。 1 つの注文に属するすべての項目が 1 セッションとしてクライアント アプリケーションから送信されるため、サービスは注文を処理するときにセッション全体を 1 回で処理できます。 \
+ メッセージをグループ化が役立つケース 1 つの例は、WCF サービスとして、注文処理アプリケーションを実装する場合です。 たとえば、クライアントがこのアプリケーションに多数の項目を含む注文を送信するとします。 このクライアントは、項目ごとにサービスを呼び出すため、個別のメッセージが送信されることになります。 このため、最初の項目はサーバー A で受信され、2 番目の項目はサーバー B で受信される可能性があります。 項目が追加されるたびに、この項目を処理するサーバーは適切な注文を見つけて項目を追加する必要があるため、効率が非常に悪くなります。 すべての要求を 1 台のサーバーのみで処理する場合でも、現在処理中のすべての注文をこのサーバーによって常に把握し、新しい項目がどの注文に属するものなのかを判別する必要があるため、同様の非効率が生じます。 単一の注文に属するすべての要求をグループ化すると、このようなアプリケーションの実装は大幅に簡素化されます。 1 つの注文に属するすべての項目が 1 セッションとしてクライアント アプリケーションから送信されるため、サービスは注文を処理するときにセッション全体を 1 回で処理できます。 \
## 手順
@@ -75,16 +61,16 @@ ms.lasthandoff: 12/22/2017
1. トランザクションのスコープを作成してトランザクション キューに書き込みます。
-2. 作成、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]クライアントを使用して、 [ServiceModel メタデータ ユーティリティ ツール (Svcutil.exe)](../../../../docs/framework/wcf/servicemodel-metadata-utility-tool-svcutil-exe.md)ツールです。
+2. 使用して WCF クライアントを作成、 [ServiceModel メタデータ ユーティリティ ツール (Svcutil.exe)](../../../../docs/framework/wcf/servicemodel-metadata-utility-tool-svcutil-exe.md)ツールです。
3. 注文を行います。
-4. [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] クライアントを閉じます。
+4. WCF クライアントを閉じます。
## 例
### 説明
- 次の例では、`IProcessOrder` サービス、およびこのサービスを使用するクライアントのコードを示します。 このコードは、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] が、キューに置かれたセッションを使用して動作をグループ化するしくみを示しています。
+ 次の例では、`IProcessOrder` サービス、およびこのサービスを使用するクライアントのコードを示します。 WCF がキューに置かれたセッションを使用して、グループ化動作を提供する方法を示します。
### サービスのコード
[!code-csharp[S_Msmq_Session#1](../../../../samples/snippets/csharp/VS_Snippets_CFX/s_msmq_session/cs/service.cs#1)]
@@ -98,6 +84,6 @@ ms.lasthandoff: 12/22/2017
-## 参照
+## 関連項目
[セッションとキュー](../../../../docs/framework/wcf/samples/sessions-and-queues.md)
[キューの概要](../../../../docs/framework/wcf/feature-details/queues-overview.md)
diff --git a/docs/framework/wcf/feature-details/hosting.md b/docs/framework/wcf/feature-details/hosting.md
index 931300dbbf1..1d11d5c35d1 100644
--- a/docs/framework/wcf/feature-details/hosting.md
+++ b/docs/framework/wcf/feature-details/hosting.md
@@ -1,24 +1,12 @@
---
title: Hosting2
-ms.custom:
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 0820c7e5-0b50-4cde-80e7-74e346513002
-caps.latest.revision: "20"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: f25f0c9e773bbadd992284adf6c79d77aaa2441c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 2c6eccc668427e9fedf2d4faf7eb9643815dbabb
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ホスト
このセクションのトピックでは、サービス ホスティングについて説明します。 インターネット インフォメーション サービス (IIS)、Windows プロセス アクティブ化サービス (WAS)、Windows Server AppFabric、Windows サービス、またはマネージ アプリケーションによっては、サービスをホストされていることができます: このオプションは、多くの場合と呼びます*セルフ ホスト*です。
@@ -27,23 +15,23 @@ ms.lasthandoff: 12/22/2017
## このセクションの内容
[インターネット インフォメーション サービスでのホスティング](../../../../docs/framework/wcf/feature-details/hosting-in-internet-information-services.md)
- について説明する方法、[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)]サービスがインターネット インフォメーション サービスでホストされているまたは[Windows Server AppFabric](http://go.microsoft.com/fwlink/?LinkId=196496)です。
+ インターネット インフォメーション サービスで Windows Communication Foundation (WCF) サービスをホストする方法について説明します。 または[Windows Server AppFabric](http://go.microsoft.com/fwlink/?LinkId=196496)です。
[Windows プロセス アクティブ化サービスでのホスティング](../../../../docs/framework/wcf/feature-details/hosting-in-windows-process-activation-service.md)
- Windows プロセス アクティブ化サービス (WAS) で [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスをホストする方法について説明します。
+ Windows プロセス アクティブ化サービスによって、WCF サービスをホストする方法について説明します。
[Windows サービス アプリケーションのホスト](../../../../docs/framework/wcf/feature-details/hosting-in-a-windows-service-application.md)
- Windows サービスで [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] をホストする方法について説明します。
+ Windows サービスによって、WCF サービスをホストする方法について説明します。
[マネージ アプリケーションのホスト](../../../../docs/framework/wcf/feature-details/hosting-in-a-managed-application.md)
- マネージ アプリケーションで [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] をホストする方法について説明します。
+ マネージ アプリケーションで WCF サービスをホストする方法について説明します。
[IIS と WAS における構成ベースのアクティブ化](../../../../docs/framework/wcf/feature-details/configuration-based-activation-in-iis-and-was.md)
- [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスが、.svc ファイルを使用せずに、IIS または WAS でホストされるしくみについて説明します。
+ .Svc ファイルを使用せず、WCF サービスを IIS または WAS でホストされて方法について説明します。
[複数の IIS サイト バインディングのサポート](../../../../docs/framework/wcf/feature-details/supporting-multiple-iis-site-bindings.md)
1 つの Web サイト上で同じ URI スキームを使用してサービスの複数のベース アドレスを指定する方法について説明します。
-## 参照
+## 関連項目
[ホスティング サービス](../../../../docs/framework/wcf/hosting-services.md)
[Windows Server App Fabric のホスティング機能](http://go.microsoft.com/fwlink/?LinkId=201276)
diff --git a/docs/framework/wcf/feature-details/how-the-wcf-syndication-object-model-maps-to-atom-and-rss.md b/docs/framework/wcf/feature-details/how-the-wcf-syndication-object-model-maps-to-atom-and-rss.md
index e09ddc23bb1..d22fff6feb0 100644
--- a/docs/framework/wcf/feature-details/how-the-wcf-syndication-object-model-maps-to-atom-and-rss.md
+++ b/docs/framework/wcf/feature-details/how-the-wcf-syndication-object-model-maps-to-atom-and-rss.md
@@ -1,30 +1,18 @@
---
-title: "WCF 配信オブジェクト モデルを Atom や RSS に割り当てる方法"
-ms.custom:
+title: WCF 配信オブジェクト モデルを Atom や RSS に割り当てる方法
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
dev_langs:
- csharp
- vb
ms.assetid: 0365eb37-98cc-4b13-80fb-f1e78847a748
-caps.latest.revision: "18"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 01030ed226a5cdc384db56933325d7c4eeade989
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7baf77b4923cff4320d657b3024ab2a286e40c2b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# WCF 配信オブジェクト モデルを Atom や RSS に割り当てる方法
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] 配信サービスを開発する場合、次のクラスを使用するフィードや項目を作成します。
+Windows Communication Foundation (WCF) 配信サービスを開発する場合は、フィードと、次のクラスを使用して項目を作成します。
-
@@ -42,9 +30,9 @@ ms.lasthandoff: 12/22/2017
-
- はフォーマッタが定義されている任意の配信フォーマットにシリアル化できます。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] には、 および の 2 つのフォーマッタが付属しています。
+ はフォーマッタが定義されている任意の配信フォーマットにシリアル化できます。 WCF が 2 つのフォーマッタが付属しています:とです。
- RSS 2.0 仕様より Atom 1.0 仕様の方が、 および 周辺のオブジェクト モデルをより細かく調整しています。 これは、Atom 1.0 が、あいまいな要素または RSS 2.0 仕様から省略された要素を定義する、より基本的な仕様であるためです。 このため、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] 配信オブジェクト モデルにある多くの項目には、RSS 2.0 仕様の直接表現がありません。 および オブジェクトを RSS 2.0 にシリアル化する場合、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] により、Atom 固有のデータ要素を、Atom 仕様に準拠する名前空間で修飾された拡張要素にシリアル化できます。 これは、 コンストラクターに渡すパラメーターで制御できます。
+ RSS 2.0 仕様より Atom 1.0 仕様の方が、 および 周辺のオブジェクト モデルをより細かく調整しています。 これは、Atom 1.0 が、あいまいな要素または RSS 2.0 仕様から省略された要素を定義する、より基本的な仕様であるためです。 このため、WCF 配信オブジェクト モデルの項目が多表現であるありません直接、RSS 2.0 仕様でします。 シリアル化中にとを RSS 2.0 にオブジェクトの WCF では、Atom 固有のデータ要素を Atom 仕様に準拠する名前空間で修飾された拡張要素としてシリアル化することができます。 これは、 コンストラクターに渡すパラメーターで制御できます。
このトピックのコード例では、ここで定義される 2 つのメソッドのいずれかを使い、実際のシリアル化を行っています。
@@ -408,7 +396,7 @@ ms.lasthandoff: 12/22/2017
``
-## 参照
+## 関連項目
[WCF 配信の概要](../../../../docs/framework/wcf/feature-details/wcf-syndication-overview.md)
[配信のアーキテクチャ](../../../../docs/framework/wcf/feature-details/architecture-of-syndication.md)
[方法 : 基本的な RSS フィードを作成する](../../../../docs/framework/wcf/feature-details/how-to-create-a-basic-rss-feed.md)
diff --git a/docs/framework/wcf/feature-details/how-to-configure-credentials-on-a-federation-service.md b/docs/framework/wcf/feature-details/how-to-configure-credentials-on-a-federation-service.md
index 62b29bfe164..8b6b765cbdd 100644
--- a/docs/framework/wcf/feature-details/how-to-configure-credentials-on-a-federation-service.md
+++ b/docs/framework/wcf/feature-details/how-to-configure-credentials-on-a-federation-service.md
@@ -1,14 +1,6 @@
---
title: '方法 : フェデレーション サービスで資格情報を設定する'
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
dev_langs:
- csharp
- vb
@@ -16,20 +8,14 @@ helpviewer_keywords:
- WCF, federation
- federation
ms.assetid: 149ab165-0ef3-490a-83a9-4322a07bd98a
-caps.latest.revision: 21
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 063f4da3ca920f17f77b3cc53f7c5903fc89b8cf
-ms.sourcegitcommit: 94d33cadc5ff81d2ac389bf5f26422c227832052
+ms.openlocfilehash: 5bfea40a500dc1355b439ae7d949b0d96d3ab08c
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/30/2018
+ms.lasthandoff: 05/04/2018
---
# 方法 : フェデレーション サービスで資格情報を設定する
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] でフェデレーション サービスを作成するには、大きく分けると次のような手順があります。
+Windows Communication Foundation (WCF) では、フェデレーション サービスを作成する、次の主な手順で構成されます。
1. または同様のカスタム バインディングの構成。 適切なバインドの作成の詳細については、次を参照してください。[する方法: WSFederationHttpBinding を作成](../../../../docs/framework/wcf/feature-details/how-to-create-a-wsfederationhttpbinding.md)です。
diff --git a/docs/framework/wcf/feature-details/how-to-configure-persistence-with-workflowservicehost.md b/docs/framework/wcf/feature-details/how-to-configure-persistence-with-workflowservicehost.md
index b0de3231bda..81ecfffdef8 100644
--- a/docs/framework/wcf/feature-details/how-to-configure-persistence-with-workflowservicehost.md
+++ b/docs/framework/wcf/feature-details/how-to-configure-persistence-with-workflowservicehost.md
@@ -1,26 +1,12 @@
---
title: WorkflowServiceHost を使用して永続性を構成する方法
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
ms.assetid: e31cd4df-13a3-4a9a-9be8-5243e0055356
-caps.latest.revision: 14
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: de177180dc22fc3236924da691cf9b1f594519ce
-ms.sourcegitcommit: 94d33cadc5ff81d2ac389bf5f26422c227832052
+ms.openlocfilehash: 9035ded1ca533d9b2107d90f605e15c9ce915965
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/30/2018
+ms.lasthandoff: 05/04/2018
---
# WorkflowServiceHost を使用して永続性を構成する方法
このトピックでは、構成ファイルを使用して、 でホストされるワークフローに対して永続化を有効にするように、SQL Workflow Instance Store の機能を構成する方法について説明します。 SQL Workflow Instance Store 機能を使用する前に、ワークフロー インスタンスの永続化に使用する SQL データベースを作成する必要があります。 詳細については、次を参照してください。[する方法: SQL 永続化ワークフローとワークフロー サービスを有効にする](../../../../docs/framework/windows-workflow-foundation/how-to-enable-sql-persistence-for-workflows-and-workflow-services.md)です。
diff --git a/docs/framework/wcf/feature-details/how-to-configure-tracking-with-workflowservicehost.md b/docs/framework/wcf/feature-details/how-to-configure-tracking-with-workflowservicehost.md
index 00b37366262..c14994e4d62 100644
--- a/docs/framework/wcf/feature-details/how-to-configure-tracking-with-workflowservicehost.md
+++ b/docs/framework/wcf/feature-details/how-to-configure-tracking-with-workflowservicehost.md
@@ -1,26 +1,12 @@
---
title: '方法: WorkflowServiceHost を使用して追跡を構成する'
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
ms.assetid: ed1485fe-7529-4351-bca3-8bb915260b17
-caps.latest.revision: 14
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: e1de3349bb9766beeee95b9934fc1ca11fc7006f
-ms.sourcegitcommit: 94d33cadc5ff81d2ac389bf5f26422c227832052
+ms.openlocfilehash: 56b9f95019995cdb55ec36769ff179ce1125c4b6
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/30/2018
+ms.lasthandoff: 05/04/2018
---
# 方法: WorkflowServiceHost を使用して追跡を構成する
このトピックでは、[!INCLUDE[netfx_current_long](../../../../includes/netfx-current-long-md.md)] でホストされている ワークフロー サービスの追跡を構成する方法について説明します。 これは、Web.config ファイルにサービスの動作を指定することによって指定します。
diff --git a/docs/framework/wcf/feature-details/how-to-consistently-reference-x-509-certificates.md b/docs/framework/wcf/feature-details/how-to-consistently-reference-x-509-certificates.md
index 6d239f6b521..1d8bb4616e6 100644
--- a/docs/framework/wcf/feature-details/how-to-consistently-reference-x-509-certificates.md
+++ b/docs/framework/wcf/feature-details/how-to-consistently-reference-x-509-certificates.md
@@ -1,34 +1,20 @@
---
-title: "方法 : 一貫性を保って X.509 証明書を参照する"
-ms.custom:
+title: '方法 : 一貫性を保って X.509 証明書を参照する'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
dev_langs:
- csharp
- vb
helpviewer_keywords:
- certificates [WCF], referencing X.509 certificates
ms.assetid: a6de1c63-e450-4640-ad08-ad7302dbfbfc
-caps.latest.revision:
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 2cc313be8c3d6325630e57e0b0e845ad4902bd2a
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: efc4fb399224de7f03c6bffb606178184de1d467
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 方法 : 一貫性を保って X.509 証明書を参照する
-証明書を識別する方法には、証明書のハッシュを使用する方法、発行者とシリアル番号を使用する方法、またはサブジェクト キー識別子 (SKI) を使用する方法があります。 SKI を使用すると、証明書のサブジェクト公開キーを一意に識別できます。SKI は、XML デジタル署名を処理する場合によく使用されます。 SKI の値は、X.509 証明書の一部では通常、 *X.509 証明書の拡張*です。 [!INCLUDE[indigo1](../../../../includes/indigo1-md.md)]既定値を持つ*参照スタイル*SKI 拡張が証明書に見つからない場合、発行者とシリアル番号を使用します。 証明書に SKI 拡張が含まれる場合、既定の参照スタイルは SKI を使用してその証明書を識別します。 アプリケーションの開発中に、SKI 拡張を使用しない証明書から SKI 拡張を使用する証明書に切り替えた場合、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] が生成するメッセージに使用される参照スタイルも変更されます。
+証明書を識別する方法には、証明書のハッシュを使用する方法、発行者とシリアル番号を使用する方法、またはサブジェクト キー識別子 (SKI) を使用する方法があります。 SKI を使用すると、証明書のサブジェクト公開キーを一意に識別できます。SKI は、XML デジタル署名を処理する場合によく使用されます。 SKI の値は、X.509 証明書の一部では通常、 *X.509 証明書の拡張*です。 Windows Communication Foundation (WCF) が、既定値を持つ*参照スタイル*SKI 拡張が証明書に見つからない場合、発行者とシリアル番号を使用します。 証明書に SKI 拡張が含まれる場合、既定の参照スタイルは SKI を使用してその証明書を識別します。 アプリケーションの開発を途中から SKI 拡張を使用する証明書に SKI 拡張を使用しない証明書の使用に切り替える、WCF によって生成されるメッセージで使用される参照スタイルも変更します。
SKI 拡張が存在するかどうかに関係なく、一貫性のある参照スタイルが必要な場合は、次のコードに示されているような参照スタイルを構成できます。
@@ -49,5 +35,5 @@ ms.lasthandoff: 12/22/2017
-
-## 参照
+## 関連項目
[証明書の使用](../../../../docs/framework/wcf/feature-details/working-with-certificates.md)
diff --git a/docs/framework/wcf/feature-details/how-to-create-a-basic-atom-feed.md b/docs/framework/wcf/feature-details/how-to-create-a-basic-atom-feed.md
index f35525a47a9..2b44af6cf3a 100644
--- a/docs/framework/wcf/feature-details/how-to-create-a-basic-atom-feed.md
+++ b/docs/framework/wcf/feature-details/how-to-create-a-basic-atom-feed.md
@@ -1,32 +1,18 @@
---
title: '方法 : 基本的な ATOM フィードを作成する'
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
dev_langs:
- csharp
- vb
ms.assetid: 6e0cacc1-9b11-4665-adb7-577a62626fd6
-caps.latest.revision: 14
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 26e5bf0771e3b8d700efeaf4f63b9866534db68a
-ms.sourcegitcommit: 03ee570f6f528a7d23a4221dcb26a9498edbdf8c
+ms.openlocfilehash: 229cc4a5a06059159eb045da234d9f09de0f6c0d
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/28/2018
+ms.lasthandoff: 05/04/2018
---
# 方法 : 基本的な ATOM フィードを作成する
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] では、配信フィードを公開するサービスを作成できます。 ここでは、ATOM 配信フィードを公開する配信サービスを作成する方法について説明します。
+Windows Communication Foundation (WCF) では、配信フィードを公開するサービスを作成することができます。 ここでは、ATOM 配信フィードを公開する配信サービスを作成する方法について説明します。
### 基本的な配信サービスを作成するには
diff --git a/docs/framework/wcf/feature-details/how-to-create-a-channel-factory-and-use-it-to-create-and-manage-channels.md b/docs/framework/wcf/feature-details/how-to-create-a-channel-factory-and-use-it-to-create-and-manage-channels.md
index 3077ecd3f61..30fc08b3f7c 100644
--- a/docs/framework/wcf/feature-details/how-to-create-a-channel-factory-and-use-it-to-create-and-manage-channels.md
+++ b/docs/framework/wcf/feature-details/how-to-create-a-channel-factory-and-use-it-to-create-and-manage-channels.md
@@ -1,24 +1,12 @@
---
-title: "方法 : チャネル ファクトリを作成および使用して、チャネルを作成および管理する"
-ms.custom:
+title: '方法 : チャネル ファクトリを作成および使用して、チャネルを作成および管理する'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 018dcc30-9f61-419e-af8e-412a85e8d282
-caps.latest.revision: "4"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: d41dfc85df1b706028fd95465596a980c040d512
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: f0855da00a70dff3ef7ffdb85b2011a9bda00688
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 方法 : チャネル ファクトリを作成および使用して、チャネルを作成および管理する
クラスは、クライアントがサービス エンドポイントとの間でメッセージを送受信するために使用する、さまざまな種類の双方向チャネルを作成したり、管理したりする手段を提供します。
@@ -28,5 +16,5 @@ ms.lasthandoff: 12/22/2017
[!code-csharp[S_CustomAuthentication#1](../../../../samples/snippets/csharp/VS_Snippets_CFX/s_customauthentication/cs/instance.cs#1)]
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/feature-details/how-to-create-a-transactional-service.md b/docs/framework/wcf/feature-details/how-to-create-a-transactional-service.md
index d047b1f7f12..544144cc7ab 100644
--- a/docs/framework/wcf/feature-details/how-to-create-a-transactional-service.md
+++ b/docs/framework/wcf/feature-details/how-to-create-a-transactional-service.md
@@ -1,26 +1,12 @@
---
title: '方法 : トランザクション サービスを作成する'
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
ms.assetid: 1bd2e4ed-a557-43f9-ba98-4c70cb75c154
-caps.latest.revision: 12
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 9e39ecd346b5d5fb4113fd17abe9bde715a12aa4
-ms.sourcegitcommit: 03ee570f6f528a7d23a4221dcb26a9498edbdf8c
+ms.openlocfilehash: d59c0b96b766f0692c7b84a02deed55e32dc655a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/28/2018
+ms.lasthandoff: 05/04/2018
---
# 方法 : トランザクション サービスを作成する
このサンプルでは、トランザクション サービスを作成する際のさまざまな側面と、サービス操作を調整するためにクライアントが起動するトランザクションの使用について説明します。
@@ -104,7 +90,7 @@ ms.lasthandoff: 04/28/2018
### 複数のトランザクション プロトコルのサポート
-1. [!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] を使用して作成されたクライアントとサービスが関係するシナリオの場合、最適なパフォーマンスを得るためには OleTransactions プロトコルを使用する必要があります。 ただし、サード パーティのプロトコル スタックとの相互運用性が必要なシナリオでは、WS-AT (WS-AtomicTransaction) プロトコルが有用です。 次の構成ファイルの例で示すように、プロトコル固有の適切なバインディングを持つ複数のエンドポイントを用意することで、両方のプロトコルを受け入れるように [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスを構成できます。
+1. 最適なパフォーマンスは、クライアントおよび Windows Communication Foundation (WCF) を使用して記述されたサービスに関連するシナリオの OleTransactions プロトコルを使用する必要があります。 ただし、サード パーティのプロトコル スタックとの相互運用性が必要なシナリオでは、WS-AT (WS-AtomicTransaction) プロトコルが有用です。 次のサンプル構成で示すように、適切なプロトコル固有のバインディングを持つ複数のエンドポイントを提供することで両方のプロトコルを受け入れるように WCF サービスを構成することができます。
```xml
@@ -139,7 +125,7 @@ ms.lasthandoff: 04/28/2018
### トランザクションの完了の制御
-1. 既定では [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] の操作は、未処理の例外がスローされなかった場合、トランザクションを自動的に完了します。 この動作を変更するには、 プロパティと メソッドを使用します。 ある操作を他の操作と同じトランザクション内で行う必要がある場合 (借方と貸方の操作など)、次の 操作の例に示すように、`false` プロパティを `Debit` に設定することで自動完了の動作を無効にできます。 `Debit` 操作で使用されるトランザクションは、 操作に示すように `true` プロパティが `Credit1` に設定されているメソッドが呼び出されるまで、または 操作に示すように、`Credit2` メソッドを呼び出してトランザクションの完了が明示的に示されるまで、完了しません。 2 つの貸方操作は説明のために示されています。一般には単一の貸方処理が使用されます。
+1. 既定では、WCF 操作では、未処理の例外がスローされなかった場合にトランザクションが自動的に完了します。 この動作を変更するには、 プロパティと メソッドを使用します。 ある操作を他の操作と同じトランザクション内で行う必要がある場合 (借方と貸方の操作など)、次の 操作の例に示すように、`false` プロパティを `Debit` に設定することで自動完了の動作を無効にできます。 `Debit` 操作で使用されるトランザクションは、 操作に示すように `true` プロパティが `Credit1` に設定されているメソッドが呼び出されるまで、または 操作に示すように、`Credit2` メソッドを呼び出してトランザクションの完了が明示的に示されるまで、完了しません。 2 つの貸方操作は説明のために示されています。一般には単一の貸方処理が使用されます。
```
[ServiceBehavior]
@@ -195,7 +181,7 @@ ms.lasthandoff: 04/28/2018
### トランザクション サービス インスタンスの有効期間の制御
-1. [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] では、 プロパティを使用して、トランザクションが完了したときに基になるサービス インスタンスを解放するかどうかを指定します。 構成が変更されていない限り、これは既定で `true` に設定されているため、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] は効率的で予測可能な "ジャスト イン タイム" アクティベーション動作を示します。 後続するトランザクションでサービスを呼び出すと、前回のトランザクションの状態が残らない新規のサービス インスタンスが必ず呼び出されます。 これは通常は便利ですが、トランザクションの完了後もサービス インスタンス内に状態を保持する必要がある場合もあります。 この例としては、必要な状態やリソースへのハンドルの取得または再構成に負荷がかかる場合があります。 これを実行するには、 プロパティを `false` に設定します。 このように設定することで、インスタンスとこれに関連する任意の状態が、後続する呼び出しからも利用できるようになります。 この設定を使用する場合は、状態とトランザクションを消去して完了するタイミングと方法を入念に考慮する必要があります。 `runningTotal` 変数を使用してインスタンスを保持することで、これを行う方法を次のサンプルに示します。
+1. WCF を使用して、プロパティは、トランザクションが完了するときに、基になるサービス インスタンスを解放するかどうかを指定します。 既定値はため`true`WCF 展示、効率的で予測可能な「ジャストでタイム」アクティベーション動作をそれ以外の場合、構成されている場合を除き、します。 後続するトランザクションでサービスを呼び出すと、前回のトランザクションの状態が残らない新規のサービス インスタンスが必ず呼び出されます。 これは通常は便利ですが、トランザクションの完了後もサービス インスタンス内に状態を保持する必要がある場合もあります。 この例としては、必要な状態やリソースへのハンドルの取得または再構成に負荷がかかる場合があります。 これを実行するには、 プロパティを `false` に設定します。 このように設定することで、インスタンスとこれに関連する任意の状態が、後続する呼び出しからも利用できるようになります。 この設定を使用する場合は、状態とトランザクションを消去して完了するタイミングと方法を入念に考慮する必要があります。 `runningTotal` 変数を使用してインスタンスを保持することで、これを行う方法を次のサンプルに示します。
```
[ServiceBehavior(TransactionIsolationLevel = [ServiceBehavior(
diff --git a/docs/framework/wcf/feature-details/how-to-create-a-wcf-contract-with-a-class.md b/docs/framework/wcf/feature-details/how-to-create-a-wcf-contract-with-a-class.md
index 7102d97429e..93d124577e8 100644
--- a/docs/framework/wcf/feature-details/how-to-create-a-wcf-contract-with-a-class.md
+++ b/docs/framework/wcf/feature-details/how-to-create-a-wcf-contract-with-a-class.md
@@ -1,32 +1,18 @@
---
title: '方法 : クラスを使用して Windows Communication Foundation コントラクトを作成する'
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
dev_langs:
- csharp
- vb
ms.assetid: 1ad69393-3915-4e7f-9b91-b6fc59c6f5ba
-caps.latest.revision: 17
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 54d5e1328482fc7d0c1ee33918ffae6bf7195db9
-ms.sourcegitcommit: 94d33cadc5ff81d2ac389bf5f26422c227832052
+ms.openlocfilehash: 296f500532040aaebf0f6d7d37a7a9aae99a3451
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/30/2018
+ms.lasthandoff: 05/04/2018
---
# 方法 : クラスを使用して Windows Communication Foundation コントラクトを作成する
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] コントラクトの作成には、インターフェイスの使用が適しています。 詳細については、次を参照してください。[する方法: サービス コントラクトを定義する](../../../../docs/framework/wcf/how-to-define-a-wcf-service-contract.md)です。 ここで説明する代替方法では、クラスを作成してから、 属性を直接そのクラスに適用し、 属性をコントラクトに含まれるクラス内の各メソッドに適用します。
+インターフェイスを使用しては、Windows Communication Foundation (WCF) コントラクトを作成することをお勧めします。 詳細については、次を参照してください。[する方法: サービス コントラクトを定義する](../../../../docs/framework/wcf/how-to-define-a-wcf-service-contract.md)です。 ここで説明する代替方法では、クラスを作成してから、 属性を直接そのクラスに適用し、 属性をコントラクトに含まれるクラス内の各メソッドに適用します。
> [!WARNING]
> `[ServiceContract]` と `[ServiceContractAttribute]` は、同じことを行います。 `[OperationContract]` と `[OperationContractAttribute]` でも、同様です。 いずれの場合も、前者は後者の短縮形です。
@@ -41,7 +27,7 @@ ms.lasthandoff: 04/30/2018
3. クラスでメソッドを作成します。
-4. のパブリック コントラクトの一部として公開する必要のある各メソッドに、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] クラスを適用します。
+4. 適用、クラス、パブリックの WCF コントラクトの一部として公開する必要がある各メソッドにします。
## 例
次のコード例は、サービス コントラクトを定義するクラスを示しています。
diff --git a/docs/framework/wcf/feature-details/how-to-expose-a-contract-to-soap-and-web-clients.md b/docs/framework/wcf/feature-details/how-to-expose-a-contract-to-soap-and-web-clients.md
index eef3d329a83..81ae1eea5bd 100644
--- a/docs/framework/wcf/feature-details/how-to-expose-a-contract-to-soap-and-web-clients.md
+++ b/docs/framework/wcf/feature-details/how-to-expose-a-contract-to-soap-and-web-clients.md
@@ -1,30 +1,18 @@
---
-title: "方法 : コントラクトを SOAP クライアントおよび Web クライアントに公開する"
-ms.custom:
+title: '方法 : コントラクトを SOAP クライアントおよび Web クライアントに公開する'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
dev_langs:
- csharp
- vb
ms.assetid: bb765a48-12f2-430d-a54d-6f0c20f2a23a
-caps.latest.revision: "21"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 0f13ba797b0c0e5c8b0d1eef271baf62f920f199
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: a9a730fe94d1df8c887a2eaf20c1e338bd056ed5
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 方法 : コントラクトを SOAP クライアントおよび Web クライアントに公開する
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] では、既定でエンドポイントは SOAP クライアントでのみ利用できます。 [する方法: 基本的な WCF Web HTTP サービスを作成する](../../../../docs/framework/wcf/feature-details/how-to-create-a-basic-wcf-web-http-service.md)エンドポイントが SOAP 以外のクライアントを使用できます。 状況によっては、同じコントラクトを Web エンドポイントと SOAP エンドポイントのどちらとしても利用できることが望ましい場合があります。 ここでは、これを実現する方法の例について示します。
+既定では、Windows Communication Foundation (WCF) を使用可能エンドポイント SOAP クライアントにのみです。 [する方法: 基本的な WCF Web HTTP サービスを作成する](../../../../docs/framework/wcf/feature-details/how-to-create-a-basic-wcf-web-http-service.md)エンドポイントが SOAP 以外のクライアントを使用できます。 状況によっては、同じコントラクトを Web エンドポイントと SOAP エンドポイントのどちらとしても利用できることが望ましい場合があります。 ここでは、これを実現する方法の例について示します。
### サービス コントラクトを定義するには
@@ -65,7 +53,7 @@ ms.lasthandoff: 12/22/2017
### Internet Explorer で GET にマッピングされたサービス操作を呼び出すには
-1. Internet Explorer を開き「"`http://localhost:8000/Web/EchoWithGet?s=Hello, world!`"し、ENTER キーを押します。 この URL には、サービスのベース アドレス ("http://localhost:8000/") が含まれており、エンドポイントの相対アドレス ("")、呼び出すサービス操作 ("EchoWithGet")、疑問符の後にアンパサンド (&) で区切られた名前付きパラメーターのリストが続きます。
+1. Internet Explorer を開き「"`http://localhost:8000/Web/EchoWithGet?s=Hello, world!`"し、ENTER キーを押します。 URL には、サービスのベース アドレスが含まれています ("http://localhost:8000/")、エンドポイントの相対アドレス ("")、アンパサンドで区切られた名前付きパラメーターの一覧の後に、サービス操作呼び出し ("EchoWithGet")、疑問符 () (&)。
### コードから Web エンドポイントにあるサービス操作を呼び出すには
@@ -110,7 +98,7 @@ ms.lasthandoff: 12/22/2017
## コードのコンパイル
Service.cs のコンパイル時には、System.ServiceModel.dll と System.ServiceModel.Web.dll を参照します。
-## 参照
+## 関連項目
diff --git a/docs/framework/wcf/feature-details/how-to-host-a-wcf-service-in-a-managed-windows-service.md b/docs/framework/wcf/feature-details/how-to-host-a-wcf-service-in-a-managed-windows-service.md
index 74d2289c6c0..46b4299b43b 100644
--- a/docs/framework/wcf/feature-details/how-to-host-a-wcf-service-in-a-managed-windows-service.md
+++ b/docs/framework/wcf/feature-details/how-to-host-a-wcf-service-in-a-managed-windows-service.md
@@ -1,36 +1,22 @@
---
title: '方法 : マネージ Windows サービスで WCF サービスをホストする'
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
dev_langs:
- csharp
- vb
ms.assetid: 8e37363b-4dad-4fb6-907f-73c30fac1d9a
-caps.latest.revision: 21
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: aab9780a0d40ab71710d454deb3144219557450f
-ms.sourcegitcommit: 94d33cadc5ff81d2ac389bf5f26422c227832052
+ms.openlocfilehash: c6c3e057fd07569d462f1bf25d1c283e42024a8b
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/30/2018
+ms.lasthandoff: 05/04/2018
---
# 方法 : マネージ Windows サービスで WCF サービスをホストする
-ここでは、Windows サービスでホストされる [!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] サービスを作成するために必要な基本手順について説明します。 このシナリオは、マネージ Windows サービスのホスト オプションによって有効になります。このサービスは、メッセージがアクティブ化されていない、セキュリティ保護された環境において、インターネット インフォメーション サービス (IIS) の外部でホストされ、長時間実行される [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスです。 サービスの有効期限は代わりにオペレーティング システムによって制御されます。 このホスト オプションは Windows のすべてのバージョンで使用できます。
+このトピックでは、Windows サービスによってホストされている Windows Communication Foundation (WCF) サービスを作成するために必要な基本的な手順について説明します。 シナリオは、マネージ Windows サービスのホストがアクティブ化メッセージをセキュリティで保護された環境でインターネット インフォメーション サービス (IIS) の外部でホストされている実行時間の長い WCF サービスではオプションでは有効です。 サービスの有効期限は代わりにオペレーティング システムによって制御されます。 このホスト オプションは Windows のすべてのバージョンで使用できます。
- Windows サービスは、Microsoft 管理コンソール (MMC) の Microsoft.ManagementConsole.SnapIn を使用して管理し、システムのブート時に自動的に起動するように構成できます。 このホスト オプションは、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスをマネージ Windows サービスとしてホストするアプリケーション ドメイン (AppDomain) の登録から構成されているため、サービスのプロセス有効期間は Windows サービスのサービス コントロール マネージャー (SCM) によって制御されます。
+ Windows サービスは、Microsoft 管理コンソール (MMC) の Microsoft.ManagementConsole.SnapIn を使用して管理し、システムのブート時に自動的に起動するように構成できます。 このホスト オプションは、サービスのプロセスの有効期間は Windows サービスのサービス コントロール マネージャー (SCM) によって、制御できるようにマネージ Windows サービスとして WCF サービスをホストするアプリケーション ドメイン (AppDomain) の登録で構成されます。
- サービス コードには、サービス コントラクトのサービス実装、Windows サービス クラス、およびインストーラー クラスが含まれています。 サービス実装クラスである `CalculatorService` は [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスです。 一方、`CalculatorWindowsService` は Windows サービスです。 Windows サービスとして限定するため、このクラスは `ServiceBase` を継承し、`OnStart` メソッドと `OnStop` メソッドを実装しています。 `OnStart` では、 型の `CalculatorService` が作成され、開かれます。 `OnStop` では、このサービスが停止され、破棄されます。 ホストはベース アドレスをサービス ホストに提供する必要もあります。サービス ホストは、アプリケーション設定で構成されます。 インストーラー クラスは を継承します。このクラスを使用すると、Installutil.exe ツールにより、プログラムを Windows サービスとしてインストールできます。
+ サービス コードには、サービス コントラクトのサービス実装、Windows サービス クラス、およびインストーラー クラスが含まれています。 サービス実装クラス`CalculatorService`、WCF サービスです。 一方、`CalculatorWindowsService` は Windows サービスです。 Windows サービスとして限定するため、このクラスは `ServiceBase` を継承し、`OnStart` メソッドと `OnStop` メソッドを実装しています。 `OnStart` では、 型の `CalculatorService` が作成され、開かれます。 `OnStop` では、このサービスが停止され、破棄されます。 ホストはベース アドレスをサービス ホストに提供する必要もあります。サービス ホストは、アプリケーション設定で構成されます。 インストーラー クラスは を継承します。このクラスを使用すると、Installutil.exe ツールにより、プログラムを Windows サービスとしてインストールできます。
### サービスを構築してホスティング コードを提供する
@@ -135,7 +121,7 @@ ms.lasthandoff: 04/30/2018
> [!NOTE]
> [!INCLUDE[vs_current_long](../../../../includes/vs-current-long-md.md)] コマンド プロンプトを使用しない場合、`%WinDir%\Microsoft.NET\Framework\v4.0.` ディレクトリがシステム パスにあることを確認してください。
- コマンド プロンプトで「`services.msc`」と入力してサービス コントロール マネージャー (SCM) にアクセスします。 Windows サービスは、[Services] に "WCFWindowsServiceSample" として表示されます。 Windows サービスが実行されている場合、クライアントに応答できるサービスは [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスのみです。 サービスを開始するには、右クリックして、SCM"Start"、または選択の種類で**net 開始 WCFWindowsServiceSample**コマンド プロンプトでします。
+ コマンド プロンプトで「`services.msc`」と入力してサービス コントロール マネージャー (SCM) にアクセスします。 Windows サービスは、[Services] に "WCFWindowsServiceSample" として表示されます。 WCF サービスは、Windows サービスが実行されている場合にのみクライアントに応答できます。 サービスを開始するには、右クリックして、SCM"Start"、または選択の種類で**net 開始 WCFWindowsServiceSample**コマンド プロンプトでします。
3. サービスを変更する場合は、まずそのサービスを停止してからアンインストールする必要があります。 サービスを停止し、SCM でサービスを右クリックし、"Stop"を選択または**型 net stop WCFWindowsServiceSample**コマンド プロンプトでします。 Windows サービスを停止してクライアントを実行すると、クライアントがこのサービスにアクセスしようとしたときに 例外が発生することに注意してください。 Windows サービスの種類をアンインストールする**installutil/u bin\service.exe**コマンド プロンプトでします。
diff --git a/docs/framework/wcf/feature-details/how-to-use-a-custom-user-name-and-password-validator.md b/docs/framework/wcf/feature-details/how-to-use-a-custom-user-name-and-password-validator.md
index 3145f3b1c5a..ff8bd185c98 100644
--- a/docs/framework/wcf/feature-details/how-to-use-a-custom-user-name-and-password-validator.md
+++ b/docs/framework/wcf/feature-details/how-to-use-a-custom-user-name-and-password-validator.md
@@ -1,34 +1,20 @@
---
title: '方法 : カスタム ユーザー名およびパスワード検証を使用する'
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
dev_langs:
- csharp
- vb
helpviewer_keywords:
- WCF, username and password
ms.assetid: 8e08b74b-fa44-4018-b63d-0d0805f85e3f
-caps.latest.revision: 14
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: 4ea4f4d7021f02d239b9e2e93a85b5baaf5a0317
-ms.sourcegitcommit: 94d33cadc5ff81d2ac389bf5f26422c227832052
+ms.openlocfilehash: 8580219181af8fd28bcc99c60bd1e681ffbdad54
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/30/2018
+ms.lasthandoff: 05/04/2018
---
# 方法 : カスタム ユーザー名およびパスワード検証を使用する
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] では、認証にユーザー名とパスワードを使用すると、既定の Windows 認証を使用してユーザー名とパスワードが検証されます。 ただし、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]では、カスタム ユーザー名とパスワードの認証スキームとも呼ばれる*バリデーター*です。 ユーザー名およびパスワードのカスタム検証を組み込むには、 から派生するクラスを作成して構成します。
+既定では、使用すると、ユーザー名とパスワード認証では、Windows Communication Foundation (WCF) を使用して Windows ユーザー名とパスワードを検証します。 ただし、WCF では、カスタム ユーザー名とパスワードの認証スキームとも呼ばれる*バリデーター*です。 ユーザー名およびパスワードのカスタム検証を組み込むには、 から派生するクラスを作成して構成します。
サンプル アプリケーションについては、次を参照してください。[ユーザー名パスワード検証](../../../../docs/framework/wcf/samples/user-name-password-validator.md)です。
@@ -64,7 +50,7 @@ ms.lasthandoff: 04/30/2018
1. 構成ファイルで下にある、 [ \](../../../../docs/framework/configure-apps/file-schema/wcf/system-servicemodel.md)要素を追加、 [\<バインド >](../../../../docs/framework/configure-apps/file-schema/wcf/bindings.md)要素。
- 2. 追加、 [ \](../../../../docs/framework/configure-apps/file-schema/wcf/wshttpbinding.md)または[ \](../../../../docs/framework/configure-apps/file-schema/wcf/basichttpbinding.md)バインディング セクションに要素。 作成の詳細については、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]バインド要素を参照してください[する方法: 構成でサービス バインディングを指定](../../../../docs/framework/wcf/how-to-specify-a-service-binding-in-configuration.md)です。
+ 2. 追加、 [ \](../../../../docs/framework/configure-apps/file-schema/wcf/wshttpbinding.md)または[ \](../../../../docs/framework/configure-apps/file-schema/wcf/basichttpbinding.md)バインディング セクションに要素。 WCF バインド要素の作成の詳細については、次を参照してください。[する方法: 構成でサービス バインディングを指定](../../../../docs/framework/wcf/how-to-specify-a-service-binding-in-configuration.md)です。
3. 設定、`mode`の属性、 [\<セキュリティ >](../../../../docs/framework/configure-apps/file-schema/wcf/security-of-wshttpbinding.md)または[\<セキュリティ >](../../../../docs/framework/configure-apps/file-schema/wcf/security-of-basichttpbinding.md)に`Message`、 `Transport`、`or``TransportWithMessageCredential`です。
@@ -75,9 +61,9 @@ ms.lasthandoff: 04/30/2018
HTTP (S) 経由でのトランスポート レベルのセキュリティを使用して、設定、`clientCredentialType`の属性、 [\<トランスポート >](../../../../docs/framework/configure-apps/file-schema/wcf/transport-of-wshttpbinding.md)または[\<トランスポート >](../../../../docs/framework/configure-apps/file-schema/wcf/transport-of-basichttpbinding.md)に`Basic`です。
> [!NOTE]
- > [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスがインターネット インフォメーション サービス (IIS) でトランスポート レベルのセキュリティを使用してホストされており、 プロパティが に設定されている場合、カスタム認証方式では Windows 認証のサブセットが使用されます。 これは、このシナリオの場合、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] がカスタム認証を呼び出す前に IIS によって Windows 認証が実行されるためです。
+ > WCF サービスがホストされている場合にインターネット インフォメーション サービス (IIS) トランスポート レベル セキュリティを使用して、プロパティに設定されている、カスタム認証方式は Windows 認証のサブセットを使用しています。 このシナリオでは IIS が WCF のカスタム認証システムを起動する前に Windows 認証を実行するためです。
- 作成の詳細については、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]バインド要素を参照してください[する方法: 構成でサービス バインディングを指定](../../../../docs/framework/wcf/how-to-specify-a-service-binding-in-configuration.md)です。
+ WCF バインド要素の作成の詳細については、次を参照してください。[する方法: 構成でサービス バインディングを指定](../../../../docs/framework/wcf/how-to-specify-a-service-binding-in-configuration.md)です。
次のコード例は、バインディングの構成コードを示しています。
@@ -110,7 +96,7 @@ ms.lasthandoff: 04/30/2018
6. `userNamePasswordValidationMode` を `Custom` に設定します。
> [!IMPORTANT]
- > `userNamePasswordValidationMode` 値が設定されていない場合、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] では、カスタムのユーザー名/パスワード検証コントロールの代わりに Windows 認証が使用されます。
+ > 場合、`userNamePasswordValidationMode`値が設定されていない、WCF は、カスタムのユーザー名とパスワードの検証コントロールではなく Windows 認証を使用します。
7. `customUserNamePasswordValidatorType` を、カスタムのユーザー名/パスワード検証コントロールを表す型に設定します。
diff --git a/docs/framework/wcf/feature-details/how-to-use-a-service-moniker-with-metadata-exchange-contracts.md b/docs/framework/wcf/feature-details/how-to-use-a-service-moniker-with-metadata-exchange-contracts.md
index f5c7c811ec1..3f162fd5578 100644
--- a/docs/framework/wcf/feature-details/how-to-use-a-service-moniker-with-metadata-exchange-contracts.md
+++ b/docs/framework/wcf/feature-details/how-to-use-a-service-moniker-with-metadata-exchange-contracts.md
@@ -1,34 +1,22 @@
---
-title: "方法 : Metadata Exchange コントラクトと共にサービス モニカーを使用する"
-ms.custom:
+title: '方法 : Metadata Exchange コントラクトと共にサービス モニカーを使用する'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: c41a07e5-cb9d-45d6-9ea4-34511e227faf
-caps.latest.revision: "11"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 7d2b5b6d4a671a3eb281f49dd60fd3c00ee76f8a
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 6265860c2e1efb2f74a0243157a223a33889629a
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 方法 : Metadata Exchange コントラクトと共にサービス モニカーを使用する
-新しい [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスをいくつか開発した後に、そのサービスをスクリプトまたは Visual Basic 6.0 アプリケーションから呼び出せるようにする必要が生じる場合があります。 この方法の 1 つに、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] クライアント アセンブリを作成し、そのアセンブリを COM を使用して登録して GAC にインストールし、Visual Basic コードで COM 型を参照する方法があります。 アプリケーションを配布するときに、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] クライアント アセンブリも配信する必要があります。 次にユーザーは COM を使用して WCF クライアント アセンブリを登録し、それを GAC に配置する必要があります。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] COM Interop でも、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] クライアント アセンブリに依存しない同じサービス呼び出しを作成できます。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] モニカーを使用すれば、サービスに関する型情報を抽出するためにサービス モニカーで使用されるメタデータ交換 (Mex) エンドポイント URI を指定することにより、必要な [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスを任意の COM 互換言語 (Visual Basic、VBScript、Visual Basic for Applications (VBA) など) から呼び出すことができます。 ここでは、Mex エンドポイントを指定する [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] モニカーを使用して、 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] の入門サンプルを呼び出す方法を説明します。
+新しい WCF サービスを開発した後にスクリプトまたは Visual Basic 6.0 アプリケーションからこれらのサービスを呼び出せるようにすることもできます。 1 つのメソッドは、WCF クライアント アセンブリを生成、COM にアセンブリを登録、アセンブリを GAC にインストール、および Visual Basic コードから COM の型を参照することです。 アプリケーションを配布するときに、WCF クライアント アセンブリもを配布する必要があります。 次にユーザーは COM を使用して WCF クライアント アセンブリを登録し、それを GAC に配置する必要があります。 WCF の COM 相互運用機能を使用すると、WCF クライアント アセンブリに依存せず、同じサービス呼び出しを行うこともできます。 WCF モニカーでは、metadata exchange (Mex) エンドポイント サービス モニカーを使用して型を抽出する URI を指定することで任意の COM 互換言語 (Visual Basic、VBScript、Visual Basic for Applications (VBA) やなど) からすべての WCF サービスを呼び出すことができます。サービスに関する情報。 このトピックでは、Mex エンドポイントを指定する WCF モニカーを使用して WCF の入門サンプルを呼び出す方法について説明します。
> [!NOTE]
-> [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] クライアント アセンブリで定義された型は、実際にインスタンス化されることはありません。 アセンブリはメタデータにのみ使用されます。
+> WCF クライアント アセンブリで定義された型が実際にはインスタンス化します。 アセンブリはメタデータにのみ使用されます。
### Mex アドレスを使うサービス モニカーの使用
-1. 入門サンプルを構築し、Internet Explorer を使用してその URL (http://localhost/ServiceModelSamples/Service.svc) を参照し、サービスが動作していることを確認します。
+1. この入門サンプルをビルドし、Internet Explorer を使用して、その URL を参照 (http://localhost/ServiceModelSamples/Service.svc)サービスが動作していることを確認します。
2. Visual Basic スクリプトまたは Visual Basic アプリケーションを作成し、次のコードを記述します。
@@ -50,6 +38,6 @@ ms.lasthandoff: 12/22/2017
> [!NOTE]
> モニカーの形式が正しくないか、`GetObject` を呼び出せない場合は、"構文が無効です" というメッセージが返されます。 このエラーが発生した場合は、使用しているモニカーが正しく、サービスが使用可能であることを確認してください。
-## 参照
+## 関連項目
[方法 : 未登録で Windows Communication Foundation のサービス モニカーを使用する](../../../../docs/framework/wcf/feature-details/use-the-wcf-service-moniker-without-registration.md)
[方法 : WSDL コントラクトと共にサービス モニカーを使用する](../../../../docs/framework/wcf/feature-details/how-to-use-a-service-moniker-with-wsdl-contracts.md)
diff --git a/docs/framework/wcf/feature-details/how-to-use-a-service-moniker-with-wsdl-contracts.md b/docs/framework/wcf/feature-details/how-to-use-a-service-moniker-with-wsdl-contracts.md
index 83f4150100c..e4c5264b8ef 100644
--- a/docs/framework/wcf/feature-details/how-to-use-a-service-moniker-with-wsdl-contracts.md
+++ b/docs/framework/wcf/feature-details/how-to-use-a-service-moniker-with-wsdl-contracts.md
@@ -1,24 +1,12 @@
---
-title: "方法 : WSDL コントラクトと共にサービス モニカーを使用する"
-ms.custom:
+title: '方法 : WSDL コントラクトと共にサービス モニカーを使用する'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: a88d9650-bb50-4f48-8c85-12f5ce98a83a
-caps.latest.revision: "8"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 7c36ac73ced510c1ba3b7e16c71f764c46d6c8f9
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 838e7affcf47742c8f372879fcb33946d53ba43f
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 方法 : WSDL コントラクトと共にサービス モニカーを使用する
完全に自己完結型である COM Interop クライアントの構築が必要になる場合があります。 呼び出そうとするサービスで MEX エンドポイントが公開されておらず、WCF クライアントの DLL が COM interop に登録されていないこともあります。 このような場合、サービスを記述した WSDL ファイルを作成し、そのファイルを WCF サービス モニカーに渡すことができます。 ここでは、WCF WSDL モニカーを使用して、WCF の入門サンプルを呼び出す方法を説明します。
@@ -27,7 +15,7 @@ ms.lasthandoff: 12/22/2017
1. 入門サンプル ソリューションを開き、ビルドします。
-2. Internet Explorer を開いて http://localhost/ServiceModelSamples/Service.svc に移動し、サービスが動作していることを確認します。
+2. Internet Explorer を開きを参照http://localhost/ServiceModelSamples/Service.svcサービスが動作しているかどうかを確認します。
3. Service.cs ファイルで、次の属性を CalculatorService クラスに追加します。
@@ -37,7 +25,7 @@ ms.lasthandoff: 12/22/2017
-5. アプリケーションが読み取る WSDL ファイルを作成します。 名前空間を手順 3. と 4. で追加したので、IE で http://localhost/ServiceModelSamples/Service.svc?wsdl を表示することによって、サービスの WSDL 記述全体を照会できます。 次に、そのファイルをサービスの WSDL.xml として Internet Explorer で保存できます。 手順 3. と 4. で名前空間を指定しなかった場合、上記の URL を照会したときに返される WSDL ドキュメントは、完全な WSDL ではありません。 返される WSDL ドキュメントには、他の WSDL ドキュメントをインポートするためのインポート ステートメントが追加されています。 各インポート ステートメントを実行し、サービスから返された WSDL とインポートした WSDL を組み合わせることによって、完全な WSDL ドキュメントを作成する必要があります。
+5. アプリケーションが読み取る WSDL ファイルを作成します。 名前空間は、手順 3. および 4. で追加された、ためにを参照して、サービスの WSDL 記述全体を照会する IE を使用してhttp://localhost/ServiceModelSamples/Service.svc?wsdlです。 次に、そのファイルをサービスの WSDL.xml として Internet Explorer で保存できます。 手順 3. と 4. で名前空間を指定しなかった場合、上記の URL を照会したときに返される WSDL ドキュメントは、完全な WSDL ではありません。 返される WSDL ドキュメントには、他の WSDL ドキュメントをインポートするためのインポート ステートメントが追加されています。 各インポート ステートメントを実行し、サービスから返された WSDL とインポートした WSDL を組み合わせることによって、完全な WSDL ドキュメントを作成する必要があります。
6. Visual Basic 6.0 を開き、新しい標準 .exe ファイルを作成します。 フォームにボタンを追加し、追加したボタンをダブルクリックして次のコードをクリック ハンドラーに追加します。
@@ -67,6 +55,6 @@ ms.lasthandoff: 12/22/2017
7. Visual Basic アプリケーションを実行します。 メッセージ ボックスに、Subtract(145, 76.54) を呼び出した結果が表示されます。
-## 参照
+## 関連項目
[はじめに](../../../../docs/framework/wcf/samples/getting-started-sample.md)
[COM アプリケーションとの統合の概要](../../../../docs/framework/wcf/feature-details/integrating-with-com-applications-overview.md)
diff --git a/docs/framework/wcf/feature-details/how-to-use-metadataresolver-to-obtain-binding-metadata-dynamically.md b/docs/framework/wcf/feature-details/how-to-use-metadataresolver-to-obtain-binding-metadata-dynamically.md
index 46e4fb065ee..44fa7326742 100644
--- a/docs/framework/wcf/feature-details/how-to-use-metadataresolver-to-obtain-binding-metadata-dynamically.md
+++ b/docs/framework/wcf/feature-details/how-to-use-metadataresolver-to-obtain-binding-metadata-dynamically.md
@@ -1,24 +1,12 @@
---
-title: "方法 : MetadataResolver を使用してバインディング メタデータを動的に取得する"
-ms.custom:
+title: '方法 : MetadataResolver を使用してバインディング メタデータを動的に取得する'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 56ffcb99-fff0-4479-aca0-e3909009f605
-caps.latest.revision: "12"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 640d053e0186766e5acdbef692f4e7fae59337b0
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: cffe47f301c1943a0d97e3a95a5b7c24979b4f69
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 方法 : MetadataResolver を使用してバインディング メタデータを動的に取得する
ここでは、 クラスを使用してバインディング メタデータを動的に取得する方法を示します。
@@ -56,5 +44,5 @@ ms.lasthandoff: 12/22/2017
}
```
-## 参照
+## 関連項目
[メタデータ](../../../../docs/framework/wcf/feature-details/metadata.md)
diff --git a/docs/framework/wcf/feature-details/how-to-use-svcutil-exe-to-export-metadata-from-compiled-service-code.md b/docs/framework/wcf/feature-details/how-to-use-svcutil-exe-to-export-metadata-from-compiled-service-code.md
index 7b18e9c1ad4..efadcef2e08 100644
--- a/docs/framework/wcf/feature-details/how-to-use-svcutil-exe-to-export-metadata-from-compiled-service-code.md
+++ b/docs/framework/wcf/feature-details/how-to-use-svcutil-exe-to-export-metadata-from-compiled-service-code.md
@@ -1,24 +1,12 @@
---
-title: "方法 : Svcutil.exe を使用してコンパイル済みのサービス コードからメタデータをエクスポートする"
-ms.custom:
+title: '方法 : Svcutil.exe を使用してコンパイル済みのサービス コードからメタデータをエクスポートする'
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 95d0aed3-16a2-4398-89bb-39418eeb7355
-caps.latest.revision: "8"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: 6e50ddaa5a9fe5038ef167c4a53f9600eda0f027
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 68d651a396aa748d53f9121e9861260bdbf2dffa
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# 方法 : Svcutil.exe を使用してコンパイル済みのサービス コードからメタデータをエクスポートする
Svcutil.exe は、次のように、コンパイル済みアセンブリのサービス、コントラクト、およびデータ型のメタデータをエクスポートできます。
@@ -173,6 +161,6 @@ public class MyService : IPersonFinder
```
-## 参照
+## 関連項目
[ServiceModel メタデータ ユーティリティ ツール (Svcutil.exe)](../../../../docs/framework/wcf/servicemodel-metadata-utility-tool-svcutil-exe.md)
[メタデータのエクスポートとインポート](../../../../docs/framework/wcf/feature-details/exporting-and-importing-metadata.md)
diff --git a/docs/framework/wcf/feature-details/interop-with-aspnet-web-services.md b/docs/framework/wcf/feature-details/interop-with-aspnet-web-services.md
index 6e1a3f74e43..b7aed9c69e8 100644
--- a/docs/framework/wcf/feature-details/interop-with-aspnet-web-services.md
+++ b/docs/framework/wcf/feature-details/interop-with-aspnet-web-services.md
@@ -1,27 +1,15 @@
---
-title: "ASP.NET Web サービスとの相互運用"
-ms.custom:
+title: ASP.NET Web サービスとの相互運用
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
ms.assetid: 622422f8-6651-442f-b8be-e654a4aabcac
-caps.latest.revision: "5"
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload: dotnet
-ms.openlocfilehash: ef174f457114003e5b2783b50040424d9a96945c
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 8a0737a36989dd8bc6f5d5670555c7b2218798bb
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ASP.NET Web サービスとの相互運用
-[!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)] Web サービスと [!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] Web サービスの相互運用性は、この 2 つのテクノロジを使用して実装されたサービスを確実に WS-I Basic Profile 1.1 仕様に準拠させることによって実現されます。 WS-I Basic Profile 1.1 準拠の [!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)] Web サービスは、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] システムによって提供されるバインディングである [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] を使用することで クライアントと相互運用できます。
+相互運用性[!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)]Web サービスと Windows Communication Foundation (WCF) Web サービスは、両方のテクノロジを使用して実装されているサービスが、WS に準拠していることを確認して実現できます-基本プロファイル 1.1 の仕様です。 [!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)] Web WS に準拠するサービスの WCF のシステム指定のバインディングを使用して WCF クライアントと相互運用は、Basic Profile 1.1です。
次のサンプル コードに示すように、[!INCLUDE[vstecasplong](../../../../includes/vstecasplong-md.md)] 属性と 属性をインターフェイス (クラスではありません) に追加し、そのインターフェイスを実装するクラスを作成するという、 のオプションを使用します。
@@ -45,17 +33,17 @@ public class Service : IEcho
属性を持つインターフェイスは、同じコントラクトを異なる方法で実装する可能性のあるさまざまなクラスで再利用可能なサービスによって実行される操作のコントラクトを構成するため、このオプションを使用することをお勧めします。
- 属性を使用する場合、`SOAPAction` HTTP ヘッダーではなく、SOAP メッセージの本文要素の完全修飾名に基づいてメッセージをメソッドへルーティングすることは避けます。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] は、`SOAPAction` HTTP ヘッダーを使用してメッセージをルーティングします。
+ 属性を使用する場合、`SOAPAction` HTTP ヘッダーではなく、SOAP メッセージの本文要素の完全修飾名に基づいてメッセージをメソッドへルーティングすることは避けます。 WCF を使用して、`SOAPAction`メッセージのルーティング用の HTTP ヘッダー。
- によって既定で型のシリアル化が行われる XML は、XML の名前空間が明示的に定義されている場合、 によって型のシリアル化が行われる XML と意味的に同一です。 使用するためのデータ型を定義するときに[!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)]Web サービスで採用する予定の[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]を次の操作します。
+ によって既定で型のシリアル化が行われる XML は、XML の名前空間が明示的に定義されている場合、 によって型のシリアル化が行われる XML と意味的に同一です。 使用するためのデータ型を定義するときに[!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)]Web で WCF を採用する予定のサービスで、次の操作します。
- XML スキーマではなく、.NET Framework クラスを使用して型を定義します。
- と だけをそのクラスに追加します。後者を使用して型の名前空間を明示的に定義してください。 .NET Framework クラスを XML に変換する方法を制御する目的で、 名前空間の属性を追加しないでください。
-- この手法を採用すると、後から および を追加することで、転送のためにクラスをシリアル化する XML に大きな変更を加えることなく .NET クラスをデータ コントラクトにすることができます。 [!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)] アプリケーションは、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] Web サービスがメッセージ内で使用する型をデータ コントラクトとして処理できます。これは、特に [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] アプリケーションのパフォーマンスを向上できるという利点があります。
+- この手法を採用すると、後から および を追加することで、転送のためにクラスをシリアル化する XML に大きな変更を加えることなく .NET クラスをデータ コントラクトにすることができます。 メッセージで使用される型[!INCLUDE[vstecasp](../../../../includes/vstecasp-md.md)]Web サービスは、特に、他の利点は、WCF アプリケーションでパフォーマンスの向上、WCF アプリケーションでデータ コントラクトとして処理できます。
- インターネット インフォメーション サービス (IIS) に用意されている認証オプションは使用しないでください。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] クライアントではこれらの認証オプションはサポートされません。 サービスをセキュリティで保護する必要がある場合は、[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] で提供されるオプションを使用します。これらのオプションの方が信頼性が高く、標準プロトコルに基づいているためです。
+ インターネット インフォメーション サービス (IIS) に用意されている認証オプションは使用しないでください。 WCF クライアントでは、そのサポートしていません。 サービスをセキュリティで保護する必要がある場合、は、これらのオプションが堅牢性があり、標準のプロトコルに基づいているため、WCF が提供するオプションを使用します。
## ServiceModel HttpModule の読み込みがパフォーマンスに及ぼす影響
.NET Framework Version 3.0 では、WCF `HttpModule` が、すべての ASP.NET アプリケーションが WCF 対応になるように、ルートの Web.config ファイルにインストールされます。 これによりパフォーマンスに影響が出る場合があるため、次の例に示すように、Web.config ファイルの `ServiceModel` を削除することもできます。
@@ -66,5 +54,5 @@ public class Service : IEcho
```
-## 参照
+## 関連項目
[方法 : WCF サービスおよび ASP.NET Web サービス クライアントを相互運用するために構成する](../../../../docs/framework/wcf/feature-details/config-wcf-service-with-aspnet-web-service.md)
diff --git a/docs/framework/wcf/feature-details/limiting-message-distribution.md b/docs/framework/wcf/feature-details/limiting-message-distribution.md
index 2baf7e72514..950e687a32f 100644
--- a/docs/framework/wcf/feature-details/limiting-message-distribution.md
+++ b/docs/framework/wcf/feature-details/limiting-message-distribution.md
@@ -1,26 +1,12 @@
---
title: メッセージ配布の制限
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
ms.assetid: 8b5ec4b8-1ce9-45ef-bb90-2c840456bcc1
-caps.latest.revision: ''
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: b4d81583a8dfc2c48fb9b7533f071495b562615e
-ms.sourcegitcommit: c883637b41ee028786edceece4fa872939d2e64c
+ms.openlocfilehash: 006cfaffe02752bb91e9f7d780477aecbaeb9c9e
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 03/26/2018
+ms.lasthandoff: 05/04/2018
---
# メッセージ配布の制限
ピア チャネルは仕様上はブロードキャスト メッシュです。 その基本的な大量転送モデルでは、メッシュの任意のメンバーが送信した各メッセージをそのメッシュの他のメンバー全員に配布します。 これは、1 人のメンバーが生成した各メッセージが他のメンバー全員に関係していて、役立つものであるような状況 (チャット ルームなど) に最適です。 ただし、多くのアプリケーションではメッセージの配布を制限する必要が生じることがあります。 たとえば、新しいメンバーがメッシュに参加し、メッシュを経由して送信された最新のメッセージを取得しようとする場合、この要求をメッシュのメンバー全員に転送する必要はありません。 要求は近くの近隣ノードに制限できます。また、ローカルで生成されたメッセージをフィルターで除外することもできます。メッセージはメッシュの個別のノードに送信することもできます。 このトピックでは、ホップ数、メッセージ伝達フィルター、ローカル フィルター、または直接接続を使用し、メッシュを経由してメッセージを転送する方法について説明し、1 つの方法を選択するための一般的なガイドラインを示します。
@@ -57,7 +43,7 @@ ms.lasthandoff: 03/26/2018
これらの質問の回答は、ホップ数、メッセージ伝達フィルター、ローカル フィルター、直接接続のいずれを使用するかを決定するのに役立ちます。 次の一般的なガイドラインを考慮してください。
-- **Who**
+- **誰が**
- *個々 のノード*: ローカル フィルターまたは直接接続します。
diff --git a/docs/framework/wcf/feature-details/message-security-with-a-user-name-client.md b/docs/framework/wcf/feature-details/message-security-with-a-user-name-client.md
index 60c6362ea41..dd174229bed 100644
--- a/docs/framework/wcf/feature-details/message-security-with-a-user-name-client.md
+++ b/docs/framework/wcf/feature-details/message-security-with-a-user-name-client.md
@@ -1,30 +1,20 @@
---
-title: "ユーザー名クライアントを使用したメッセージ セキュリティ"
-ms.custom:
+title: ユーザー名クライアントを使用したメッセージ セキュリティ
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
dev_langs:
- csharp
- vb
ms.assetid: 36335cb9-76b8-4443-92c7-44f081eabb21
-caps.latest.revision: "15"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: dfda34c6bf165ebcecfd6d9a3710e785586d6cb1
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 7bda1bc18e2b5af1365c799c6f2be9d8d220e9ed
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# ユーザー名クライアントを使用したメッセージ セキュリティ
-メッセージ レベルのセキュリティで保護された [!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] サービスとクライアントを次の図に示します。 サービスは X.509 証明書を使用して認証されます。 クライアントはユーザー名とパスワードを使用して認証されます。
+次の図は、Windows Communication Foundation (WCF) サービスとメッセージ レベル セキュリティを使用してセキュリティで保護されたクライアントを示します。 サービスは X.509 証明書を使用して認証されます。 クライアントはユーザー名とパスワードを使用して認証されます。
サンプル アプリケーションについては、次を参照してください。[メッセージ セキュリティ ユーザー名](../../../../docs/framework/wcf/samples/message-security-user-name.md)です。
@@ -33,7 +23,7 @@ ms.lasthandoff: 12/22/2017
|特徴|説明|
|--------------------|-----------------|
|セキュリティ モード|メッセージ|
-|相互運用性|[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] のみ|
+|相互運用性|Windows Communication Foundation (WCF) のみ|
|認証 (サーバー)|初期ネゴシエーションにはサーバー認証が必要|
|認証 (クライアント)|ユーザー名/パスワード|
|整合性|はい、共有のセキュリティ コンテキストを使用します|
@@ -136,9 +126,9 @@ ms.lasthandoff: 12/22/2017
```
-## 参照
+## 関連項目
[セキュリティの概要](../../../../docs/framework/wcf/feature-details/security-overview.md)
[メッセージ セキュリティ ユーザー名](../../../../docs/framework/wcf/samples/message-security-user-name.md)
[サービス ID と認証](../../../../docs/framework/wcf/feature-details/service-identity-and-authentication.md)
- [\](../../../../docs/framework/configure-apps/file-schema/wcf/identity.md)
+ [\](../../../../docs/framework/configure-apps/file-schema/wcf/identity.md)
[Windows Server App Fabric のセキュリティ モデル](http://go.microsoft.com/fwlink/?LinkID=201279&clcid=0x409)
diff --git a/docs/framework/wcf/feature-details/message-security-with-a-windows-client.md b/docs/framework/wcf/feature-details/message-security-with-a-windows-client.md
index 328d753ad2f..24e3f4bcc65 100644
--- a/docs/framework/wcf/feature-details/message-security-with-a-windows-client.md
+++ b/docs/framework/wcf/feature-details/message-security-with-a-windows-client.md
@@ -1,37 +1,27 @@
---
-title: "Windows クライアントとのメッセージ セキュリティ"
-ms.custom:
+title: Windows クライアントとのメッセージ セキュリティ
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer:
-ms.suite:
-ms.technology: dotnet-clr
-ms.tgt_pltfrm:
-ms.topic: article
dev_langs:
- csharp
- vb
ms.assetid: 01e7d0b8-10f9-45c3-a4c5-53d44dc61eb8
-caps.latest.revision: "13"
author: BrucePerlerMS
-ms.author: bruceper
manager: mbaldwin
-ms.workload: dotnet
-ms.openlocfilehash: c480706fee27e7023eae5b493b0ca007b4757e97
-ms.sourcegitcommit: 16186c34a957fdd52e5db7294f291f7530ac9d24
+ms.openlocfilehash: 185edce5bd8a4772545ec966a6b3f74b204aa2b0
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 12/22/2017
+ms.lasthandoff: 05/04/2018
---
# Windows クライアントとのメッセージ セキュリティ
-このシナリオでは、メッセージ セキュリティ モードによって保護されている [!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] クライアントおよびサーバーを示します。 クライアントとサービスは、Windows 資格情報を使用して認証します。
+このシナリオでは、Windows Communication Foundation (WCF) クライアントとメッセージ セキュリティ モードによって保護されたサーバーを示します。 クライアントとサービスは、Windows 資格情報を使用して認証します。
![メッセージのセキュリティと Windows クライアント](../../../../docs/framework/wcf/feature-details/media/1c8618d4-0005-4022-beb6-32fd087a8c3c.gif "1c8618d4-0005-4022-beb6-32fd087a8c3c")
|特徴|説明|
|--------------------|-----------------|
|セキュリティ モード|メッセージ|
-|相互運用性|[!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] のみ|
+|相互運用性|WCF のみ|
|認証 (サーバー)|サーバーとクライアントの相互認証|
|認証 (クライアント)|サーバーとクライアントの相互認証|
|整合性|はい、共有のセキュリティ コンテキストを使用します|
@@ -127,6 +117,6 @@ ms.lasthandoff: 12/22/2017
```
-## 参照
+## 関連項目
[セキュリティの概要](../../../../docs/framework/wcf/feature-details/security-overview.md)
[Windows Server App Fabric のセキュリティ モデル](http://go.microsoft.com/fwlink/?LinkID=201279&clcid=0x409)
diff --git a/docs/framework/wcf/feature-details/metadata-architecture-overview.md b/docs/framework/wcf/feature-details/metadata-architecture-overview.md
index 16a75262fdd..9de4b2956bc 100644
--- a/docs/framework/wcf/feature-details/metadata-architecture-overview.md
+++ b/docs/framework/wcf/feature-details/metadata-architecture-overview.md
@@ -1,37 +1,23 @@
---
title: メタデータ アーキテクチャの概要
-ms.custom: ''
ms.date: 03/30/2017
-ms.prod: .net-framework
-ms.reviewer: ''
-ms.suite: ''
-ms.technology:
-- dotnet-clr
-ms.tgt_pltfrm: ''
-ms.topic: article
helpviewer_keywords:
- metadata [WCF], overview
ms.assetid: 1d37645e-086d-4d68-a358-f3c5b6e8205e
-caps.latest.revision: 24
-author: dotnet-bot
-ms.author: dotnetcontent
-manager: wpickett
-ms.workload:
-- dotnet
-ms.openlocfilehash: df603da0f4feedeacc59198c156322c78fd2f388
-ms.sourcegitcommit: 94d33cadc5ff81d2ac389bf5f26422c227832052
+ms.openlocfilehash: ccad6f8c2a289dae3ae4fdbbcc7c690b0fbc9085
+ms.sourcegitcommit: 3d5d33f384eeba41b2dff79d096f47ccc8d8f03d
ms.translationtype: MT
ms.contentlocale: ja-JP
-ms.lasthandoff: 04/30/2018
+ms.lasthandoff: 05/04/2018
---
# メタデータ アーキテクチャの概要
-[!INCLUDE[indigo1](../../../../includes/indigo1-md.md)] には、サービス メタデータをエクスポート、公開、取得、およびインポートするためのさまざまなインフラストラクチャが用意されています。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] サービスでは、メタデータを使用してサービスのエンドポイントとの対話方法を記述し、Svcutil.exe などのツールでサービスにアクセスするためのクライアント コードを自動的に生成できるようにします。
+Windows Communication Foundation (WCF) では、エクスポート、公開、取得、およびサービスのメタデータをインポートするための豊富なインフラストラクチャを提供します。 WCF サービスでは、メタデータを使用して、Svcutil.exe などのツールは、サービスにアクセスするためのクライアント コードを自動的に生成できるように、サービスのエンドポイントと対話する方法について説明します。
- [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] メタデータ インフラストラクチャを構成するほとんどの型が、 名前空間に存在します。
+ WCF メタデータ インフラストラクチャを構成する型のほとんどが存在する、名前空間。
- [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] は、 クラスを使用して、サービス内のエンドポイントを記述します。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] を使用すると、サービス エンドポイント用のメタデータを生成したり、サービス メタデータをインポートして インスタンスを生成したりできます。
+ WCF を使用して、クラス、サービスのエンドポイントを記述します。 WCF を使用してサービス エンドポイントのメタデータを生成または生成するサービス メタデータをインポートすることができますインスタンス。
- [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] は、 型のインスタンスとしてサービスのメタデータを表現します。その構造は、WS-MetadataExchange で定義されているメタデータのシリアル化形式に強く関連付けられています。 型は、Web サービス記述言語 (WSDL: Web Services Description Language) ドキュメント、XML スキーマ ドキュメント、WS-Policy 表現などの実際のサービス メタデータを インスタンスのコレクションとしてバンドルします。 各 インスタンスには、特定のメタデータ言語と識別子が含まれます。 はその プロパティに、次のアイテムを含むことができます。
+ WCF では、サービスのメタデータを表すのインスタンスとして、型、構造が、Ws-metadataexchange で定義されているメタデータのシリアル化形式に強く関連付けられています。 型は、Web サービス記述言語 (WSDL: Web Services Description Language) ドキュメント、XML スキーマ ドキュメント、WS-Policy 表現などの実際のサービス メタデータを インスタンスのコレクションとしてバンドルします。 各 インスタンスには、特定のメタデータ言語と識別子が含まれます。 はその プロパティに、次のアイテムを含むことができます。
- 生のメタデータ。
@@ -39,25 +25,25 @@ ms.lasthandoff: 04/30/2018
- のインスタンス。
- インスタンスは別のメタデータ交換 (MEX) エンドポイントをポイントし、 インスタンスは HTTP URL を使用してメタデータ ドキュメントをポイントします。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] は、サービスで実装するサービス エンドポイント、サービス コントラクト、バインディング、メッセージ交換パターン、メッセージ、およびエラー メッセージを記述するために WSDL ドキュメントの使用をサポートします。 サービスで使用されるデータ型は、XML スキーマを使用して WSDL ドキュメントに記述されます。 詳細については、次を参照してください。[スキーマのインポートとエクスポート](../../../../docs/framework/wcf/feature-details/schema-import-and-export.md)です。 [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)] を使用すると、サービス動作、コントラクト動作、およびバインディング要素の WSDL 拡張をエクスポートおよびインポートでき、この拡張により、サービスの機能が拡張されます。 詳細については、次を参照してください。 [WCF 拡張機能のカスタム メタデータのエクスポート](../../../../docs/framework/wcf/extending/exporting-custom-metadata-for-a-wcf-extension.md)です。
+ インスタンスは別のメタデータ交換 (MEX) エンドポイントをポイントし、 インスタンスは HTTP URL を使用してメタデータ ドキュメントをポイントします。 WCF サービス エンドポイント、サービス コントラクト、バインディング、メッセージ交換パターン、メッセージおよびサービスによって実装されているエラー メッセージを記述する WSDL ドキュメントの使用をサポートします。 サービスで使用されるデータ型は、XML スキーマを使用して WSDL ドキュメントに記述されます。 詳細については、次を参照してください。[スキーマのインポートとエクスポート](../../../../docs/framework/wcf/feature-details/schema-import-and-export.md)です。 WCF を使用して、サービス動作、コントラクト動作、およびサービスの機能を拡張するバインド要素の WSDL 拡張エクスポートおよびインポートすることができます。 詳細については、次を参照してください。 [WCF 拡張機能のカスタム メタデータのエクスポート](../../../../docs/framework/wcf/extending/exporting-custom-metadata-for-a-wcf-extension.md)です。
## サービス メタデータのエクスポート
- [!INCLUDE[indigo2](../../../../includes/indigo2-md.md)]、*メタデータのエクスポート*プロセス サービス エンドポイントを記述するそれらを並行してクライアントを使用してサービスを使用する方法を理解する標準化表現です。 メタデータを インスタンスからエクスポートするには、 抽象クラスの実装を使用します。 の実装によって、 インスタンスにカプセル化されたメタデータが生成されます。
+ WCF では、*メタデータのエクスポート*プロセス サービス エンドポイントを記述するそれらを並行してクライアントを使用してサービスを使用する方法を理解する標準化表現です。 メタデータを インスタンスからエクスポートするには、 抽象クラスの実装を使用します。 の実装によって、 インスタンスにカプセル化されたメタデータが生成されます。
クラスには、エンドポイント バインディングの機能と要件、エンドポイントに関連付けられた処理、メッセージ、エラーを記述するポリシー式を生成するためのフレームワークが用意されています。 これらのポリシー式は、