  | AssetLoadHelperGet Method  | 
 
Namespace: DigitalRune.Graphics.ContentAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntaxpublic static AssetLoadHelper Get(
	string assetName
)
Public Shared Function Get ( 
	assetName As String
) As AssetLoadHelper
public:
static AssetLoadHelper^ Get(
	String^ assetName
)
static member Get : 
        assetName : string -> AssetLoadHelper 
Parameters
- assetName
 - Type: SystemString
            The name of the asset. (See AssetName.)
             
Return Value
Type: 
AssetLoadHelperThe 
AssetLoadHelper for the given asset.
Exceptions
See Also