Beispiel #1
0
 /// <summary>
 /// Determines if an object is a COM object.
 /// </summary>
 /// <param name="value">The object to test.</param>
 /// <returns>True if the object is a COM object, False otherwise.</returns>
 public static bool IsComObject(object value)
 {
     return(ComObject.IsComObject(value));
 }