C# Class Octopus.Client.Model.DeploymentProcess.InlineScriptActionFromFileInAssembly

Inheritance: ScriptAction
Afficher le fichier Open project: OctopusDeploy/Octo.exe

Méthodes publiques

Méthode Description
GetScriptBody ( ) : string
InlineScriptActionFromFileInAssembly ( string resourceName, Assembly resourceAssembly = null ) : System

Method Details

GetScriptBody() public méthode

public GetScriptBody ( ) : string
Résultat string

InlineScriptActionFromFileInAssembly() public méthode

public InlineScriptActionFromFileInAssembly ( string resourceName, Assembly resourceAssembly = null ) : System
resourceName string
resourceAssembly System.Reflection.Assembly
Résultat System