实例介绍
反编译或查看 Dll 内容的源代码工程 最近在研究一个PDF生成图片的例子时,需要查询第三方DLL的内容,好去掉加上去的水印,如是在网上找了一下工具,再加上自己整理,就有了这个源码工程,工程是在VS 2010 环境下编译的。下载后直接打开工程生成就可以了。
【实例截图】
【核心代码】
4744302543376590554.rar
├── Reflector
│ ├── Application
│ │ └── UserInterface
│ │ ├── DataTemplates
│ │ │ └── TabModelDataTemplate.xaml
│ │ └── Styles
│ │ ├── HoverablePressableButtonStyle.xaml
│ │ ├── MiniControlButtonStyle.xaml
│ │ ├── TabButtonStyle.xaml
│ │ ├── TabCloseButtonStyle.xaml
│ │ ├── TabHostComboBoxStyle.xaml
│ │ ├── TabHostPanelStyle.xaml
│ │ ├── TabListDropDownButtonStyle.xaml
│ │ ├── TabScrollLeftButtonStyle.xaml
│ │ └── TabScrollRightButtonStyle.xaml
│ ├── App.xaml
│ ├── AssemblyInfo.cs
│ ├── CodeModel
│ │ ├── Assembly
│ │ │ └── ElementType.cs
│ │ ├── AssemblyEventArgs.cs
│ │ ├── AssemblyType.cs
│ │ ├── BinaryOperator.cs
│ │ ├── ExceptionHandlerType.cs
│ │ ├── FieldVisibility.cs
│ │ ├── GenericParameterVariance.cs
│ │ ├── HashAlgorithm.cs
│ │ ├── IAddressDereferenceExpression.cs
│ │ ├── IAddressOfExpression.cs
│ │ ├── IAddressOutExpression.cs
│ │ ├── IAddressReferenceExpression.cs
│ │ ├── IAnonymousMethodExpression.cs
│ │ ├── IArgumentListExpression.cs
│ │ ├── IArgumentReferenceExpression.cs
│ │ ├── IArrayCreateExpression.cs
│ │ ├── IArrayDimensionCollection.cs
│ │ ├── IArrayDimension.cs
│ │ ├── IArrayIndexerExpression.cs
│ │ ├── IArrayType.cs
│ │ ├── IAssemblyCache.cs
│ │ ├── IAssemblyCollection.cs
│ │ ├── IAssemblyComparer.cs
│ │ ├── IAssembly.cs
│ │ ├── IAssemblyLocationCollection.cs
│ │ ├── IAssemblyLocation.cs
│ │ ├── IAssemblyManager2.cs
│ │ ├── IAssemblyManager.cs
│ │ ├── IAssemblyReferenceCollection.cs
│ │ ├── IAssemblyReference.cs
│ │ ├── IAssemblyResolver.cs
│ │ ├── IAssignExpression.cs
│ │ ├── IAttachEventStatement.cs
│ │ ├── IBaseReferenceExpression.cs
│ │ ├── IBinaryExpression.cs
│ │ ├── IBlockExpression.cs
│ │ ├── IBlockStatement.cs
│ │ ├── IBreakStatement.cs
│ │ ├── ICanCastExpression.cs
│ │ ├── ICastExpression.cs
│ │ ├── ICatchClauseCollection.cs
│ │ ├── ICatchClause.cs
│ │ ├── IComment.cs
│ │ ├── ICommentStatement.cs
│ │ ├── IConditionCase.cs
│ │ ├── IConditionExpression.cs
│ │ ├── IConditionStatement.cs
│ │ ├── IConstructorDeclaration.cs
│ │ ├── IContinueStatement.cs
│ │ ├── ICustomAttributeCollection.cs
│ │ ├── ICustomAttribute.cs
│ │ ├── ICustomAttributeProvider.cs
│ │ ├── IDebugBreakStatement.cs
│ │ ├── IDefaultCase.cs
│ │ ├── IDefaultConstructorConstraint.cs
│ │ ├── IDelegateCreateExpression.cs
│ │ ├── IDelegateInvokeExpression.cs
│ │ ├── IDocumentationProvider.cs
│ │ ├── IDoStatement.cs
│ │ ├── IDynamicBinaryExpression.cs
│ │ ├── IDynamicMethodReferenceExpression.cs
│ │ ├── IDynamicPropertyIndexerExpression.cs
│ │ ├── IDynamicPropertyReferenceExpression.cs
│ │ ├── IDynamicUnaryExpression.cs
│ │ ├── IDynamicVariableDeclaration.cs
│ │ ├── IElidedOffsetInfo.cs
│ │ ├── IEmbeddedResource.cs
│ │ ├── IEventDeclarationCollection.cs
│ │ ├── IEventDeclaration.cs
│ │ ├── IEventReference.cs
│ │ ├── IEventReferenceExpression.cs
│ │ ├── IExceptionHandlerCollection.cs
│ │ ├── IExceptionHandler.cs
│ │ ├── IExpressionCollection.cs
│ │ ├── IExpression.cs
│ │ ├── IExpressionStatement.cs
│ │ ├── IFieldDeclarationCollection.cs
│ │ ├── IFieldDeclaration.cs
│ │ ├── IFieldOfExpression.cs
│ │ ├── IFieldReference.cs
│ │ ├── IFieldReferenceExpression.cs
│ │ ├── IFileResource.cs
│ │ ├── IFixedStatement.cs
│ │ ├── IForEachStatement.cs
│ │ ├── IFormatter.cs
│ │ ├── IForStatement.cs
│ │ ├── IFromClause.cs
│ │ ├── IFunctionPointer.cs
│ │ ├── IGenericArgument.cs
│ │ ├── IGenericArgumentProvider.cs
│ │ ├── IGenericDefaultExpression.cs
│ │ ├── IGenericParameter.cs
│ │ ├── IGotoStatement.cs
│ │ ├── IGroupOperation.cs
│ │ ├── IHasIlOffset.cs
│ │ ├── IInstructionCollection.cs
│ │ ├── IInstruction.cs
│ │ ├── IJoinClause.cs
│ │ ├── ILabeledStatement.cs
│ │ ├── ILambdaExpression.cs
│ │ ├── ILanguage.cs
│ │ ├── ILanguageWriterConfiguration.cs
│ │ ├── ILanguageWriter.cs
│ │ ├── ILanguageWriterDelegateConfiguration.cs
│ │ ├── ILanguageWriterDelegate.cs
│ │ ├── ILanguageWriterTranslatorConfiguration.cs
│ │ ├── ILetClause.cs
│ │ ├── ILiteralExpression.cs
│ │ ├── ILockStatement.cs
│ │ ├── IMemberDeclaration.cs
│ │ ├── IMemberInitializerExpression.cs
│ │ ├── IMemberReference.cs
│ │ ├── IMemoryCopyStatement.cs
│ │ ├── IMemoryInitializeStatement.cs
│ │ ├── IMetadataItem.cs
│ │ ├── IMethodBody.cs
│ │ ├── IMethodDeclarationCollection.cs
│ │ ├── IMethodDeclaration.cs
│ │ ├── IMethodInvokeExpression.cs
│ │ ├── IMethodIsIterator.cs
│ │ ├── IMethodOfExpression.cs
│ │ ├── IMethodReferenceCollection.cs
│ │ ├── IMethodReference.cs
│ │ ├── IMethodReferenceExpression.cs
│ │ ├── IMethodReturnStatement.cs
│ │ ├── IMethodReturnType.cs
│ │ ├── IMethodSignature.cs
│ │ ├── IMethodYieldBreakStatement.cs
│ │ ├── IMethodYieldReturnStatement.cs
│ │ ├── IModule2.cs
│ │ ├── IModuleCollection.cs
│ │ ├── IModule.cs
│ │ ├── IModuleReferenceCollection.cs
│ │ ├── IModuleReference.cs
│ │ ├── INamespaceCollection.cs
│ │ ├── INamespace.cs
│ │ ├── INullCoalescingExpression.cs
│ │ ├── IObjectCreateExpression.cs
│ │ ├── IOptionalModifier.cs
│ │ ├── IOrderClause.cs
│ │ ├── IParameterDeclarationCollection.cs
│ │ ├── IParameterDeclaration.cs
│ │ ├── IParameterReference.cs
│ │ ├── IPointerType.cs
│ │ ├── IPropertyDeclarationCollection.cs
│ │ ├── IPropertyDeclaration.cs
│ │ ├── IPropertyIndexerExpression.cs
│ │ ├── IPropertyReference.cs
│ │ ├── IPropertyReferenceExpression.cs
│ │ ├── IProxyMethod.cs
│ │ ├── IQueryBody.cs
│ │ ├── IQueryClauseCollection.cs
│ │ ├── IQueryClause.cs
│ │ ├── IQueryContinuation.cs
│ │ ├── IQueryExpression.cs
│ │ ├── IQueryOperation.cs
│ │ ├── IReferenceTypeConstraint.cs
│ │ ├── IReferenceType.cs
│ │ ├── IRemoveEventStatement.cs
│ │ ├── IRequiredModifier.cs
│ │ ├── IResourceCollection.cs
│ │ ├── IResource.cs
│ │ ├── ISelectOperation.cs
│ │ ├── ISizeOfExpression.cs
│ │ ├── ISnippetExpression.cs
│ │ ├── IStackAllocateExpression.cs
│ │ ├── IStatementCollection.cs
│ │ ├── IStatement.cs
│ │ ├── IStringCollection.cs
│ │ ├── ISwitchCaseCollection.cs
│ │ ├── ISwitchCase.cs
│ │ ├── ISwitchStatement.cs
│ │ ├── IThisReferenceExpression.cs
│ │ ├── IThrowExceptionStatement.cs
│ │ ├── ITryCastExpression.cs
│ │ ├── ITryCatchFinallyStatement.cs
│ │ ├── ITypeCollection.cs
│ │ ├── IType.cs
│ │ ├── ITypeDeclarationCollection2.cs
│ │ ├── ITypeDeclarationCollection.cs
│ │ ├── ITypeDeclaration.cs
│ │ ├── ITypedReferenceCreateExpression.cs
│ │ ├── ITypeOfExpression.cs
│ │ ├── ITypeOfTypedReferenceExpression.cs
│ │ ├── ITypeReferenceCollection.cs
│ │ ├── ITypeReference.cs
│ │ ├── ITypeReferenceExpression.cs
│ │ ├── IUnaryExpression.cs
│ │ ├── IUnmanagedResourceCollection.cs
│ │ ├── IUnmanagedResource.cs
│ │ ├── IUsingStatement.cs
│ │ ├── IValueOfTypedReferenceExpression.cs
│ │ ├── IValueTypeConstraint.cs
│ │ ├── IVariableDeclarationCollection.cs
│ │ ├── IVariableDeclaration.cs
│ │ ├── IVariableDeclarationExpression.cs
│ │ ├── IVariableReference.cs
│ │ ├── IVariableReferenceExpression.cs
│ │ ├── IVisibilityConfiguration.cs
│ │ ├── IWhereClause.cs
│ │ ├── IWhileStatement.cs
│ │ ├── Memory
│ │ │ ├── AddressDereferenceExpression.cs
│ │ │ ├── AddressOfExpression.cs
│ │ │ ├── AddressOutExpression.cs
│ │ │ ├── AddressReferenceExpression.cs
│ │ │ ├── AnonymousMethodExpression.cs
│ │ │ ├── ArgumentListExpression.cs
│ │ │ ├── ArgumentReferenceExpression.cs
│ │ │ ├── ArrayCreateExpression.cs
│ │ │ ├── ArrayDimensionCollection.cs
│ │ │ ├── ArrayDimension.cs
│ │ │ ├── ArrayIndexerExpression.cs
│ │ │ ├── ArrayType.cs
│ │ │ ├── AssemblyCollection.cs
│ │ │ ├── Assembly.cs
│ │ │ ├── AssemblyReferenceCollection.cs
│ │ │ ├── AssemblyReference.cs
│ │ │ ├── AssignExpression.cs
│ │ │ ├── AttachEventStatement.cs
│ │ │ ├── BaseReferenceExpression.cs
│ │ │ ├── BinaryExpression.cs
│ │ │ ├── BlockExpression.cs
│ │ │ ├── BlockStatement.cs
│ │ │ ├── BreakStatement.cs
│ │ │ ├── CanCastExpression.cs
│ │ │ ├── CastExpression.cs
│ │ │ ├── CatchClauseCollection.cs
│ │ │ ├── CatchClause.cs
│ │ │ ├── Comment.cs
│ │ │ ├── CommentStatement.cs
│ │ │ ├── ConditionCase.cs
│ │ │ ├── ConditionExpression.cs
│ │ │ ├── ConditionStatement.cs
│ │ │ ├── ConstructorDeclaration.cs
│ │ │ ├── ContinueStatement.cs
│ │ │ ├── CustomAttributeCollection.cs
│ │ │ ├── CustomAttribute.cs
│ │ │ ├── DebugBreakStatement.cs
│ │ │ ├── DefaultCase.cs
│ │ │ ├── DefaultConstructorConstraint.cs
│ │ │ ├── DelegateCreateExpression.cs
│ │ │ ├── DelegateInvokeExpression.cs
│ │ │ ├── DoStatement.cs
│ │ │ ├── DynamicBinaryExpression.cs
│ │ │ ├── DynamicMethodReferenceExpression.cs
│ │ │ ├── DynamicPropertyIndexerExpression.cs
│ │ │ ├── DynamicPropertyReferenceExpression.cs
│ │ │ ├── DynamicUnaryExpression.cs
│ │ │ ├── EmbeddedResource.cs
│ │ │ ├── EventDeclarationCollection.cs
│ │ │ ├── EventDeclaration.cs
│ │ │ ├── EventReferenceExpression.cs
│ │ │ ├── ExceptionHandlerCollection.cs
│ │ │ ├── ExceptionHandler.cs
│ │ │ ├── ExpressionCollection.cs
│ │ │ ├── Expression.cs
│ │ │ ├── ExpressionStatement.cs
│ │ │ ├── FieldDeclarationCollection.cs
│ │ │ ├── FieldDeclaration.cs
│ │ │ ├── FieldOfExpression.cs
│ │ │ ├── FieldReference.cs
│ │ │ ├── FieldReferenceExpression.cs
│ │ │ ├── FileResource.cs
│ │ │ ├── FixedStatement.cs
│ │ │ ├── ForEachStatement.cs
│ │ │ ├── ForStatement.cs
│ │ │ ├── FromClause.cs
│ │ │ ├── FunctionPointer.cs
│ │ │ ├── GenericArgument.cs
│ │ │ ├── GenericDefaultExpression.cs
│ │ │ ├── GenericParameter.cs
│ │ │ ├── GotoStatement.cs
│ │ │ ├── GroupOperation.cs
│ │ │ ├── InstructionCollection.cs
│ │ │ ├── Instruction.cs
│ │ │ ├── JoinClause.cs
│ │ │ ├── LabeledStatement.cs
│ │ │ ├── LambdaExpression.cs
│ │ │ ├── LetClause.cs
│ │ │ ├── LiteralExpression.cs
│ │ │ ├── LockStatement.cs
│ │ │ ├── MemberInitializerExpression.cs
│ │ │ ├── MemoryCopyStatement.cs
│ │ │ ├── MemoryInitializeStatement.cs
│ │ │ ├── MethodBody.cs
│ │ │ ├── MethodDeclarationCollection.cs
│ │ │ ├── MethodDeclaration.cs
│ │ │ ├── MethodInstanceDeclaration.cs
│ │ │ ├── MethodInstanceReference.cs
│ │ │ ├── MethodInvokeExpression.cs
│ │ │ ├── MethodOfExpression.cs
│ │ │ ├── MethodReferenceCollection.cs
│ │ │ ├── MethodReference.cs
│ │ │ ├── MethodReferenceExpression.cs
│ │ │ ├── MethodReturnStatement.cs
│ │ │ ├── MethodReturnType.cs
│ │ │ ├── ModuleCollection.cs
│ │ │ ├── Module.cs
│ │ │ ├── ModuleReferenceCollection.cs
│ │ │ ├── ModuleReference.cs
│ │ │ ├── Namespace.cs
│ │ │ ├── NullCoalescingExpression.cs
│ │ │ ├── ObjectCreateExpression.cs
│ │ │ ├── OptionalModifier.cs
│ │ │ ├── OrderClause.cs
│ │ │ ├── ParameterDeclarationCollection.cs
│ │ │ ├── ParameterDeclaration.cs
│ │ │ ├── PointerType.cs
│ │ │ ├── PropertyDeclarationCollection.cs
│ │ │ ├── PropertyDeclaration.cs
│ │ │ ├── PropertyIndexerExpression.cs
│ │ │ ├── PropertyReference.cs
│ │ │ ├── PropertyReferenceExpression.cs
│ │ │ ├── QueryBody.cs
│ │ │ ├── QueryClauseCollection.cs
│ │ │ ├── QueryContinuation.cs
│ │ │ ├── QueryExpression.cs
│ │ │ ├── ReferenceTypeConstraint.cs
│ │ │ ├── ReferenceType.cs
│ │ │ ├── RemoveEventStatement.cs
│ │ │ ├── RequiredModifier.cs
│ │ │ ├── ResourceCollection.cs
│ │ │ ├── SelectOperation.cs
│ │ │ ├── SizeOfExpression.cs
│ │ │ ├── SnippetExpression.cs
│ │ │ ├── StackAllocateExpression.cs
│ │ │ ├── StatementCollection.cs
│ │ │ ├── Statement.cs
│ │ │ ├── SwitchCaseCollection.cs
│ │ │ ├── SwitchStatement.cs
│ │ │ ├── ThisReferenceExpression.cs
│ │ │ ├── ThrowExceptionStatement.cs
│ │ │ ├── TryCastExpression.cs
│ │ │ ├── TryCatchFinallyStatement.cs
│ │ │ ├── TypeCollection.cs
│ │ │ ├── TypeDeclarationCollection.cs
│ │ │ ├── TypeDeclaration.cs
│ │ │ ├── TypedReferenceCreateExpression.cs
│ │ │ ├── TypeInstanceDeclaration.cs
│ │ │ ├── TypeInstanceReference.cs
│ │ │ ├── TypeOfExpression.cs
│ │ │ ├── TypeOfTypedReferenceExpression.cs
│ │ │ ├── TypeReferenceCollection.cs
│ │ │ ├── TypeReference.cs
│ │ │ ├── TypeReferenceExpression.cs
│ │ │ ├── UnaryExpression.cs
│ │ │ ├── UnmanagedResourceCollection.cs
│ │ │ ├── UnmanagedResource.cs
│ │ │ ├── UsingStatement.cs
│ │ │ ├── ValueOfTypedReferenceExpression.cs
│ │ │ ├── ValueTypeConstraint.cs
│ │ │ ├── VariableDeclarationCollection.cs
│ │ │ ├── VariableDeclaration.cs
│ │ │ ├── VariableDeclarationExpression.cs
│ │ │ ├── VariableReference.cs
│ │ │ ├── VariableReferenceExpression.cs
│ │ │ ├── WhereClause.cs
│ │ │ └── WhileStatement.cs
│ │ ├── MethodCallingConvention.cs
│ │ ├── MethodVisibility.cs
│ │ ├── OffsetConstants.cs
│ │ ├── OrderDirection.cs
│ │ ├── ResourceVisibility.cs
│ │ ├── TypeVisibility.cs
│ │ └── UnaryOperator.cs
│ ├── Images
│ │ ├── backbutton_default.png
│ │ ├── backbutton_hover.png
│ │ ├── forwardbutton_default.png
│ │ ├── forwardbutton_hover.png
│ │ ├── scrollleftbutton_default.png
│ │ ├── scrollleftbutton_hover.png
│ │ ├── scrollrightbutton_default.png
│ │ ├── scrollrightbutton_hover.png
│ │ ├── selectedtabclosebutton_default.png
│ │ ├── tabclosebutton_default.png
│ │ ├── tabclosebutton_hover.png
│ │ ├── tabdropdownbutton_default.png
│ │ └── tabdropdownbutton_hover.png
│ ├── Ionic
│ │ └── Zip
│ │ ├── BadCrcException.cs
│ │ ├── BadPasswordException.cs
│ │ ├── BadReadException.cs
│ │ ├── BadStateException.cs
│ │ ├── Resources
│ │ │ ├── CommandLineSelfExtractorStub.cs
│ │ │ ├── FolderBrowserDialogEx.cs
│ │ │ ├── PasswordDialog.cs
│ │ │ ├── WinFormsSelfExtractorStub.cs
│ │ │ ├── ZipContentsDialog.cs
│ │ │ └── zippedFile.ico
│ │ └── ZipException.cs
│ ├── RedGate.Reflector.Tools.Frank.txt
│ ├── Reflector
│ │ ├── AddinInstallation
│ │ │ └── VisualStudioVersion.cs
│ │ ├── Application
│ │ │ ├── Application.ico
│ │ │ ├── Application.png
│ │ │ ├── Browser
│ │ │ │ ├── AssemblyBrowserItem.cs
│ │ │ │ ├── AssemblyItem.cs
│ │ │ │ └── AssemblyTreeView.cs
│ │ │ ├── ICommandTarget.cs
│ │ │ ├── UserInterface
│ │ │ │ ├── about_48.png
│ │ │ │ ├── about.png
│ │ │ │ ├── ComponentModel
│ │ │ │ │ ├── VetoableRoutedEventArgs.cs
│ │ │ │ │ └── VetoableRoutedEventHandler.cs
│ │ │ │ ├── CustomControls
│ │ │ │ │ ├── ColorFadeValueConverter.cs
│ │ │ │ │ ├── HoverablePressableButton.cs
│ │ │ │ │ ├── ITabHostModel.cs
│ │ │ │ │ ├── ITabModel.cs
│ │ │ │ │ ├── ITabPersistenceManager.cs
│ │ │ │ │ ├── ITabToolTipProvider.cs
│ │ │ │ │ ├── MiniControlButton.cs
│ │ │ │ │ ├── TabButton.cs
│ │ │ │ │ ├── TabHostPanel.cs
│ │ │ │ │ ├── TabHostViewModel.cs
│ │ │ │ │ ├── TabHostViewModelEventArgs.cs
│ │ │ │ │ ├── TabPersistenceManagerEvent.cs
│ │ │ │ │ └── ViewModel
│ │ │ │ │ ├── AbstractTabModel.cs
│ │ │ │ │ ├── DefaultTabHostModel.cs
│ │ │ │ │ └── DefaultTabModel.cs
│ │ │ │ ├── error.png
│ │ │ │ ├── History
│ │ │ │ │ ├── HistoryEventFlags.cs
│ │ │ │ │ └── IHistory.cs
│ │ │ │ ├── MessagePanel.cs
│ │ │ │ ├── MessagePanel.resx
│ │ │ │ └── ok.png
│ │ │ └── Util
│ │ │ └── NonBoSTimer.cs
│ │ ├── Commands
│ │ │ ├── AssemblyCommandItem.cs
│ │ │ ├── AssemblyListImportExport.cs
│ │ │ ├── BitFlagConverter.cs
│ │ │ ├── BookmarksMenu.cs
│ │ │ ├── CloseAllWindows.cs
│ │ │ ├── CodePlexAddinSiteLink.cs
│ │ │ ├── CollapseAll.cs
│ │ │ ├── CommandItem.cs
│ │ │ ├── ConvertToResx.cs
│ │ │ ├── CopyAs.cs
│ │ │ ├── CopyPath.cs
│ │ │ ├── CreateBindingRedirect.cs
│ │ │ ├── DisassemblerTextSize.cs
│ │ │ ├── EmailCode.cs
│ │ │ ├── EnumViewer.cs
│ │ │ ├── ExportAnalyzerTree.cs
│ │ │ ├── ForumLink.cs
│ │ │ ├── OpenAsResxInVS2005.cs
│ │ │ ├── OpenAsResxInVS2008.cs
│ │ │ ├── OpenAsResxInVS2010.cs
│ │ │ ├── OpenCommandItem.cs
│ │ │ ├── OpenExeCommand.cs
│ │ │ ├── OpenILDasm.cs
│ │ │ ├── OpenVS2005CommandPrompt.cs
│ │ │ ├── OpenVS2008CommandPrompt.cs
│ │ │ ├── OpenVS2010CommandPrompt.cs
│ │ │ ├── OpenWindowsExplorer.cs
│ │ │ ├── OpenWithCommand.cs
│ │ │ ├── OpenWithPaint.cs
│ │ │ ├── OpenWithReflector.cs
│ │ │ ├── OpenXamlInNotepad.cs
│ │ │ ├── OpenXamlInVS2010.cs
│ │ │ ├── OpenXamlWithCommand.cs
│ │ │ ├── OpenZip.cs
│ │ │ ├── QueryEditor.cs
│ │ │ ├── ReferencedBy.cs
│ │ │ ├── Reorder.cs
│ │ │ ├── StackoverflowTagLink.cs
│ │ │ └── ToggleAssemblyBrowser.cs
│ │ ├── CommandWindows
│ │ │ ├── c00035d.cs
│ │ │ ├── c00035e.cs
│ │ │ ├── c00035f.cs
│ │ │ ├── c000360.cs
│ │ │ ├── c000378.cs
│ │ │ ├── FrmAddExternalApplication.cs
│ │ │ ├── FrmAddExternalApplication.resx
│ │ │ ├── FrmBitFlagConverter.cs
│ │ │ ├── FrmBitFlagConverter.resx
│ │ │ ├── FrmImpExp.cs
│ │ │ ├── FrmImpExp.resx
│ │ │ ├── FrmOpenQuery.cs
│ │ │ ├── FrmOpenQuery.resx
│ │ │ ├── FrmOpenWith.cs
│ │ │ ├── FrmOpenWith.resx
│ │ │ ├── FrmOpenZippedAssembly.cs
│ │ │ ├── FrmOpenZippedAssembly.resx
│ │ │ ├── FrmQuery.cs
│ │ │ ├── FrmQuery.resx
│ │ │ ├── FrmSaveQuery.cs
│ │ │ ├── FrmSaveQuery.resx
│ │ │ ├── FrmVersion.cs
│ │ │ ├── FrmVersion.resx
│ │ │ ├── i00035b.cs
│ │ │ └── RefByListView.cs
│ │ ├── Common
│ │ │ ├── App.cs
│ │ │ ├── ApplicationManager.cs
│ │ │ ├── AssemblyTreeViewActiveItemChangedEventArgs.cs
│ │ │ ├── CodeIdentifier.cs
│ │ │ ├── IAssemblyBrowser.cs
│ │ │ ├── ICloseable.cs
│ │ │ ├── ICommandBarButton.cs
│ │ │ ├── ICommandBarCheckBox.cs
│ │ │ ├── ICommandBarCollection.cs
│ │ │ ├── ICommandBarComboBox.cs
│ │ │ ├── ICommandBarControl.cs
│ │ │ ├── ICommandBar.cs
│ │ │ ├── ICommandBarItemCollection.cs
│ │ │ ├── ICommandBarItem.cs
│ │ │ ├── ICommandBarManager.cs
│ │ │ ├── ICommandBarMenu.cs
│ │ │ ├── ICommandBarSeparator.cs
│ │ │ ├── IConfiguration.cs
│ │ │ ├── IConfigurationManager.cs
│ │ │ ├── IControlCollection.cs
│ │ │ ├── ILanguageManager.cs
│ │ │ ├── INotifyPropertyChanged.cs
│ │ │ ├── IPackage.cs
│ │ │ ├── IPropertyPageCollection.cs
│ │ │ ├── IPropertyPage.cs
│ │ │ ├── IPropertyPageManager.cs
│ │ │ ├── IStatusBar.cs
│ │ │ ├── ITranslator.cs
│ │ │ ├── ITranslatorManager.cs
│ │ │ ├── IWindowCollection.cs
│ │ │ ├── IWindow.cs
│ │ │ ├── IWindowManager.cs
│ │ │ ├── StandardCommands.cs
│ │ │ ├── StandardContextMenus.cs
│ │ │ ├── StandardMenus.cs
│ │ │ └── StandardWindows.cs
│ │ ├── Languages
│ │ │ ├── c000452.cs
│ │ │ ├── Cpp.cs
│ │ │ ├── CSharp.cs
│ │ │ ├── Delphi.cs
│ │ │ ├── FSharp.cs
│ │ │ ├── FSharpWriter.cs
│ │ │ ├── ILLanguage.cs
│ │ │ ├── LanguageWriterDelegate.cs
│ │ │ ├── LanguageWriterDelegateWrap.cs
│ │ │ ├── OperatorPriority.cs
│ │ │ ├── Oxygene.cs
│ │ │ ├── PlatForm.cs
│ │ │ └── VB.cs
│ │ ├── NS003
│ │ │ ├── AM.cs
│ │ │ ├── AR.cs
│ │ │ ├── c00074a.cs
│ │ │ ├── enum000139.cs
│ │ │ └── MR.cs
│ │ ├── NS013
│ │ │ └── XTrace.cs
│ │ ├── NS032
│ │ │ ├── c000166.cs
│ │ │ ├── c000167.cs
│ │ │ ├── c00016d.cs
│ │ │ ├── c00016e.cs
│ │ │ ├── c000170.cs
│ │ │ ├── c000172.cs
│ │ │ ├── c000173.cs
│ │ │ ├── c000174.cs
│ │ │ ├── c000175.cs
│ │ │ ├── c000178.cs
│ │ │ ├── enum000164.cs
│ │ │ ├── enum000165.cs
│ │ │ ├── enum00016f.cs
│ │ │ ├── enum000171.cs
│ │ │ ├── enum000176.cs
│ │ │ ├── enum000177.cs
│ │ │ └── enum000179.cs
│ │ ├── NS033
│ │ │ ├── c00017b.cs
│ │ │ ├── c00017c.cs
│ │ │ ├── c00017d.cs
│ │ │ ├── c00017e.cs
│ │ │ ├── c000182.cs
│ │ │ ├── c000183.cs
│ │ │ ├── c000184.cs
│ │ │ ├── c000185.cs
│ │ │ ├── c000186.cs
│ │ │ ├── c000187.cs
│ │ │ ├── c00018b.cs
│ │ │ ├── c00018c.cs
│ │ │ ├── c00018d.cs
│ │ │ ├── c00018e.cs
│ │ │ ├── c000190.cs
│ │ │ ├── c000191.cs
│ │ │ ├── enum00017f.cs
│ │ │ ├── enum000180.cs
│ │ │ ├── enum000181.cs
│ │ │ ├── enum000188.cs
│ │ │ ├── enum000189.cs
│ │ │ ├── enum00018a.cs
│ │ │ └── enum00018f.cs
│ │ ├── NS040
│ │ │ ├── ASM_CACHE_FLAGS.cs
│ │ │ ├── c00022a.cs
│ │ │ ├── c00023c.cs
│ │ │ ├── c00023d.cs
│ │ │ ├── c00023e.cs
│ │ │ ├── c00023f.cs
│ │ │ ├── c000240.cs
│ │ │ ├── c000241.cs
│ │ │ ├── c000242.cs
│ │ │ ├── c000244.cs
│ │ │ ├── c000246.cs
│ │ │ ├── c000248.cs
│ │ │ ├── enum000232.cs
│ │ │ ├── enum000245.cs
│ │ │ ├── GACBuilder.cs
│ │ │ ├── IAssemblyEnum.cs
│ │ │ ├── IAssemblyName.cs
│ │ │ ├── IGACAssemblyCache.cs
│ │ │ ├── IResolver.cs
│ │ │ ├── ProcessorArchitecture.cs
│ │ │ ├── Resolver.cs
│ │ │ ├── struct00022f.cs
│ │ │ └── struct000230.cs
│ │ ├── NS041
│ │ │ ├── c00024a.cs
│ │ │ ├── c00024c.cs
│ │ │ ├── FileChecker.cs
│ │ │ ├── i000249.cs
│ │ │ └── VSConnector.cs
│ │ ├── NS042
│ │ │ ├── AssemblyPackage.cs
│ │ │ ├── c00027f.cs
│ │ │ ├── c00028d.cs
│ │ │ ├── c00028e.cs
│ │ │ ├── c00028f.cs
│ │ │ ├── c000290.cs
│ │ │ ├── c000292.cs
│ │ │ ├── c000295.cs
│ │ │ ├── c000296.cs
│ │ │ ├── c0002d0.cs
│ │ │ ├── c0002d2.cs
│ │ │ ├── c0002f8.cs
│ │ │ ├── c0003fa.cs
│ │ │ ├── c0003fc.cs
│ │ │ ├── c0003fe.cs
│ │ │ ├── c000401.cs
│ │ │ ├── c000402.cs
│ │ │ ├── c000403.cs
│ │ │ ├── c00040a.cs
│ │ │ ├── c00042c.cs
│ │ │ ├── c00042f.cs
│ │ │ ├── c000430.cs
│ │ │ ├── c000458.cs
│ │ │ ├── c000463.cs
│ │ │ ├── c000464.cs
│ │ │ ├── c000465.cs
│ │ │ ├── c00046f.cs
│ │ │ ├── c000470.cs
│ │ │ ├── c000475.cs
│ │ │ ├── c000478.cs
│ │ │ ├── c00047d.cs
│ │ │ ├── c00047e.cs
│ │ │ ├── c00047f.cs
│ │ │ ├── c000481.cs
│ │ │ ├── c000488.cs
│ │ │ ├── c00048a.cs
│ │ │ ├── c00048b.cs
│ │ │ ├── c00048c.cs
│ │ │ ├── c0004d7.cs
│ │ │ ├── c0004d8.cs
│ │ │ ├── CommandBarManager.cs
│ │ │ ├── CommandSender.cs
│ │ │ ├── CommandTarget.cs
│ │ │ ├── delegate000471.cs
│ │ │ ├── ExportHelper.cs
│ │ │ ├── FrmAddIn2.cs
│ │ │ ├── FrmAddIn.cs
│ │ │ ├── i000277.cs
│ │ │ ├── i000291.cs
│ │ │ ├── i000293.cs
│ │ │ ├── i0003fb.cs
│ │ │ ├── IExport.cs
│ │ │ ├── IPlugin.cs
│ │ │ ├── IPluginManager.cs
│ │ │ ├── LanguageComboBox.cs
│ │ │ ├── LanguageManager.cs
│ │ │ ├── MessageFilter.cs
│ │ │ ├── PluginManager.cs
│ │ │ └── StringTable.cs
│ │ ├── NS044
│ │ │ ├── c000278.cs
│ │ │ ├── c00027c.cs
│ │ │ ├── c00027d.cs
│ │ │ └── FrmAnalyzer.cs
│ │ ├── NS045
│ │ │ ├── c000308.cs
│ │ │ ├── c0003c8.cs
│ │ │ ├── CommonImageList.cs
│ │ │ ├── i000299.cs
│ │ │ ├── i00029a.cs
│ │ │ ├── i0002d1.cs
│ │ │ ├── i000494.cs
│ │ │ └── i000498.cs
│ │ ├── NS046
│ │ │ ├── c00029b.cs
│ │ │ ├── c00029f.cs
│ │ │ ├── c0002a0.cs
│ │ │ ├── c0002a1.cs
│ │ │ ├── c0002a2.cs
│ │ │ ├── c0002a3.cs
│ │ │ ├── c0002a4.cs
│ │ │ ├── c0002a5.cs
│ │ │ ├── c0002a6.cs
│ │ │ ├── c0002a7.cs
│ │ │ ├── c0002a8.cs
│ │ │ ├── c0002a9.cs
│ │ │ ├── c0002aa.cs
│ │ │ ├── c0002ab.cs
│ │ │ ├── c0002ac.cs
│ │ │ ├── c0002ae.cs
│ │ │ ├── c0002af.cs
│ │ │ ├── c0002b0.cs
│ │ │ ├── c0002b1.cs
│ │ │ ├── c0002b2.cs
│ │ │ ├── c0002b3.cs
│ │ │ └── c0002b5.cs
│ │ ├── NS047
│ │ │ ├── c0002b6.cs
│ │ │ ├── c00040b.cs
│ │ │ ├── c000425.cs
│ │ │ ├── c000427.cs
│ │ │ ├── c000429.cs
│ │ │ ├── c00042b.cs
│ │ │ ├── delegate000428.cs
│ │ │ └── delegate00042a.cs
│ │ ├── NS049
│ │ │ ├── c0002bf.cs
│ │ │ ├── c0002c1.cs
│ │ │ ├── c0002c1.resx
│ │ │ ├── c0002c3.cs
│ │ │ ├── c0002c4.cs
│ │ │ ├── c0002c7.cs
│ │ │ ├── c0002c8.cs
│ │ │ ├── c0002c9.cs
│ │ │ ├── c0002c9.resx
│ │ │ ├── enum0002c0.cs
│ │ │ └── enum0002c5.cs
│ │ ├── NS051
│ │ │ ├── c0002ed.cs
│ │ │ ├── c0002ee.cs
│ │ │ ├── c0002f0.cs
│ │ │ ├── c0002f2.cs
│ │ │ ├── HistoryBase.cs
│ │ │ └── i0002ef.cs
│ │ ├── NS052
│ │ │ ├── c0002f7.cs
│ │ │ ├── c0002f9.cs
│ │ │ ├── c0002fb.cs
│ │ │ └── EventHelper.cs
│ │ ├── NS053
│ │ │ ├── c000306.cs
│ │ │ └── c000307.cs
│ │ ├── NS054
│ │ │ ├── c000310.cs
│ │ │ ├── c000315.cs
│ │ │ ├── c00031a.cs
│ │ │ ├── c00032c.cs
│ │ │ └── CommandBar.cs
│ │ ├── NS055
│ │ │ ├── c00032f.cs
│ │ │ ├── c0003c2.cs
│ │ │ ├── c0003c2.resx
│ │ │ └── MyPackage.cs
│ │ ├── NS059
│ │ │ ├── c000369.cs
│ │ │ ├── c000370.cs
│ │ │ └── c000374.cs
│ │ ├── NS060
│ │ │ ├── FileChecker.cs
│ │ │ └── HtmlFormatter.cs
│ │ ├── NS061
│ │ │ ├── c000381.cs
│ │ │ ├── c000382.cs
│ │ │ ├── c000385.cs
│ │ │ ├── c000386.cs
│ │ │ └── c000387.cs
│ │ ├── NS062
│ │ │ ├── c000389.cs
│ │ │ ├── c00038b.cs
│ │ │ ├── c00038c.cs
│ │ │ ├── c00039e.cs
│ │ │ ├── c00039f.cs
│ │ │ ├── c0003a1.cs
│ │ │ ├── c0003a2.cs
│ │ │ ├── c0003a3.cs
│ │ │ ├── c0003a4.cs
│ │ │ ├── c0003a5.cs
│ │ │ ├── c0003a6.cs
│ │ │ ├── c0003a8.cs
│ │ │ ├── c0003a9.cs
│ │ │ ├── c0003aa.cs
│ │ │ ├── i000388.cs
│ │ │ └── i00038a.cs
│ │ ├── NS063
│ │ │ ├── c000390.cs
│ │ │ ├── c000391.cs
│ │ │ ├── c000392.cs
│ │ │ ├── c000393.cs
│ │ │ ├── c000394.cs
│ │ │ ├── c000395.cs
│ │ │ ├── c000396.cs
│ │ │ ├── c000397.cs
│ │ │ ├── c000398.cs
│ │ │ ├── c000399.cs
│ │ │ └── i00038e.cs
│ │ ├── NS064
│ │ │ └── c00038f.cs
│ │ ├── NS065
│ │ │ ├── c0003ab.cs
│ │ │ ├── c0003ac.cs
│ │ │ ├── c0003ad.cs
│ │ │ ├── c0003b0.cs
│ │ │ ├── c0003b1.cs
│ │ │ └── c0003b2.cs
│ │ ├── NS066
│ │ │ ├── c0003b3.cs
│ │ │ ├── c0003b4.cs
│ │ │ ├── c0003b5.cs
│ │ │ ├── c0003b6.cs
│ │ │ ├── c0003b7.cs
│ │ │ ├── c0003b8.cs
│ │ │ ├── c0003b9.cs
│ │ │ ├── c0003ba.cs
│ │ │ ├── c0003bb.cs
│ │ │ └── c0003bc.cs
│ │ ├── NS067
│ │ │ ├── PowerCommandsPage.cs
│ │ │ └── PowerCommandsPage.resx
│ │ ├── NS068
│ │ │ ├── c0003c4.cs
│ │ │ ├── c0003c5.cs
│ │ │ ├── c0003c6.cs
│ │ │ ├── c0003c7.cs
│ │ │ └── i0003c3.cs
│ │ ├── NS069
│ │ │ ├── c00043d.cs
│ │ │ ├── c000485.cs
│ │ │ └── c0006c6.cs
│ │ ├── NS070
│ │ │ ├── c000486.cs
│ │ │ ├── c0006c8.cs
│ │ │ ├── c0006c9.cs
│ │ │ ├── c0006d0.cs
│ │ │ ├── c0006d8.cs
│ │ │ ├── c00073d.cs
│ │ │ ├── NameResolver.cs
│ │ │ ├── TranslateConfig.cs
│ │ │ ├── TranslateHelper.cs
│ │ │ ├── Translater.cs
│ │ │ └── Translater_ReflectorFlow.cs
│ │ ├── NS071
│ │ │ ├── ArrayType2.cs
│ │ │ ├── ASPNetAssemblyCache.cs
│ │ │ ├── Assembly2.cs
│ │ │ ├── AssemblyManager2.cs
│ │ │ ├── AssemblyReference2.cs
│ │ │ ├── AssemblyResolver.cs
│ │ │ ├── AssemblyWriterHelper.cs
│ │ │ ├── c0004f8.cs
│ │ │ ├── c0004f9.cs
│ │ │ ├── c0004fa.cs
│ │ │ ├── c0004fb.cs
│ │ │ ├── c0004fc.cs
│ │ │ ├── c0004fe.cs
│ │ │ ├── c000500.cs
│ │ │ ├── c000501.cs
│ │ │ ├── c000502.cs
│ │ │ ├── c000505.cs
│ │ │ ├── c000506.cs
│ │ │ ├── c000507.cs
│ │ │ ├── c00050d.cs
│ │ │ ├── c000510.cs
│ │ │ ├── c000511.cs
│ │ │ ├── c000517.cs
│ │ │ ├── c00051a.cs
│ │ │ ├── c00051b.cs
│ │ │ ├── c00051c.cs
│ │ │ ├── c00051d.cs
│ │ │ ├── c000552.cs
│ │ │ ├── c00055f.cs
│ │ │ ├── c000565.cs
│ │ │ ├── c000566.cs
│ │ │ ├── c00056d.cs
│ │ │ ├── c00056f.cs
│ │ │ ├── c000570.cs
│ │ │ ├── c000571.cs
│ │ │ ├── c000572.cs
│ │ │ ├── c00057e.cs
│ │ │ ├── c00057f.cs
│ │ │ ├── c000581.cs
│ │ │ ├── c000584.cs
│ │ │ ├── c00058d.cs
│ │ │ ├── c00058f.cs
│ │ │ ├── c000593.cs
│ │ │ ├── c000594.cs
│ │ │ ├── c000595.cs
│ │ │ ├── c000596.cs
│ │ │ ├── c000597.cs
│ │ │ ├── DefaultAssemblyCache.cs
│ │ │ ├── Instruction2.cs
│ │ │ ├── MethodBody2.cs
│ │ │ ├── MethodReference2.cs
│ │ │ ├── struct00056a.cs
│ │ │ └── struct000580.cs
│ │ ├── NS072
│ │ │ ├── c00064f.cs
│ │ │ ├── c000668.cs
│ │ │ ├── c000669.cs
│ │ │ └── c00066a.cs
│ │ ├── PowerCommands
│ │ │ ├── AddinConfiguration.xml
│ │ │ ├── Common
│ │ │ │ ├── Browser16.png
│ │ │ │ ├── CommandBar16.png
│ │ │ │ ├── EmailHelper.cs
│ │ │ │ ├── ImageHelper.cs
│ │ │ │ ├── IOHelper.cs
│ │ │ │ └── MenuItemType.cs
│ │ │ ├── Configuration
│ │ │ │ ├── Addin
│ │ │ │ │ ├── AddinConfiguration.cs
│ │ │ │ │ ├── CommandName.cs
│ │ │ │ │ ├── MenuItem.cs
│ │ │ │ │ ├── MenuLocation.cs
│ │ │ │ │ └── Placement.cs
│ │ │ │ ├── AssemblyItem.cs
│ │ │ │ ├── AssemblyList.cs
│ │ │ │ ├── IAddinConfiguration.cs
│ │ │ │ ├── NumericFormat.cs
│ │ │ │ ├── OrderType.cs
│ │ │ │ └── Query
│ │ │ │ ├── IAssemblyManagerQuery.cs
│ │ │ │ ├── IHaveActiveItem.cs
│ │ │ │ ├── IQuery.cs
│ │ │ │ ├── IReflectorQuery.cs
│ │ │ │ └── ReflectorQuery.cs
│ │ │ ├── OptionPages
│ │ │ │ ├── EnumAddinPropertyPage.cs
│ │ │ │ ├── EnumAddinPropertyPage.resx
│ │ │ │ └── IAddinPropertyPage.cs
│ │ │ └── Resources.QuerySamples.zip
│ │ ├── Review
│ │ │ └── Data
│ │ │ └── CodeIdentifier.cs
│ │ └── Windows
│ │ ├── c0002e9.cs
│ │ ├── c0002f4.cs
│ │ ├── c0004a1.cs
│ │ ├── c0004a3.cs
│ │ ├── c0004a7.cs
│ │ ├── c0004a8.cs
│ │ ├── c0004aa.cs
│ │ ├── c0004b0.cs
│ │ ├── c0004b1.cs
│ │ ├── c0004b3.cs
│ │ ├── c0004b6.cs
│ │ ├── c0004bc.cs
│ │ ├── c0004bd.cs
│ │ ├── c0004d1.cs
│ │ ├── c0004d4.cs
│ │ ├── delegate0004a2.cs
│ │ ├── delegate0004a9.cs
│ │ ├── FormBase.cs
│ │ ├── FrmAbout.cs
│ │ ├── FrmAddinInstalled.cs
│ │ ├── FrmAddinNotInstalled.cs
│ │ ├── FrmAssemblyFileSelector.cs
│ │ ├── FrmAssemblyList.cs
│ │ ├── FrmExport.cs
│ │ ├── FrmGlobalAssemblyCache.cs
│ │ ├── FrmMain.cs
│ │ ├── FrmOptions.cs
│ │ ├── FrmUnloadAssembly.cs
│ │ ├── FrmVSIntegration.cs
│ │ ├── i0004af.cs
│ │ ├── TabPersistenceManager.cs
│ │ └── TabToolTipProvider.cs
│ ├── Reflector.Browser16.png
│ ├── Reflector.Browser20.png
│ ├── Reflector.CommandBar16.png
│ ├── Reflector.CommandBar20.png
│ ├── Reflector.csproj
│ ├── Reflector.csproj.user
│ ├── Reflector.Cursors.hand_grab.cur
│ ├── Reflector.Cursors.open_hand.cur
│ ├── Reflector.Disassembler.txt
│ ├── Reflector.Images.analyze_16.png
│ ├── Reflector.snk
│ ├── Reflector.StringTable.txt
│ └── System
│ └── Windows
│ └── Forms
│ ├── CommandBarButtonBase.cs
│ ├── CommandBarButton.cs
│ ├── CommandBarCheckBox.cs
│ ├── CommandBarComboBox.cs
│ ├── CommandBarContextMenu.cs
│ ├── CommandBarControl.cs
│ ├── CommandBarItemCollection.cs
│ ├── CommandBarItem.cs
│ ├── CommandBarMenu.cs
│ ├── CommandBarSeparator.cs
│ ├── CommandBarStyle.cs
│ └── CommandBarTypeConverter.cs
└── Reflector2010.sln
69 directories, 971 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论