LazyMemberInfo Structure
Définition
Représente un objet MemberInfo qui ne charge des assemblys ou ne crée des objets que lorsque cela lui est demandé.Represents a MemberInfo object that does not load assemblies or create objects until requested.
public value class LazyMemberInfo
public struct LazyMemberInfo
type LazyMemberInfo = struct
Public Structure LazyMemberInfo
- Héritage
Constructeurs
LazyMemberInfo(MemberInfo) |
Initialise une nouvelle instance de la classe LazyMemberInfo représentant le membre spécifié.Initializes a new instance of the LazyMemberInfo class, representing the specified member. |
LazyMemberInfo(MemberTypes, Func<MemberInfo[]>) |
Initialise une nouvelle instance de la classe LazyMemberInfo pour un membre du type spécifié avec les accesseurs spécifiés.Initializes a new instance of the LazyMemberInfo class for a member of the specified type with the specified accessors. |
LazyMemberInfo(MemberTypes, MemberInfo[]) |
Initialise une nouvelle instance de la classe LazyMemberInfo pour un membre du type spécifié avec les accesseurs spécifiés.Initializes a new instance of the LazyMemberInfo class for a member of the specified type with the specified accessors. |
Propriétés
MemberType |
Obtient le type du membre représenté.Gets the type of the represented member. |
Méthodes
Equals(Object) |
Indique si cette instance et un objet spécifié sont égaux.Indicates whether this instance and a specified object are equal. |
GetAccessors() |
Obtient un tableau des accesseurs pour le membre représenté.Gets an array of the accessors for the represented member. |
GetHashCode() |
Retourne le code de hachage de cette instance.Returns the hash code for this instance. |
Opérateurs
Equality(LazyMemberInfo, LazyMemberInfo) |
Détermine si les deux objets LazyMemberInfo spécifiés sont égaux.Determines whether the two specified LazyMemberInfo objects are equal. |
Inequality(LazyMemberInfo, LazyMemberInfo) |
Détermine si les deux objets LazyMemberInfo spécifiés ne sont pas égaux.Determines whether the two specified LazyMemberInfo objects are not equal. |