Listing of VB Script (Enums)
                I have setup my VBScript per the article here  (converted it to a 
https://winscp.net/eng/docs/library_com_wsh#enums
Is there anyway to get a listing of all the enums?, i.e.
    
With using
    
It seems like you should be able to enumerate through the enums via a loop and pull the above property enum settings out.
Martin, the guru, has been awesome in answering these type enum questions, but I want to be more self sufficient.
Thanks!
            
        .wsf file):
https://winscp.net/eng/docs/library_com_wsh#enums
Is there anyway to get a listing of all the enums?, i.e.
Session Property Property Enum Setting Value Protocol Protocol_Sftp 0
Set session = WScript.CreateObject("WinSCP.Session", "session_")
Martin, the guru, has been awesome in answering these type enum questions, but I want to be more self sufficient.
Thanks!