- 1、本文档共25页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
Module3:WorkingwithComponents
OverviewAnIntroductiontoKey.NETFrameworkDevelopmentTechnologiesCreatingaSimple.NETFrameworkComponentCreatingaSimpleConsoleClientCreatinganASP.NETClient
AnIntroductiontoKey.NETFrameworkDevelopmentTechnologiesWindowsFormsWebFormsXMLWebServices
CreatingaSimple.NETFrameworkComponentUsingNamespacesandDeclaringtheClassCreatingtheClassImplementationImplementingStructuredExceptionHandlingCreatingaPropertyCompilingtheComponent
UsingNamespacesandDeclaringtheClassCreateaNewNamespaceDeclaretheClassImportsSystemNamespaceCompVBEndNamespacePublicClassStringComponentEndClass
CreatingtheClassImplementationDeclareaPrivateFieldofTypeArrayofFourStringElementsCreateaPublicDefaultConstructorInitializethestringSetArraywithStringsstringSet(0)=VBString0stringSet(1)=VBString1…PrivatestringSet(3)AsStringPublicSubNew()
ImplementingStructuredExceptionHandlingImplementtheGetStringMethodCreateandThrowaNewObjectofTypeIndexOutOfRangeExceptionExceptionsMayBeCaughtbytheCallerinTry,Catch,FinallyblockStructuredExceptionHandlingReplacesHRESULT-BasedErrorHandlinginCOMPublicFunctionGetString(ByValindexAsInteger)AsString…EndFunctionIf((index0)Or(index=stringSet.Length))ThenThrowNewIndexOutOfRangeException()EndIfReturnstringSet(index)
CreatingaPropertyCreateaRead-OnlyCountPropertytoGettheNumberofStringElementsinthestringSetArrayPublicReadOnlyPropertyCount()AsIntegerGetReturnstringSet.LengthEndGetEndProperty
CompilingtheComponentUsethe/target:librarySwitchtoCreateaDLLOtherwise,anexecutablewitha.dllfileextensioniscreatedinsteadofaDLLlibraryvbc/out:CompVB.dll/target:libraryCompVB.vb
Lab3.1:Creatinga.NETFrameworkComponent
CreatingaSimpleConsoleClientUsingtheLibrariesInstantiatingtheComponentCallingtheComponentBuildingtheClient
Usingthe
您可能关注的文档
- 新课标unit9 like music that can dance to sectionb1a-1d课件共音频.pptx
- 描述过去变化-阳性口语直播能力.pdf
- 人教版英语七级下册unit 8样品课件份section a 1.pdf
- 牛津英语课件老版writing.pptx
- 2024年形势与政策第三讲-走好新时代科技自立自强之路.pdf
- 第五章-发展全过程人民民主-保障人民当家作主-2023春形势与政策.pptx
- 2024春形势与政策-走好新时代科技自立自强之路课件.pdf
- 第五章-发展全过程人民民主-保障人民当家作主-2023春形势与政策.pdf
- AI智能+智慧工厂厂区整体解决方案.pptx
- 2024春形势与政策-全面认识全过程人民民主.pdf
- DeepSeek培训课件入门宝典:第2册 开发实战篇 .pptx
- 全面认识全过程人民民主-2024春形势与政策课件.pptx
- 2024春形势与政策-全面认识全过程人民民主.pptx
- 2025年春季学期形势与政策第二讲-中国经济行稳致远讲稿.docx
- 2024春形势与政策-铸牢中华民族共同体意识课件.pdf
- 2024春形势与政策-走好新时代科技自立自强之路课件 (2).pptx
- 2024春形势与政策-走好新时代科技自立自强之路课件.pptx
- 形势与政策学习指导教学-整套课件.pdf
- 2023年春季形势与政策讲稿第三讲-开创高质量发展新局面.pdf
- DeepSeek培训课件-清华大学-DeepSeek模型本地部署与应用构建.pptx
文档评论(0)