public string [] get_list(
            ASMPSMProfilePSMProfileType type
            )
        {
            object [] results = this.Invoke("get_list", new object [] {
                type
            });

            return((string [])(results[0]));
        }
 public System.IAsyncResult Beginget_list(ASMPSMProfilePSMProfileType type, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("get_list", new object[] {
         type
     }, callback, asyncState));
 }