IsRuntimeAssembly

IsRuntimeAssembly(Assembly)

public static bool IsRuntimeAssembly(Assembly assembly) ;

Description

Determine if it is a runtime assembly.

Parameters

Parameter Name Description
assembly Assembly

Returns

Returns true if it is a runtime assembly.

Remarks

When the assembly such as UnityEditor is not referenced, it is set as the runtime assembly.