reflector
.Net Reflector Font Error
I have started to use .Net reflector, but the problem is that whenever i try开发者_开发知识库 to run Reflector.exe it shows the error that :\".Net Reflector has thrown an exception. Font courior New d[详细]
2023-03-05 19:27 分类:问答.net disassembler tool like reflector [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Open Source Alternatives to Reflector?[详细]
2023-02-27 00:39 分类:问答online reflector without install
I am looking for a refelector to see the cod开发者_如何学Goe inside dll, I have a restriction that I can not install the software in the system. Is there any reflector exists which is either online or[详细]
2023-02-22 04:44 分类:问答How to read the .NET reflector --- for MemberShipProvider
I am implementing the MembershipProvider. So I want to refer to the implementation of sqlMemberShipProvider by Microsoft in .NET reflector and find an interesting thing:[详细]
2023-02-22 03:03 分类:问答C# reflection and finding all references
Given a DLL file, I\'d like to be able to find all the calls to a method within that DLL file. How can I do this?[详细]
2023-02-21 00:50 分类:问答What is $ArrayType$16008 in >net Reflector?
I\'m reflecting a c# dll and I see an internal static readonly $ArrayType$16008 can someone tell me what this?[详细]
2023-02-20 07:15 分类:问答Stepping into the source of a dll being called through reflection
I am trying to call a .dll\'s method via reflection, but am getting a TargetInvocationException.The scenario works like this: I have a dll called Labor.dll. It holds several files, among them Demand.c[详细]
2023-02-19 11:16 分类:问答What is the purpose of the public "value__" field that I can see in Reflector against my enum?
I am looking at an enum I created in Reflector and there is a public integer field called \"value__\".[详细]
2023-02-14 23:40 分类:问答Reflector will not be free anymore. Any alternatives? [duplicate]
This question already has a开发者_开发问答nswers here: Closed 11 years ago. Possible Duplicate: Open Source Alternatives to Reflector?[详细]
2023-02-13 03:34 分类:问答Decompile Class that have resource file
I\'ve been decompiled an aplication exe to learn about how they handle command. But I do not know exactly what type of the following file.because the file is inherit from superclass that inherit from[详细]
2023-02-11 18:40 分类:问答