C# Class NLogViewer.Receivers.LogEventReceiverInfo

Afficher le fichier Open project: jkowalski/NLogViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
Description string
Name string
Summary string
Type System.Type

Méthodes publiques

Méthode Description
LogEventReceiverInfo ( ) : System
LogEventReceiverInfo ( string name, string summary, string description, Type type ) : System
ToString ( ) : string

Method Details

LogEventReceiverInfo() public méthode

public LogEventReceiverInfo ( ) : System
Résultat System

LogEventReceiverInfo() public méthode

public LogEventReceiverInfo ( string name, string summary, string description, Type type ) : System
name string
summary string
description string
type System.Type
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Description public_oe property

public string Description
Résultat string

Name public_oe property

public string Name
Résultat string

Summary public_oe property

public string Summary
Résultat string

Type public_oe property

public Type,System Type
Résultat System.Type