PexInstrumentTypeAttributeBase.CacheTargetTypes Método

Definição

Sobrecargas

CacheTargetTypes()

Armazena em cache os tipos de destino.

CacheTargetTypes(SafeSet<TypeDefinition>)

Armazena em cache os tipos de destino.

CacheTargetTypes()

Armazena em cache os tipos de destino.

protected:
 virtual Microsoft::ExtendedReflection::Collections::IIndexable<System::String ^> ^ CacheTargetTypes();
protected virtual Microsoft.ExtendedReflection.Collections.IIndexable<string> CacheTargetTypes ();
abstract member CacheTargetTypes : unit -> Microsoft.ExtendedReflection.Collections.IIndexable<string>
override this.CacheTargetTypes : unit -> Microsoft.ExtendedReflection.Collections.IIndexable<string>
Protected Overridable Function CacheTargetTypes () As IIndexable(Of String)

Retornos

Microsoft.ExtendedReflection.Collections.IIndexable<String>

Aplica-se a

CacheTargetTypes(SafeSet<TypeDefinition>)

Armazena em cache os tipos de destino.

protected:
 abstract void CacheTargetTypes(Microsoft::ExtendedReflection::Collections::SafeSet<Microsoft::ExtendedReflection::Metadata::TypeDefinition ^> ^ types);
protected abstract void CacheTargetTypes (Microsoft.ExtendedReflection.Collections.SafeSet<Microsoft.ExtendedReflection.Metadata.TypeDefinition> types);
abstract member CacheTargetTypes : Microsoft.ExtendedReflection.Collections.SafeSet<Microsoft.ExtendedReflection.Metadata.TypeDefinition> -> unit
Protected MustOverride Sub CacheTargetTypes (types As SafeSet(Of TypeDefinition))

Parâmetros

types
Microsoft.ExtendedReflection.Collections.SafeSet<Microsoft.ExtendedReflection.Metadata.TypeDefinition>

Os tipos.

Aplica-se a