单项选择题
A.调用MethodInfo类的IsAssembly属性。
B.调用MethodInfo类的IsVirtual属性。
C.调用MethodInfo类的IsStatic属性。
D.调用MethodInfo类的IsFamily属性。
单项选择题 您正在为新的客户端应用程序开发一个实用程序。该实用程序在屏幕上显示一个温度计,该温度计显示应用程序正在执行的进程的当前状态。您需要在屏幕上绘制一个矩形来充当温度计的背景,如相关材料中所示。此矩形必须使用渐变底纹进行填充。您应该选择哪个代码段?()
单项选择题 You create a method that runs by using the credentials of the end user. You need to use Microsoft Windows groups to authorize the user. You must add a code segment that identifies whether a user is in the local group named Clerk.Which code segment should you use?()
单项选择题 您创建了一个应用程序通过电子邮箱发送信息。在您的本地服务器上有一个有效的SMTP服务器。SMTP服务器的名称smtp.contoso.com。要测试应用程序,您使用的源地址是:me@contoso.com,并发送信息到目标地址:you@contoso.com。该代码段应该使用哪一段?()