ContentIdentity Constructor (String, String)
Note
This constructor is available only when developing for Windows.
Initializes a new instance of ContentIdentity with the specified values.
Syntax
'Declaration
Public Sub New ( _
sourceFilename As String, _
sourceTool As String _
)
public ContentIdentity (
string sourceFilename,
string sourceTool
)
public:
ContentIdentity(
String sourceFilename,
String sourceTool
)
Parameters
- sourceFilename
Type: String
The absolute path to the file name of the asset source. - sourceTool
Type: String
The name of the digital content creation (DCC) tool that created the asset.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
ContentIdentity Class
ContentIdentity Members
Microsoft.Xna.Framework.Content.Pipeline Namespace
Platforms
Windows 7, Windows Vista, Windows XP