JAMS Developer Guide
EntryDependency Constructor(Int32,Severity)


MVPSI.JAMS Namespace > EntryDependency Class > EntryDependency Constructor : EntryDependency Constructor(Int32,Severity)
Create an EntryDependency element that depends on the specified entry.
Syntax
'Declaration
 
Public Function New( _
   ByVal entry As System.Integer, _
   Optional ByVal minimumSeverity As Severity _
)
'Usage
 
Dim entry As System.Integer
Dim minimumSeverity As Severity
 
Dim instance As New EntryDependency(entry, minimumSeverity)
public EntryDependency( 
   System.int entry,
   Severity minimumSeverity
)

Parameters

entry
minimumSeverity
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

Reference

EntryDependency Class
EntryDependency Members
Overload List