INativeHandleContract Interface
.NET Framework (current version)
Provides access to a window's handle (Hwnd) from native code.
Assembly: System.AddIn.Contract (in System.AddIn.Contract.dll)
| Name | Description | |
|---|---|---|
![]() | AcquireLifetimeToken() | Specifies that the contract is accessible to a client until the client revokes the contract.(Inherited from IContract.) |
![]() | GetHandle() | Obtains the window's handle (Hwnd). |
![]() | GetRemoteHashCode() | |
![]() | QueryContract(String^) | Returns a contract that is implemented by this contract.(Inherited from IContract.) |
![]() | RemoteEquals(IContract^) | |
![]() | RemoteToString() | |
![]() | RevokeLifetimeToken(Int32) | Specifies that the contract is no longer accessible to a client.(Inherited from IContract.) |
This interface enables adding user interface features to add-ins by obtaining handles to native Window resources and passing them between application domains.
.NET Framework
Available since 3.5
Available since 3.5
Show:
