C# Class System.Reflection.MonoEvent.MonoEvent

Inheritance: EventInfo
Mostra file Open project: runefs/Marvin

Public Methods

Method Description
GetAddMethod ( bool nonPublic ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetRaiseMethod ( bool nonPublic ) : MethodInfo
GetRemoveMethod ( bool nonPublic ) : MethodInfo
IsDefined ( Type attributeType, bool inherit ) : bool
ToString ( ) : string

Method Details

GetAddMethod() public method

public GetAddMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return MethodInfo

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
return object[]

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
return object[]

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

GetOtherMethods() public method

public GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
return System.Reflection.MethodInfo[]

GetRaiseMethod() public method

public GetRaiseMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return MethodInfo

GetRemoveMethod() public method

public GetRemoveMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return MethodInfo

IsDefined() public method

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
return bool

ToString() public method

public ToString ( ) : string
return string