Property | Type | Description | |
---|---|---|---|
ResolvedReferences | List |
Method | Description | |
---|---|---|
Compile ( string cs, string f, string references ) : |
||
CompileFromCs ( string cs, string f, string references ) : bool | ||
Decompile ( object obj ) : ICSharpCode.AvalonEdit.Document.TextDocument | ||
DeepCloneType ( Mono.Cecil.TypeDefinition t ) : Mono.Cecil.TypeDefinition | ||
DynamicCompilation ( string srccode, bool fromFile, bool toFile, string toFilePath, bool isCSharp, string referencedAssemblies = null ) : |
||
GetAssembly ( ) : |
||
GetCompilerErrors ( |
||
GetSelectionType ( ) : TreeItemTypes? | ||
GetSource ( ) : string | ||
GetTreeItem ( string ico, object tag, string header, string ttHeader, string ttBody ) : System.Windows.Controls.TreeViewItem | ||
LoadAsm ( string f ) : void | ||
LoadAssemblyTree ( ) : void | ||
NetDasm ( |
||
SaveAsm ( string f ) : void |
Method | Description | |
---|---|---|
CreateAstBuilder ( Mono.Cecil.TypeDefinition currentType, bool isSingleMember ) : ICSharpCode.Decompiler.Ast.AstBuilder | ||
GetIcons ( string b, FieldAttributes a ) : string[] | ||
GetIcons ( string b, MethodAttributes a ) : string[] | ||
GetIconsStub ( string baseIcon, string overIcon ) : string[] | ||
GetImageSource ( string uri ) : ImageSource | ||
GetMethodLabel ( Mono.Cecil.MethodDefinition md ) : string | ||
GetTooltip ( string header, string data ) : |
||
GetTypeName ( |
||
ResolveFailure ( object sender, Mono.Cecil.AssemblyNameReference reference ) : |
public static Compile ( string cs, string f, string references ) : |
||
cs | string | |
f | string | |
references | string | |
return |
public static CompileFromCs ( string cs, string f, string references ) : bool | ||
cs | string | |
f | string | |
references | string | |
return | bool |
public Decompile ( object obj ) : ICSharpCode.AvalonEdit.Document.TextDocument | ||
obj | object | |
return | ICSharpCode.AvalonEdit.Document.TextDocument |
public static DeepCloneType ( Mono.Cecil.TypeDefinition t ) : Mono.Cecil.TypeDefinition | ||
t | Mono.Cecil.TypeDefinition | |
return | Mono.Cecil.TypeDefinition |
public static DynamicCompilation ( string srccode, bool fromFile, bool toFile, string toFilePath, bool isCSharp, string referencedAssemblies = null ) : |
||
srccode | string | |
fromFile | bool | |
toFile | bool | |
toFilePath | string | |
isCSharp | bool | |
referencedAssemblies | string | |
return |
public GetAssembly ( ) : |
||
return |
public static GetCompilerErrors ( |
||
cr | ||
return | List |
public GetTreeItem ( string ico, object tag, string header, string ttHeader, string ttBody ) : System.Windows.Controls.TreeViewItem | ||
ico | string | |
tag | object | |
header | string | |
ttHeader | string | |
ttBody | string | |
return | System.Windows.Controls.TreeViewItem |