Câu 38: 70-483: MCSD Programming in C
You are developing code for an application that retrieves information about Microsoft .NET Framework assemblies. The following code segment is part of the application (line numbers are included for reference only): You need to insert code at line 04. The code must load the assembly. Once the assembly is loaded, the co…
Nội dung câu hỏi
You are developing code for an application that retrieves information about Microsoft .NET Framework assemblies. The following code segment is part of the application (line numbers are included for reference only): You need to insert code at line 04. The code must load the assembly. Once the assembly is loaded, the code must be able to read the assembly metadata, but the code must be denied access from executing code from the assembly. Which code segment should you insert at line 04?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Assembly.ReflectionOnlyLoadFrom(bytes);
- B. Assembly.ReflectionOniyLoad(bytes);
- C. Assembly.Load(bytes); — đáp án hiện tại
- D. Assembly.LoadFrom(bytes);
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.