Default constructor.
| C# | Visual Basic | Managed C++ |
public LogEntry ( LogEntryType type, int size, string text )
Public Sub New ( _ type As LogEntryType, _ size As Integer, _ text As String _ )
public: LogEntry ( LogEntryType type, int size, String^ text )
- type (LogEntryType)
- Log entry type.
- size (Int32)
- Specified how much data was readed or written.
- text (String)
- Description text.
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)