C# Класс Microsoft.Samples.Debugging.CorDebug.CorLogMessageEventArgs

Наследование: CorThreadEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CorLogMessageEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, string logSwitchName, string message ) : System
CorLogMessageEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, string logSwitchName, string message, ManagedCallbackType callbackType ) : System
ToString ( ) : string

Описание методов

CorLogMessageEventArgs() публичный Метод

public CorLogMessageEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, string logSwitchName, string message ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
level int
logSwitchName string
message string
Результат System

CorLogMessageEventArgs() публичный Метод

public CorLogMessageEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, int level, string logSwitchName, string message, ManagedCallbackType callbackType ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
level int
logSwitchName string
message string
callbackType ManagedCallbackType
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string