Click or drag to resize

IModifiers Interface

This interface is implemented by all code objects that have Modifiers.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public interface IModifiers

The IModifiers type exposes the following members.

Properties
  NameDescription
Public propertyIsInternal
True if the code object has internal access.
Public propertyIsPrivate
True if the code object has private access.
Public propertyIsProtected
True if the code object has protected access.
Public propertyIsPublic
True if the code object has public access.
Public propertyIsStatic
True if the code object is static.
Public propertyModifiers
Optional Modifiers for the code object.
Top
Methods
  NameDescription
Public methodGetAccessRights
Get the access rights of the code object.
Top
See Also