Click or drag to resize

MessageHelper Class

메시지 전송 클래스
Inheritance Hierarchy
SystemObject
  VIZZARD.Utility.MessageMessageHelper

Namespace:  VIZZARD.Utility.Message
Assembly:  VIZZARD.Utility (in VIZZARD.Utility.dll) Version: 1.1.20.325 (1.1.20.325)
Syntax
C#
public class MessageHelper

The MessageHelper type exposes the following members.

Constructors
  NameDescription
Public methodMessageHelper
생성자
Top
Methods
  NameDescription
Public methodAddFile(String)
전체 프로세스(VIZZARD)에 모델 파일 추가 메시지 전송
Public methodAddFile(Int32, String)
지정된 프로세스(VIZZARD)에 모델 파일 추가 메시지 전송
Public methodAddFileAndShow(String)
전체 프로세스(VIZZARD)에 모델 파일 추가 및 조회 메시지 전송
Public methodAddFileAndShow(Int32, String)
지정된 프로세스(VIZZARD)에 모델 파일 추가 및 조회 메시지 전송
Public methodCloseFile
전체 프로세스(VIZZARD)에 열려진 모델 닫기 메시지 전송
Public methodCloseFile(Int32)
지정된 프로세스(VIZZARD)에 열려진 모델 닫기 메시지 전송
Public methodGetVIZZARD
VIZZARD Process List 반환
Public methodIsRunning
구동중인 VIZZARD 프로세스 확인
Public methodOpenFile(String)
전체 프로세스(VIZZARD)에 모델 파일 열기 메시지 전송
Public methodOpenFile(Int32, String)
지정된 프로세스(VIZZARD)에 모델 파일 열기 메시지 전송
Public methodOpenFileAndShow(String)
전체 프로세스(VIZZARD)에 모델 파일 열기 및 조회 메시지 전송
Public methodOpenFileAndShow(Int32, String)
지정된 프로세스(VIZZARD)에 모델 파일 열기 및 조회 메시지 전송
Top
See Also