Resolver Fields |
The Resolver type exposes the following members.
Name | Description | |
---|---|---|
_hasCompleteMatch |
Indicates if a complete match exists.
| |
_isValidCategory |
The delegate used to find valid object types for the target category.
| |
_parentExpression |
The parent expression of the unresolved reference (if any).
| |
_resolveCategory |
The targeted object category.
| |
_resolveFlags |
Special flags controlling the symbol resolution.
| |
_unresolvedRef |
The UnresolvedRef being resolved.
| |
CoClassAttributeName |
The name of the CoClass attribute.
| |
ExactMatching |
Determines whether or not exact matching is enforced when only one possible match is found for an UnresolvedRef.
By default, an exact match is required, but this can be set to false to allow a match if there is only one possibility.
| |
GuidAttributeName |
The name of the Guid attribute.
| |
ResolveAttempts |
The total number of resolve attempts for the current pass.
| |
ResolveFailures |
The total number of resolve failures for the current pass.
| |
TypeIdentifierAttributeName |
The name of the TypeIdentifier attribute used on COM interop types.
|