PexFocusOnAttributeBase.TryGetFocusedMethods 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.
Tries to get the focused methods.
public:
virtual bool TryGetFocusedMethods(Microsoft::Pex::Engine::Logging::IPexLog ^ log, [Runtime::InteropServices::Out] Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::ExtendedReflection::Metadata::MethodDefinition ^> ^ % methods);
public bool TryGetFocusedMethods (Microsoft.Pex.Engine.Logging.IPexLog log, out Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.MethodDefinition> methods);
abstract member TryGetFocusedMethods : Microsoft.Pex.Engine.Logging.IPexLog * IIndexable -> bool
override this.TryGetFocusedMethods : Microsoft.Pex.Engine.Logging.IPexLog * IIndexable -> bool
Public Function TryGetFocusedMethods (log As IPexLog, ByRef methods As IIndexable(Of MethodDefinition)) As Boolean
Parameters
- log
- Microsoft.Pex.Engine.Logging.IPexLog
The log.
- methods
- Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.MethodDefinition>
The methods.
Returns
Implements
Microsoft.Pex.Engine.Focus.IPexFocus.TryGetFocusedMethods(Microsoft.Pex.Engine.Logging.IPexLog,Microsoft.ExtendedReflection.Collections.IIndexable{Microsoft.ExtendedReflection.Metadata.MethodDefinition}@)