Youaredevelopingaclasslibrary.Portionsofyourcodeneedtoaccesssystemenvironmentvariables.YouneedtoforcearuntimeSecurityExceptiononlywhencallersthatarehigherinthecallstackdonothavethenecessarypermissions.Whichcallmethodshouldyouuse?()A.set.Demand();B.set.Ass

题目

Youaredevelopingaclasslibrary.Portionsofyourcodeneedtoaccesssystemenvironmentvariables.YouneedtoforcearuntimeSecurityExceptiononlywhencallersthatarehigherinthecallstackdonothavethenecessarypermissions.Whichcallmethodshouldyouuse?()

A.set.Demand();

B.set.Assert();

C.set.PermitOnly();

D.set.Deny();


相似考题
参考答案和解析
参考答案:A