CustomLoaderAttribute(Type) Konstruktor

Definition

Initialisiert eine neue Instanz der CustomLoaderAttribute-Klasse.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

customLoaderType
Type

Der Typ des benutzerdefinierten Ladeprogramms.

Gilt für