### YamlMime:ManagedReference items: - uid: DesktopMagicPluginAPI.Inputs.ElementAttribute commentId: T:DesktopMagicPluginAPI.Inputs.ElementAttribute id: ElementAttribute parent: DesktopMagicPluginAPI.Inputs children: - DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor - DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor(System.Int32) - DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor(System.String,System.Int32) - DesktopMagicPluginAPI.Inputs.ElementAttribute.Name - DesktopMagicPluginAPI.Inputs.ElementAttribute.OrderIndex langs: - csharp - vb name: ElementAttribute nameWithType: ElementAttribute fullName: DesktopMagicPluginAPI.Inputs.ElementAttribute type: Class source: remote: path: src/DesktopMagicPluginAPI/Inputs/ElementAttribute.cs branch: develop repo: https://github.com/Stone-Red-Code/DesktopMagic.git id: ElementAttribute path: Inputs/ElementAttribute.cs startLine: 7 assemblies: - DesktopMagicPluginAPI namespace: DesktopMagicPluginAPI.Inputs summary: "\nMarks a Property as element.\n" example: [] syntax: content: >- [AttributeUsage(AttributeTargets.Field)] public class ElementAttribute : Attribute content.vb: >- Public Class ElementAttribute Inherits Attribute inheritance: - System.Object - System.Attribute inheritedMembers: - System.Attribute.Equals(System.Object) - System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) - System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) - System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) - System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) - System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) - System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.Assembly) - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) - System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) - System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.Module) - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) - System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) - System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) - System.Attribute.GetHashCode - System.Attribute.IsDefaultAttribute - System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) - System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) - System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) - System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) - System.Attribute.IsDefined(System.Reflection.Module,System.Type) - System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) - System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) - System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) - System.Attribute.Match(System.Object) - System.Attribute.TypeId - System.Object.Equals(System.Object,System.Object) - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString attributes: - type: System.AttributeUsageAttribute ctor: System.AttributeUsageAttribute.#ctor(System.AttributeTargets) arguments: - type: System.AttributeTargets value: 256 modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: DesktopMagicPluginAPI.Inputs.ElementAttribute.Name commentId: P:DesktopMagicPluginAPI.Inputs.ElementAttribute.Name id: Name parent: DesktopMagicPluginAPI.Inputs.ElementAttribute langs: - csharp - vb name: Name nameWithType: ElementAttribute.Name fullName: DesktopMagicPluginAPI.Inputs.ElementAttribute.Name type: Property source: remote: path: src/DesktopMagicPluginAPI/Inputs/ElementAttribute.cs branch: develop repo: https://github.com/Stone-Red-Code/DesktopMagic.git id: Name path: Inputs/ElementAttribute.cs startLine: 13 assemblies: - DesktopMagicPluginAPI namespace: DesktopMagicPluginAPI.Inputs summary: "\nThe name of the element.\n" example: [] syntax: content: public string Name { get; } parameters: [] return: type: System.String content.vb: Public ReadOnly Property Name As String overload: DesktopMagicPluginAPI.Inputs.ElementAttribute.Name* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: DesktopMagicPluginAPI.Inputs.ElementAttribute.OrderIndex commentId: P:DesktopMagicPluginAPI.Inputs.ElementAttribute.OrderIndex id: OrderIndex parent: DesktopMagicPluginAPI.Inputs.ElementAttribute langs: - csharp - vb name: OrderIndex nameWithType: ElementAttribute.OrderIndex fullName: DesktopMagicPluginAPI.Inputs.ElementAttribute.OrderIndex type: Property source: remote: path: src/DesktopMagicPluginAPI/Inputs/ElementAttribute.cs branch: develop repo: https://github.com/Stone-Red-Code/DesktopMagic.git id: OrderIndex path: Inputs/ElementAttribute.cs startLine: 18 assemblies: - DesktopMagicPluginAPI namespace: DesktopMagicPluginAPI.Inputs summary: "\nThe order index of the element.\n" example: [] syntax: content: public int OrderIndex { get; } parameters: [] return: type: System.Int32 content.vb: Public ReadOnly Property OrderIndex As Integer overload: DesktopMagicPluginAPI.Inputs.ElementAttribute.OrderIndex* modifiers.csharp: - public - get modifiers.vb: - Public - ReadOnly - uid: DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor(System.String,System.Int32) commentId: M:DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor(System.String,System.Int32) id: '#ctor(System.String,System.Int32)' parent: DesktopMagicPluginAPI.Inputs.ElementAttribute langs: - csharp - vb name: ElementAttribute(String, Int32) nameWithType: ElementAttribute.ElementAttribute(String, Int32) fullName: DesktopMagicPluginAPI.Inputs.ElementAttribute.ElementAttribute(System.String, System.Int32) type: Constructor source: remote: path: src/DesktopMagicPluginAPI/Inputs/ElementAttribute.cs branch: develop repo: https://github.com/Stone-Red-Code/DesktopMagic.git id: .ctor path: Inputs/ElementAttribute.cs startLine: 25 assemblies: - DesktopMagicPluginAPI namespace: DesktopMagicPluginAPI.Inputs summary: "\nMarks a Property as element with the provided name and orderIndex.\n" example: [] syntax: content: public ElementAttribute(string name = "", int orderIndex = 0) parameters: - id: name type: System.String description: The name of the element. - id: orderIndex type: System.Int32 description: The order index of the element. content.vb: Public Sub New(name As String = "", orderIndex As Integer = 0) overload: DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor(System.Int32) commentId: M:DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor(System.Int32) id: '#ctor(System.Int32)' parent: DesktopMagicPluginAPI.Inputs.ElementAttribute langs: - csharp - vb name: ElementAttribute(Int32) nameWithType: ElementAttribute.ElementAttribute(Int32) fullName: DesktopMagicPluginAPI.Inputs.ElementAttribute.ElementAttribute(System.Int32) type: Constructor source: remote: path: src/DesktopMagicPluginAPI/Inputs/ElementAttribute.cs branch: develop repo: https://github.com/Stone-Red-Code/DesktopMagic.git id: .ctor path: Inputs/ElementAttribute.cs startLine: 35 assemblies: - DesktopMagicPluginAPI namespace: DesktopMagicPluginAPI.Inputs summary: "\nMarks a Property as element with the provided orderIndex.\n" example: [] syntax: content: public ElementAttribute(int orderIndex = 0) parameters: - id: orderIndex type: System.Int32 description: The order index of the element. content.vb: Public Sub New(orderIndex As Integer = 0) overload: DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor commentId: M:DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor id: '#ctor' parent: DesktopMagicPluginAPI.Inputs.ElementAttribute langs: - csharp - vb name: ElementAttribute() nameWithType: ElementAttribute.ElementAttribute() fullName: DesktopMagicPluginAPI.Inputs.ElementAttribute.ElementAttribute() type: Constructor source: remote: path: src/DesktopMagicPluginAPI/Inputs/ElementAttribute.cs branch: develop repo: https://github.com/Stone-Red-Code/DesktopMagic.git id: .ctor path: Inputs/ElementAttribute.cs startLine: 41 assemblies: - DesktopMagicPluginAPI namespace: DesktopMagicPluginAPI.Inputs example: [] syntax: content: public ElementAttribute() content.vb: Public Sub New overload: DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor* modifiers.csharp: - public modifiers.vb: - Public references: - uid: DesktopMagicPluginAPI.Inputs commentId: N:DesktopMagicPluginAPI.Inputs name: DesktopMagicPluginAPI.Inputs nameWithType: DesktopMagicPluginAPI.Inputs fullName: DesktopMagicPluginAPI.Inputs - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: System.Attribute commentId: T:System.Attribute parent: System isExternal: true name: Attribute nameWithType: Attribute fullName: System.Attribute - uid: System.Attribute.Equals(System.Object) commentId: M:System.Attribute.Equals(System.Object) parent: System.Attribute isExternal: true name: Equals(Object) nameWithType: Attribute.Equals(Object) fullName: System.Attribute.Equals(System.Object) spec.csharp: - uid: System.Attribute.Equals(System.Object) name: Equals nameWithType: Attribute.Equals fullName: System.Attribute.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.Equals(System.Object) name: Equals nameWithType: Attribute.Equals fullName: System.Attribute.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) parent: System.Attribute isExternal: true name: GetCustomAttribute(Assembly, Type) nameWithType: Attribute.GetCustomAttribute(Assembly, Type) fullName: System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) parent: System.Attribute isExternal: true name: GetCustomAttribute(Assembly, Type, Boolean) nameWithType: Attribute.GetCustomAttribute(Assembly, Type, Boolean) fullName: System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Assembly,System.Type,System.Boolean) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) parent: System.Attribute isExternal: true name: GetCustomAttribute(MemberInfo, Type) nameWithType: Attribute.GetCustomAttribute(MemberInfo, Type) fullName: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) parent: System.Attribute isExternal: true name: GetCustomAttribute(MemberInfo, Type, Boolean) nameWithType: Attribute.GetCustomAttribute(MemberInfo, Type, Boolean) fullName: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) parent: System.Attribute isExternal: true name: GetCustomAttribute(Module, Type) nameWithType: Attribute.GetCustomAttribute(Module, Type) fullName: System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) parent: System.Attribute isExternal: true name: GetCustomAttribute(Module, Type, Boolean) nameWithType: Attribute.GetCustomAttribute(Module, Type, Boolean) fullName: System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.Module,System.Type,System.Boolean) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) parent: System.Attribute isExternal: true name: GetCustomAttribute(ParameterInfo, Type) nameWithType: Attribute.GetCustomAttribute(ParameterInfo, Type) fullName: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) parent: System.Attribute isExternal: true name: GetCustomAttribute(ParameterInfo, Type, Boolean) nameWithType: Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean) fullName: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean) name: GetCustomAttribute nameWithType: Attribute.GetCustomAttribute fullName: System.Attribute.GetCustomAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly) parent: System.Attribute isExternal: true name: GetCustomAttributes(Assembly) nameWithType: Attribute.GetCustomAttributes(Assembly) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) parent: System.Attribute isExternal: true name: GetCustomAttributes(Assembly, Boolean) nameWithType: Attribute.GetCustomAttributes(Assembly, Boolean) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) parent: System.Attribute isExternal: true name: GetCustomAttributes(Assembly, Type) nameWithType: Attribute.GetCustomAttributes(Assembly, Type) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) parent: System.Attribute isExternal: true name: GetCustomAttributes(Assembly, Type, Boolean) nameWithType: Attribute.GetCustomAttributes(Assembly, Type, Boolean) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) parent: System.Attribute isExternal: true name: GetCustomAttributes(MemberInfo) nameWithType: Attribute.GetCustomAttributes(MemberInfo) fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) parent: System.Attribute isExternal: true name: GetCustomAttributes(MemberInfo, Boolean) nameWithType: Attribute.GetCustomAttributes(MemberInfo, Boolean) fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) parent: System.Attribute isExternal: true name: GetCustomAttributes(MemberInfo, Type) nameWithType: Attribute.GetCustomAttributes(MemberInfo, Type) fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) parent: System.Attribute isExternal: true name: GetCustomAttributes(MemberInfo, Type, Boolean) nameWithType: Attribute.GetCustomAttributes(MemberInfo, Type, Boolean) fullName: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module) parent: System.Attribute isExternal: true name: GetCustomAttributes(Module) nameWithType: Attribute.GetCustomAttributes(Module) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) parent: System.Attribute isExternal: true name: GetCustomAttributes(Module, Boolean) nameWithType: Attribute.GetCustomAttributes(Module, Boolean) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) parent: System.Attribute isExternal: true name: GetCustomAttributes(Module, Type) nameWithType: Attribute.GetCustomAttributes(Module, Type) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) parent: System.Attribute isExternal: true name: GetCustomAttributes(Module, Type, Boolean) nameWithType: Attribute.GetCustomAttributes(Module, Type, Boolean) fullName: System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.Module,System.Type,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) parent: System.Attribute isExternal: true name: GetCustomAttributes(ParameterInfo) nameWithType: Attribute.GetCustomAttributes(ParameterInfo) fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) parent: System.Attribute isExternal: true name: GetCustomAttributes(ParameterInfo, Boolean) nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Boolean) fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) parent: System.Attribute isExternal: true name: GetCustomAttributes(ParameterInfo, Type) nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Type) fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) commentId: M:System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) parent: System.Attribute isExternal: true name: GetCustomAttributes(ParameterInfo, Type, Boolean) nameWithType: Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean) fullName: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean) spec.csharp: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean) name: GetCustomAttributes nameWithType: Attribute.GetCustomAttributes fullName: System.Attribute.GetCustomAttributes isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.GetHashCode commentId: M:System.Attribute.GetHashCode parent: System.Attribute isExternal: true name: GetHashCode() nameWithType: Attribute.GetHashCode() fullName: System.Attribute.GetHashCode() spec.csharp: - uid: System.Attribute.GetHashCode name: GetHashCode nameWithType: Attribute.GetHashCode fullName: System.Attribute.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.GetHashCode name: GetHashCode nameWithType: Attribute.GetHashCode fullName: System.Attribute.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.IsDefaultAttribute commentId: M:System.Attribute.IsDefaultAttribute parent: System.Attribute isExternal: true name: IsDefaultAttribute() nameWithType: Attribute.IsDefaultAttribute() fullName: System.Attribute.IsDefaultAttribute() spec.csharp: - uid: System.Attribute.IsDefaultAttribute name: IsDefaultAttribute nameWithType: Attribute.IsDefaultAttribute fullName: System.Attribute.IsDefaultAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.IsDefaultAttribute name: IsDefaultAttribute nameWithType: Attribute.IsDefaultAttribute fullName: System.Attribute.IsDefaultAttribute isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) commentId: M:System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) parent: System.Attribute isExternal: true name: IsDefined(Assembly, Type) nameWithType: Attribute.IsDefined(Assembly, Type) fullName: System.Attribute.IsDefined(System.Reflection.Assembly, System.Type) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) commentId: M:System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) parent: System.Attribute isExternal: true name: IsDefined(Assembly, Type, Boolean) nameWithType: Attribute.IsDefined(Assembly, Type, Boolean) fullName: System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.Assembly,System.Type,System.Boolean) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Assembly name: Assembly nameWithType: Assembly fullName: System.Reflection.Assembly isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) commentId: M:System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) parent: System.Attribute isExternal: true name: IsDefined(MemberInfo, Type) nameWithType: Attribute.IsDefined(MemberInfo, Type) fullName: System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) commentId: M:System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) parent: System.Attribute isExternal: true name: IsDefined(MemberInfo, Type, Boolean) nameWithType: Attribute.IsDefined(MemberInfo, Type, Boolean) fullName: System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.MemberInfo name: MemberInfo nameWithType: MemberInfo fullName: System.Reflection.MemberInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) commentId: M:System.Attribute.IsDefined(System.Reflection.Module,System.Type) parent: System.Attribute isExternal: true name: IsDefined(Module, Type) nameWithType: Attribute.IsDefined(Module, Type) fullName: System.Attribute.IsDefined(System.Reflection.Module, System.Type) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) commentId: M:System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) parent: System.Attribute isExternal: true name: IsDefined(Module, Type, Boolean) nameWithType: Attribute.IsDefined(Module, Type, Boolean) fullName: System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.Module,System.Type,System.Boolean) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.Module name: Module nameWithType: Module fullName: System.Reflection.Module isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) commentId: M:System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) parent: System.Attribute isExternal: true name: IsDefined(ParameterInfo, Type) nameWithType: Attribute.IsDefined(ParameterInfo, Type) fullName: System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) commentId: M:System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) parent: System.Attribute isExternal: true name: IsDefined(ParameterInfo, Type, Boolean) nameWithType: Attribute.IsDefined(ParameterInfo, Type, Boolean) fullName: System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean) spec.csharp: - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean) name: IsDefined nameWithType: Attribute.IsDefined fullName: System.Attribute.IsDefined isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Reflection.ParameterInfo name: ParameterInfo nameWithType: ParameterInfo fullName: System.Reflection.ParameterInfo isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Type name: Type nameWithType: Type fullName: System.Type isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Boolean name: Boolean nameWithType: Boolean fullName: System.Boolean isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.Match(System.Object) commentId: M:System.Attribute.Match(System.Object) parent: System.Attribute isExternal: true name: Match(Object) nameWithType: Attribute.Match(Object) fullName: System.Attribute.Match(System.Object) spec.csharp: - uid: System.Attribute.Match(System.Object) name: Match nameWithType: Attribute.Match fullName: System.Attribute.Match isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Attribute.Match(System.Object) name: Match nameWithType: Attribute.Match fullName: System.Attribute.Match isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Attribute.TypeId commentId: P:System.Attribute.TypeId parent: System.Attribute isExternal: true name: TypeId nameWithType: Attribute.TypeId fullName: System.Attribute.TypeId - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: DesktopMagicPluginAPI.Inputs.ElementAttribute.Name* commentId: Overload:DesktopMagicPluginAPI.Inputs.ElementAttribute.Name name: Name nameWithType: ElementAttribute.Name fullName: DesktopMagicPluginAPI.Inputs.ElementAttribute.Name - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: DesktopMagicPluginAPI.Inputs.ElementAttribute.OrderIndex* commentId: Overload:DesktopMagicPluginAPI.Inputs.ElementAttribute.OrderIndex name: OrderIndex nameWithType: ElementAttribute.OrderIndex fullName: DesktopMagicPluginAPI.Inputs.ElementAttribute.OrderIndex - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true name: Int32 nameWithType: Int32 fullName: System.Int32 - uid: DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor* commentId: Overload:DesktopMagicPluginAPI.Inputs.ElementAttribute.#ctor name: ElementAttribute nameWithType: ElementAttribute.ElementAttribute fullName: DesktopMagicPluginAPI.Inputs.ElementAttribute.ElementAttribute - uid: DesktopMagicPluginAPI.Inputs.ElementAttribute commentId: T:DesktopMagicPluginAPI.Inputs.ElementAttribute name: ElementAttribute nameWithType: ElementAttribute fullName: DesktopMagicPluginAPI.Inputs.ElementAttribute