 | BasicAppSettingsIsFrameworkAssembly property |
True if the application is based on .Net framework.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic bool IsFrameworkAssembly { get; }
Public ReadOnly Property IsFrameworkAssembly As Boolean
Get
public:
property bool IsFrameworkAssembly {
bool get ();
}
member IsFrameworkAssembly : bool with get
Property value
Boolean
See also