zoukankan      html  css  js  c++  java
  • EV: .NET 学习

    1. Get location of the version of .NET and type of platform (e.g. 64 bit). A typical example, might be: C:WindowsMicrosoft.NETFrameworkv4.0.30319.

    In your C# application code, the following will return the location:
    System.Runtime.InteropServices.RuntimeEnvironment.GetRuntimeDirectory()

    More ...

     2. Syntax of type attribute in config file.

    type="<TypeFullName>, <AssemblyName>, <Other assembly properties>"

    --------------------------------------------------------------------

    <configuration>
        <system.codedom>
            <compilers>
                <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" compilerOptions="/optimize" warningLevel="1" />
            </compilers>
        </system.codedom>
    </configuration>

    --------------------------------------------------------------------

    More ...

  • 相关阅读:
    BZOJ1087=Codevs2451=洛谷P1896&P2326互不侵犯
    poj1286
    P1066 2^k进制数
    开车旅行
    洛谷P1396 营救
    poj1840
    poj3693
    poj1195
    3955 最长严格上升子序列(加强版)
    1021 玛丽卡
  • 原文地址:https://www.cnblogs.com/weihongji/p/4307515.html
Copyright © 2011-2022 走看看