C# Class Renci.SshNet.Messages.MessageAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
MessageAttribute ( string name, byte number ) : System

Initializes a new instance of the MessageAttribute class.

Method Details

MessageAttribute() public méthode

Initializes a new instance of the MessageAttribute class.
public MessageAttribute ( string name, byte number ) : System
name string The name.
number byte The number.
Résultat System