ToString() public method

Returns a System.String that represents the current Mono.Addins.Addin.
public ToString ( ) : string
return string
Beispiel #1
0
 /// <summary>
 /// Returns a string that represents the current RuntimeAddin.
 /// </summary>
 /// <returns>
 /// A string that represents the current RuntimeAddin.
 /// </returns>
 public override string ToString()
 {
     return(ainfo.ToString());
 }