Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static property: string AppPath

Declaration

string AppPath

Summary

Returns the full path to the directory containing the application's entry assembly. Will succeed for the main AppDomain of an application started as an .exe; will throw for anything that doesn't have an entry assembly, such as a manually created AppDomain.

See also