.NET CIL Browser - CilBrowser.Core

Type: CilBrowser.Core.Structure.PageNode

Types in CilBrowser.Core.Structure namespace:

DirectoryNode

<EnumChildNodes>d__16

<get_Directories>d__9

<get_Pages>d__11

FileNode

PageNode

SourceIndexer

TreeNode

TreeNodeKind

TypeNode

.class public abstract auto ansi beforefieldinit CilBrowser.Core.Structure.PageNode
extends CilBrowser.Core.Structure.TreeNode
{

 .method family hidebysig specialname rtspecialname instance void .ctor() cil managed
 {
  .maxstack  8

           ldarg.0      
           call         instance void CilBrowser.Core.Structure.TreeNode::.ctor()
           nop          
           ret          
 }

 .method public hidebysig virtual instance class [netstandard]System.Collections.Generic.IEnumerable`1<class CilBrowser.Core.Structure.TreeNode> EnumChildNodes() cil managed
 {
  .maxstack  1
  .locals  init (class [netstandard]System.Collections.Generic.IEnumerable`1<class CilBrowser.Core.Structure.TreeNode> V_0)

           nop          
           ldsfld       class CilBrowser.Core.Structure.TreeNode[] CilBrowser.Core.Structure.TreeNode::EmptyArray
           stloc.0      
           br.s         IL_0001
  IL_0001: ldloc.0      
           ret          
 }

}

Back to table of contents


Generated by CIL Browser