InternalRemotingServices.DebugOutChnl(String) Método

Definição

Envia uma mensagem a respeito de um canal de comunicação remota para um depurador não gerenciado.Sends a message concerning a remoting channel to an unmanaged debugger.

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)

Parâmetros

s
String

Uma cadeia de caracteres para colocar na mensagem.A string to place in the message.

Atributos

Comentários

Você não precisa chamar os static métodos da InternalRemotingServices classe.You do not need to call the static methods of the InternalRemotingServices class.

Aplica-se a