使用FileStream类以独占方式打开文件,FileShare需要使用( )。
A. None
B. Read
C. ReadWrite
D. Write
在C#程序中要显示一个消息为:This is a test,标题为;hello的消息框正确的语句应该是:( )
A. MessageBox.show(“This is a test:,”hello”)
B. MessageBox(“This is a test:,”hello”)
C. MessageBox.show(”hello”,“This is a test
E. MessageBox(”hello”,“This is a test