Question:When using version 3.5 of the framework in applications which emit a dynamic code, which of the following are true? 

A A Partial trust code can not emit and execute a code 

B The generated code has no more permissions than the assembly which emitted it. 

C It can be executed by calling System.Reflection.Emit.DynamicMethod( string name, Type returnType, Type[] parameterTypes ) without any special permissions 

D None of these 

+ Answer
+ Report
Total Preview: 461

Copyright © 2024. Powered by Intellect Software Ltd