dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
707 stars 1.55k forks source link

System.Reflection 1.x undocumented APIs #3912

Closed carlossanlop closed 4 years ago

carlossanlop commented 4 years ago

@steveharter @GrabYourPitchforks

Here are the undocumented API from System.Reflection. They were introduced in 1.x. There's some debt from the 2.x effort. We are asking all area owners to report back their plan/commitment for their undocumented APIs in order to tackle 33% of the APIs in the next month. Can you please help us with that?

For more information on the plan, see: #3904

Total: 395. Note: The table has 3 really long columns.

DocId Source File Path Docs URL
M:System.Reflection.Assembly.GetForwardedTypes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/Assembly.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Assembly.GetForwardedTypes
M:System.Reflection.Assembly.System#Reflection#ICustomAttributeProvider#GetCustomAttributes(System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/Assembly.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Assembly.System-Reflection-ICustomAttributeProvider-GetCustomAttributes
M:System.Reflection.Assembly.System#Reflection#ICustomAttributeProvider#GetCustomAttributes(System.Type,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/Assembly.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Assembly.System-Reflection-ICustomAttributeProvider-GetCustomAttributes
M:System.Reflection.Assembly.System#Reflection#ICustomAttributeProvider#IsDefined(System.Type,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/Assembly.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Assembly.System-Reflection-ICustomAttributeProvider-IsDefined
T:System.Reflection.AssemblyExtensions https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/AssemblyExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.AssemblyExtensions
M:System.Reflection.AssemblyExtensions.GetExportedTypes(System.Reflection.Assembly) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/AssemblyExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.AssemblyExtensions.GetExportedTypes
M:System.Reflection.AssemblyExtensions.GetModules(System.Reflection.Assembly) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/AssemblyExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.AssemblyExtensions.GetModules
M:System.Reflection.AssemblyExtensions.GetTypes(System.Reflection.Assembly) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/AssemblyExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.AssemblyExtensions.GetTypes
T:System.Reflection.AssemblyFlags https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/AssemblyFlags.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.AssemblyFlags
F:System.Reflection.BindingFlags.DoNotWrapExceptions https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/BindingFlags.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.BindingFlags
M:System.Reflection.DispatchProxy.#ctor https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/DispatchProxy.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.DispatchProxy.-ctor
T:System.Reflection.EventInfoExtensions https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/EventInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.EventInfoExtensions
M:System.Reflection.EventInfoExtensions.GetAddMethod(System.Reflection.EventInfo) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/EventInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.EventInfoExtensions.GetAddMethod
M:System.Reflection.EventInfoExtensions.GetAddMethod(System.Reflection.EventInfo,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/EventInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.EventInfoExtensions.GetAddMethod
M:System.Reflection.EventInfoExtensions.GetRaiseMethod(System.Reflection.EventInfo) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/EventInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.EventInfoExtensions.GetRaiseMethod
M:System.Reflection.EventInfoExtensions.GetRaiseMethod(System.Reflection.EventInfo,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/EventInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.EventInfoExtensions.GetRaiseMethod
M:System.Reflection.EventInfoExtensions.GetRemoveMethod(System.Reflection.EventInfo) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/EventInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.EventInfoExtensions.GetRemoveMethod
M:System.Reflection.EventInfoExtensions.GetRemoveMethod(System.Reflection.EventInfo,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/EventInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.EventInfoExtensions.GetRemoveMethod
T:System.Reflection.ManifestResourceAttributes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/ManifestResourceAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.ManifestResourceAttributes
M:System.Reflection.MemberInfo.HasSameMetadataDefinitionAs(System.Reflection.MemberInfo) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MemberInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MemberInfo.HasSameMetadataDefinitionAs
M:System.Reflection.MemberInfo.System#Reflection#ICustomAttributeProvider#GetCustomAttributes(System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MemberInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MemberInfo.System-Reflection-ICustomAttributeProvider-GetCustomAttributes
M:System.Reflection.MemberInfo.System#Reflection#ICustomAttributeProvider#GetCustomAttributes(System.Type,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MemberInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MemberInfo.System-Reflection-ICustomAttributeProvider-GetCustomAttributes
M:System.Reflection.MemberInfo.System#Reflection#ICustomAttributeProvider#IsDefined(System.Type,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MemberInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MemberInfo.System-Reflection-ICustomAttributeProvider-IsDefined
T:System.Reflection.MemberInfoExtensions https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MemberInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MemberInfoExtensions
P:System.Reflection.MethodBase.IsConstructedGenericMethod https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodBase.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodBase.IsConstructedGenericMethod
F:System.Reflection.MethodImportAttributes.BestFitMappingDisable https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.BestFitMappingEnable https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.BestFitMappingMask https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.CallingConventionCDecl https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.CallingConventionFastCall https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.CallingConventionMask https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.CallingConventionStdCall https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.CallingConventionThisCall https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.CallingConventionWinApi https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.CharSetAnsi https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.CharSetAuto https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.CharSetMask https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.CharSetUnicode https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.ExactSpelling https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
T:System.Reflection.MethodImportAttributes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.None https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.SetLastError https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.ThrowOnUnmappableCharDisable https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.ThrowOnUnmappableCharEnable https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
F:System.Reflection.MethodImportAttributes.ThrowOnUnmappableCharMask https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodImportAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodImportAttributes
M:System.Reflection.MethodInfoExtensions.GetBaseDefinition(System.Reflection.MethodInfo) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodInfoExtensions.GetBaseDefinition
T:System.Reflection.MethodInfoExtensions https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodInfoExtensions
T:System.Reflection.MethodSemanticsAttributes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/MethodSemanticsAttributes.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.MethodSemanticsAttributes
M:System.Reflection.Module.System#Reflection#ICustomAttributeProvider#GetCustomAttributes(System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/Module.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Module.System-Reflection-ICustomAttributeProvider-GetCustomAttributes
M:System.Reflection.Module.System#Reflection#ICustomAttributeProvider#GetCustomAttributes(System.Type,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/Module.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Module.System-Reflection-ICustomAttributeProvider-GetCustomAttributes
M:System.Reflection.Module.System#Reflection#ICustomAttributeProvider#IsDefined(System.Type,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/Module.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Module.System-Reflection-ICustomAttributeProvider-IsDefined
M:System.Reflection.ModuleExtensions.GetModuleVersionId(System.Reflection.Module) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/ModuleExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.ModuleExtensions.GetModuleVersionId
M:System.Reflection.ModuleExtensions.HasModuleVersionId(System.Reflection.Module) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/ModuleExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.ModuleExtensions.HasModuleVersionId
T:System.Reflection.ModuleExtensions https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/ModuleExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.ModuleExtensions
M:System.Reflection.ParameterInfo.System#Reflection#ICustomAttributeProvider#GetCustomAttributes(System.Type,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/ParameterInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.ParameterInfo.System-Reflection-ICustomAttributeProvider-GetCustomAttributes
M:System.Reflection.ParameterInfo.System#Reflection#ICustomAttributeProvider#GetCustomAttributes(System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/ParameterInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.ParameterInfo.System-Reflection-ICustomAttributeProvider-GetCustomAttributes
M:System.Reflection.ParameterInfo.System#Reflection#ICustomAttributeProvider#IsDefined(System.Type,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/ParameterInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.ParameterInfo.System-Reflection-ICustomAttributeProvider-IsDefined
M:System.Reflection.PropertyInfoExtensions.GetAccessors(System.Reflection.PropertyInfo) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/PropertyInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PropertyInfoExtensions.GetAccessors
M:System.Reflection.PropertyInfoExtensions.GetAccessors(System.Reflection.PropertyInfo,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/PropertyInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PropertyInfoExtensions.GetAccessors
M:System.Reflection.PropertyInfoExtensions.GetGetMethod(System.Reflection.PropertyInfo) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/PropertyInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PropertyInfoExtensions.GetGetMethod
M:System.Reflection.PropertyInfoExtensions.GetGetMethod(System.Reflection.PropertyInfo,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/PropertyInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PropertyInfoExtensions.GetGetMethod
M:System.Reflection.PropertyInfoExtensions.GetSetMethod(System.Reflection.PropertyInfo,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/PropertyInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PropertyInfoExtensions.GetSetMethod
M:System.Reflection.PropertyInfoExtensions.GetSetMethod(System.Reflection.PropertyInfo) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/PropertyInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PropertyInfoExtensions.GetSetMethod
T:System.Reflection.PropertyInfoExtensions https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/PropertyInfoExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PropertyInfoExtensions
P:System.Reflection.TypeDelegator.IsByRefLike https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeDelegator.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeDelegator.IsByRefLike
P:System.Reflection.TypeDelegator.IsGenericMethodParameter https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeDelegator.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeDelegator.IsGenericMethodParameter
P:System.Reflection.TypeDelegator.IsGenericTypeParameter https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeDelegator.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeDelegator.IsGenericTypeParameter
P:System.Reflection.TypeDelegator.IsSZArray https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeDelegator.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeDelegator.IsSZArray
P:System.Reflection.TypeDelegator.IsTypeDefinition https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeDelegator.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeDelegator.IsTypeDefinition
P:System.Reflection.TypeDelegator.IsVariableBoundArray https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeDelegator.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeDelegator.IsVariableBoundArray
M:System.Reflection.TypeExtensions.GetConstructor(System.Type,System.Type[]) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetConstructor
M:System.Reflection.TypeExtensions.GetConstructors(System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetConstructors
M:System.Reflection.TypeExtensions.GetConstructors(System.Type,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetConstructors
M:System.Reflection.TypeExtensions.GetDefaultMembers(System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetDefaultMembers
M:System.Reflection.TypeExtensions.GetEvent(System.Type,System.String) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetEvent
M:System.Reflection.TypeExtensions.GetEvent(System.Type,System.String,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetEvent
M:System.Reflection.TypeExtensions.GetEvents(System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetEvents
M:System.Reflection.TypeExtensions.GetEvents(System.Type,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetEvents
M:System.Reflection.TypeExtensions.GetField(System.Type,System.String,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetField
M:System.Reflection.TypeExtensions.GetField(System.Type,System.String) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetField
M:System.Reflection.TypeExtensions.GetFields(System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetFields
M:System.Reflection.TypeExtensions.GetFields(System.Type,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetFields
M:System.Reflection.TypeExtensions.GetGenericArguments(System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetGenericArguments
M:System.Reflection.TypeExtensions.GetInterfaces(System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetInterfaces
M:System.Reflection.TypeExtensions.GetMember(System.Type,System.String) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetMember
M:System.Reflection.TypeExtensions.GetMember(System.Type,System.String,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetMember
M:System.Reflection.TypeExtensions.GetMembers(System.Type,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetMembers
M:System.Reflection.TypeExtensions.GetMembers(System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetMembers
M:System.Reflection.TypeExtensions.GetMethod(System.Type,System.String) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetMethod
M:System.Reflection.TypeExtensions.GetMethod(System.Type,System.String,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetMethod
M:System.Reflection.TypeExtensions.GetMethod(System.Type,System.String,System.Type[]) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetMethod
M:System.Reflection.TypeExtensions.GetMethods(System.Type,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetMethods
M:System.Reflection.TypeExtensions.GetMethods(System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetMethods
M:System.Reflection.TypeExtensions.GetNestedType(System.Type,System.String,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetNestedType
M:System.Reflection.TypeExtensions.GetNestedTypes(System.Type,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetNestedTypes
M:System.Reflection.TypeExtensions.GetProperties(System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetProperties
M:System.Reflection.TypeExtensions.GetProperties(System.Type,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetProperties
M:System.Reflection.TypeExtensions.GetProperty(System.Type,System.String,System.Type,System.Type[]) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetProperty
M:System.Reflection.TypeExtensions.GetProperty(System.Type,System.String) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetProperty
M:System.Reflection.TypeExtensions.GetProperty(System.Type,System.String,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetProperty
M:System.Reflection.TypeExtensions.GetProperty(System.Type,System.String,System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.GetProperty
M:System.Reflection.TypeExtensions.IsAssignableFrom(System.Type,System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.IsAssignableFrom
M:System.Reflection.TypeExtensions.IsInstanceOfType(System.Type,System.Object) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions.IsInstanceOfType
T:System.Reflection.TypeExtensions https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeExtensions.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeExtensions
P:System.Reflection.TypeInfo.Assembly https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.Assembly
P:System.Reflection.TypeInfo.AssemblyQualifiedName https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.AssemblyQualifiedName
P:System.Reflection.TypeInfo.Attributes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.Attributes
P:System.Reflection.TypeInfo.BaseType https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.BaseType
P:System.Reflection.TypeInfo.ContainsGenericParameters https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.ContainsGenericParameters
P:System.Reflection.TypeInfo.DeclaringMethod https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.DeclaringMethod
M:System.Reflection.TypeInfo.FindInterfaces(System.Reflection.TypeFilter,System.Object) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.FindInterfaces
M:System.Reflection.TypeInfo.FindMembers(System.Reflection.MemberTypes,System.Reflection.BindingFlags,System.Reflection.MemberFilter,System.Object) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.FindMembers
P:System.Reflection.TypeInfo.FullName https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.FullName
P:System.Reflection.TypeInfo.GenericParameterAttributes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GenericParameterAttributes
P:System.Reflection.TypeInfo.GenericParameterPosition https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GenericParameterPosition
P:System.Reflection.TypeInfo.GenericTypeArguments https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GenericTypeArguments
M:System.Reflection.TypeInfo.GetArrayRank https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetArrayRank
M:System.Reflection.TypeInfo.GetConstructor(System.Type[]) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetConstructor
M:System.Reflection.TypeInfo.GetConstructors https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetConstructors
M:System.Reflection.TypeInfo.GetConstructors(System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetConstructors
M:System.Reflection.TypeInfo.GetDefaultMembers https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetDefaultMembers
M:System.Reflection.TypeInfo.GetElementType https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetElementType
M:System.Reflection.TypeInfo.GetEnumName(System.Object) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetEnumName
M:System.Reflection.TypeInfo.GetEnumNames https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetEnumNames
M:System.Reflection.TypeInfo.GetEnumUnderlyingType https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetEnumUnderlyingType
M:System.Reflection.TypeInfo.GetEnumValues https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetEnumValues
M:System.Reflection.TypeInfo.GetEvent(System.String) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetEvent
M:System.Reflection.TypeInfo.GetEvent(System.String,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetEvent
M:System.Reflection.TypeInfo.GetEvents(System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetEvents
M:System.Reflection.TypeInfo.GetEvents https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetEvents
M:System.Reflection.TypeInfo.GetField(System.String) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetField
M:System.Reflection.TypeInfo.GetField(System.String,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetField
M:System.Reflection.TypeInfo.GetFields https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetFields
M:System.Reflection.TypeInfo.GetFields(System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetFields
M:System.Reflection.TypeInfo.GetGenericArguments https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetGenericArguments
M:System.Reflection.TypeInfo.GetGenericParameterConstraints https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetGenericParameterConstraints
M:System.Reflection.TypeInfo.GetGenericTypeDefinition https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetGenericTypeDefinition
M:System.Reflection.TypeInfo.GetInterface(System.String) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetInterface
M:System.Reflection.TypeInfo.GetInterface(System.String,System.Boolean) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetInterface
M:System.Reflection.TypeInfo.GetInterfaces https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetInterfaces
M:System.Reflection.TypeInfo.GetMember(System.String,System.Reflection.MemberTypes,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetMember
M:System.Reflection.TypeInfo.GetMember(System.String) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetMember
M:System.Reflection.TypeInfo.GetMember(System.String,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetMember
M:System.Reflection.TypeInfo.GetMembers https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetMembers
M:System.Reflection.TypeInfo.GetMembers(System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetMembers
M:System.Reflection.TypeInfo.GetMethod(System.String) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetMethod
M:System.Reflection.TypeInfo.GetMethod(System.String,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetMethod
M:System.Reflection.TypeInfo.GetMethod(System.String,System.Type[]) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetMethod
M:System.Reflection.TypeInfo.GetMethod(System.String,System.Type[],System.Reflection.ParameterModifier[]) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetMethod
M:System.Reflection.TypeInfo.GetMethods https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetMethods
M:System.Reflection.TypeInfo.GetMethods(System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetMethods
M:System.Reflection.TypeInfo.GetNestedType(System.String,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetNestedType
M:System.Reflection.TypeInfo.GetNestedType(System.String) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetNestedType
M:System.Reflection.TypeInfo.GetNestedTypes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetNestedTypes
M:System.Reflection.TypeInfo.GetNestedTypes(System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetNestedTypes
M:System.Reflection.TypeInfo.GetProperties https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetProperties
M:System.Reflection.TypeInfo.GetProperties(System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetProperties
M:System.Reflection.TypeInfo.GetProperty(System.String,System.Type,System.Type[],System.Reflection.ParameterModifier[]) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetProperty
M:System.Reflection.TypeInfo.GetProperty(System.String,System.Type,System.Type[]) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetProperty
M:System.Reflection.TypeInfo.GetProperty(System.String) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetProperty
M:System.Reflection.TypeInfo.GetProperty(System.String,System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetProperty
M:System.Reflection.TypeInfo.GetProperty(System.String,System.Reflection.BindingFlags) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetProperty
M:System.Reflection.TypeInfo.GetProperty(System.String,System.Type[]) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GetProperty
P:System.Reflection.TypeInfo.GUID https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.GUID
P:System.Reflection.TypeInfo.HasElementType https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.HasElementType
P:System.Reflection.TypeInfo.IsAbstract https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsAbstract
P:System.Reflection.TypeInfo.IsAnsiClass https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsAnsiClass
P:System.Reflection.TypeInfo.IsArray https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsArray
M:System.Reflection.TypeInfo.IsAssignableFrom(System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsAssignableFrom
P:System.Reflection.TypeInfo.IsAutoClass https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsAutoClass
P:System.Reflection.TypeInfo.IsAutoLayout https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsAutoLayout
P:System.Reflection.TypeInfo.IsByRef https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsByRef
P:System.Reflection.TypeInfo.IsClass https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsClass
P:System.Reflection.TypeInfo.IsCOMObject https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsCOMObject
P:System.Reflection.TypeInfo.IsEnum https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsEnum
M:System.Reflection.TypeInfo.IsEnumDefined(System.Object) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsEnumDefined
M:System.Reflection.TypeInfo.IsEquivalentTo(System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsEquivalentTo
P:System.Reflection.TypeInfo.IsExplicitLayout https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsExplicitLayout
P:System.Reflection.TypeInfo.IsGenericParameter https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsGenericParameter
P:System.Reflection.TypeInfo.IsGenericType https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsGenericType
P:System.Reflection.TypeInfo.IsGenericTypeDefinition https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsGenericTypeDefinition
P:System.Reflection.TypeInfo.IsImport https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsImport
M:System.Reflection.TypeInfo.IsInstanceOfType(System.Object) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsInstanceOfType
P:System.Reflection.TypeInfo.IsInterface https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsInterface
P:System.Reflection.TypeInfo.IsLayoutSequential https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsLayoutSequential
P:System.Reflection.TypeInfo.IsMarshalByRef https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsMarshalByRef
P:System.Reflection.TypeInfo.IsNested https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsNested
P:System.Reflection.TypeInfo.IsNestedAssembly https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsNestedAssembly
P:System.Reflection.TypeInfo.IsNestedFamANDAssem https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsNestedFamANDAssem
P:System.Reflection.TypeInfo.IsNestedFamily https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsNestedFamily
P:System.Reflection.TypeInfo.IsNestedFamORAssem https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsNestedFamORAssem
P:System.Reflection.TypeInfo.IsNestedPrivate https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsNestedPrivate
P:System.Reflection.TypeInfo.IsNestedPublic https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsNestedPublic
P:System.Reflection.TypeInfo.IsNotPublic https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsNotPublic
P:System.Reflection.TypeInfo.IsPointer https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsPointer
P:System.Reflection.TypeInfo.IsPrimitive https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsPrimitive
P:System.Reflection.TypeInfo.IsPublic https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsPublic
P:System.Reflection.TypeInfo.IsSealed https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsSealed
P:System.Reflection.TypeInfo.IsSerializable https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsSerializable
P:System.Reflection.TypeInfo.IsSpecialName https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsSpecialName
M:System.Reflection.TypeInfo.IsSubclassOf(System.Type) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsSubclassOf
P:System.Reflection.TypeInfo.IsUnicodeClass https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsUnicodeClass
P:System.Reflection.TypeInfo.IsValueType https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsValueType
P:System.Reflection.TypeInfo.IsVisible https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.IsVisible
M:System.Reflection.TypeInfo.MakeArrayType https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.MakeArrayType
M:System.Reflection.TypeInfo.MakeArrayType(System.Int32) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.MakeArrayType
M:System.Reflection.TypeInfo.MakeByRefType https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.MakeByRefType
M:System.Reflection.TypeInfo.MakeGenericType(System.Type[]) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.MakeGenericType
M:System.Reflection.TypeInfo.MakePointerType https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.MakePointerType
P:System.Reflection.TypeInfo.MemberType https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.MemberType
P:System.Reflection.TypeInfo.Namespace https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.Namespace
P:System.Reflection.TypeInfo.StructLayoutAttribute https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.StructLayoutAttribute
P:System.Reflection.TypeInfo.TypeInitializer https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.TypeInitializer
P:System.Reflection.TypeInfo.UnderlyingSystemType https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection/TypeInfo.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.TypeInfo.UnderlyingSystemType
P:System.Reflection.Emit.AssemblyBuilder.DefinedTypes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/AssemblyBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.AssemblyBuilder.DefinedTypes
P:System.Reflection.Emit.AssemblyBuilder.Modules https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/AssemblyBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.AssemblyBuilder.Modules
P:System.Reflection.Emit.DynamicMethod.MethodImplementationFlags https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/DynamicMethod.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.DynamicMethod.MethodImplementationFlags
P:System.Reflection.Emit.EnumBuilder.Attributes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.Attributes
P:System.Reflection.Emit.EnumBuilder.ContainsGenericParameters https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.ContainsGenericParameters
P:System.Reflection.Emit.EnumBuilder.DeclaringMethod https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.DeclaringMethod
P:System.Reflection.Emit.EnumBuilder.GenericParameterAttributes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.GenericParameterAttributes
P:System.Reflection.Emit.EnumBuilder.GenericParameterPosition https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.GenericParameterPosition
P:System.Reflection.Emit.EnumBuilder.GenericTypeArguments https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.GenericTypeArguments
M:System.Reflection.Emit.EnumBuilder.GetArrayRank https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.GetArrayRank
M:System.Reflection.Emit.EnumBuilder.GetGenericParameterConstraints https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.GetGenericParameterConstraints
M:System.Reflection.Emit.EnumBuilder.GetGenericTypeDefinition https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.GetGenericTypeDefinition
P:System.Reflection.Emit.EnumBuilder.IsByRefLike https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.IsByRefLike
P:System.Reflection.Emit.EnumBuilder.IsEnum https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.IsEnum
P:System.Reflection.Emit.EnumBuilder.IsGenericParameter https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.IsGenericParameter
P:System.Reflection.Emit.EnumBuilder.IsGenericType https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.IsGenericType
P:System.Reflection.Emit.EnumBuilder.IsGenericTypeDefinition https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.IsGenericTypeDefinition
P:System.Reflection.Emit.EnumBuilder.IsSerializable https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.IsSerializable
P:System.Reflection.Emit.EnumBuilder.IsSZArray https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.IsSZArray
P:System.Reflection.Emit.EnumBuilder.IsTypeDefinition https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.IsTypeDefinition
P:System.Reflection.Emit.EnumBuilder.IsVariableBoundArray https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.IsVariableBoundArray
M:System.Reflection.Emit.EnumBuilder.MakeGenericType(System.Type[]) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/EnumBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.EnumBuilder.MakeGenericType
P:System.Reflection.Emit.GenericTypeParameterBuilder.Attributes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.GenericTypeParameterBuilder.Attributes
P:System.Reflection.Emit.GenericTypeParameterBuilder.GenericTypeArguments https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.GenericTypeParameterBuilder.GenericTypeArguments
M:System.Reflection.Emit.GenericTypeParameterBuilder.GetArrayRank https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.GenericTypeParameterBuilder.GetArrayRank
M:System.Reflection.Emit.GenericTypeParameterBuilder.GetGenericParameterConstraints https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.GenericTypeParameterBuilder.GetGenericParameterConstraints
P:System.Reflection.Emit.GenericTypeParameterBuilder.IsByRefLike https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.GenericTypeParameterBuilder.IsByRefLike
P:System.Reflection.Emit.GenericTypeParameterBuilder.IsEnum https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.GenericTypeParameterBuilder.IsEnum
P:System.Reflection.Emit.GenericTypeParameterBuilder.IsSerializable https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.GenericTypeParameterBuilder.IsSerializable
P:System.Reflection.Emit.GenericTypeParameterBuilder.IsSZArray https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.GenericTypeParameterBuilder.IsSZArray
P:System.Reflection.Emit.GenericTypeParameterBuilder.IsTypeDefinition https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.GenericTypeParameterBuilder.IsTypeDefinition
P:System.Reflection.Emit.GenericTypeParameterBuilder.IsVariableBoundArray https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/GenericTypeParameterBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.GenericTypeParameterBuilder.IsVariableBoundArray
P:System.Reflection.Emit.MethodBuilder.IsConstructedGenericMethod https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/MethodBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.MethodBuilder.IsConstructedGenericMethod
P:System.Reflection.Emit.MethodBuilder.MethodImplementationFlags https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/MethodBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.MethodBuilder.MethodImplementationFlags
P:System.Reflection.Emit.TypeBuilder.Attributes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/TypeBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.TypeBuilder.Attributes
P:System.Reflection.Emit.TypeBuilder.ContainsGenericParameters https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/TypeBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.TypeBuilder.ContainsGenericParameters
P:System.Reflection.Emit.TypeBuilder.GenericTypeArguments https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/TypeBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.TypeBuilder.GenericTypeArguments
M:System.Reflection.Emit.TypeBuilder.GetArrayRank https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/TypeBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.TypeBuilder.GetArrayRank
M:System.Reflection.Emit.TypeBuilder.GetGenericParameterConstraints https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/TypeBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.TypeBuilder.GetGenericParameterConstraints
P:System.Reflection.Emit.TypeBuilder.IsByRefLike https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/TypeBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.TypeBuilder.IsByRefLike
P:System.Reflection.Emit.TypeBuilder.IsEnum https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/TypeBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.TypeBuilder.IsEnum
P:System.Reflection.Emit.TypeBuilder.IsSerializable https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/TypeBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.TypeBuilder.IsSerializable
P:System.Reflection.Emit.TypeBuilder.IsSZArray https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/TypeBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.TypeBuilder.IsSZArray
P:System.Reflection.Emit.TypeBuilder.IsTypeDefinition https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/TypeBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.TypeBuilder.IsTypeDefinition
P:System.Reflection.Emit.TypeBuilder.IsVariableBoundArray https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.Emit/TypeBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.Emit.TypeBuilder.IsVariableBoundArray
Namespace: System.Reflection.PortableExecutable https://github.com/dotnet/dotnet-api-docs/blob/master/xml/ns-System.Reflection.PortableExecutable.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable
F:System.Reflection.PortableExecutable.Characteristics.AggressiveWSTrim https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.Bit32Machine https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.BytesReversedHi https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.BytesReversedLo https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
T:System.Reflection.PortableExecutable.Characteristics https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.DebugStripped https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.Dll https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.ExecutableImage https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.LargeAddressAware https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.LineNumsStripped https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.LocalSymsStripped https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.NetRunFromSwap https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.RelocsStripped https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.RemovableRunFromSwap https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.System https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
F:System.Reflection.PortableExecutable.Characteristics.UpSystemOnly https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/Characteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.Characteristics
T:System.Reflection.PortableExecutable.CorFlags https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorFlags.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorFlags
F:System.Reflection.PortableExecutable.CorFlags.ILLibrary https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorFlags.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorFlags
F:System.Reflection.PortableExecutable.CorFlags.ILOnly https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorFlags.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorFlags
F:System.Reflection.PortableExecutable.CorFlags.NativeEntryPoint https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorFlags.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorFlags
F:System.Reflection.PortableExecutable.CorFlags.Prefers32Bit https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorFlags.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorFlags
F:System.Reflection.PortableExecutable.CorFlags.Requires32Bit https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorFlags.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorFlags
F:System.Reflection.PortableExecutable.CorFlags.StrongNameSigned https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorFlags.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorFlags
F:System.Reflection.PortableExecutable.CorFlags.TrackDebugData https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorFlags.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorFlags
P:System.Reflection.PortableExecutable.CorHeader.CodeManagerTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorHeader.CodeManagerTableDirectory
T:System.Reflection.PortableExecutable.CorHeader https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorHeader
P:System.Reflection.PortableExecutable.CorHeader.EntryPointTokenOrRelativeVirtualAddress https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorHeader.EntryPointTokenOrRelativeVirtualAddress
P:System.Reflection.PortableExecutable.CorHeader.ExportAddressTableJumpsDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorHeader.ExportAddressTableJumpsDirectory
P:System.Reflection.PortableExecutable.CorHeader.Flags https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorHeader.Flags
P:System.Reflection.PortableExecutable.CorHeader.MajorRuntimeVersion https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorHeader.MajorRuntimeVersion
P:System.Reflection.PortableExecutable.CorHeader.ManagedNativeHeaderDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorHeader.ManagedNativeHeaderDirectory
P:System.Reflection.PortableExecutable.CorHeader.MetadataDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorHeader.MetadataDirectory
P:System.Reflection.PortableExecutable.CorHeader.MinorRuntimeVersion https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorHeader.MinorRuntimeVersion
P:System.Reflection.PortableExecutable.CorHeader.ResourcesDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorHeader.ResourcesDirectory
P:System.Reflection.PortableExecutable.CorHeader.StrongNameSignatureDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorHeader.StrongNameSignatureDirectory
P:System.Reflection.PortableExecutable.CorHeader.VtableFixupsDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/CorHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.CorHeader.VtableFixupsDirectory
T:System.Reflection.PortableExecutable.DebugDirectoryBuilder https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/DebugDirectoryBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.DebugDirectoryBuilder
M:System.Reflection.PortableExecutable.DebugDirectoryEntry.#ctor(… https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/DebugDirectoryEntry.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.DebugDirectoryEntry.-ctor
M:System.Reflection.PortableExecutable.DirectoryEntry.#ctor(System.Int32,System.Int32) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/DirectoryEntry.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.DirectoryEntry.-ctor
T:System.Reflection.PortableExecutable.DirectoryEntry https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/DirectoryEntry.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.DirectoryEntry
F:System.Reflection.PortableExecutable.DirectoryEntry.RelativeVirtualAddress https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/DirectoryEntry.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.DirectoryEntry.RelativeVirtualAddress
F:System.Reflection.PortableExecutable.DirectoryEntry.Size https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/DirectoryEntry.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.DirectoryEntry.Size
M:System.Reflection.PortableExecutable.ManagedPEBuilder.#ctor(… https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/ManagedPEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.ManagedPEBuilder.-ctor
M:System.Reflection.PortableExecutable.ManagedPEBuilder.CreateSections https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/ManagedPEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.ManagedPEBuilder.CreateSections
M:System.Reflection.PortableExecutable.ManagedPEBuilder.GetDirectories https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/ManagedPEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.ManagedPEBuilder.GetDirectories
T:System.Reflection.PortableExecutable.ManagedPEBuilder https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/ManagedPEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.ManagedPEBuilder
F:System.Reflection.PortableExecutable.ManagedPEBuilder.ManagedResourcesDataAlignment https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/ManagedPEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.ManagedPEBuilder.ManagedResourcesDataAlignment
F:System.Reflection.PortableExecutable.ManagedPEBuilder.MappedFieldDataAlignment https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/ManagedPEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.ManagedPEBuilder.MappedFieldDataAlignment
M:System.Reflection.PortableExecutable.ManagedPEBuilder.SerializeSection(System.String,System.Reflection.PortableExecutable.SectionLocation) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/ManagedPEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.ManagedPEBuilder.SerializeSection
M:System.Reflection.PortableExecutable.ManagedPEBuilder.Sign(… https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/ManagedPEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.ManagedPEBuilder.Sign
M:System.Reflection.PortableExecutable.PEBuilder.#ctor(… https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.-ctor
M:System.Reflection.PortableExecutable.PEBuilder.CreateSections https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.CreateSections
M:System.Reflection.PortableExecutable.PEBuilder.GetDirectories https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.GetDirectories
M:System.Reflection.PortableExecutable.PEBuilder.GetSections https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.GetSections
P:System.Reflection.PortableExecutable.PEBuilder.Header https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.Header
P:System.Reflection.PortableExecutable.PEBuilder.IdProvider https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.IdProvider
P:System.Reflection.PortableExecutable.PEBuilder.IsDeterministic https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.IsDeterministic
T:System.Reflection.PortableExecutable.PEBuilder https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder
M:System.Reflection.PortableExecutable.PEBuilder.Serialize(System.Reflection.Metadata.BlobBuilder) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.Serialize
M:System.Reflection.PortableExecutable.PEBuilder.SerializeSection(System.String,System.Reflection.PortableExecutable.SectionLocation) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.SerializeSection
M:System.Reflection.PortableExecutable.PEBuilder.Section.#ctor(System.String,System.Reflection.PortableExecutable.SectionCharacteristics) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder+Section.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.Section.-ctor
F:System.Reflection.PortableExecutable.PEBuilder.Section.Characteristics https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder+Section.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.Section.Characteristics
F:System.Reflection.PortableExecutable.PEBuilder.Section.Name https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder+Section.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.Section.Name
T:System.Reflection.PortableExecutable.PEBuilder.Section https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEBuilder+Section.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEBuilder.Section
P:System.Reflection.PortableExecutable.PEHeader.BaseRelocationTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.BaseRelocationTableDirectory
P:System.Reflection.PortableExecutable.PEHeader.BoundImportTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.BoundImportTableDirectory
P:System.Reflection.PortableExecutable.PEHeader.CopyrightTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.CopyrightTableDirectory
P:System.Reflection.PortableExecutable.PEHeader.CorHeaderTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.CorHeaderTableDirectory
P:System.Reflection.PortableExecutable.PEHeader.DebugTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.DebugTableDirectory
P:System.Reflection.PortableExecutable.PEHeader.DelayImportTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.DelayImportTableDirectory
P:System.Reflection.PortableExecutable.PEHeader.DllCharacteristics https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.DllCharacteristics
P:System.Reflection.PortableExecutable.PEHeader.ExceptionTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.ExceptionTableDirectory
P:System.Reflection.PortableExecutable.PEHeader.ExportTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.ExportTableDirectory
P:System.Reflection.PortableExecutable.PEHeader.GlobalPointerTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.GlobalPointerTableDirectory
P:System.Reflection.PortableExecutable.PEHeader.ImportAddressTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.ImportAddressTableDirectory
P:System.Reflection.PortableExecutable.PEHeader.ImportTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.ImportTableDirectory
P:System.Reflection.PortableExecutable.PEHeader.LoadConfigTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.LoadConfigTableDirectory
T:System.Reflection.PortableExecutable.PEHeader https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader
P:System.Reflection.PortableExecutable.PEHeader.ResourceTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.ResourceTableDirectory
P:System.Reflection.PortableExecutable.PEHeader.ThreadLocalStorageTableDirectory https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEHeader.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEHeader.ThreadLocalStorageTableDirectory
F:System.Reflection.PortableExecutable.PEMagic.PE32 https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEMagic.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEMagic
F:System.Reflection.PortableExecutable.PEMagic.PE32Plus https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEMagic.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEMagic
T:System.Reflection.PortableExecutable.PEMagic https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEMagic.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEMagic
T:System.Reflection.PortableExecutable.PEMemoryBlock https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/PEMemoryBlock.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.PEMemoryBlock
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align1024Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align128Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align16Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align1Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align2048Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align256Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align2Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align32Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align4096Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align4Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align512Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align64Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align8192Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Align8Bytes https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.AlignMask https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.ContainsCode https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.ContainsInitializedData https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.ContainsUninitializedData https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.GPRel https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.LinkerComdat https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.LinkerInfo https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.LinkerNRelocOvfl https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.LinkerOther https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.LinkerRemove https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.Mem16Bit https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemDiscardable https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemExecute https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemFardata https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemLocked https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemNotCached https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemNotPaged https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemPreload https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemProtected https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemPurgeable https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemRead https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemShared https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemSysheap https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.MemWrite https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.NoDeferSpecExc https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
T:System.Reflection.PortableExecutable.SectionCharacteristics https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.TypeCopy https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.TypeDSect https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.TypeGroup https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.TypeNoLoad https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.TypeNoPad https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.TypeOver https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
F:System.Reflection.PortableExecutable.SectionCharacteristics.TypeReg https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionCharacteristics.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionCharacteristics
M:System.Reflection.PortableExecutable.SectionLocation.#ctor(System.Int32,System.Int32) https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionLocation.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionLocation.-ctor
P:System.Reflection.PortableExecutable.SectionLocation.PointerToRawData https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionLocation.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionLocation.PointerToRawData
P:System.Reflection.PortableExecutable.SectionLocation.RelativeVirtualAddress https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionLocation.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionLocation.RelativeVirtualAddress
T:System.Reflection.PortableExecutable.SectionLocation https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Reflection.PortableExecutable/SectionLocation.xml https://review.docs.microsoft.com/en-us/dotnet/api/System.Reflection.PortableExecutable.SectionLocation
GrabYourPitchforks commented 4 years ago

Many of these APIs no longer exist. For instance, EnumBuilder.ContainsGenericParameters only existed in .NET Core 1.0 and .NET Core 1.1 - both of which are EOL. It was never in any version of .NET Framework or .NET Standard.

While docing these we should investigate whether we should focus our efforts on documenting APIs that exist in supported releases / standards only. Otherwise I imagine we could end up sinking a lot of time into this for very little payoff.

carlossanlop commented 4 years ago

only existed in .NET Core 1.0 and .NET Core 1.1 - both of which are EOL

@GrabYourPitchforks so they were shipped in 1.0 and 1.1, correct? It's my understanding that APIs are never removed, which means they can still be used by users of 2.x, 3.x and 5.0. So they need to be documented.

Is my understanding correct or did I miss something?

BillWagner commented 4 years ago

@carlossanlop @GrabYourPitchforks I'm checking internally what, if any, compliance issues would apply to these APIs.

GrabYourPitchforks commented 4 years ago

@carlossanlop Some of these APIs do not exist in .NET Core 2.0+. In many cases they got removed in favor of leaving only the base class implementation.

For instance, TypeBuilder, TypeInfo, and EnumBuilder all subclass Type. Type defines a virtual method ContainsGenericParameters, and all three of those subclassed types overrode the method. But in .NET Core 2.0, all of these overrides were removed, so all callers use the base method declaration Type.ContainsGenericParameters, which is already documented.

carlossanlop commented 4 years ago

Some of these APIs do not exist in .NET Core 2.0+

Interesting. So we do have exceptions.

The report with undoc APIs generated by the Docs build system does not indicate in any way if an API has been removed. I would expect area owners to help find out these special cases.

in .NET Core 2.0, all of these overrides were removed, so all callers use the base method declaration Type.ContainsGenericParameters, which is already documented.

We don't have a mechanism to inherit documentation from base classes, unfortunately.

@mimisasouvanh @joelmartinez should we have a mechanism that fills the "To be added." strings of APIs that inherit from base classes, automatically pre-filled with the parent's documentation instead? See: dotnet-api-docs/xml/System.Reflection.Emit/EnumBuilder.xml#L280-L306

mairaw commented 4 years ago

Wouldn't the report just have earlier versions and not later versions when the API gets dropped? That would be a good indication that the API was removed.

I think there is a request for mdoc to support the inheritdoc tag.

GrabYourPitchforks commented 4 years ago

What prompted my initial question was that Steve and I were triaging issues, and we're trying to figure out how to get through some of the load of this. We want to focus on .NET Core 2.0+ APIs since that should involve the least amount of throwaway work and should benefit the largest percentage of our user base.

joelmartinez commented 4 years ago

Yeah, like @mairaw mentioned, some variation of a response/support for this has been on the request list for a while ... there's a few different ways the problem could be approached (inheritdoc being one of them).

I'd recommend you work with @mimisasouvanh to get a feature cycled into the priority list ... that way we can review all the cases this affects (interface implementations, overridden members, etc) and pick a solution that has the most impact :)

mairaw commented 4 years ago

Probably the best option is to download the undocumented API report and apply some filters. You'd be able to see which ones are also supported on later versions. Ping me if you need any help.

carlossanlop commented 4 years ago

@GrabYourPitchforks @steveharter you can use the DocsPortingTool to quickly and easily port the EII documentation strings. There are instructions and an example in the README. Let me know if you have any questions about it.

steveharter commented 4 years ago

Closing this for 5.0. Please re-open if appropriate based upon a new report, or when there is an inheritdoc feature and System.Reflection needs to update existing doc to leverage that.