Closed GoogleCodeExporter closed 9 years ago
The ByteCodeType cache only gets filled with class information extracted from
the loaderInfo.bytes ByteArray.
If you want to reflect the generated class, use
Type.forName("com.app.aspects.AspectTest",
FlexGlobals.topLevelApplication.loaderInfo.applicationDomain) to retrieve the
regular reflection data.
cheers,
Roland
Original comment by ihatelivelyids
on 29 Aug 2012 at 5:16
Original comment by ihatelivelyids
on 29 Aug 2012 at 5:16
Original comment by ihatelivelyids
on 29 Aug 2012 at 5:16
Original issue reported on code.google.com by
andres.l...@gmail.com
on 28 Aug 2012 at 9:53