clarius - netfx-Reflector 1.0.0.11
Strong-typed static reflection via Reflect: // Void static method MethodInfo cw = Reflect.GetMethod( () => Console.WriteLine);
// Instance void method MethodInfo mi = Reflect
// Boolean returning instance method MethodInfo pi = Reflect
PM> Install-Package netfx-Reflector -Version 1.0.0.11 -Source https://www.myget.org/F/clarius/api/v3/index.json
> nuget.exe install netfx-Reflector -Version 1.0.0.11 -Source https://www.myget.org/F/clarius/api/v3/index.json
> dotnet add package netfx-Reflector --version 1.0.0.11 --source https://www.myget.org/F/clarius/api/v3/index.json
source https://www.myget.org/F/clarius/api/v3/index.json
nuget netfx-Reflector ~> 1.0.0.11
Copy to clipboard
> choco install netfx-Reflector --version 1.0.0.11 --source https://www.myget.org/F/clarius/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "clarius" -SourceLocation "https://www.myget.org/F/clarius/api/v2"
Install-Module -Name "netfx-Reflector" -RequiredVersion "1.0.0.11" -Repository "clarius"
Copy to clipboard
Ownerskzu |
AuthorsDaniel Cazzulino, kzu, Clarius |
Project URLhttp://netfx.codeplex.com/ |
LicenseBSD |
Tagsnetfx reflection |
Info8 total downloads |
| 4 downloads for version 1.0.0.11 |
| Download (8.31 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.0.0.11 | 8.31 KB | Thu, 07 Mar 2019 11:31:31 GMT | 4 |
|
||
|
|
1.0.0.10 | 10.43 KB | Mon, 11 Jan 2016 18:09:08 GMT | 4 |
|