C# 클래스 Mono.Debugger.Languages.TargetEventInfo

상속: TargetMemberInfo
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Add TargetFunctionType
Raise TargetFunctionType
Remove TargetFunctionType

보호된 메소드들

메소드 설명
MyToString ( ) : string
TargetEventInfo ( TargetType type, string name, int index, bool is_static, TargetMemberAccessibility accessibility, TargetFunctionType add, TargetFunctionType remove, TargetFunctionType raise ) : System

메소드 상세

MyToString() 보호된 메소드

protected MyToString ( ) : string
리턴 string

TargetEventInfo() 보호된 메소드

protected TargetEventInfo ( TargetType type, string name, int index, bool is_static, TargetMemberAccessibility accessibility, TargetFunctionType add, TargetFunctionType remove, TargetFunctionType raise ) : System
type TargetType
name string
index int
is_static bool
accessibility TargetMemberAccessibility
add TargetFunctionType
remove TargetFunctionType
raise TargetFunctionType
리턴 System

프로퍼티 상세

Add 공개적으로 프로퍼티

public TargetFunctionType,Mono.Debugger.Languages Add
리턴 TargetFunctionType

Raise 공개적으로 프로퍼티

public TargetFunctionType,Mono.Debugger.Languages Raise
리턴 TargetFunctionType

Remove 공개적으로 프로퍼티

public TargetFunctionType,Mono.Debugger.Languages Remove
리턴 TargetFunctionType