Read Stream Properties using IronPython
posted in: Code Snippets, Python
0
This code-snippet in IronPython shows how to read stream properties. Output: Files:
This code-snippet in IronPython shows how to read stream properties. Output: Files:
This code-snippet in Python shows how to use .NET Interface from Python. As a showcase we translated example “Tray Column and its Properties” from C# to Python. To call C# assemblies from Paython code, you’ll need to install Python.NET package. … Read More