EventInfo
MemberInfo → cs.system.reflection.EventInfo (extern class)
Implements: cs.system.runtime.interopservices._EventInfo
Instance Members
IsSpecialName: BoolIsMulticast: BoolEventHandlerType: cs.system.TypeAddEventHandler(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(): VoidMetadata
| Name | Parameters |
|---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |