Intersoft ClientUI Documentation
GetResourceInfo Method



Resource path.
Gets the resource info from given resource path.
Syntax
public static StreamResourceInfo GetResourceInfo( 
   string resource
)
public:
static StreamResourceInfo^ GetResourceInfo( 
   String^ resource
) 
Public Shared Function GetResourceInfo( _
   ByVal resource As String _
) As StreamResourceInfo
 
Dim resource As String
Dim value As StreamResourceInfo
 
value = Resources.GetResourceInfo(resource)

Parameters

resource
Resource path.

Return Value

Resource info.
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

Reference

Resources Class
Resources Members

Send Feedback