Click or drag to resize

NameAccessModifierExtensions Methods

The NameAccessModifierExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsModuleProvidedAccessModifier
Returns true if the modifier can be used by modules i.e. returns true for private, protected and public. Returns false for preconfigured since preconfigured is reserved for configured objects. Returns false for transient as transient is reserved for internal use
Public methodStatic memberIsNonPrivateNonTransient
Returns true for a public and protected and false for all others
Public methodStatic memberIsPrivateOrTransient
Returns true for a private and transient and false for all others
Public methodStatic memberVisible
Returns indicator whether the object is visible.

Always false if the object is private or transient.

Always true if the object is public or preconfigured.

For protected the module name must match

Top
See Also