About 50 results
Open links in new tab
  1. How to execute a PowerShell script using C# - Stack Overflow

    Apr 28, 2020 · How to execute a PowerShell script using C# Asked 5 years, 11 months ago Modified 2 years, 8 months ago Viewed 49k times

  2. What are .CSX C# files for? - Stack Overflow

    Aug 20, 2014 · It is a C# Script File introduced with Roslyn: C# Script File (.csx) Editing Support: The CTP introduces a concept of a C# Script File. You can create a .csx file [...] [What is Roslyn? .NET …

  3. Unity C# Script Moving a character 2D - Stack Overflow

    Mar 28, 2015 · I'm trying to make a script to control the character. I want the character to move a certain distance to the right while alternating LEFT ARROW and then RIGHT ARROW inputs. So ideally …

  4. Compiling/Executing a C# Source File in Command Prompt

    Feb 16, 2009 · How do you compile and execute a .cs file from a command-prompt window?

  5. How do I run a Python script from C#? - Stack Overflow

    Aug 2, 2012 · I have been looking for a while now and can only find people suggesting to use IronPython or such. But there must be a way to call a Python script from C#. Some clarification: I need to run it …

  6. Accessing a variable from another script C# - Stack Overflow

    Accessing a variable from another script C# [duplicate] Asked 11 years, 6 months ago Modified 7 years, 5 months ago Viewed 60k times

  7. windows - How to add "jump" in C# script in Unity3d using Character ...

    Jun 16, 2020 · How to add "jump" in C# script in Unity3d using Character Controller? Asked 5 years, 9 months ago Modified 5 years, 9 months ago Viewed 10k times

  8. Run C# code on linux terminal - Stack Overflow

    How can I execute a C# code on a linux terminal as a shell script. I have this sample code: public string Check(string _IPaddress,string _Port, int _SmsID) { ClassGlobal._client = new TcpClient(

  9. How to execute an .SQL script file using c# - Stack Overflow

    I'm sure this question has been answered already, however I was unable to find an answer using the search tool. Using c# I'd like to run a .sql file. The sql file contains multiple sql statements,...

  10. My C# script isn't doing anything in Unity - Stack Overflow

    Dec 27, 2021 · My C# script isn't doing anything in Unity Ask Question Asked 4 years, 2 months ago Modified 4 years, 2 months ago