IdeaBlade DevForce 2010 Help Reference
BaseAppDirectory Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > IdeaBladeConfig Class : BaseAppDirectory Property



Gets the base application directory.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property BaseAppDirectory As String
Visual Basic (Usage)Copy Code
Dim value As String
 
value = IdeaBladeConfig.BaseAppDirectory
C# 
public static string BaseAppDirectory {get;}
C++/CLI 
public:
static property String^ BaseAppDirectory {
   String^ 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 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

See Also

© 2013 All Rights Reserved.