C# Class Node.net.Modules.Streams.NodeStream.DataEventArgs

Class for passing event arguments for OnData.
Inheritance: AutoWrapEventArgs
Afficher le fichier Open project: WindowsTermKit/TermKit

Méthodes publiques

Méthode Description
DataEventArgs ( byte bytes, int offset, int length ) : System
DataEventArgs ( byte bytes, int offset, int length, Encoding encoding ) : System
GetParameters ( ) : BoxedValue[]

Method Details

DataEventArgs() public méthode

public DataEventArgs ( byte bytes, int offset, int length ) : System
bytes byte
offset int
length int
Résultat System

DataEventArgs() public méthode

public DataEventArgs ( byte bytes, int offset, int length, Encoding encoding ) : System
bytes byte
offset int
length int
encoding System.Text.Encoding
Résultat System

GetParameters() public méthode

public GetParameters ( ) : BoxedValue[]
Résultat BoxedValue[]