ProtocolImporter.BeginClass 메서드

정의

파생 클래스에서 재정의되는 경우 바인딩 클래스의 생성을 초기화합니다.

protected:
 abstract System::CodeDom::CodeTypeDeclaration ^ BeginClass();
protected abstract System.CodeDom.CodeTypeDeclaration BeginClass();
abstract member BeginClass : unit -> System.CodeDom.CodeTypeDeclaration
Protected MustOverride Function BeginClass () As CodeTypeDeclaration

반품

생성된 클래스입니다.

설명

지정된 바인딩에 대한 클래스를 생성할 때 클래스는 ProtocolImporter 작업에 해당하는 메서드를 생성하기 전에 메서드를 호출 BeginClass 합니다.

적용 대상