Responder Developer Guide
Program Class
Members 


Product Availability
Required Licenses
.NET Assembly
Represents a long-running or interactive program.
Object Model
Program Class
Syntax
'Declaration
 
Public Class Program 
   Inherits System.MarshalByRefObject
'Usage
 
Dim instance As Program
public class Program : System.MarshalByRefObject 
Remarks
If you simply want to execute a program that will run and terminate then it makes sense to simply use the Process class. However, the Process class doesn't provide the necessary tools for working with a long-running or interactive program.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Miner.Responder.WindowsService.Program

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Program Members
Miner.Responder.WindowsService Namespace

 

 


Send Comment