C# Class System.Reflection.MonoEvent.MonoEvent

Inheritance: EventInfo
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode 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 méthode

public GetAddMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat MethodInfo

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

GetOtherMethods() public méthode

public GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
Résultat System.Reflection.MethodInfo[]

GetRaiseMethod() public méthode

public GetRaiseMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat MethodInfo

GetRemoveMethod() public méthode

public GetRemoveMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
Résultat MethodInfo

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string