Show / Hide Table of Contents

Class Disassembler

Provides static methods that return syntax trees for disassembled CIL assembler code

Inheritance
System.Object
Disassembler
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.Syntax
Assembly: CilTools.BytecodeAnalysis.dll
Syntax
public static class Disassembler

Methods

GetAssemblyManifestSyntaxNodes(Assembly)

Gets the collection of syntax nodes that make up an assembly manifest of the specified assembly

Declaration
public static IEnumerable<SyntaxNode> GetAssemblyManifestSyntaxNodes(Assembly ass)
Parameters
Type Name Description
System.Reflection.Assembly ass
Returns
Type Description
System.Collections.Generic.IEnumerable<SyntaxNode>
Back to top CIL Tools (published from sources in GitHub repository).
Generated by DocFX