PexAssumeAttributeBase.ValidateTargetIsDefined(IPexLog, Name) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates that the target is defined.
protected:
bool ValidateTargetIsDefined(Microsoft::Pex::Engine::Logging::IPexLog ^ log, Microsoft::ExtendedReflection::Metadata::Names::Name ^ targetName);
protected bool ValidateTargetIsDefined (Microsoft.Pex.Engine.Logging.IPexLog log, Microsoft.ExtendedReflection.Metadata.Names.Name targetName);
member this.ValidateTargetIsDefined : Microsoft.Pex.Engine.Logging.IPexLog * Microsoft.ExtendedReflection.Metadata.Names.Name -> bool
Protected Function ValidateTargetIsDefined (log As IPexLog, targetName As Name) As Boolean
Parameters
- log
- Microsoft.Pex.Engine.Logging.IPexLog
The log.
- targetName
- Microsoft.ExtendedReflection.Metadata.Names.Name
Name of the target.