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?
0