SGen.Platform 属性
定义
获取或设置 SGen 用于生成输出程序集的编译器平台。Gets or Sets the Compiler Platform used by SGen to generate the output assembly.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::String ^ Platform { System::String ^ get(); void set(System::String ^ value); };
public string Platform { get; set; }
member this.Platform : string with get, set
Public Property Platform As String
属性值
要使用的编译器平台。The compiler platform to use.