Logger.FunctionEntry 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.
Overloads
| FunctionEntry(Object, Int32, String) | |
| FunctionEntry(Int32, String) |
FunctionEntry(Object, Int32, String)
public:
static void FunctionEntry(System::Object ^ tracePoint, int id, System::String ^ function);
public static void FunctionEntry (object tracePoint, int id, string function);
static member FunctionEntry : obj * int * string -> unit
Public Shared Sub FunctionEntry (tracePoint As Object, id As Integer, function As String)
Parameters
- tracePoint
- Object
- id
- Int32
- function
- String