Method IsEditorAssembly
IsEditorAssembly(Assembly)
Determines if the given assembly is an editor assembly.
선언
public static bool IsEditorAssembly(Assembly assembly)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Assembly | assembly | The assembly. |
반환
| 타입 | 설명 |
|---|---|
| bool | Returns true if the assembly is an editor assembly. Returns false otherwise. |