单项选择题
You work as an application developer at Certkiller .com. You would like to create a custom performance counter for an application that you created recently.
To do this, you decide to create a custom category named ApplicationPerformance and a performance counter named HitNumber.You need to ensure that this counter is shared across numerous applications. What should you do?()
A.A
B.B
C.C
D.D
相关考题
-
多项选择题
Youaredevelopinganapplicationtocreateanewfileonthelocalfilesystem.Youneedtodefinespecificsecuritysettingsforthefile.Youmustdenythefileinheritanceofanydefaultsecuritysettingsduringcreation.Whatshouldyoudo?()
A.Create the file by using a new FileStream object by passing the FileSecurity object as a parameter to the FileStream constructor.
B.Create a new FileSecurity object.
C.Apply the permissions by using the File class.
D.Create a new FileSystem Access Rule object for each permission that you need,and add each rule to the FileSecurity object.
E.Create a new FileSystem Audit Rule object and add it to the FileSecurity object. -
单项选择题
You work as an application developer at Certkiller .com. Certkiller .com is currently using a performance counter named HitCounter. You are required to increment each time a user accesses the UI classes within the application. To do this, you start by creating performance counters using the following code: You have to adjust the HitCounter performance counter when a hit occurs. What should you do?()
A.A
B.B
C.C
D.D -
单项选择题
你到变量中存储数值高达2,100,000,000的过程中,可能需要存储使用负值。NET Framework2.0应用程序。您需要优化内存使用情况你应该做什么?()
A.Int32
B.UInt16
C.UInt32
D.Int16
