Results 1 to 6 of 6

Thread: [RESOLVED][3.0/LINQ] C# Script?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2003
    Location
    Birmingham, AL
    Posts
    188

    Resolved [RESOLVED][3.0/LINQ] C# Script?

    Does anyone have any information on adding/using C# as a scripting language for an application?
    Last edited by Tewl; May 2nd, 2008 at 09:18 PM.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,173

    Re: [3.0/LINQ] C# Script?

    While I cannot give a definite answer due to the ambiguity of your question, I can say that if you have Visual Studio, you can write applications using C#.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2003
    Location
    Birmingham, AL
    Posts
    188

    Re: [3.0/LINQ] C# Script?

    Sorry, maybe I was not clear. I am wondering if their is a way to use the C# as a scripting language for macros and such like the VBScript engine.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,173

    Re: [3.0/LINQ] C# Script?

    Yes, you can, but I don't think it's going to be very efficient. You'll have the user input some C# code, which you can then use to create an assembly on the fly using the C# compiler to then execute that code. I know I've seen an example somewhere for this, so I'll try and find it.

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,173

    Re: [3.0/LINQ] C# Script?


  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Jun 2003
    Location
    Birmingham, AL
    Posts
    188

    Re: [3.0/LINQ] C# Script?

    That works, thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width