Object |
public abstract class ObjectCreationMode
The ObjectCreationMode type exposes the following members.
| Name | Description | |
|---|---|---|
| ObjectCreationMode | Initializes a new instance of the ObjectCreationMode class |
| Name | Description | |
|---|---|---|
| CreatingObject | ||
| DocumentWindow |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |