Is there any equivalent of C#'s Assembly.GetExecutingAssembly() in ActionScript 3? I am attempting to iterate over each class in a namespace that implements a specific interface.
Is there any equivalent of C#'s Assembly.GetExecutingAssembly() in ActionScript 3? I am attempting to iterate over each class in a namespace that implements a specific interface.