次の方法で共有


InternalRemotingServices.DebugOutChnl(String) メソッド

定義

リモート処理チャネルに関するメッセージを、アンマネージ デバッガーに送信します。

public:
 static void DebugOutChnl(System::String ^ s);
[System.Diagnostics.Conditional("_LOGGING")]
public static void DebugOutChnl (string s);
[System.Diagnostics.Conditional("_LOGGING")]
[System.Security.SecurityCritical]
public static void DebugOutChnl (string s);
[<System.Diagnostics.Conditional("_LOGGING")>]
static member DebugOutChnl : string -> unit
[<System.Diagnostics.Conditional("_LOGGING")>]
[<System.Security.SecurityCritical>]
static member DebugOutChnl : string -> unit
Public Shared Sub DebugOutChnl (s As String)

パラメーター

s
String

メッセージに指定する文字列。

属性

注釈

クラスのInternalRemotingServicesメソッドをstatic呼び出す必要はありません。

適用対象