嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#调用Python脚本
.
├── c#调用python脚本
│ ├── c#调用python.docx
│ └── csharp加Python
│ ├── CharpCallPython
│ │ ├── CharpCallPython.cs
│ │ ├── CharpCallPython.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CharpCallPython.dll
│ │ │ │ └── CharpCallPython.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── CharpCallPython.csproj.FileListAbsolute.txt
│ │ ├── CharpCallPython.csprojResolveAssemblyReference.cache
│ │ ├── CharpCallPython.dll
│ │ ├── CharpCallPython.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── csharp加Python
│ │ ├── App.config
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── CharpCallPython.dll
│ │ │ ├── CharpCallPython.pdb
│ │ │ ├── IronPython.Modules.dll
│ │ │ ├── IronPython.Modules.xml
│ │ │ ├── IronPython.SQLite.dll
│ │ │ ├── IronPython.SQLite.xml
│ │ │ ├── IronPython.Wpf.dll
│ │ │ ├── IronPython.Wpf.xml
│ │ │ ├── IronPython.dll
│ │ │ ├── IronPython.xml
│ │ │ ├── Microsoft.Dynamic.dll
│ │ │ ├── Microsoft.Dynamic.xml
│ │ │ ├── Microsoft.Scripting.Metadata.dll
│ │ │ ├── Microsoft.Scripting.Metadata.xml
│ │ │ ├── Microsoft.Scripting.dll
│ │ │ ├── Microsoft.Scripting.xml
│ │ │ ├── csharp加Python.exe
│ │ │ ├── csharp加Python.exe.config
│ │ │ ├── csharp加Python.pdb
│ │ │ ├── csharp加Python.vshost.exe
│ │ │ ├── csharp加Python.vshost.exe.config
│ │ │ ├── csharp加Python.vshost.exe.manifest
│ │ │ ├── main.py
│ │ │ ├── multi.py
│ │ │ └── multi.pyc
│ │ ├── csharp加Python.csproj
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── csharp加Python.Form1.resources
│ │ │ ├── csharp加Python.Properties.Resources.resources
│ │ │ ├── csharp加Python.csproj.FileListAbsolute.txt
│ │ │ ├── csharp加Python.csproj.GenerateResource.Cache
│ │ │ ├── csharp加Python.csprojResolveAssemblyReference.cache
│ │ │ ├── csharp加Python.exe
│ │ │ └── csharp加Python.pdb
│ │ └── packages.config
│ ├── csharp加Python.sln
│ └── packages
│ ├── DynamicLanguageRuntime.1.3.0
│ │ ├── DynamicLanguageRuntime.1.3.0.nupkg
│ │ ├── LICENSE
│ │ ├── README.md
│ │ └── lib
│ │ ├── net45
│ │ │ ├── Microsoft.Dynamic.dll
│ │ │ ├── Microsoft.Dynamic.xml
│ │ │ ├── Microsoft.Scripting.Metadata.dll
│ │ │ ├── Microsoft.Scripting.Metadata.xml
│ │ │ ├── Microsoft.Scripting.dll
│ │ │ └── Microsoft.Scripting.xml
│ │ ├── netcoreapp2.1
│ │ │ ├── Microsoft.Dynamic.dll
│ │ │ ├── Microsoft.Dynamic.xml
│ │ │ ├── Microsoft.Scripting.Metadata.dll
│ │ │ ├── Microsoft.Scripting.Metadata.xml
│ │ │ ├── Microsoft.Scripting.dll
│ │ │ └── Microsoft.Scripting.xml
│ │ ├── netcoreapp3.1
│ │ │ ├── Microsoft.Dynamic.dll
│ │ │ ├── Microsoft.Dynamic.xml
│ │ │ ├── Microsoft.Scripting.Metadata.dll
│ │ │ ├── Microsoft.Scripting.Metadata.xml
│ │ │ ├── Microsoft.Scripting.dll
│ │ │ └── Microsoft.Scripting.xml
│ │ └── netstandard2.0
│ │ ├── Microsoft.Dynamic.dll
│ │ ├── Microsoft.Dynamic.xml
│ │ ├── Microsoft.Scripting.Metadata.dll
│ │ ├── Microsoft.Scripting.Metadata.xml
│ │ ├── Microsoft.Scripting.dll
│ │ └── Microsoft.Scripting.xml
│ └── IronPython.2.7.11
│ ├── IronPython.2.7.11.nupkg
│ ├── LICENSE
│ ├── README.md
│ └── lib
│ ├── net45
│ │ ├── IronPython.Modules.dll
│ │ ├── IronPython.Modules.xml
│ │ ├── IronPython.SQLite.dll
│ │ ├── IronPython.SQLite.xml
│ │ ├── IronPython.Wpf.dll
│ │ ├── IronPython.Wpf.xml
│ │ ├── IronPython.dll
│ │ └── IronPython.xml
│ ├── netcoreapp2.1
│ │ ├── IronPython.Modules.dll
│ │ ├── IronPython.Modules.xml
│ │ ├── IronPython.SQLite.dll
│ │ ├── IronPython.SQLite.xml
│ │ ├── IronPython.dll
│ │ └── IronPython.xml
│ ├── netcoreapp3.1
│ │ ├── IronPython.Modules.dll
│ │ ├── IronPython.Modules.xml
│ │ ├── IronPython.SQLite.dll
│ │ ├── IronPython.SQLite.xml
│ │ ├── IronPython.Wpf.dll
│ │ ├── IronPython.Wpf.xml
│ │ ├── IronPython.dll
│ │ └── IronPython.xml
│ └── netstandard2.0
│ ├── IronPython.Modules.dll
│ ├── IronPython.Modules.xml
│ ├── IronPython.SQLite.dll
│ ├── IronPython.SQLite.xml
│ ├── IronPython.dll
│ └── IronPython.xml
└── 好例子网_c#调用python脚本.rar
30 directories, 124 files