CustomLoaderAttribute(Type) Constructor

Definitie

Initialiseert een nieuw exemplaar van de CustomLoaderAttribute klasse.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

customLoaderType
Type

Het type van het aangepaste laadprogramma.

Van toepassing op