C# 클래스 SharpMod.MessageHeader

파일 보기 프로젝트 열기: txdv/sharpmod 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Destination MessageDestination
Entity System.IntPtr
FloatValue System.IntPtr
MessageType int

공개 메소드들

메소드 설명
MessageHeader ( MessageDestination destination, int messageType, IntPtr floatValue, IntPtr entity ) : System

메소드 상세

MessageHeader() 공개 메소드

public MessageHeader ( MessageDestination destination, int messageType, IntPtr floatValue, IntPtr entity ) : System
destination MessageDestination
messageType int
floatValue System.IntPtr
entity System.IntPtr
리턴 System

프로퍼티 상세

Destination 공개적으로 프로퍼티

public MessageDestination Destination
리턴 MessageDestination

Entity 공개적으로 프로퍼티

public IntPtr,System Entity
리턴 System.IntPtr

FloatValue 공개적으로 프로퍼티

public IntPtr,System FloatValue
리턴 System.IntPtr

MessageType 공개적으로 프로퍼티

public int MessageType
리턴 int