[FEATURE] Create an interface to extract meta information from TopazFunction
See original GitHub issueFirstly, great project!
Secondly, I want to elaborate on the title by saying that in short what I’m trying to do is invoke a function with an arbitrary amount of parameters.
Given the following:
function myFunc(someParam, otherParam, thirdParam) {}
The return form evaluating this is a TopazFunction
, which is an internal type. Technically fine; Topaz lets you pass the object to InvokeFunction
, but a slight hindrance for my use-case. I’d personally like a way that functions can be exposed (just so I can see their names and the name of their parameters), and potentially build a delegate without having to do hacky reflection to determine the correct amount of parameters, etc.
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Extract an interface refactoring - Visual Studio (Windows)
Learn how to use the Quick Actions and Refactorings menu to create an interface by using existing members from a class, struct, ...
Read more >c# - Provide meta information to a class implementing an ...
I'd like to provide meta information about a class implementing an interface and retrieve this meta data without instantiating it.
Read more >Extract interface | IntelliJ IDEA Documentation
With the Extract Interface refactoring you have the following options: Create an interface based on the methods of a class.
Read more >Informatica Metadata Extraction Interface
Metadata Manager uses a preliminary process to restructure the source metadata into a format required by the mappings within each PowerCenter workflow. The ......
Read more >How to extract metadata from SDE tables
Hello, I'm looking for a way to extract metadata from the SDE tables (oracle 11g, AG Desktop 10.1). I think metadata are stored...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great, thanks.! Dynamic delegate creation is required because:
Please ignore my previous comment which was already deleted before your answer to it 😃 This is a good feature request. I will add this as soon as possible. Thank you.