다음을 통해 공유


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

속성 값

적용 대상