Namespace: DeltaEngine.Editor.AppBuilder.TestsAssembly: DeltaEngine.Editor.AppBuilder.Tests (in DeltaEngine.Editor.AppBuilder.Tests.dll) Version: 1.1.1.0 (1.1.1)
public AppNotFoundForPlatform(
string appName,
PlatformName platform
)
public AppNotFoundForPlatform(
string appName,
PlatformName platform
)
Public Sub New (
appName As String,
platform As PlatformName
)
Public Sub New (
appName As String,
platform As PlatformName
)
public:
AppNotFoundForPlatform(
String^ appName,
PlatformName platform
)
public:
AppNotFoundForPlatform(
String^ appName,
PlatformName platform
)
new :
appName : string *
platform : PlatformName -> AppNotFoundForPlatform
new :
appName : string *
platform : PlatformName -> AppNotFoundForPlatform