基本信息
源码名称:paxscriptnet2.7(价值187美金)C#代码解释执行器
源码大小:0.61M
文件格式:.zip
开发语言:C#
更新时间:2023-04-24
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
paxscriptnet2.7(价值187美金)C#代码解释执行器
The component allows you to embed paxScript.NET interpreter into your WinForms, Mobile or ASP.NET application so you can customize and extend the application without having to recompile it. ...
文件清单
├── Demos
│ ├── CSharp
│ │ ├── CallMethodApp
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CallMethod.csproj
│ │ │ ├── CallMethod.sln
│ │ │ ├── Form1.cs
│ │ │ └── Form1.resx
│ │ ├── DebugApp
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DebugApp.csproj
│ │ │ ├── DebugApp.sln
│ │ │ ├── WinForm.cs
│ │ │ └── WinForm.resx
│ │ ├── HelloApp
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Hello.csproj
│ │ │ └── Hello.sln
│ │ └── SamplePrograms
│ │ ├── Ch10
│ │ │ ├── AccountBalanceTraversal.cs
│ │ │ ├── AverageAgeCalculator.cs
│ │ │ ├── BalancesIncorrectSentinel.cs
│ │ │ ├── BankSimulation.cs
│ │ │ ├── ConsoleArguments.cs
│ │ │ ├── ElevatorArray.cs
│ │ │ ├── MaxSales.cs
│ │ │ ├── ReturnMaxSalesArray.cs
│ │ │ ├── SimpleAccountBalances.cs
│ │ │ ├── SumOfArguments.cs
│ │ │ └── ValueEquality.cs
│ │ ├── Ch11
│ │ │ ├── BinarySearcher.cs
│ │ │ ├── BubbleSort.cs
│ │ │ ├── DotNETSearcher.cs
│ │ │ ├── ElevatorRequestTracker.cs
│ │ │ ├── FindTheIslandGame.cs
│ │ │ ├── JaggedElevatorRequests.cs
│ │ │ ├── SequentialSearcher.cs
│ │ │ └── SortingCompetition.cs
│ │ ├── Ch12
│ │ │ ├── DistanceCalculator.cs
│ │ │ ├── DynamicBankSimulation.cs
│ │ │ ├── MethodMatcher.cs
│ │ │ ├── MethodMatcherTwo.cs
│ │ │ ├── SolarSystem.cs
│ │ │ ├── SumCalculator.cs
│ │ │ ├── Swapper.cs
│ │ │ ├── VirtualBookshop.cs
│ │ │ └── VirtualBookshopTwo.cs
│ │ ├── Ch13
│ │ │ ├── AccountsReclaiming.cs
│ │ │ ├── FileAccessSimulator.cs
│ │ │ ├── GCAnalyzer.cs
│ │ │ ├── OpeningNewBankAccounts.cs
│ │ │ └── PermanentAccountNumber.cs
│ │ ├── Ch14
│ │ │ ├── AdvancedBirthsList.cs
│ │ │ ├── BicyclingWithAccessorMethods.cs
│ │ │ ├── BicyclingWithProperties.cs
│ │ │ ├── BirthsList.cs
│ │ │ ├── ConvertingUserDefinedTypes.cs
│ │ │ ├── CropForecaster.cs
│ │ │ ├── ExplicitConversionTester.cs
│ │ │ ├── ImplicitConversionTester.cs
│ │ │ ├── TimeSpanNoOverloading.cs
│ │ │ └── TimeSpanWithOverloading.cs
│ │ ├── Ch16
│ │ │ ├── CallingOverriddenMethod.cs
│ │ │ ├── DerivedClassConstructors.cs
│ │ │ ├── MyFirstGUI.cs
│ │ │ ├── OverridingMoveForward.cs
│ │ │ ├── OverridingOverloading.cs
│ │ │ ├── SeasonalAdjustment.cs
│ │ │ ├── SimpleRacingCar.cs
│ │ │ └── ThreeInheritanceLevels.cs
│ │ ├── Ch17
│ │ │ ├── AbstractMoveForward.cs
│ │ │ ├── ComparableTimeSpans.cs
│ │ │ ├── DownCastingRectangles.cs
│ │ │ ├── DrawingEngine.cs
│ │ │ ├── GenericBubbleSort.cs
│ │ │ ├── MethodHidingTest.cs
│ │ │ ├── ObjectOverrideTest.cs
│ │ │ ├── ShapesTester.cs
│ │ │ ├── SpaceShuttle.cs
│ │ │ └── SystemObjectTest.cs
│ │ ├── Ch18
│ │ │ ├── SimpleTimeSpanStruct.cs
│ │ │ ├── TimeSpanMethod.cs
│ │ │ ├── TimeSpanStruct.cs
│ │ │ └── UnboxingTest.cs
│ │ ├── Ch19
│ │ │ ├── CaughtInOtherFunction.cs
│ │ │ ├── CustomException.cs
│ │ │ ├── LogException.cs
│ │ │ ├── NestingTryBlocks.cs
│ │ │ ├── SimpleTryCatch.cs
│ │ │ ├── TestFinally.cs
│ │ │ └── UncaughtException.cs
│ │ ├── Ch2
│ │ │ └── Shakespeare.cs
│ │ ├── Ch20
│ │ │ ├── Calculator.cs
│ │ │ ├── CarGameEvents.cs
│ │ │ ├── MulticastTester.cs
│ │ │ └── RocketCalculator.cs
│ │ ├── Ch21
│ │ │ ├── Apollo13.cs
│ │ │ ├── CarTesting.cs
│ │ │ ├── RacingCar.cs
│ │ │ └── Train.cs
│ │ ├── Ch22
│ │ │ ├── ByteWritingReading.cs
│ │ │ └── TextInOut.cs
│ │ ├── Ch23
│ │ │ ├── Factorial.cs
│ │ │ ├── IterativeFactorial.cs
│ │ │ ├── MethodCallDemo.cs
│ │ │ ├── RecursiveBinarySearch.cs
│ │ │ └── SimpleRecursion.cs
│ │ ├── Ch3
│ │ │ └── Hello.cs
│ │ ├── Ch4
│ │ │ └── SimpleCalculator.cs
│ │ ├── Ch5
│ │ │ └── SimpleElevatorSimulation.cs
│ │ ├── Ch6
│ │ │ ├── BliposClock.cs
│ │ │ ├── Compatibility.cs
│ │ │ ├── ConstantMass.cs
│ │ │ ├── DifferentMagnitudes.cs
│ │ │ ├── MassCalculator.cs
│ │ │ ├── NonEquality.cs
│ │ │ ├── Overflow.cs
│ │ │ ├── OverflowingSubExpression.cs
│ │ │ ├── ReferenceTest.cs
│ │ │ ├── TravelingFullCheck.cs
│ │ │ └── TravelingPartlyChecked.cs
│ │ ├── Ch7
│ │ │ ├── CharacterArithmetic.cs
│ │ │ ├── DayCounter.cs
│ │ │ ├── EnumDayCounter.cs
│ │ │ ├── Library.cs
│ │ │ ├── MetadataAccessor.cs
│ │ │ ├── StringMaker.cs
│ │ │ ├── StringSorter.cs
│ │ │ ├── TextAnalyzer.cs
│ │ │ └── WordExtractor.cs
│ │ ├── Ch8
│ │ │ ├── BalanceAssessment.cs
│ │ │ ├── BankAccount.cs
│ │ │ ├── CharacterCounter.cs
│ │ │ ├── ChooseAction.cs
│ │ │ ├── CompactBalanceAssessment.cs
│ │ │ ├── DaysInMonth.cs
│ │ │ ├── DiscountOrNot.cs
│ │ │ ├── DishwasherMultibranch.cs
│ │ │ ├── DishwasherSwitch.cs
│ │ │ ├── IceCreamManufacturer.cs
│ │ │ ├── MultibranchBalanceAssessment.cs
│ │ │ └── PreMultibranch.cs
│ │ ├── Ch9
│ │ │ ├── AlphabetGame.cs
│ │ │ ├── AreaCalculatorImproved.cs
│ │ │ ├── AreaCalculatorUgly.cs
│ │ │ ├── Counting.cs
│ │ │ ├── GuessTwoLetters.cs
│ │ │ ├── OneThird.cs
│ │ │ ├── PlayItAgain.cs
│ │ │ ├── StarsOneDimension.cs
│ │ │ ├── StarsTwoDimensions.cs
│ │ │ └── TransferLetters.cs
│ │ ├── QuickTests
│ │ │ ├── test_Arrays.cs
│ │ │ ├── test_Delegates.cs
│ │ │ ├── test_Events.cs
│ │ │ ├── test_ExplicitConversion.cs
│ │ │ ├── test_ImplicitConversion.cs
│ │ │ ├── test_Interfaces.cs
│ │ │ ├── test_Literals.cs
│ │ │ ├── test_MethodOverloading.cs
│ │ │ ├── test_MultiErrors.cs
│ │ │ ├── test_OperatorOverloading.cs
│ │ │ ├── test_Params.cs
│ │ │ ├── test_Preprocessing.cs
│ │ │ ├── test_Strings.cs
│ │ │ ├── test_Structs.cs
│ │ │ ├── test_UsingAlias.cs
│ │ │ ├── test_Warnings.cs
│ │ │ └── test_WinForms.cs
│ │ └── Readme.txt
│ ├── Delphi
│ │ ├── CallMethodApp
│ │ │ ├── CallMethodApp.bdsproj
│ │ │ ├── CallMethodApp.dpr
│ │ │ ├── CallMethodApp.res
│ │ │ ├── script.cs
│ │ │ ├── WinForm1.pas
│ │ │ ├── WinForm1.resx
│ │ │ └── WinForm1.TWinForm1.resources
│ │ ├── DebugApp
│ │ │ ├── DebugAp.bdsproj
│ │ │ ├── DebugAp.dpr
│ │ │ ├── DebugAp.res
│ │ │ ├── script.cs
│ │ │ ├── WinForm1.pas
│ │ │ ├── WinForm1.resx
│ │ │ └── WinForm1.TWinForm2.resources
│ │ └── HelloApp
│ │ ├── HelloApp.bdsproj
│ │ ├── HelloApp.dpr
│ │ ├── HelloApp.res
│ │ ├── WinForm1.pas
│ │ ├── WinForm1.resx
│ │ └── WinForm1.TWinForm1.resources
│ └── VB.NET
│ ├── ASP.NET
│ │ ├── PAXDemos.zip
│ │ └── readme.txt
│ ├── EventHandling
│ │ ├── AssemblyInfo.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── WindowsApplication1.sln
│ │ └── WindowsApplication1.vbproj
│ ├── Hello
│ │ ├── AssemblyInfo.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── WindowsApplication1.sln
│ │ └── WindowsApplication1.vbproj
│ ├── VB_Samples
│ │ ├── AbstractClass.vb
│ │ ├── AddHandlerExample.vb
│ │ ├── ArrayListExample.vb
│ │ ├── ArrayWithUpperAndLowerBounds.vb
│ │ ├── BiggyLinkedList.vb
│ │ ├── CentralizedEventHandlingExample.vb
│ │ ├── DegreeConverter.vb
│ │ ├── DelegateExample.vb
│ │ ├── DelegateServer.vb
│ │ ├── DelegateSortExample.vb
│ │ ├── DirectoryInfoExample.vb
│ │ ├── EmbeddedObjectWithClone.vb
│ │ ├── EmployeeTest.vb
│ │ ├── EventHandling.vb
│ │ ├── GCD.vb
│ │ ├── GetTypeExample.vb
│ │ ├── GOTOExample.vb
│ │ ├── HashTableExample.vb
│ │ ├── InheritanceExample1.vb
│ │ ├── InterfaceExample1.vb
│ │ ├── LinkedListExample.vb
│ │ ├── MDIExample1.vb
│ │ ├── MultiCastExample.vb
│ │ ├── PassByValueProblems.vb
│ │ ├── PolyMorphismAtWork.vb
│ │ ├── ProtectedPitfalls.vb
│ │ ├── readme
│ │ ├── ReflectionExample.vb
│ │ ├── Shadowing.vb
│ │ ├── SharedDataExample.vb
│ │ ├── StringBuilderComparison.vb
│ │ ├── StringMemberDemo.vb
│ │ ├── StringsAreImmutable.vb
│ │ └── VersioningWithParseItExample.vb
│ └── VB_Tester
│ ├── AssemblyInfo.vb
│ ├── Form1.resx
│ ├── Form1.vb
│ ├── WindowsApplication1.sln
│ └── WindowsApplication1.vbproj
├── Help
│ ├── about.gif
│ ├── about.htm
│ ├── about.jpg
│ ├── arrowr.jpg
│ ├── award_5.gif
│ ├── awards.htm
│ ├── awards.jpg
│ ├── breakpointlist_properties.htm
│ ├── breakpoint_properties.htm
│ ├── BS4D_rate5.png
│ ├── demo_asp_csharp.htm
│ ├── demo_asp_vb.htm
│ ├── demo_binary_modules_vb.htm
│ ├── demo_cross_language.htm
│ ├── demo_debug_csharp.htm
│ ├── demo_debug_delphi.htm
│ ├── demo_debug.jpg
│ ├── demo_events_csharp.htm
│ ├── demo_events_vb.htm
│ ├── demo_hello1.jpg
│ ├── demo_hello2.jpg
│ ├── demo_hello_csharp.htm
│ ├── demo_hello_delphi.htm
│ ├── demo_hello_vb.htm
│ ├── demo_invoke_csharp.htm
│ ├── demo_invoke_delphi.htm
│ ├── demo_invoke.jpg
│ ├── demos.htm
│ ├── demo_test_arrays_vb.htm
│ ├── demo_test_delegates_vb.htm
│ ├── demo_test_enums_vb.htm
│ ├── demo_test_events_vb.htm
│ ├── demo_test_structures_vb.htm
│ ├── demo_winforms_vb.htm
│ ├── downloads.gif
│ ├── downloads.htm
│ ├── downloads.jpg
│ ├── errorlist_properties.htm
│ ├── faq.jpg
│ ├── feedback.gif
│ ├── feedback.htm
│ ├── feedback.jpg
│ ├── forum.gif
│ ├── forum.htm
│ ├── forum.jpg
│ ├── index.htm
│ ├── modulelist_methods.htm
│ ├── modulelist_properties.htm
│ ├── module_properties.htm
│ ├── namespace.htm
│ ├── news.gif
│ ├── news.htm
│ ├── news.jpg
│ ├── order.gif
│ ├── order.htm
│ ├── order.jpg
│ ├── paxcsharp_features.htm
│ ├── paxlogo.jpg
│ ├── paxscripter_events.htm
│ ├── paxscripter.htm
│ ├── paxscripter_methods.htm
│ ├── paxscripter_properties.htm
│ ├── paxscriptnet_events.htm
│ ├── references.gif
│ ├── references.jpg
│ ├── reflection_namespace.htm
│ ├── scripterror_properties.htm
│ ├── scripter_state.htm
│ ├── shareit_1.gif
│ ├── single_lic.htm
│ ├── site_lic.htm
│ ├── styles.css
│ └── title.htm
├── paxscript-net.dll
└── readme.txt
39 directories, 315 files
paxscriptnet2.7(价值187美金)C#代码解释执行器
The component allows you to embed paxScript.NET interpreter into your WinForms, Mobile or ASP.NET application so you can customize and extend the application without having to recompile it. ...
文件清单
├── Demos
│ ├── CSharp
│ │ ├── CallMethodApp
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── CallMethod.csproj
│ │ │ ├── CallMethod.sln
│ │ │ ├── Form1.cs
│ │ │ └── Form1.resx
│ │ ├── DebugApp
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DebugApp.csproj
│ │ │ ├── DebugApp.sln
│ │ │ ├── WinForm.cs
│ │ │ └── WinForm.resx
│ │ ├── HelloApp
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Hello.csproj
│ │ │ └── Hello.sln
│ │ └── SamplePrograms
│ │ ├── Ch10
│ │ │ ├── AccountBalanceTraversal.cs
│ │ │ ├── AverageAgeCalculator.cs
│ │ │ ├── BalancesIncorrectSentinel.cs
│ │ │ ├── BankSimulation.cs
│ │ │ ├── ConsoleArguments.cs
│ │ │ ├── ElevatorArray.cs
│ │ │ ├── MaxSales.cs
│ │ │ ├── ReturnMaxSalesArray.cs
│ │ │ ├── SimpleAccountBalances.cs
│ │ │ ├── SumOfArguments.cs
│ │ │ └── ValueEquality.cs
│ │ ├── Ch11
│ │ │ ├── BinarySearcher.cs
│ │ │ ├── BubbleSort.cs
│ │ │ ├── DotNETSearcher.cs
│ │ │ ├── ElevatorRequestTracker.cs
│ │ │ ├── FindTheIslandGame.cs
│ │ │ ├── JaggedElevatorRequests.cs
│ │ │ ├── SequentialSearcher.cs
│ │ │ └── SortingCompetition.cs
│ │ ├── Ch12
│ │ │ ├── DistanceCalculator.cs
│ │ │ ├── DynamicBankSimulation.cs
│ │ │ ├── MethodMatcher.cs
│ │ │ ├── MethodMatcherTwo.cs
│ │ │ ├── SolarSystem.cs
│ │ │ ├── SumCalculator.cs
│ │ │ ├── Swapper.cs
│ │ │ ├── VirtualBookshop.cs
│ │ │ └── VirtualBookshopTwo.cs
│ │ ├── Ch13
│ │ │ ├── AccountsReclaiming.cs
│ │ │ ├── FileAccessSimulator.cs
│ │ │ ├── GCAnalyzer.cs
│ │ │ ├── OpeningNewBankAccounts.cs
│ │ │ └── PermanentAccountNumber.cs
│ │ ├── Ch14
│ │ │ ├── AdvancedBirthsList.cs
│ │ │ ├── BicyclingWithAccessorMethods.cs
│ │ │ ├── BicyclingWithProperties.cs
│ │ │ ├── BirthsList.cs
│ │ │ ├── ConvertingUserDefinedTypes.cs
│ │ │ ├── CropForecaster.cs
│ │ │ ├── ExplicitConversionTester.cs
│ │ │ ├── ImplicitConversionTester.cs
│ │ │ ├── TimeSpanNoOverloading.cs
│ │ │ └── TimeSpanWithOverloading.cs
│ │ ├── Ch16
│ │ │ ├── CallingOverriddenMethod.cs
│ │ │ ├── DerivedClassConstructors.cs
│ │ │ ├── MyFirstGUI.cs
│ │ │ ├── OverridingMoveForward.cs
│ │ │ ├── OverridingOverloading.cs
│ │ │ ├── SeasonalAdjustment.cs
│ │ │ ├── SimpleRacingCar.cs
│ │ │ └── ThreeInheritanceLevels.cs
│ │ ├── Ch17
│ │ │ ├── AbstractMoveForward.cs
│ │ │ ├── ComparableTimeSpans.cs
│ │ │ ├── DownCastingRectangles.cs
│ │ │ ├── DrawingEngine.cs
│ │ │ ├── GenericBubbleSort.cs
│ │ │ ├── MethodHidingTest.cs
│ │ │ ├── ObjectOverrideTest.cs
│ │ │ ├── ShapesTester.cs
│ │ │ ├── SpaceShuttle.cs
│ │ │ └── SystemObjectTest.cs
│ │ ├── Ch18
│ │ │ ├── SimpleTimeSpanStruct.cs
│ │ │ ├── TimeSpanMethod.cs
│ │ │ ├── TimeSpanStruct.cs
│ │ │ └── UnboxingTest.cs
│ │ ├── Ch19
│ │ │ ├── CaughtInOtherFunction.cs
│ │ │ ├── CustomException.cs
│ │ │ ├── LogException.cs
│ │ │ ├── NestingTryBlocks.cs
│ │ │ ├── SimpleTryCatch.cs
│ │ │ ├── TestFinally.cs
│ │ │ └── UncaughtException.cs
│ │ ├── Ch2
│ │ │ └── Shakespeare.cs
│ │ ├── Ch20
│ │ │ ├── Calculator.cs
│ │ │ ├── CarGameEvents.cs
│ │ │ ├── MulticastTester.cs
│ │ │ └── RocketCalculator.cs
│ │ ├── Ch21
│ │ │ ├── Apollo13.cs
│ │ │ ├── CarTesting.cs
│ │ │ ├── RacingCar.cs
│ │ │ └── Train.cs
│ │ ├── Ch22
│ │ │ ├── ByteWritingReading.cs
│ │ │ └── TextInOut.cs
│ │ ├── Ch23
│ │ │ ├── Factorial.cs
│ │ │ ├── IterativeFactorial.cs
│ │ │ ├── MethodCallDemo.cs
│ │ │ ├── RecursiveBinarySearch.cs
│ │ │ └── SimpleRecursion.cs
│ │ ├── Ch3
│ │ │ └── Hello.cs
│ │ ├── Ch4
│ │ │ └── SimpleCalculator.cs
│ │ ├── Ch5
│ │ │ └── SimpleElevatorSimulation.cs
│ │ ├── Ch6
│ │ │ ├── BliposClock.cs
│ │ │ ├── Compatibility.cs
│ │ │ ├── ConstantMass.cs
│ │ │ ├── DifferentMagnitudes.cs
│ │ │ ├── MassCalculator.cs
│ │ │ ├── NonEquality.cs
│ │ │ ├── Overflow.cs
│ │ │ ├── OverflowingSubExpression.cs
│ │ │ ├── ReferenceTest.cs
│ │ │ ├── TravelingFullCheck.cs
│ │ │ └── TravelingPartlyChecked.cs
│ │ ├── Ch7
│ │ │ ├── CharacterArithmetic.cs
│ │ │ ├── DayCounter.cs
│ │ │ ├── EnumDayCounter.cs
│ │ │ ├── Library.cs
│ │ │ ├── MetadataAccessor.cs
│ │ │ ├── StringMaker.cs
│ │ │ ├── StringSorter.cs
│ │ │ ├── TextAnalyzer.cs
│ │ │ └── WordExtractor.cs
│ │ ├── Ch8
│ │ │ ├── BalanceAssessment.cs
│ │ │ ├── BankAccount.cs
│ │ │ ├── CharacterCounter.cs
│ │ │ ├── ChooseAction.cs
│ │ │ ├── CompactBalanceAssessment.cs
│ │ │ ├── DaysInMonth.cs
│ │ │ ├── DiscountOrNot.cs
│ │ │ ├── DishwasherMultibranch.cs
│ │ │ ├── DishwasherSwitch.cs
│ │ │ ├── IceCreamManufacturer.cs
│ │ │ ├── MultibranchBalanceAssessment.cs
│ │ │ └── PreMultibranch.cs
│ │ ├── Ch9
│ │ │ ├── AlphabetGame.cs
│ │ │ ├── AreaCalculatorImproved.cs
│ │ │ ├── AreaCalculatorUgly.cs
│ │ │ ├── Counting.cs
│ │ │ ├── GuessTwoLetters.cs
│ │ │ ├── OneThird.cs
│ │ │ ├── PlayItAgain.cs
│ │ │ ├── StarsOneDimension.cs
│ │ │ ├── StarsTwoDimensions.cs
│ │ │ └── TransferLetters.cs
│ │ ├── QuickTests
│ │ │ ├── test_Arrays.cs
│ │ │ ├── test_Delegates.cs
│ │ │ ├── test_Events.cs
│ │ │ ├── test_ExplicitConversion.cs
│ │ │ ├── test_ImplicitConversion.cs
│ │ │ ├── test_Interfaces.cs
│ │ │ ├── test_Literals.cs
│ │ │ ├── test_MethodOverloading.cs
│ │ │ ├── test_MultiErrors.cs
│ │ │ ├── test_OperatorOverloading.cs
│ │ │ ├── test_Params.cs
│ │ │ ├── test_Preprocessing.cs
│ │ │ ├── test_Strings.cs
│ │ │ ├── test_Structs.cs
│ │ │ ├── test_UsingAlias.cs
│ │ │ ├── test_Warnings.cs
│ │ │ └── test_WinForms.cs
│ │ └── Readme.txt
│ ├── Delphi
│ │ ├── CallMethodApp
│ │ │ ├── CallMethodApp.bdsproj
│ │ │ ├── CallMethodApp.dpr
│ │ │ ├── CallMethodApp.res
│ │ │ ├── script.cs
│ │ │ ├── WinForm1.pas
│ │ │ ├── WinForm1.resx
│ │ │ └── WinForm1.TWinForm1.resources
│ │ ├── DebugApp
│ │ │ ├── DebugAp.bdsproj
│ │ │ ├── DebugAp.dpr
│ │ │ ├── DebugAp.res
│ │ │ ├── script.cs
│ │ │ ├── WinForm1.pas
│ │ │ ├── WinForm1.resx
│ │ │ └── WinForm1.TWinForm2.resources
│ │ └── HelloApp
│ │ ├── HelloApp.bdsproj
│ │ ├── HelloApp.dpr
│ │ ├── HelloApp.res
│ │ ├── WinForm1.pas
│ │ ├── WinForm1.resx
│ │ └── WinForm1.TWinForm1.resources
│ └── VB.NET
│ ├── ASP.NET
│ │ ├── PAXDemos.zip
│ │ └── readme.txt
│ ├── EventHandling
│ │ ├── AssemblyInfo.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── WindowsApplication1.sln
│ │ └── WindowsApplication1.vbproj
│ ├── Hello
│ │ ├── AssemblyInfo.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── WindowsApplication1.sln
│ │ └── WindowsApplication1.vbproj
│ ├── VB_Samples
│ │ ├── AbstractClass.vb
│ │ ├── AddHandlerExample.vb
│ │ ├── ArrayListExample.vb
│ │ ├── ArrayWithUpperAndLowerBounds.vb
│ │ ├── BiggyLinkedList.vb
│ │ ├── CentralizedEventHandlingExample.vb
│ │ ├── DegreeConverter.vb
│ │ ├── DelegateExample.vb
│ │ ├── DelegateServer.vb
│ │ ├── DelegateSortExample.vb
│ │ ├── DirectoryInfoExample.vb
│ │ ├── EmbeddedObjectWithClone.vb
│ │ ├── EmployeeTest.vb
│ │ ├── EventHandling.vb
│ │ ├── GCD.vb
│ │ ├── GetTypeExample.vb
│ │ ├── GOTOExample.vb
│ │ ├── HashTableExample.vb
│ │ ├── InheritanceExample1.vb
│ │ ├── InterfaceExample1.vb
│ │ ├── LinkedListExample.vb
│ │ ├── MDIExample1.vb
│ │ ├── MultiCastExample.vb
│ │ ├── PassByValueProblems.vb
│ │ ├── PolyMorphismAtWork.vb
│ │ ├── ProtectedPitfalls.vb
│ │ ├── readme
│ │ ├── ReflectionExample.vb
│ │ ├── Shadowing.vb
│ │ ├── SharedDataExample.vb
│ │ ├── StringBuilderComparison.vb
│ │ ├── StringMemberDemo.vb
│ │ ├── StringsAreImmutable.vb
│ │ └── VersioningWithParseItExample.vb
│ └── VB_Tester
│ ├── AssemblyInfo.vb
│ ├── Form1.resx
│ ├── Form1.vb
│ ├── WindowsApplication1.sln
│ └── WindowsApplication1.vbproj
├── Help
│ ├── about.gif
│ ├── about.htm
│ ├── about.jpg
│ ├── arrowr.jpg
│ ├── award_5.gif
│ ├── awards.htm
│ ├── awards.jpg
│ ├── breakpointlist_properties.htm
│ ├── breakpoint_properties.htm
│ ├── BS4D_rate5.png
│ ├── demo_asp_csharp.htm
│ ├── demo_asp_vb.htm
│ ├── demo_binary_modules_vb.htm
│ ├── demo_cross_language.htm
│ ├── demo_debug_csharp.htm
│ ├── demo_debug_delphi.htm
│ ├── demo_debug.jpg
│ ├── demo_events_csharp.htm
│ ├── demo_events_vb.htm
│ ├── demo_hello1.jpg
│ ├── demo_hello2.jpg
│ ├── demo_hello_csharp.htm
│ ├── demo_hello_delphi.htm
│ ├── demo_hello_vb.htm
│ ├── demo_invoke_csharp.htm
│ ├── demo_invoke_delphi.htm
│ ├── demo_invoke.jpg
│ ├── demos.htm
│ ├── demo_test_arrays_vb.htm
│ ├── demo_test_delegates_vb.htm
│ ├── demo_test_enums_vb.htm
│ ├── demo_test_events_vb.htm
│ ├── demo_test_structures_vb.htm
│ ├── demo_winforms_vb.htm
│ ├── downloads.gif
│ ├── downloads.htm
│ ├── downloads.jpg
│ ├── errorlist_properties.htm
│ ├── faq.jpg
│ ├── feedback.gif
│ ├── feedback.htm
│ ├── feedback.jpg
│ ├── forum.gif
│ ├── forum.htm
│ ├── forum.jpg
│ ├── index.htm
│ ├── modulelist_methods.htm
│ ├── modulelist_properties.htm
│ ├── module_properties.htm
│ ├── namespace.htm
│ ├── news.gif
│ ├── news.htm
│ ├── news.jpg
│ ├── order.gif
│ ├── order.htm
│ ├── order.jpg
│ ├── paxcsharp_features.htm
│ ├── paxlogo.jpg
│ ├── paxscripter_events.htm
│ ├── paxscripter.htm
│ ├── paxscripter_methods.htm
│ ├── paxscripter_properties.htm
│ ├── paxscriptnet_events.htm
│ ├── references.gif
│ ├── references.jpg
│ ├── reflection_namespace.htm
│ ├── scripterror_properties.htm
│ ├── scripter_state.htm
│ ├── shareit_1.gif
│ ├── single_lic.htm
│ ├── site_lic.htm
│ ├── styles.css
│ └── title.htm
├── paxscript-net.dll
└── readme.txt
39 directories, 315 files