How can i get a list of tags from the tag manager?

What i am trying to do is return all available tags from the tag manager. I don’t want to iterate through objects to find used tags…i want any and all tags that have been manually assigned and the default set-up tags in the tag manager. If someone knows the framework and can point me in a positive direction id be more than appreciative.

The only thing I can find is EditorGUI.TagField, but I don’t think that’d help. Try using a dll viewer on UnityEngine to see how that one is implemented.