ICSharpCode.ILSpy.TreeNodes.ILSpyTreeNode.Decompile C# (CSharp) 메소드

Decompile() 공개 추상적인 메소드

public abstract Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
language System.Language
output ITextOutput
options DecompilationOptions
리턴 void
        public abstract void Decompile(Language language, ITextOutput output, DecompilationOptions options);