Method IsEditorAssembly
IsEditorAssembly(Assembly)
Determines if the given assembly is an editor assembly.
Declaration
public static bool IsEditorAssembly(Assembly assembly)
Parameters
Type | Name | Description |
---|---|---|
Assembly | assembly | The assembly. |
Returns
Type | Description |
---|---|
bool | Returns true if the assembly is an editor assembly. Returns false otherwise. |