다음을 통해 공유


CustomLoaderAttribute(Type) 생성자

정의

CustomLoaderAttribute 클래스의 새 인스턴스를 초기화합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 CustomLoaderAttribute(Type ^ customLoaderType);
public CustomLoaderAttribute (Type customLoaderType);
new System.Web.Hosting.CustomLoaderAttribute : Type -> System.Web.Hosting.CustomLoaderAttribute
Public Sub New (customLoaderType As Type)

매개 변수

customLoaderType
Type

사용자 지정 로더의 형식입니다.

적용 대상