| Package | mx.messaging.management |
| Class | public class ObjectInstance |
| Inheritance | ObjectInstance Object |
| Property | Defined by | ||
|---|---|---|---|
| className : String
The class name.
| ObjectInstance | ||
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| objectName : ObjectName
The object name.
| ObjectInstance | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new instance of an empty ObjectInstance.
| ObjectInstance | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
|
Returns a string representation of the object name instance.
| ObjectInstance | ||
![]() |
Returns the primitive value of the specified object.
| Object | |
| className | property |
public var className:StringThe class name.
| objectName | property |
public var objectName:ObjectNameThe object name.
| ObjectInstance | () | constructor |
public function ObjectInstance()Creates a new instance of an empty ObjectInstance.
| toString | () | method |
public function toString():StringReturns a string representation of the object name instance.
ReturnsString —
String representation of the object name instance.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flex/2/langref/mx/messaging/management/ObjectInstance.html