Method IsSystemManaged
IsSystemManaged(Type)
Check if the provided type is a managed system.
Declaration
public static bool IsSystemManaged(Type type)Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | Type to check | 
Returns
| Type | Description | 
|---|---|
| bool | Returns true if the system type is managed. Otherwise false. |