W3cubDocs

/Dart 2

IsolateMirror class

An IsolateMirror reflects an isolate.

Implemented types

Constructors

IsolateMirror()

Properties

debugNameString
read-only
A unique name used to refer to the isolate in debugging messages.
isCurrentbool
read-only
Whether this mirror reflects the currently running isolate.
rootLibraryLibraryMirror
read-only
The root library for the reflected isolate.
hashCodeint
read-only, inherited
The hash code for this object. [...]
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.

Methods

loadUri(Uri uri) → Future<LibraryMirror>
Loads the library at the given uri into this isolate. [...]
noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]
toString() → String
inherited
Returns a string representation of this object.

Operators

operator ==(dynamic other) → bool
override
Whether other is an IsolateMirror on the same isolate as this mirror. [...]

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-mirrors/IsolateMirror-class.html