| Flags | Name | Summary |
|---|---|---|
| public static | void Dump(byte[] bytes, TextWriter writer)
|
Print a hex dump of the supplied bytes to the supplied TextWriter. |
| public static | void Dump(byte[] bytes)
|
Print a hex dump of the supplied bytes to stdout. |
| public static | void DumpKeyValue(string key, object value, TextWriter writer, int indent)
|
Prints an indented key/value pair; used by DumpProperties() |
| public static | void DumpProperties(object value, TextWriter writer, int indent)
|
Dump properties of objects to the supplied writer. |
public static void Dump(byte[] bytes, TextWriter writer)
| Flags | public static | ||||||
|---|---|---|---|---|---|---|---|
| Return type | |
||||||
| Parameters |
|
public static void Dump(byte[] bytes)
| Flags | public static | ||||
|---|---|---|---|---|---|
| Return type | |
||||
| Parameters |
|
public static void DumpKeyValue(string key, object value, TextWriter writer, int indent)
| Flags | public static | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Return type | |
||||||||||
| Parameters |
|