RhinoCommon API
PlugInFind Method (Assembly) |
Finds the plug-in instance that was loaded from a given assembly.
Namespace: Rhino.PlugIns
Assembly: RhinoCommon (in RhinoCommon.dll)

public static PlugIn Find( Assembly pluginAssembly )
Public Shared Function Find ( pluginAssembly As Assembly ) As PlugIn
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: PlugInThe assembly plug-in instance if successful. Otherwise, null.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8