C# Class System.Reflection.MonoEventInfo

Mostra file Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
add_method MethodInfo
attrs EventAttributes
declaring_type System.Type
name String
other_methods System.Reflection.MethodInfo[]
raise_method MethodInfo
reflected_type System.Type
remove_method MethodInfo

Private Methods

Method Description
GetEventInfo ( System.Reflection.MonoEvent ev ) : MonoEventInfo
get_event_info ( System.Reflection.MonoEvent ev, MonoEventInfo &info ) : void

Property Details

add_method public_oe property

public MethodInfo,System.Reflection add_method
return MethodInfo

attrs public_oe property

public EventAttributes attrs
return EventAttributes

declaring_type public_oe property

public Type,System declaring_type
return System.Type

name public_oe property

public String name
return String

other_methods public_oe property

public MethodInfo[],System.Reflection other_methods
return System.Reflection.MethodInfo[]

raise_method public_oe property

public MethodInfo,System.Reflection raise_method
return MethodInfo

reflected_type public_oe property

public Type,System reflected_type
return System.Type

remove_method public_oe property

public MethodInfo,System.Reflection remove_method
return MethodInfo