====== ThinkGeo.MapSuite.Portable.PclParameterizedThreadStart ====== ===== Inheritance Hierarchy ===== *System.Object *System.Delegate *System.MulticastDelegate ***ThinkGeo.MapSuite.Portable.PclParameterizedThreadStart** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} PclParameterizedThreadStart(Object,IntPtr) ** * //N/A// == Remarks == * //N/A// == Parameters == * //object// * Type:Object * Description:N/A * //method// * Type:IntPtr * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Invoke(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //o// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} BeginInvoke(Object,AsyncCallback,Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IAsyncResult * Description:N/A == Parameters == * //o// * Type:Object * Description:N/A * //callback// * Type:AsyncCallback * Description:N/A * //object// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} EndInvoke(IAsyncResult) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //result// * Type:IAsyncResult * Description:N/A
** {{wiki:PublicMethod.gif|}} GetObjectData(SerializationInfo,StreamingContext) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //info// * Type:SerializationInfo * Description:N/A * //context// * Type:StreamingContext * Description:N/A
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetInvocationList() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Delegate[] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} DynamicInvoke(Object[]) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == * //args// * Type:Object[] * Description:N/A
** {{wiki:PublicMethod.gif|}} Clone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} IsUnmanagedFunctionPtr() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} InvocationListLogicallyNull() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} NewMulticastDelegate(Object[],Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:MulticastDelegate * Description:N/A == Parameters == * //invocationList// * Type:Object[] * Description:N/A * //invocationCount// * Type:Int32 * Description:N/A
** {{wiki:ProtectedMethod.gif|}} StoreDynamicMethod(MethodInfo) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //dynamicMethod// * Type:MethodInfo * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CombineImpl(Delegate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Delegate * Description:N/A == Parameters == * //follow// * Type:Delegate * Description:N/A
** {{wiki:ProtectedMethod.gif|}} RemoveImpl(Delegate) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Delegate * Description:N/A == Parameters == * //value// * Type:Delegate * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetTarget() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetMethodImpl() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:MethodInfo * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} DynamicInvokeImpl(Object[]) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == * //args// * Type:Object[] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetMulticastInvoke() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IntPtr * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} GetInvokeMethod() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IntPtr * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} FindMethodHandle() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IRuntimeMethodInfo * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} AdjustTarget(Object,IntPtr) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IntPtr * Description:N/A == Parameters == * //target// * Type:Object * Description:N/A * //methodPtr// * Type:IntPtr * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetCallStub(IntPtr) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:IntPtr * Description:N/A == Parameters == * //methodPtr// * Type:IntPtr * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Method ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:MethodInfo ** {{wiki:PublicProperty.gif|}} Target ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object ==== Protected Properties ==== ==== Public Events ====