1-10 of 26 < Previous Next >
Discussions for .NET Reflector Add-Ins
Latest post:
Today
9:19 AM
4 Posts
First post: JerryShea wrote: Hi Everyone, there's some great add-ins for Reflector such as Code Metrics and Graph, that I'd like to access from the command line as part of a build i.e. I'd like to kick off generation...
Latest post: TravisLuo wrote: Now, I want to run FileDisassembler using command line, how to know which parameters for this? Thanks Travis
Jump to: First Post    |Latest Post
Latest post:
Apr 17
4:55 AM
1 Post
First post: victorious_vic2r wrote: I just downloaded and installed .Net Reflector but I cannot view Class Documentation. Under the view in menu, no button for documentation. How can i view?
Jump to: First Post
Latest post:
Apr 10
12:08 AM
1 Post
First post: marklio wrote: THis seems like a pretty basic question, but I can't seem to figure it out. What is the purpose of IMethodDeclaration.Overrides? I'm not seeing it populated ever. What is the best way ...
Jump to: First Post
Latest post:
Mar 27
12:06 AM
2 Posts
First post: kwende wrote: I would like to know if there is a way to generate a visual method call graph using Reflector or some add-on; this would be really helpful for understanding a particular code base I have....
Latest post: nleghari wrote: I started doing this here 1 and the follow up 2 but stopped as it is sometime not possible to guarantee a correct tree for virtual methods. See Jonathan's comment on the first post. I was...
Jump to: First Post    |Latest Post
Latest post:
Mar 3
3:36 AM
2 Posts
First post: asaxena11 wrote: How is codeSize calculated?
Latest post: lutzroeder wrote: Add the size of all IL bodies in a class.
Jump to: First Post    |Latest Post
Latest post:
Jan 23
1:53 PM
4 Posts
First post: prash wrote: Hi, I downloaded the "Auto Diagrammer" assembly from Code-Project site, added it as an addin to reflector but on clicking Tools->Auto Diagrammer new windows shows up but it says.. "wait...
Latest post: hchou wrote: Thank you, rp. That solves my problem.
Jump to: First Post    |Latest Post
Latest post:
Jan 4
5:47 AM
4 Posts
First post: nkmt wrote: Delphi and powershell Add-in for Reflector. But python Add-in is not. Doxygen's result. (power shell Add-in) PowerShellLanguage: Reflector::CodeModel::Visitor Class Reference virtual v...
Latest post: lutzroeder wrote: > self.ChangeStyle(0, false0, false2, true0, false) > IExpressionCollection's IndexOf method bug? You are calling "VisitExpression(arg);" inside foreach which is probably writing the arg...
Jump to: First Post    |Latest Post
Latest post:
Dec 1 2007
4 Posts
First post: davidwilcock wrote: Hi, I would like to be able to open reflector (or switch to an active instance if there is one) and navigate to a type / member programmatically. This is to integrate reflector with a tex...
Latest post: lutzroeder wrote: You can pass either a "code://" identifier or an XML documentation key. Code Identifier: http://www.codeplex.com/reflectoraddins/SourceControl/FileView.aspx?itemId=19998&changeSetId=7860...
Jump to: First Post    |Latest Post
Latest post:
Nov 29 2007
2 Posts
First post: fatihtolga wrote: Hi, I want to make a find/replace add-in for Reflector. While the Reflector is disassembling a class or a method, I want it to look up my token name list. For example, my token list incl...
Latest post: MichaelDotNet wrote: Bump for great justice. I'd like to do something similar but have been unable to find a way to effect the main tree node display at all... {quote} fatihtolga wrote: Hi, I want to mak...
Jump to: First Post    |Latest Post
Latest post:
Nov 27 2007
4 Posts
First post: neuralsea wrote: I'm writing an addin for reflector that spits out everything that a PDB file has to offer. I know that reflector is not meant for this but is there anyway of overriding the error icon and...
Latest post: lutzroeder wrote: You can try and convert the PDB information into existing code model primitives, scenarios beyond that are not really supported.
Jump to: First Post    |Latest Post

Configure View

Sorted by Latest post
Search
Filter
(by tag)
All tags
1-10 of 26 < Previous 1 2 3 Next >
Updating...