Debug Members

The following tables list the members exposed by the Debug type.

Public Methods

Name Description
Public Method Static Assert Overloaded. Causes a break in execution if the specified assertion (condition) evaluates to true.
Public Method Static DumpBuffer Prints the data for a specified buffer to the standard output stream.
Public Method Static DumpHeap Prints all available heap information to the standard output stream.
Public Method Static DumpPerfCounters Prints performance counter information to the standard output stream.
Public Method Static DumpStack Prints all available stack information to the standard output stream.
Public Method Equals (Inherited from Object.)
Public Method Static GC Runs garbage collection, a service that automatically reclaims unused computer memory.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method Static Print Prints a message (followed by the current line terminator) to the standard output stream.
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

Debug Class
Microsoft.SPOT Namespace