AssemblyProxyAssemblyImplementsInterface Method

Examines if the specified assembly contains a type that implements an interface with the given name.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool AssemblyImplementsInterface(
	string assemblyPath,
	string moduleTypeInterface
)

Parameters

assemblyPath  String
The assembly file.
moduleTypeInterface  String
The interface name.

Return Value

Boolean
True if the assembly contains a type that implements an interface with the specified name.

See Also