单项选择题 您编写以下代码以实现 CertkillerClass.MyMethod 函数。 public class CertkillerClass { public int MyMethod(int arg) { return arg; } } 您需要在您的程序集中不相关的类里动态调用 CertkillerClass.MyMethod 函数。 您应该使用哪个代码段?()
单项选择题 您正在编写一个用于压缩字节数组的方法。将在名为document的参数中将数组传递到此方法。您需要压缩传入的字节数组并以字节数组的形式返回结果。您应该使用哪个代码段?()
单项选择题 You are developing a method to hash data with the Secure Hash Algorithm. The data is passed to your method as a byte array named message.You need to compute the hash of the incoming parameter by using SHA1.You also need to place the result into a byte array named hash. Which code segment should you use?()