LogicalMethodInfo Methods

(see also Protected Methods )
  Name Description
Public method BeginInvoke
Begins an asynchronous invocation of the method represented by this LogicalMethodInfo.
Public method Static Create Overloaded.
Given an array of MethodInfo, creates an array of LogicalMethodInfo.
Public method EndInvoke
Ends an asynchronous invocation of the method represented by the current LogicalMethodInfo.
Public method Supported by the .NET Compact Framework Equals  Overloaded.
Determines whether two Object instances are equal.
(inherited from Object)
Public method Supported by the .NET Compact Framework GetCustomAttribute
Returns the first custom attribute applied to the type, if any custom attributes are applied to the type.
Public method Supported by the .NET Compact Framework GetCustomAttributes
Returns the custom attributes applied to the specified type.
Public method Supported by the .NET Compact Framework GetHashCode 
Serves as a hash function for a particular type.
(inherited from Object)
Public method Supported by the .NET Compact Framework GetType 
Gets the Type of the current instance.
(inherited from Object)
Public method Invoke
Invokes the method represented by the current LogicalMethodInfo.
Public method Static IsBeginMethod
Returns a value indicating whether the method passed in represents a Begin method of an asynchronous invocation.
Public method Static IsEndMethod
Returns a value indicating whether the method passed in represents an End method of an asynchronous invocation.
Public method Static Supported by the .NET Compact Framework ReferenceEquals 
Determines whether the specified Object instances are the same instance.
(inherited from Object)
Public method Supported by the .NET Compact Framework ToString Overridden.
Returns a string that represents the current LogicalMethodInfo.
Top

  Name Description
Protected method Supported by the .NET Compact Framework 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)
Protected method Supported by the .NET Compact Framework MemberwiseClone 
Creates a shallow copy of the current Object.
(inherited from Object)
Top

Community Additions

ADD
Show: