Click or drag to resize

IModifiers Properties

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
See Also