DynUtil Class

Utility class for dynamic runtime operations.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static class DynUtil
Inheritance
Object    DynUtil

Methods

ActiveGrassHopperDoc Get active Grasshopper document when inside Grasshopper.
ActiveGrassHopperDocValueTable Return active Grasshopper document ValueTable, when inside Grasshopper.
FindLoadedAssemblies Find all loaded Assemblies of given name or starting with given name.
FindLoadedAssembly Lookup an Assemblies by name searching through loaded Assemblies.
InDebugMode Debugging mode at runtime.
InsideOf Get the calling method.
PerLoadedAssemblies Get the calling method.
RhinoAppProperty Returns (static) property from RhinoApp when available.
RhinoOut Get writer that writes to the Rhino command window.
SetOutput Set console and trace/debug output to rhino when available, otherwise console and default (e.g. vs output window).

See Also