Note: This API is now obsolete.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax [ObsoleteAttribute("This method is exported for internal use only.")]
public static void DebugPrint(
EventLogEntryType InType,
string InMessage,
params Object[] InParams
)
<ObsoleteAttribute("This method is exported for internal use only.")>
Public Shared Sub DebugPrint (
InType As EventLogEntryType,
InMessage As String,
ParamArray InParams As Object()
)
public:
[ObsoleteAttribute(L"This method is exported for internal use only.")]
static void DebugPrint(
EventLogEntryType InType,
String^ InMessage,
... array<Object^>^ InParams
)
[<ObsoleteAttribute("This method is exported for internal use only.")>]
static member DebugPrint :
InType : EventLogEntryType *
InMessage : string *
InParams : Object[] -> unit
Parameters
- InType
- Type: System.DiagnosticsEventLogEntryType
- InMessage
- Type: SystemString
- InParams
- Type: SystemObject
See Also