EnvironmentLibraryService Class
Members See Also 
SourceCode.Workflow.Design Namespace : EnvironmentLibraryService Class



Glossary Item Box

Implementation for Environment Library Service

Syntax

Visual Basic (Declaration) 
Public Class EnvironmentLibraryService 
   Implements SourceCode.Framework.IEnvironmentService, IEnvironmentLibraryService 
Visual Basic (Usage)Copy Code
Dim instance As EnvironmentLibraryService
C# 
public class EnvironmentLibraryService : SourceCode.Framework.IEnvironmentService, IEnvironmentLibraryService  
C++/CLI 
public ref class EnvironmentLibraryService : public SourceCode.Framework.IEnvironmentService, IEnvironmentLibraryService  

Inheritance Hierarchy

System.Object
   SourceCode.Workflow.Design.EnvironmentLibraryService

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also