C# 클래스 DArgumentInfo, dbus-sharp

파일 보기 프로젝트 열기: brookpatten/dbus-sharp

공개 프로퍼티들

프로퍼티 타입 설명
ArgType DTypeInfo,
Direction DArgumentDirection
Name string

공개 메소드들

메소드 설명
DArgumentInfo ( DTypeInfo, argType ) : System
DArgumentInfo ( string name, DTypeInfo, argType ) : System
DArgumentInfo ( string name, DTypeInfo, argType, DArgumentDirection direction ) : System

메소드 상세

DArgumentInfo() 공개 메소드

public DArgumentInfo ( DTypeInfo, argType ) : System
argType DTypeInfo,
리턴 System

DArgumentInfo() 공개 메소드

public DArgumentInfo ( string name, DTypeInfo, argType ) : System
name string
argType DTypeInfo,
리턴 System

DArgumentInfo() 공개 메소드

public DArgumentInfo ( string name, DTypeInfo, argType, DArgumentDirection direction ) : System
name string
argType DTypeInfo,
direction DArgumentDirection
리턴 System

프로퍼티 상세

ArgType 공개적으로 프로퍼티

public DTypeInfo, ArgType
리턴 DTypeInfo,

Direction 공개적으로 프로퍼티

public DArgumentDirection Direction
리턴 DArgumentDirection

Name 공개적으로 프로퍼티

public string Name
리턴 string