LogicalMethodInfo Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| BeginInvoke |
Begins an asynchronous invocation of the method represented by this LogicalMethodInfo.
|
| Create |
Overloaded.
Given an array of MethodInfo, creates an array of LogicalMethodInfo.
|
| EndInvoke |
Ends an asynchronous invocation of the method represented by the current LogicalMethodInfo.
|
| Equals |
Overloaded.
Determines whether two Object instances are equal.
(inherited from
Object)
|
| GetCustomAttribute |
Returns the first custom attribute applied to the type, if any custom attributes are applied to the type.
|
| GetCustomAttributes |
Returns the custom attributes applied to the specified type.
|
| GetHashCode |
Serves as a hash function for a particular type.
(inherited from
Object)
|
| GetType |
Gets the Type of the current instance.
(inherited from
Object)
|
| Invoke |
Invokes the method represented by the current LogicalMethodInfo.
|
| IsBeginMethod |
Returns a value indicating whether the method passed in represents a Begin method of an asynchronous invocation.
|
| IsEndMethod |
Returns a value indicating whether the method passed in represents an End method of an asynchronous invocation.
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(inherited from
Object)
|
| ToString |
Overridden.
Returns a string that represents the current LogicalMethodInfo.
|
| Name | Description | |
|---|---|---|
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from
Object)
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
Community Additions
ADD
Show: