ContractBase::QueryContract Method (String^)
.NET Framework (current version)
Reflects over the instance of a contract and returns the this pointer if the current object implements that contract.
Assembly: System.AddIn (in System.AddIn.dll)
Parameters
- contractIdentifier
-
Type:
System::String^
The full name of the contract, including its assembly name.
Return Value
Type: System.AddIn.Contract::IContract^The this pointer to an IContract interface, or null if the contract is not implemented.
Implements
IContract::QueryContract(String^)| Exception | Condition |
|---|---|
| ArgumentNullException | contractIdentifier is null. |
This method can be overridden.
.NET Framework
Available since 3.5
Available since 3.5
Show: