Compiler.Type 属性

定义

获取用于动态编译文件的语言提供程序的编译器类型名称。Gets the compiler type name of the language provider for dynamic compilation files.

public:
 property System::String ^ Type { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("type", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsRequired=true)]
public string Type { get; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsRequired=true)>]
member this.Type : string
Public ReadOnly Property Type As String

属性值

String

一个值,指定在动态编译文件中使用的语言编译器的类型名称。A value specifying the type name of the language compiler to use in dynamic compilation files.

属性

注解

指定语言提供程序的类型名称,包括包含提供程序实现的程序集的名称。Specifies the type name of the language provider, including the name of the assembly containing the provider implementation.

适用于