SerializableEventInfo Members
A binary and XML serializable representation of an event.
The following tables list the members exposed by the SerializableEventInfo type.
Public Constructors
Name | Description | |
---|---|---|
SerializableEventInfo |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
DeclaringType | The declaring type of this member. (Inherited from SerializableMemberInfo) |
![]() |
Header | A unique representation of the member as a string. Uniqueness is determined by .Net naming rules. For instance, whether a member is static or not, will not be represented, as static and non-static members with same name/parameters cannot co-exist in one declaring type. And for methods, the return type will not be represented, as different methods with same name and parameters cannot co-exist in one type. (Inherited from SerializableMemberInfo) |
![]() |
IsPreConstraintCheck | whether it's a special pre-constraint check action. |
![]() |
IsPublic | Whether this is a public member. (Inherited from SerializableMemberInfo) |
![]() |
IsStatic | Whether this is a static member. (Inherited from SerializableMemberInfo) |
![]() |
Name | The simple name of this member. (Inherited from SerializableMemberInfo) |
![]() |
Parameters | The parameter types of the fire method. |
![]() |
ReturnType | The return type of the fire method, or null, if method is void. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
Equals | Overridden. Equality, based on headers. (Inherited from Object) |
![]() |
GetHashCode | Overridden. Hash code based on headers. (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() |
ToEventInfo | Convert to reflection method using type resolver. |
![]() |
ToMemberInfo | Overridden. Convert to member info. |
![]() |
ToString | Overridden. Convert to string. Returns the header. (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
SerializableEventInfo Class
Microsoft.SpecExplorer.ObjectModel Namespace