EventInfo
MemberInfo → cs.system.reflection.EventInfo (extern class)
Implements: cs.system.runtime.interopservices._EventInfo
Instance Members
IsSpecialName: Bool
IsMulticast: Bool
EventHandlerType: cs.system.Type
AddEventHandler(target: Dynamic, handler: cs.system.Delegate): Void
Name | Type |
---|---|
target |
Dynamic |
handler |
cs.system.Delegate |
GetAddMethod(): MethodInfo
Returns |
---|
MethodInfo |
GetRaiseMethod(): MethodInfo
Returns |
---|
MethodInfo |
GetRemoveMethod(): MethodInfo
Returns |
---|
MethodInfo |
GetOtherMethods(nonPublic: Bool): cs.NativeArray<MethodInfo>
Name | Type |
---|---|
nonPublic |
Bool |
Returns |
---|
cs.NativeArray<MethodInfo> |
RemoveEventHandler(target: Dynamic, handler: cs.system.Delegate): Void
Name | Type |
---|---|
target |
Dynamic |
handler |
cs.system.Delegate |
new(): Void
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |