C# Class Microsoft.JScript.Debug

Show file Open project: gbarnett/shared-source-cli-2.0

Private Methods

Method Description
Assert ( bool condition ) : void
Assert ( bool condition, String message ) : void
NotImplemented ( String message ) : void
PostCondition ( bool condition ) : void
PostCondition ( bool condition, String message ) : void
PreCondition ( bool condition ) : void
PreCondition ( bool condition, String message ) : void
Print ( String str ) : void
PrintLine ( String message ) : void
PrintStack ( ) : void
PrintStack ( Exception e ) : void