Class AddinExecution

This class manages executing a .NET method in a .NET assembly

System.Object
  System.MarshalByRefObject
    Westwind.wwReflection.AddinExecution
public class AddinExecution : MarshalByRefObject

Class Members

MemberDescription

Constructor

Error

ErrorMessage

Execute

The Actual worker method

public bool Execute( string AssemblyFile,
    string Typename,
    string Method,
    object Parameter );

Requirements

Namespace: Westwind.wwReflection
Assembly: wwReflection.DLL

© West Wind Techologies, 1996-2023 • Updated: 07/31/07
Comment or report problem with topic