Initializes a new instance of the
WP7AppInfo class
Namespace: DeltaEngine.Editor.AppBuilder.WindowsPhone7Assembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
public WP7AppInfo(
string fullAppDataFilePath,
Guid appGuid,
DateTime buildDate
)
public WP7AppInfo(
string fullAppDataFilePath,
Guid appGuid,
DateTime buildDate
)
Public Sub New (
fullAppDataFilePath As String,
appGuid As Guid,
buildDate As DateTime
)
Public Sub New (
fullAppDataFilePath As String,
appGuid As Guid,
buildDate As DateTime
)
public:
WP7AppInfo(
String^ fullAppDataFilePath,
Guid appGuid,
DateTime buildDate
)
public:
WP7AppInfo(
String^ fullAppDataFilePath,
Guid appGuid,
DateTime buildDate
)
new :
fullAppDataFilePath : string *
appGuid : Guid *
buildDate : DateTime -> WP7AppInfo
new :
fullAppDataFilePath : string *
appGuid : Guid *
buildDate : DateTime -> WP7AppInfo