Notification.AllowedAssemblies Property

NotificationAllowedAssemblies Property

The assemblies that can modify this instance.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public ICollection<Assembly> AllowedAssemblies { get; }
Public ReadOnly Property AllowedAssemblies As ICollection(Of Assembly)
	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.
Version Information

Rhino for Windows

Supported in: 6.14
See Also