ConstructorReflectionStrategy.GetMembers 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.
protected:
override System::Collections::Generic::IEnumerable<Microsoft::Practices::ObjectBuilder::IReflectionMemberInfo<System::Reflection::ConstructorInfo ^> ^> ^ GetMembers(Microsoft::Practices::ObjectBuilder::IBuilderContext ^ context, Type ^ typeToBuild, System::Object ^ existing, System::String ^ idToBuild);
protected override System.Collections.Generic.IEnumerable<Microsoft.Practices.ObjectBuilder.IReflectionMemberInfo<System.Reflection.ConstructorInfo>> GetMembers (Microsoft.Practices.ObjectBuilder.IBuilderContext context, Type typeToBuild, object existing, string idToBuild);
override this.GetMembers : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * obj * string -> seq<Microsoft.Practices.ObjectBuilder.IReflectionMemberInfo<System.Reflection.ConstructorInfo>>
Protected Overrides Function GetMembers (context As IBuilderContext, typeToBuild As Type, existing As Object, idToBuild As String) As IEnumerable(Of IReflectionMemberInfo(Of ConstructorInfo))
Parameters
- context
- IBuilderContext
- typeToBuild
- Type
- existing
- Object
- idToBuild
- String