DevForce Help Reference
BaseAppDirectory Property


Gets the base application directory.
Syntax
'Declaration
 
Public Shared ReadOnly Property BaseAppDirectory As String
'Usage
 
Dim value As String
 
value = IdeaBladeConfig.BaseAppDirectory
public static string BaseAppDirectory {get;}
Remarks
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IdeaBladeConfig Class
IdeaBladeConfig Members

Send Feedback