Show / Hide Table of Contents

Class Diagnostics

Provides tools to help investigate errors occuring in library methods.

Inheritance
System.Object
Diagnostics
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CilTools.BytecodeAnalysis
Assembly: CilTools.BytecodeAnalysis.dll
Syntax
public static class Diagnostics

Events

Error

Raised when error occurs in one of the methods in the library

Declaration
public static event EventHandler<CilErrorEventArgs> Error
Event Type
Type Description
System.EventHandler<CilErrorEventArgs>
Back to top CIL Tools (published from sources in GitHub repository).
Generated by DocFX