reflector Questions
2
Possible Duplicate:
Something Better than .NET Reflector?
Possible Duplicate:
Open Source Alternatives to Reflector?
I don't consider this to be a duplicate, as the contact of ...
Cervix asked 2/2, 2011 at 15:32
4
Solved
I have a .exe app which I want to understand better - I can see it in reflector
Is there any way to get reflector to create a VS project with the code so I can view it properly in Visual Studio?
...
4
Solved
the comments are not XML comments, just normal comments
5
Solved
i like to get code from c++ dll ,i know we easily get from .Net dll by reflector. Is there any method available in c++ for this?
Thanks In Advance
3
Solved
When you first start .NET Reflector, it'll ask you what framework's base assemblies it should load. I often switch from framework to framework and wondered how I could have it popup that question e...
2
Solved
I am working with a third-party framework, and the code is pretty bad, and I'm getting exceptions that I can't figure out. I was able to decompile using .NET Reflector, and now I'm trying to debug ...
4
I'm trying to decompile a library but when I click on a class name or a method name, the implementation code is empty.
For example:
public bool MethodOne(string str)
{
// nothing
}
What could ...
3
Solved
So, this question was just asked on SO:
How to handle an "infinite" IEnumerable?
My sample code:
public static void Main(string[] args)
{
foreach (var item in Numbers().Take(10))
Con...
Haggadist asked 29/4, 2010 at 19:14
7
Solved
It seems like you could use a mashup of Relector and a Debugger to be able to debug any .NET app WITHOUT having the source code at all. Is this possible? Has anyone seen this before?
13
Solved
One if the first things I learned when I started with C# was the most important one. You can decompile any .NET assembly with Reflector or other tools. Many developers are not aware of this fact an...
Tours asked 19/3, 2010 at 14:56
3
Solved
It appears in C# you can not override the post decrement operator?
I was "reflectoring" and ran across some code that reflector translated to decimal.op_Decrement(x) and I was trying to figure ou...
3
Solved
We've got a .NET project at work, which we lost (human error). The person who wrote the code said she had three projects in the solution => one webform, one winform and one class library.
Now, we ...
Cutlor asked 25/8, 2009 at 4:6
6
Solved
I have a program, where the password to a database is set by a remote user. The program saves the username and password to an encrypted string in an xml file that otherwise should be human readable...
Falstaffian asked 16/7, 2009 at 19:42
4
Solved
My client has a compiled ASP.NET 2.0 application that was compiled & deployed a year ago. They also have 4 versions of source code projects/solutions not under source control (stored on p...
Danica asked 13/7, 2009 at 19:49
2
Solved
Using reflector I get the following output:
.method private hidebysig static class myModelTestarea.Foo Method() cil managed
{
.maxstack 1
.locals init ([0] class myModelTestarea.Foo CS$1$0000)
...
2
Solved
Is there a tool like Reflector for COM libraries? I would like to open a COM library and browse the classes and interfaces just like in Reflector. I would rather not install Visual Basic 6.0 in ord...
1
Solved
I downloaded Reflector.Net and it's an .Exe outside VS. I remember (last year) when I downloaded it, it was an Addin to VS. How can I make it back to an Addin?
Ninety asked 24/10, 2008 at 15:33
© 2022 - 2024 — McMap. All rights reserved.