Метод | Описание | |
---|---|---|
CreateCommand ( this self, string text ) : |
||
GetSimpleName ( this self ) : string | ||
ReadBytes ( this reader ) : byte[] | ||
WriteBytes ( this self, byte data ) : void |
public static CreateCommand ( this self, string text ) : |
||
self | this | |
text | string | |
Результат |
public static GetSimpleName ( this self ) : string | ||
self | this | |
Результат | string |
public static ReadBytes ( this reader ) : byte[] | ||
reader | this | |
Результат | byte[] |
public static WriteBytes ( this self, byte data ) : void | ||
self | this | |
data | byte | |
Результат | void |