System.Win.Mtsobj.TMtsAutoObject Methods
InheritedProtected
_AddRef | protected | |
_Release | protected | |
Activate | protected | Activates an instance of TMtsAutoObject. |
AfterConstruction | public | Responds after the last constructor has executed. |
BeforeDestruction | public | Responds before the first destructor executes. |
CanBePooled | protected | Returns whether the MTS Automation object can be pooled. |
CheckDisposed | protected | This method is deprecated. |
ClassInfo | public | Returns a pointer to the run-time type information (RTTI) table for the object type. |
ClassName | public | Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
ClassNameIs | public | Determines whether an object is of a specific type. |
ClassParent | public | Returns the type of the immediate ancestor of a class. |
ClassType | public | Returns the class reference for the object's class. |
CleanupInstance | public | Performs finalization on long strings, variants, and interface variables within a class. |
Create | public | Creates an instance of TMtsAutoObject. |
CreateAggregated | public | Instantiates a COM object that is part of an aggregate. |
CreateFromFactory | public | Instantiates a COM object and initializes its values. |
Deactivate | protected | Deactivates an instance of TMtsAutoObject. |
DefaultHandler | public | Provides the interface for a method that processes message records. |
Destroy | public | Destroys an instance of TMtsAutoObject. |
DisableCommit | public | Prevents clients from completing transactions. |
Dispatch | public | Calls message-handling methods for the object, based on the contents of the Message parameter. |
DisposeOf (deprecated) | public | DisposeOf forces the execution of the destructor code in an object. |
EnableCommit | public | Allows clients to complete transactions without releasing state information. |
Equals | public | Checks whether the current instance and the Obj parameter are equal. |
Error | public | Returns the Error message of the TComObject instance. |
EventConnect | protected | Queries the interface Sink parameter and saves the EventSink. |
EventSinkChanged | protected | Responds when the EventConnect method sets or unsets an EventSink. |
FieldAddress | public | Returns the address of a published object field. |
Free | public | Destroys an object and frees its associated memory, if necessary. |
FreeInstance | public | Deallocates memory allocated by a previous call to the NewInstance method. |
GetClassInfo | protected | Returns a pointer to a TTypedComObject's type information. |
GetDisposed | protected | Getter for the Disposed property. |
GetHashCode | public | Returns an integer containing the hash code. |
GetIDsOfNames | protected | Maps a single member and an optional set of argument names to a corresponding set of integer dispatch identifiers (dispIDs). |
GetInterface | public | Retrieves a specified interface. |
GetInterfaceEntry | public | Returns the entry for a specific interface implemented in a class. |
GetInterfaceTable | public | Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
GetTypeInfo | protected | Retrieves the type information for an object. |
GetTypeInfoCount | protected | Returns the number of type information interfaces that an object provides (either 0 or 1). |
InheritsFrom | public | Determines the relationship of two object types. |
Initialize | public | Provides an interface to a method that initializes the Automation object. |
InitInstance | public | Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
InstanceSize | public | Returns the size in bytes of each instance of the object type. |
InterfaceSupportsErrorInfo | protected | |
Invoke | protected | Provides access to Automation properties and methods exposed by an object that supports the IDispatch interface. |
IsCallerInRole | public | Indicates whether the current client matches a particular security role. |
IsInTransaction | public | Indicates whether the MTS Automation object is running in a transaction. |
IsSecurityEnabled | public | Indicates whether security is enabled for the current MTS Automation object instance. |
MethodAddress | public | Returns the address of a class method by name. |
MethodName | public | Returns the name of a class method by address. |
NewInstance | public | Allocates memory for an instance of an object type and returns a pointer to that new instance. |
ObjAddRef | public | Implements the AddRef method of the IUnknown interface. |
ObjQueryInterface | public | Implements the QueryInterface method of the IUnknown interface. |
ObjRelease | public | Implements the Release method of the IUnknown interface. |
OnActivate | protected | Does nothing as implemented in TMtsAutoObject. |
OnDeactivate | protected | Does nothing as implemented in TMtsAutoObject. |
operator () | public | Returns an instance of the IObjectControl interface that TMtsAutoObject implements. |
QualifiedClassName | public | Returns the qualified name of the class. |
QueryInterface | protected | |
SafeCallException | public | Handles OLE exceptions. |
SetAbort | public | Allows the MTS Automation object to be deactivated and aborts any current transactions. |
SetComplete | public | Indicates that the MTS Automation object has successfully completed its current task. |
ToString | public | Returns a string containing the class name. |
UnitName | public | Returns the name of the unit where the class is defined. |
UnitScope | public | Returns the class's unit scope. |