Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property BaseAppDirectory As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim value As String value = IdeaBladeConfig.BaseAppDirectory |
C# | |
---|---|
public static string BaseAppDirectory {get;} |
This is typically the location of the entry assembly (the first assembly used to execute the application). If the entry assembly is null, then returns the base directory of the current application domain.
This property returns null for a Silverlight application.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family