PexInstrumentTypeAttributeBase.GetTargetTypes Method

Definition

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>

Applies to