다음을 통해 공유


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

반환

CodeTypeDeclaration

생성된 클래스입니다.

설명

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

적용 대상