CompilationOptions.MainTypeName 属性

定义

声明静态 Main 方法的类型的完整名称。 必须是有效的非泛型命名空间限定名称。 如果任何静态 Main 方法是入口点的候选项,则为 Null。

public:  property System::String ^ MainTypeName {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string MainTypeName { get; protected set; }
public string? MainTypeName { get; protected set; }
member this.MainTypeName : string with get, set
Public Property MainTypeName As String

属性值

适用于