System.DelphiInterface Methods
InheritedProtected
Create | public | Creates an instance of System.DelphiInterface. |
Destroy | public | Frees an instance of System.DelphiInterface. |
operator ! | public | Indicates whether the DelphiInterface object represents a NULL interface. |
operator & | public | Returns a pointer to the underlying interface pointer. |
operator () | public | Returns the underlying interface class. |
operator * | public | Returns the underlying interface pointer. |
operator -> | public | Provides access to the properties and methods on the underlying interface. |
operator = | public | Assigns a value to the DelphiInterface. |
Release | public | Release removes its references to the underlying interface class. |