다음을 통해 공유


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 호출할 필요가 없습니다.

적용 대상