Options

Is it possible use from C\AL dot net class fields?

da_nealda_neal Member Posts: 76
For example i try use System.Reflection.Emit.ILGenerator for creating dynamic assembly.
But i can not write ILGenerator.Emit(OpCodes.Ret) because C\Al not show fields from class System.Reflection.Emit.OpCodes (Ret it is one of the class fields).
Is it way to do this in C\AL or it is impossible?
Sign In or Register to comment.