PexInstrumentTypeAttributeBase.GetTargetTypes 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.
Gets the list of Type to instrument
protected:
Microsoft::ExtendedReflection::Collections::IIndexable<System::String ^> ^ GetTargetTypes();
protected Microsoft.ExtendedReflection.Collections.IIndexable<string> GetTargetTypes ();
member this.GetTargetTypes : unit -> Microsoft.ExtendedReflection.Collections.IIndexable<string>
Protected Function GetTargetTypes () As IIndexable(Of String)
Returns
Microsoft.ExtendedReflection.Collections.IIndexable<String>