[Gregor.Core.Dev]

Gregor.Core.Dev

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public static class Gregor.Core.Dev

Custom Attributes: Gregor.Core.Module()

Description: 


Members

Dev

static private Dev()

Custom Attributes: 

Description: 

Dev

public Dev()

Custom Attributes: 

Description: 

s_AllowBreak

static private System.Boolean s_AllowBreak

Custom Attributes: 

Description: 

s_AllowDetails

static private System.Boolean s_AllowDetails

Custom Attributes: 

Description: 

s_AllowReport

static private System.Boolean s_AllowReport

Custom Attributes: 

Description: 

s_ConsoleTraceCallback

static private Gregor.Core.TraceCallback s_ConsoleTraceCallback

Custom Attributes: 

Description: 

s_EnableTracing

static private System.Boolean s_EnableTracing

Custom Attributes: 

Description: 

s_ErrorDialogTitle

static private System.String s_ErrorDialogTitle

Custom Attributes: 

Description: 

s_ExceptionCallback

static private Gregor.Core.ExceptionCallback s_ExceptionCallback

Custom Attributes: 

Description: 

s_ExceptionDialogMessage

static private System.String s_ExceptionDialogMessage

Custom Attributes: 

Description: 

s_ExceptionDialogTitle

static private System.String s_ExceptionDialogTitle

Custom Attributes: 

Description: 

s_ExceptionEvents

static private Gregor.Core.NExceptionEvents s_ExceptionEvents

Custom Attributes: 

Description: 

s_Indents

static private Gregor.Core.NStringIndents s_Indents

Custom Attributes: 

Description: 

s_InputForeColor

static private System.ConsoleColor s_InputForeColor

Custom Attributes: 

Description: 

s_IsShowingException

static private System.Boolean s_IsShowingException

Custom Attributes: 

Description: 

s_IsTracing

static private System.Boolean s_IsTracing

Custom Attributes: 

Description: 

s_OutputForeColor

static private System.ConsoleColor s_OutputForeColor

Custom Attributes: 

Description: 

s_ReportCallback

static private Gregor.Core.ExceptionCallback s_ReportCallback

Custom Attributes: 

Description: 

s_StopOnExceptions

static private System.Boolean s_StopOnExceptions

Custom Attributes: 

Description: 

s_TempFileExtension

static private System.String s_TempFileExtension

Custom Attributes: 

Description: 

s_TempFileNameBase

static private System.String s_TempFileNameBase

Custom Attributes: 

Description: 

s_TraceCallback

static private Gregor.Core.TraceCallback s_TraceCallback

Custom Attributes: 

Description: 

AllowBreak

static public System.Boolean AllowBreak {get;set;}

Custom Attributes: 

Description: 

AllowDetails

static public System.Boolean AllowDetails {get;set;}

Custom Attributes: 

Description: 

AllowReport

static public System.Boolean AllowReport {get;set;}

Custom Attributes: 

Description: 

ConsoleTraceCallback

static public Gregor.Core.TraceCallback ConsoleTraceCallback {get;}

Custom Attributes: 

Description: 

EnableTracing

static public System.Boolean EnableTracing {get;set;}

Custom Attributes: 

Description: 

ErrorDialogTitle

static public System.String ErrorDialogTitle {get;set;}

Custom Attributes: 

Description: 

ExceptionCallback

static public Gregor.Core.ExceptionCallback ExceptionCallback {get;set;}

Custom Attributes: 

Description: 

ExceptionDialogMessage

static public System.String ExceptionDialogMessage {get;set;}

Custom Attributes: 

Description: 

ExceptionDialogTitle

static public System.String ExceptionDialogTitle {get;set;}

Custom Attributes: 

Description: 

ExceptionEvents

static public Gregor.Core.NExceptionEvents ExceptionEvents {get;}

Custom Attributes: 

Description: 

Indents

static internal Gregor.Core.NStringIndents Indents {get;}

Custom Attributes: 

Description: 

InputForeColor

static public System.ConsoleColor InputForeColor {get;set;}

Custom Attributes: 

Description: 

OutputForeColor

static public System.ConsoleColor OutputForeColor {get;set;}

Custom Attributes: 

Description: 

ReportCallback

static public Gregor.Core.ExceptionCallback ReportCallback {get;set;}

Custom Attributes: 

Description: 

StopOnExceptions

static public System.Boolean StopOnExceptions {get;set;}

Custom Attributes: 

Description: 

TempFileExtension

static public System.String TempFileExtension {get;set;}

Custom Attributes: 

Description: 

TempFileNameBase

static public System.String TempFileNameBase {get;set;}

Custom Attributes: 

Description: 

TraceCallback

static public Gregor.Core.TraceCallback TraceCallback {get;set;}

Custom Attributes: 

Description: 

Assert

static public void Assert(System.Boolean fExpr)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

CallRandomMethod

static public void CallRandomMethod(System.Type tp)

Custom Attributes: 

Description: 

DoTrace

static private void DoTrace(System.String s)

Custom Attributes: 

Description: 

DoTrace

static private void DoTrace(System.String s, System.Int32 indent)

Custom Attributes: 

Description: 

DoTraceProperties

static private void DoTraceProperties(System.Object obj, System.Int32 indent)

Custom Attributes: 

Description: 

DumpToFile

static public void DumpToFile(System.String sFile, System.String sContent)

Custom Attributes: 

Description: 

DumpToTemporaryFile

static public System.String DumpToTemporaryFile(System.String sContent)

Custom Attributes: 

Description: 

GetTemporaryFile

static public System.String GetTemporaryFile()

Custom Attributes: 

Description: 

IsAnyExceptionOfType<>

static public System.Boolean IsAnyExceptionOfType(System.Exception ex)

Custom Attributes: 

Description: 

NoOp

static public void NoOp()

Custom Attributes: System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

ProcessException

static public void ProcessException(System.Exception ex)

Custom Attributes: 

Description: 

ProcessException

static public void ProcessException(System.Exception ex, System.Boolean fNoStop, System.String sCatcherMessage)

Custom Attributes: 

Description: 

ProcessException

static public void ProcessException(System.Exception ex, System.Boolean fNoStop)

Custom Attributes: 

Description: 

ReadTextFile

static public System.String ReadTextFile(System.String sFile)

Custom Attributes: 

Description: 

ReadTextFileLines

static public System.Collections.Specialized.StringCollection ReadTextFileLines(System.String sFile)

Custom Attributes: 

Description: 

ReadXmlFile

static public System.Xml.XmlDocument ReadXmlFile(System.String sFile)

Custom Attributes: 

Description: 

SelectTestRoutine

static public void SelectTestRoutine(System.Type tp)

Custom Attributes: 

Description: 

ShellFile

static public System.Diagnostics.Process ShellFile(System.String sFile, System.String sContent)

Custom Attributes: 

Description: 

ShellTemporaryFile

static public System.Diagnostics.Process ShellTemporaryFile(System.String sContent)

Custom Attributes: 

Description: 

ShowError

static public void ShowError(System.String sMessage, System.String sDetailedMessage)

Custom Attributes: 

Description: 

ShowError

static public void ShowError(System.String sMessage)

Custom Attributes: 

Description: 

ShowException

static internal void ShowException(System.Exception ex, System.Boolean fAllowBreak)

Custom Attributes: 

Description: 

ShowException

static public void ShowException(Gregor.Core.CExceptionEventArgs e)

Custom Attributes: 

Description: 

ShowException

static internal void ShowException(Gregor.Core.CExceptionEventArgs e, System.Boolean fAllowBreak)

Custom Attributes: 

Description: 

ShowException

static public void ShowException(System.Exception ex)

Custom Attributes: 

Description: 

Trace

static public void Trace(System.Delegate del)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="TRACE"), System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

Trace

static public void Trace(System.Int32 i)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="TRACE"), System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

Trace

static public void Trace(System.Delegate[] handlers)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="DEBUG"), System.Diagnostics.Conditional(ConditionString="TRACE")

Description: 

Trace

static public void Trace(System.String sMessage)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="TRACE"), System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

Trace

static public void Trace(System.Object obj)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="DEBUG"), System.Diagnostics.Conditional(ConditionString="TRACE")

Description: 

TraceArray

static public void TraceArray(System.Array ar)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="TRACE"), System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

TraceArrayDetails

static public void TraceArrayDetails(System.Array ar)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="DEBUG"), System.Diagnostics.Conditional(ConditionString="TRACE")

Description: 

TraceArrayIndices

static public void TraceArrayIndices(System.Array ar)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="TRACE"), System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

TraceCallstack

static public void TraceCallstack()

Custom Attributes: System.Diagnostics.Conditional(ConditionString="TRACE"), System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

TraceCollection

static public void TraceCollection(System.Collections.IEnumerable col)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="DEBUG"), System.Diagnostics.Conditional(ConditionString="TRACE")

Description: 

TraceCollectionDetails

static public void TraceCollectionDetails(System.Collections.IEnumerable col)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="TRACE"), System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

TraceDetails

static public void TraceDetails(System.Object obj)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="TRACE"), System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

TraceStaticDetails

static public void TraceStaticDetails(System.Type tp)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="DEBUG"), System.Diagnostics.Conditional(ConditionString="TRACE")

Description: 

TraceTree

static public void TraceTree(Gregor.Core.Collections.CTreeWalker walker)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="TRACE"), System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

TraceTree

static public void TraceTree(Gregor.Core.Collections.ITreeWalkHelper helper)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="TRACE"), System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

TraceTree

static public void TraceTree(Gregor.Core.Collections.ITree tree)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="DEBUG"), System.Diagnostics.Conditional(ConditionString="TRACE")

Description: 

TraceTreeDetails

static public void TraceTreeDetails(Gregor.Core.Collections.CTreeWalker walker)

Custom Attributes: System.Diagnostics.Conditional(ConditionString="TRACE"), System.Diagnostics.Conditional(ConditionString="DEBUG")

Description: 

WriteTextFile

static public void WriteTextFile(System.String sFile, System.String sContent)

Custom Attributes: 

Description: 

WriteTextFile

static public void WriteTextFile(System.String sFile, System.String sContent, System.Boolean fAppend)

Custom Attributes: 

Description: 

WriteTextFile

static public void WriteTextFile(System.String sFile, System.Collections.IEnumerable lines, System.Boolean fAppend)

Custom Attributes: 

Description: 

WriteTextFile

static public void WriteTextFile(System.String sFile, System.Collections.IEnumerable lines)

Custom Attributes: 

Description: 

WriteToConsole

static private void WriteToConsole(Gregor.Core.CTraceEventArgs e)

Custom Attributes: 

Description: 

WriteXmlFile

static public void WriteXmlFile(System.String sFile, System.Xml.XmlDocument xd)

Custom Attributes: 

Description: 


See Also

Gregor.Core.CExceptionEventArgs

Gregor.Core.Collections.CTreeWalker

Gregor.Core.CTraceEventArgs

Gregor.Core.ModuleAttribute

Gregor.Core.NExceptionEvents

Gregor.Core.NStringIndents

System.Array

System.Collections.Specialized.StringCollection

System.Diagnostics.ConditionalAttribute

System.Diagnostics.Process

System.Exception

System.Object

System.String

System.Type

System.Xml.XmlDocument

Gregor.Core.Collections.ITree

Gregor.Core.Collections.ITreeWalkHelper

System.Collections.IEnumerable

Gregor.Core.ExceptionCallback

Gregor.Core.TraceCallback

System.Delegate

System.Boolean

System.Int32

System.Void

System.ConsoleColor