Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NSkinResource Class / NSkinResource Constructor / NSkinResource Constructor(SkinResourceType,String,String,String)


In This Topic
    NSkinResource Constructor(SkinResourceType,String,String,String)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal resType As SkinResourceType, _
       ByVal skinName As System.String, _
       ByVal assemblyName As System.String, _
       ByVal filePath As System.String _
    )
    'Usage
     
    
    Dim resType As SkinResourceType
    Dim skinName As System.String
    Dim assemblyName As System.String
    Dim filePath As System.String
     
    Dim instance As New NSkinResource(resType, skinName, assemblyName, filePath)
    public NSkinResource( 
       SkinResourceType resType,
       System.string skinName,
       System.string assemblyName,
       System.string filePath
    )

    Parameters

    resType
    skinName
    assemblyName
    filePath
    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