다음을 통해 공유


WindowsFormsApplicationBase.Run(String[]) 메서드

정의

Visual Basic 애플리케이션 모델을 설정하고 시작합니다.

public:
 void Run(cli::array <System::String ^> ^ commandLine);
public void Run (string[] commandLine);
member this.Run : string[] -> unit
Public Sub Run (commandLine As String())

매개 변수

commandLine
String[]

Sub Main의 명령줄입니다.

설명

My.Application.Run 메서드 Visual Basic 애플리케이션 모델에 대 한 지원을 제공 합니다. 애플리케이션 에서만에서이 메서드를 호출 해야 Sub Main합니다. 기본적으로 Sub Main 애플리케이션을 Windows Forms의이 메서드를 호출 합니다. 자세한 내용은 Visual Basic 애플리케이션 모델 개요합니다.

프로젝트 형식에 따라 가용성

프로젝트 형식 사용 가능
Windows Forms 애플리케이션
클래스 라이브러리 No
콘솔 애플리케이션 No
Windows Forms 컨트롤 라이브러리 No
웹 컨트롤 라이브러리 No
Windows 서비스 No
웹 사이트 No

적용 대상

추가 정보