System.Reflection (4.3.0)
Published 2023-05-05 11:41:22 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 4.3.0 System.Reflection
About this package
Provides types that retrieve information about assemblies, modules, members, parameters, and other entities in managed code by examining their metadata. These types also can be used to manipulate instances of loaded types, for example to hook up events or to invoke methods.
Commonly Used Types: System.Reflection.MethodInfo System.Reflection.PropertyInfo System.Reflection.ParameterInfo System.Reflection.FieldInfo System.Reflection.ConstructorInfo System.Reflection.Assembly System.Reflection.MemberInfo System.Reflection.EventInfo System.Reflection.Module
When using NuGet 3.x this package requires at least version 3.4.
Dependencies
ID | Version | Target Framework |
---|---|---|
Microsoft.NETCore.Platforms | 1.1.0 | .NETCore5.0 |
Microsoft.NETCore.Targets | 1.1.0 | .NETCore5.0 |
System.IO | 4.3.0 | .NETCore5.0 |
System.Reflection.Primitives | 4.3.0 | .NETCore5.0 |
System.Runtime | 4.3.0 | .NETCore5.0 |
Microsoft.NETCore.Platforms | 1.1.0 | .NETStandard1.0 |
Microsoft.NETCore.Targets | 1.1.0 | .NETStandard1.0 |
System.IO | 4.3.0 | .NETStandard1.0 |
System.Reflection.Primitives | 4.3.0 | .NETStandard1.0 |
System.Runtime | 4.3.0 | .NETStandard1.0 |
Microsoft.NETCore.Platforms | 1.1.0 | .NETStandard1.3 |
Microsoft.NETCore.Targets | 1.1.0 | .NETStandard1.3 |
System.IO | 4.3.0 | .NETStandard1.3 |
System.Reflection.Primitives | 4.3.0 | .NETStandard1.3 |
System.Runtime | 4.3.0 | .NETStandard1.3 |
Microsoft.NETCore.Platforms | 1.1.0 | .NETStandard1.5 |
Microsoft.NETCore.Targets | 1.1.0 | .NETStandard1.5 |
System.IO | 4.3.0 | .NETStandard1.5 |
System.Reflection.Primitives | 4.3.0 | .NETStandard1.5 |
System.Runtime | 4.3.0 | .NETStandard1.5 |