首页

ILSpy5.0源码学习

c#

2020-12-8

ILSpy5.0源码学习

资源下载此资源下载价格为2D币(VIP免费),请先
资源文件列表
ILSpy-5.0-preview1/.editorconfig , 4123
ILSpy-5.0-preview1/.gitattributes , 77
ILSpy-5.0-preview1/.gitignore , 568
ILSpy-5.0-preview1/.gitmodules , 99
ILSpy-5.0-preview1/.tgitconfig , 38
ILSpy-5.0-preview1/BuildTools/appveyor-ilspycmd-install.ps1 , 975
ILSpy-5.0-preview1/BuildTools/appveyor-install.ps1 , 1369
ILSpy-5.0-preview1/BuildTools/tidy.py , 925
ILSpy-5.0-preview1/BuildTools/update-assemblyinfo.ps1 , 5119
ILSpy-5.0-preview1/DecompilerNuGetDemos.workbook , 2432
ILSpy-5.0-preview1/Frontends.sln , 2034
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj , 1721
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Console/IlspyCmdProgram.cs , 8320
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Console/ProgramExitCodes.cs , 325
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Console/README.md , 1056
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Console/TypesParser.cs , 1362
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Console/ValidationAttributes.cs , 616
ILSpy-5.0-preview1/ICSharpCode.Decompiler.PdbProvider.Cecil/ICSharpCode.Decompiler.PdbProvider.Cecil.csproj , 457
ILSpy-5.0-preview1/ICSharpCode.Decompiler.PdbProvider.Cecil/MonoCecilDebugInfoProvider.cs , 4457
ILSpy-5.0-preview1/ICSharpCode.Decompiler.PowerShell/Demo.ps1 , 944
ILSpy-5.0-preview1/ICSharpCode.Decompiler.PowerShell/ErrorIds.cs , 272
ILSpy-5.0-preview1/ICSharpCode.Decompiler.PowerShell/GetDecompiledProjectCmdlet.cs , 1406
ILSpy-5.0-preview1/ICSharpCode.Decompiler.PowerShell/GetDecompiledSourceCmdlet.cs , 1074
ILSpy-5.0-preview1/ICSharpCode.Decompiler.PowerShell/GetDecompiledTypesCmdlet.cs , 1132
ILSpy-5.0-preview1/ICSharpCode.Decompiler.PowerShell/GetDecompilerCmdlet.cs , 969
ILSpy-5.0-preview1/ICSharpCode.Decompiler.PowerShell/GetDecompilerVersion.cs , 405
ILSpy-5.0-preview1/ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj , 479
ILSpy-5.0-preview1/ICSharpCode.Decompiler.PowerShell/README.md , 905
ILSpy-5.0-preview1/ICSharpCode.Decompiler.PowerShell/TypesParser.cs , 1384
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/CorrectnessTestRunner.cs , 11595
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/DataFlowTest.cs , 2356
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/DisassemblerPrettyTestRunner.cs , 2611
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/Helpers/CodeAssert.cs , 4473
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/Helpers/RemoveCompilerAttribute.cs , 2123
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/Helpers/SdkUtility.cs , 8078
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/Helpers/Tester.VB.cs , 4127
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/Helpers/Tester.cs , 21635
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj , 12409
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/ILPrettyTestRunner.cs , 4485
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/Output/CSharpAmbienceTests.cs , 16959
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs , 4157
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs , 13739
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs , 10166
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/Semantics/ConversionTests.cs , 50752
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/Semantics/ExplicitConversionTest.cs , 34533
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/Semantics/OverloadResolutionTests.cs , 13480
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/Stub.cs , 1328
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Async.cs , 7958
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/BitNot.il , 2193
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Capturing.cs , 5091
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Comparisons.cs , 4622
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/CompoundAssignment.cs , 5671
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/ConditionalAttr.cs , 281
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/ControlFlow.cs , 4003
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Conversions.cs , 4460
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/DecimalFields.cs , 1674
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/ExpressionTrees.cs , 1838
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/FloatingPointArithmetic.cs , 389
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Generics.cs , 2432
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/HelloWorld.cs , 1348
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/InitializerTests.cs , 9552
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Jmp.il , 799
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/LINQRaytracer.cs , 10862
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/LocalFunctions.cs , 1600
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Loops.cs , 7567
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/MemberLookup.cs , 3229
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/MiniJSON.cs , 11944
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/NullPropagation.cs , 495
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/NullableTests.cs , 2336
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/OverloadResolution.cs , 5926
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/PropertiesAndEvents.cs , 751
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Readme.txt , 688
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/RefLocalsAndReturns.cs , 2082
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/StackTests.il , 2524
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/StackTypes.il , 8100
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Switch.cs , 5845
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/TrickyTypes.cs , 2782
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/UndocumentedExpressions.cs , 2537
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Uninit.vb , 430
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/UnsafeCode.cs , 2110
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Using.cs , 4486
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/ValueTypeCall.cs , 4520
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Correctness/YieldReturn.cs , 13038
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Disassembler/Pretty/SecurityDeclarations.il , 12246
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/.gitignore , 7
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/CS1xSwitch_Debug.cs , 9046
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/CS1xSwitch_Debug.il , 48708
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/CS1xSwitch_Release.cs , 9046
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/CS1xSwitch_Release.il , 45666
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpLoops.fs , 639
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpLoops_Debug.cs , 4274
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpLoops_Debug.il , 17405
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpLoops_Release.cs , 4388
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpLoops_Release.il , 17293
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing.fs , 938
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing_Debug.cs , 1253
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing_Debug.il , 8349
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing_Release.cs , 1229
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpUsing_Release.il , 7774
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1038.cs , 200
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1038.il , 4793
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1047.cs , 240
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1047.il , 1110
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1145.cs , 141
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1145.il , 2241
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1157.cs , 239
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1157.il , 5679
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1256.cs , 331
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1256.il , 1391
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1323.cs , 203
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1323.il , 1103
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1325.cs , 1721
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1325.il , 10678
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1325.vb , 650
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1389.cs , 433
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1389.il , 1826
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue379.cs , 167
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue379.il , 812
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue646.cs , 402
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue646.il , 2789
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue959.cs , 161
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue959.il , 902
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue982.cs , 422
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue982.il , 3976
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/SequenceOfNestedIfs.cs , 696
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/SequenceOfNestedIfs.il , 4571
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/PdbGen/.gitignore , 47
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/PdbGen/ForLoopTests.xml , 3301
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/PdbGen/HelloWorld.xml , 1388
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/PdbGen/LambdaCapturing.xml , 2981
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/.gitignore , 28
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/AnonymousTypes.cs , 2637
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/AssemblyCustomAttributes.cs , 1218
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Async.cs , 3774
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/AsyncMain.cs , 258
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/AutoProperties.cs , 585
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CS6_StringInterpolation.cs , 4514
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CS72_PrivateProtected.cs , 1329
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CS73_StackAllocInitializers.cs , 6940
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CheckedUnchecked.cs , 3293
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CompoundAssignmentTest.cs , 120831
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/ConstantsTests.cs , 583
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/ConstructorInitializers.cs , 1474
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributeConflicts.cs , 1764
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributeSamples.cs , 5814
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes.cs , 3942
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes2.cs , 1247
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomShortCircuitOperators.cs , 3944
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/DelegateConstruction.cs , 5622
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/Discards.cs , 538
ILSpy-5.0-preview1/ICSharpCode.Decompiler.Tests/TestCases/Pretty/DynamicTests.cs , 10035
最多只能显示150条信息!
没有账号? 忘记密码?

社交账号快速登录