_GetTypeFromInstance() static private method

static private _GetTypeFromInstance ( JsObject instance ) : Type
instance JsObject
return Type
コード例 #1
0
 /// <summary>
 /// Retrieves the type associated with an object instance.
 /// </summary>
 /// <returns>The type of the object.</returns>
 public Type GetType()
 {
     return(Type._GetTypeFromInstance(this.As <JsObject>()));
 }