Click or drag to resize

NotificationAllowedAssemblies Property

The assemblies that can modify this instance.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public ICollection<Assembly> AllowedAssemblies { get; }

Property Value

Type: ICollectionAssembly
Remarks
If empty, any assembly is allowed to edit the instance. You may specify additional assemblies that should have access to an instance at creation time.
See Also