Click or drag to resize

PlugInFind Method (Assembly)

Finds the plug-in instance that was loaded from a given assembly.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static PlugIn Find(
	Assembly pluginAssembly
)

Parameters

pluginAssembly
Type: System.ReflectionAssembly
The plug-in assembly.

You can get the assembly instance at runtime with the Assembly instance property.

Return Value

Type: PlugIn
The assembly plug-in instance if successful. Otherwise, null.
See Also