Intersoft.Client.Framework Namespace > ApplicationPackage Class : GetEntryPointAssembly Method |
Public Function GetEntryPointAssembly() As Assembly
Dim instance As ApplicationPackage Dim value As Assembly value = instance.GetEntryPointAssembly()
public Assembly GetEntryPointAssembly()
public: Assembly^ GetEntryPointAssembly();
The entry point assembly is defined in the EntryPointAssembly property of the application package. In most cases, it is sufficient to define only the MainAssembly property of the package.
You specify the EntryPointAssembly property when the assembly that used as entry point is different with the assembly that contains the type used to instantiate the object.
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