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


NSkinResource Constructor(SkinResourceType,String,String,String)
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)

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