ScriptDependency Constructor (String, String)
Initializes a new instance of the ScriptDependency class based on a script dependency.
Namespace: Microsoft.PerformancePoint.Scorecards.Script
Assembly: Microsoft.PerformancePoint.Scorecards.Script (in Microsoft.PerformancePoint.Scorecards.Script.dll)
Syntax
'Declaration
Public Sub New ( _
scriptLocation As String, _
assemblyName As String _
)
'Usage
Dim scriptLocation As String
Dim assemblyName As String
Dim instance As New ScriptDependency(scriptLocation, _
assemblyName)
public ScriptDependency(
string scriptLocation,
string assemblyName
)
Parameters
scriptLocation
Type: System.StringThe relative path of the script file, or the identifier of the script file when it is embedded as a resource in an assembly.
assemblyName
Type: System.Stringa null reference (Nothing in Visual Basic) if scriptLocation is a relative path, or the name of the assembly that contains the script.