AssemblyProxyAssemblyImplementsInterface Method
Examines if the specified assembly contains a type that implements an interface with the given name.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool AssemblyImplementsInterface(
string assemblyPath,
string moduleTypeInterface
)
- assemblyPath String
- The assembly file.
- moduleTypeInterface String
- The interface name.
BooleanTrue if the assembly contains a type that implements an interface with the specified name.