Initializes a new instance of the
AppInfo class
Namespace: DeltaEngine.Editor.AppBuilderAssembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
protected AppInfo(
string fullAppDataFilePath,
Guid appGuid,
PlatformName platform,
DateTime buildDate
)
protected AppInfo(
string fullAppDataFilePath,
Guid appGuid,
PlatformName platform,
DateTime buildDate
)
Protected Sub New (
fullAppDataFilePath As String,
appGuid As Guid,
platform As PlatformName,
buildDate As DateTime
)
Protected Sub New (
fullAppDataFilePath As String,
appGuid As Guid,
platform As PlatformName,
buildDate As DateTime
)
protected:
AppInfo(
String^ fullAppDataFilePath,
Guid appGuid,
PlatformName platform,
DateTime buildDate
)
protected:
AppInfo(
String^ fullAppDataFilePath,
Guid appGuid,
PlatformName platform,
DateTime buildDate
)
new :
fullAppDataFilePath : string *
appGuid : Guid *
platform : PlatformName *
buildDate : DateTime -> AppInfo
new :
fullAppDataFilePath : string *
appGuid : Guid *
platform : PlatformName *
buildDate : DateTime -> AppInfo