Method IsAssemblyExcluded
IsAssemblyExcluded(Assembly)
Checks if an assembly is excluded during the baking process.
Declaration
public bool IsAssemblyExcluded(Assembly assembly)
Parameters
| Type | Name | Description | 
|---|---|---|
| Assembly | assembly | The assembly to check.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | Returns true if the assembly is excluded, otherwise returns false.  |