PexFactoryMethodAttribute.TryGetFactoredType(TypeEx) Method

Definition

Gets the factored type.

public:
 bool TryGetFactoredType([Runtime::InteropServices::Out] Microsoft::ExtendedReflection::Metadata::TypeEx ^ % type);
public bool TryGetFactoredType (out Microsoft.ExtendedReflection.Metadata.TypeEx type);
member this.TryGetFactoredType : TypeEx -> bool
Public Function TryGetFactoredType (ByRef type As TypeEx) As Boolean

Parameters

type
Microsoft.ExtendedReflection.Metadata.TypeEx

Returns

Returns Boolean.

Applies to