CustomReflectionContext
CustomReflectionContext()
CustomReflectionContext(ReflectionContext)
AddProperties(Type)
CreateProperty(Type, String, Func<Object, Object>, Action<Object, Object>)
CreateProperty(Type, String, Func<Object, Object>, Action<Object, Object>, IEnumerable<Attribute>, IEnumerable<Attribute>, IEnumerable<Attribute>)
GetCustomAttributes(MemberInfo, IEnumerable<Object>)
GetCustomAttributes(ParameterInfo, IEnumerable<Object>)
MapAssembly(Assembly)
MapType(TypeInfo)
net10.0
namespace System.Reflection.Context
{
public abstract class CustomReflectionContext : ReflectionContext
{
public override TypeInfo! MapType(TypeInfo! type);
}
}
| .NET | 8.09.010.0 |
|---|---|
| .NET Framework | 4.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Reflection.Context , Version=10.0.0.1, PublicKeyToken=b77a5c561934e089 |
| Referencing | Your project needs a package reference to |
| Package | System.Reflection.Context (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API