VmserviceToolset class

Constructors

VmserviceToolset()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

forceGC() Future<void>
getInstanceByObject(dynamic obj) Future<Instance?>
getInstanceByObjectId(String? objectId) Future<Instance?>
getInstances(String objectId, int limit) Future<InstanceSet>
getLibraries() Future<List<LibraryRef>?>
getMainIsolate() Future<Isolate?>
getObject(String objectId, {int? offset, int? count}) Future<Obj?>
getObjectId(dynamic obj) Future<String?>
getObjectInstanceById(String objId) Future<Obj?>
通过ObjectId获取Instance
getRetainingPath(String targetId, int limit) Future<RetainingPath?>
getVM() Future<VM>
getVMService() Future<VmService>
invokeMethod(String targetId, String method, List<String> argumentIds) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchLibrary(String uri) Future<LibraryRef?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited