### YamlMime:ManagedReference items: - uid: UICatalog.Scenario.ScenarioMetadata commentId: T:UICatalog.Scenario.ScenarioMetadata id: Scenario.ScenarioMetadata parent: UICatalog children: - UICatalog.Scenario.ScenarioMetadata.#ctor(System.String,System.String) - UICatalog.Scenario.ScenarioMetadata.Description - UICatalog.Scenario.ScenarioMetadata.GetDescription(System.Type) - UICatalog.Scenario.ScenarioMetadata.GetName(System.Type) - UICatalog.Scenario.ScenarioMetadata.Name langs: - csharp - vb name: Scenario.ScenarioMetadata nameWithType: Scenario.ScenarioMetadata fullName: UICatalog.Scenario.ScenarioMetadata type: Class source: remote: path: UICatalog/Scenario.cs branch: docs_tweaks repo: tig:tig/gui.cs.git id: ScenarioMetadata path: ../UICatalog/Scenario.cs startLine: 95 assemblies: - UICatalog namespace: UICatalog summary: "\nDefines the metadata (Name and Description) for a \n" example: [] syntax: content: >- [AttributeUsage(AttributeTargets.Class)] public class ScenarioMetadata : Attribute content.vb: >- Public Class ScenarioMetadata 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: 4 modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: UICatalog.Scenario.ScenarioMetadata.Name commentId: P:UICatalog.Scenario.ScenarioMetadata.Name id: Name parent: UICatalog.Scenario.ScenarioMetadata langs: - csharp - vb name: Name nameWithType: Scenario.ScenarioMetadata.Name fullName: UICatalog.Scenario.ScenarioMetadata.Name type: Property source: remote: path: UICatalog/Scenario.cs branch: docs_tweaks repo: tig:tig/gui.cs.git id: Name path: ../UICatalog/Scenario.cs startLine: 100 assemblies: - UICatalog namespace: UICatalog summary: "\n Name\n" example: [] syntax: content: public string Name { get; set; } parameters: [] return: type: System.String content.vb: Public Property Name As String overload: UICatalog.Scenario.ScenarioMetadata.Name* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: UICatalog.Scenario.ScenarioMetadata.Description commentId: P:UICatalog.Scenario.ScenarioMetadata.Description id: Description parent: UICatalog.Scenario.ScenarioMetadata langs: - csharp - vb name: Description nameWithType: Scenario.ScenarioMetadata.Description fullName: UICatalog.Scenario.ScenarioMetadata.Description type: Property source: remote: path: UICatalog/Scenario.cs branch: docs_tweaks repo: tig:tig/gui.cs.git id: Description path: ../UICatalog/Scenario.cs startLine: 105 assemblies: - UICatalog namespace: UICatalog summary: "\n Description\n" example: [] syntax: content: public string Description { get; set; } parameters: [] return: type: System.String content.vb: Public Property Description As String overload: UICatalog.Scenario.ScenarioMetadata.Description* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: UICatalog.Scenario.ScenarioMetadata.#ctor(System.String,System.String) commentId: M:UICatalog.Scenario.ScenarioMetadata.#ctor(System.String,System.String) id: '#ctor(System.String,System.String)' parent: UICatalog.Scenario.ScenarioMetadata langs: - csharp - vb name: ScenarioMetadata(String, String) nameWithType: Scenario.ScenarioMetadata.ScenarioMetadata(String, String) fullName: UICatalog.Scenario.ScenarioMetadata.ScenarioMetadata(System.String, System.String) type: Constructor source: remote: path: UICatalog/Scenario.cs branch: docs_tweaks repo: tig:tig/gui.cs.git id: .ctor path: ../UICatalog/Scenario.cs startLine: 107 assemblies: - UICatalog namespace: UICatalog syntax: content: public ScenarioMetadata(string Name, string Description) parameters: - id: Name type: System.String - id: Description type: System.String content.vb: Public Sub New(Name As String, Description As String) overload: UICatalog.Scenario.ScenarioMetadata.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: UICatalog.Scenario.ScenarioMetadata.GetName(System.Type) commentId: M:UICatalog.Scenario.ScenarioMetadata.GetName(System.Type) id: GetName(System.Type) parent: UICatalog.Scenario.ScenarioMetadata langs: - csharp - vb name: GetName(Type) nameWithType: Scenario.ScenarioMetadata.GetName(Type) fullName: UICatalog.Scenario.ScenarioMetadata.GetName(System.Type) type: Method source: remote: path: UICatalog/Scenario.cs branch: docs_tweaks repo: tig:tig/gui.cs.git id: GetName path: ../UICatalog/Scenario.cs startLine: 118 assemblies: - UICatalog namespace: UICatalog summary: "\nStatic helper function to get the Name given a Type\n" example: [] syntax: content: public static string GetName(Type t) parameters: - id: t type: System.Type description: '' return: type: System.String description: '' content.vb: Public Shared Function GetName(t As Type) As String overload: UICatalog.Scenario.ScenarioMetadata.GetName* modifiers.csharp: - public - static modifiers.vb: - Public - Shared - uid: UICatalog.Scenario.ScenarioMetadata.GetDescription(System.Type) commentId: M:UICatalog.Scenario.ScenarioMetadata.GetDescription(System.Type) id: GetDescription(System.Type) parent: UICatalog.Scenario.ScenarioMetadata langs: - csharp - vb name: GetDescription(Type) nameWithType: Scenario.ScenarioMetadata.GetDescription(Type) fullName: UICatalog.Scenario.ScenarioMetadata.GetDescription(System.Type) type: Method source: remote: path: UICatalog/Scenario.cs branch: docs_tweaks repo: tig:tig/gui.cs.git id: GetDescription path: ../UICatalog/Scenario.cs startLine: 125 assemblies: - UICatalog namespace: UICatalog summary: "\nStatic helper function to get the Description given a Type\n" example: [] syntax: content: public static string GetDescription(Type t) parameters: - id: t type: System.Type description: '' return: type: System.String description: '' content.vb: Public Shared Function GetDescription(t As Type) As String overload: UICatalog.Scenario.ScenarioMetadata.GetDescription* modifiers.csharp: - public - static modifiers.vb: - Public - Shared references: - uid: UICatalog.Scenario commentId: T:UICatalog.Scenario name: Scenario nameWithType: Scenario fullName: UICatalog.Scenario - uid: UICatalog commentId: N:UICatalog name: UICatalog nameWithType: UICatalog fullName: UICatalog - 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: UICatalog.Scenario.ScenarioMetadata.Name* commentId: Overload:UICatalog.Scenario.ScenarioMetadata.Name name: Name nameWithType: Scenario.ScenarioMetadata.Name fullName: UICatalog.Scenario.ScenarioMetadata.Name - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: UICatalog.Scenario.ScenarioMetadata.Description* commentId: Overload:UICatalog.Scenario.ScenarioMetadata.Description name: Description nameWithType: Scenario.ScenarioMetadata.Description fullName: UICatalog.Scenario.ScenarioMetadata.Description - uid: UICatalog.Scenario.ScenarioMetadata.#ctor* commentId: Overload:UICatalog.Scenario.ScenarioMetadata.#ctor name: ScenarioMetadata nameWithType: Scenario.ScenarioMetadata.ScenarioMetadata fullName: UICatalog.Scenario.ScenarioMetadata.ScenarioMetadata - uid: UICatalog.Scenario.ScenarioMetadata.GetName* commentId: Overload:UICatalog.Scenario.ScenarioMetadata.GetName name: GetName nameWithType: Scenario.ScenarioMetadata.GetName fullName: UICatalog.Scenario.ScenarioMetadata.GetName - uid: System.Type commentId: T:System.Type parent: System isExternal: true name: Type nameWithType: Type fullName: System.Type - uid: UICatalog.Scenario.ScenarioMetadata.GetDescription* commentId: Overload:UICatalog.Scenario.ScenarioMetadata.GetDescription name: GetDescription nameWithType: Scenario.ScenarioMetadata.GetDescription fullName: UICatalog.Scenario.ScenarioMetadata.GetDescription