InternalRemotingServices.DebugOutChnl(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- s
- String
A string to place in the message.
- Attributes
Remarks
You do not need to call the static
methods of the InternalRemotingServices class.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.