ModuleBase.GetRealModuleType(Type) Method
In This Article
Returns the type of an XAF Module.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
module |
Type | The System. |
#Returns
Type | Description |
---|---|
Type | The System. |
#Remarks
If the passed type is not assignable from the ModuleBase type, or the passed type is obsolete, an ArgumentException is thrown. Otherwise, the type passed via the moduleType parameter is returned.
See Also