C# 클래스 iSpyApplication.Server.RemoteCommandEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: ispysoftware/iSpy

공개 프로퍼티들

프로퍼티 타입 설명
Command string
ObjectId int
ObjectTypeId int

공개 메소드들

메소드 설명
RemoteCommandEventArgs ( string command, int objectid, int objecttypeid ) : System

메소드 상세

RemoteCommandEventArgs() 공개 메소드

public RemoteCommandEventArgs ( string command, int objectid, int objecttypeid ) : System
command string
objectid int
objecttypeid int
리턴 System

프로퍼티 상세

Command 공개적으로 프로퍼티

public string Command
리턴 string

ObjectId 공개적으로 프로퍼티

public int ObjectId
리턴 int

ObjectTypeId 공개적으로 프로퍼티

public int ObjectTypeId
리턴 int