Table of Contents

Constructor CorLogSwitchEventArgs

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

CorLogSwitchEventArgs(CorAppDomain, CorThread, int, int, string, string)

public CorLogSwitchEventArgs(CorAppDomain appDomain, CorThread thread, int level, int reason, string logSwitchName, string parentName)

Parameters

appDomain CorAppDomain
thread CorThread
level int
reason int
logSwitchName string
parentName string

CorLogSwitchEventArgs(CorAppDomain, CorThread, int, int, string, string, ManagedCallbackType)

public CorLogSwitchEventArgs(CorAppDomain appDomain, CorThread thread, int level, int reason, string logSwitchName, string parentName, ManagedCallbackType callbackType)

Parameters

appDomain CorAppDomain
thread CorThread
level int
reason int
logSwitchName string
parentName string
callbackType ManagedCallbackType