代码搜索结果

找到约 10,000 项符合 Assembly 的代码

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; // // 有关程序集的常规信息是通过下列 // 属性集控制的。更改这些属性值可修改与程序集 // 关联的信息。 // [assembly: AssemblyTitle("")] [assembly: AssemblyDescription("")]

wap32.def

NAME WAP32 DESCRIPTION 'Assembly Win32 Program' CODE PRELOAD MOVEABLE DISCARDABLE DATA PRELOAD MOVEABLE MULTIPLE EXETYPE WINDOWS HEAPSIZE 8192 STACKSIZE

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; // // 有关程序集的常规信息是通过下列 // 属性集控制的。更改这些属性值可修改与程序集 // 关联的信息。 // [assembly: AssemblyTitle("")] [assembly: AssemblyDescription("")]

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; // // 有关程序集的常规信息是通过下列 //属性集控制的。更改这些属性值可修改与程序集 //关联的信息。 // [assembly: AssemblyTitle("")] [assembly: AssemblyDescription("")]

25.18.txt

Listing 25.18 Listing the Attributes Applied to the Currently Executing Assembly Assembly assbly = Assembly.GetExecutingAssembly(); object [] attribs = assbly.GetCustomAttributes(true); foreach (ob

25.8.txt

Listing 25.8 Defining an Attribute That Cannot Be Applied at Assembly or Module Scope [AttributeUsage(AttributeTargets.All & (~AttributeTargets.Assembly) & (~AttributeTargets.Module))] public clas

3.12.txt

Listing 3.12 Using the CompileToAssembly Regex Method to Save Regular Expressions in a New Assembly for Later Reuse using System; using System.Text.RegularExpressions; using System.Reflection; na

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列属性集 // 控制。更改这些属性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("核心对象库")] [

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列属性集 // 控制。更改这些属性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("串口调试者(C#开源)

assemblyinfo.cs

using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // 有关程序集的常规信息通过下列属性集 // 控制。更改这些属性值可修改 // 与程序集关联的信息。 [assembly: AssemblyTitle("houseAgency