LazyMemberInfo Structure
Represents a MemberInfo object that does not load assemblies or create objects until requested.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
| Name | Description | |
|---|---|---|
![]() | LazyMemberInfo(MemberInfo^) | Initializes a new instance of the LazyMemberInfo class, representing the specified member. |
![]() | LazyMemberInfo(MemberTypes, Func<array<MemberInfo^>^>^) | Initializes a new instance of the LazyMemberInfo class for a member of the specified type with the specified accessors. |
![]() | LazyMemberInfo(MemberTypes, array<MemberInfo^>^) | Initializes a new instance of the LazyMemberInfo class for a member of the specified type with the specified accessors. |
| Name | Description | |
|---|---|---|
![]() | MemberType | Gets the type of the represented member. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Overrides ValueType::Equals(Object^).) |
![]() | GetAccessors() | Gets an array of the accessors for the represented member. |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(LazyMemberInfo, LazyMemberInfo) | Determines whether the two specified LazyMemberInfo objects are equal. |
![]() ![]() | Inequality(LazyMemberInfo, LazyMemberInfo) | Determines whether the two specified LazyMemberInfo objects are not equal. |
Available since 4.0
Silverlight
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



