C# 클래스 TPConfAddin.GlobalResourceClass

国际化资源获取
파일 보기 프로젝트 열기: eSDK/esdk_OutlookPlugin

공개 메소드들

메소드 설명
Is64BitnessOutlook ( ) : bool
IsOutLook2013 ( ) : bool
getLanguage ( ) : string
getMsg ( string MsgId ) : string
getMsg ( string MsgId, int number ) : string

비공개 메소드들

메소드 설명
GetOfficeLanguage ( string officeVersion ) : int

从注册表获取office版本

메소드 상세

Is64BitnessOutlook() 공개 정적인 메소드

public static Is64BitnessOutlook ( ) : bool
리턴 bool

IsOutLook2013() 공개 정적인 메소드

public static IsOutLook2013 ( ) : bool
리턴 bool

getLanguage() 공개 정적인 메소드

public static getLanguage ( ) : string
리턴 string

getMsg() 공개 정적인 메소드

public static getMsg ( string MsgId ) : string
MsgId string
리턴 string

getMsg() 공개 정적인 메소드

public static getMsg ( string MsgId, int number ) : string
MsgId string
number int
리턴 string