You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a script object by myself or use dependency injection technique, because my script class can be depended on another dependencies.
Is it possible?
If I understand correctly, a class which implements abstract class
AGIScriptwill be created at runtime via Reflection.this is the code in
GeneralMappingStrategy.csuses reflection to create script object:I want to create a script object by myself or use dependency injection technique, because my script class can be depended on another dependencies.
Is it possible?
Thanks in advanced.