STrace.Params(String, String, String, Object[]) Method

Definition

Traces function parameters. Logs the input parameters of a function.

public:
 static void Params(System::String ^ strComponentName, System::String ^ strFunctionName, System::String ^ strFormat, ... cli::array <System::Object ^> ^ arg);
[System.Diagnostics.Conditional("TRACE")]
public static void Params (string strComponentName, string strFunctionName, string strFormat, params object[] arg);
[<System.Diagnostics.Conditional("TRACE")>]
static member Params : string * string * string * obj[] -> unit
Public Shared Sub Params (strComponentName As String, strFunctionName As String, strFormat As String, ParamArray arg As Object())

Parameters

strComponentName
String

The component name.

strFunctionName
String

The function name.

strFormat
String

The format string.

arg
Object[]

The input parameters.

Attributes

Remarks

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Applies to