Skip to content

IAssemblyRestrictedObject

Public Interface

A class that implements this interface signals its clients that its instances can only be modified by certain assemblies. This is useful in cases where only certain assemblies should be able to modify an object. The actual members of an instance that are restricted are left to the discretion of the instance’s class, and should be documented.

Namespace: Rhino.Runtime.Notifications

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public interface IAssemblyRestrictedObject

The IAssemblyRestrictedObject type exposes the following members.

Methods

Name

Description


Public Method

Determines whether an assembly can modify the instance.