Nevron.Licensing Namespace / NDotNetUserInterfaceScope Class / RequestTypeInstantiationPermission Method


In This Topic
    RequestTypeInstantiationPermission Method (NDotNetUserInterfaceScope)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function RequestTypeInstantiationPermission( _
       ByVal type As System.Type, _
       ByVal editionType As ENEditionType _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDotNetUserInterfaceScope
    Dim type As System.Type
    Dim editionType As ENEditionType
    Dim value As System.Boolean
     
    value = instance.RequestTypeInstantiationPermission(type, editionType)
    public override System.bool RequestTypeInstantiationPermission( 
       System.Type type,
       ENEditionType editionType
    )

    Parameters

    type
    editionType
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also