C# Class Renci.SshNet.Messages.MessageAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
MessageAttribute ( string name, byte number ) : System

Initializes a new instance of the MessageAttribute class.

Method Details

MessageAttribute() public method

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