C# 클래스 BridgePattern.RealWord.DotNetLanguage

抽象语言类
파일 보기 프로젝트 열기: EmmaCCC/DesignPatterns

보호된 프로퍼티들

프로퍼티 타입 설명
oSPlatform IOSPlatformRunTime

공개 메소드들

메소드 설명
Run ( ) : void
SetOSPlatform ( IOSPlatformRunTime oSPlatform ) : void

设置平台(搭桥)

메소드 상세

Run() 공개 추상적인 메소드

public abstract Run ( ) : void
리턴 void

SetOSPlatform() 공개 메소드

设置平台(搭桥)
public SetOSPlatform ( IOSPlatformRunTime oSPlatform ) : void
oSPlatform IOSPlatformRunTime
리턴 void

프로퍼티 상세

oSPlatform 보호되어 있는 프로퍼티

dotnet运行时在各个平台的实现,相当于桥梁,把语言和平台联系起来
protected IOSPlatformRunTime oSPlatform
리턴 IOSPlatformRunTime