AssemblyBuilder.GetExportedTypes 메서드

정의

이 어셈블리에 정의된 내보낸 형식을 가져옵니다.

public:
 override cli::array <Type ^> ^ GetExportedTypes();
public override Type[] GetExportedTypes ();
override this.GetExportedTypes : unit -> Type[]
Public Overrides Function GetExportedTypes () As Type()

반환

Type[]

이 어셈블리에 정의된 내보낸 형식을 포함하는 Type 의 배열입니다.

예외

이 메서드가 구현되지 않은 경우

호출자에게 필요한 권한이 없는 경우

적용 대상