IsReferenceableType

IsReferenceableType(Assembly, Type)

public static bool IsReferenceableType(Assembly assembly, Type type) ;

Description

Determine if the Assembly can reference the Type.

Parameters

Parameter Name Description
assembly Assembly
type Type

Returns

Returns true if Assembly can refer to Type.