Enum Visibility
Enumeration for the visibility of a global value
public enum Visibility
Fields
Default = 0
Default visibility for a GlobalValue
Hidden = 1
Two declarations of an object with hidden visibility refer to the same object if they are in the same shared object
Protected = 2
Symbol cannot be overridden by another module