Returns the contents of the embedded script.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string GetEmbeddedJs(
	string name,
	Assembly assembly
)
Visual Basic
Public Shared Function GetEmbeddedJs ( 
	name As String,
	assembly As Assembly
) As String
Visual C++
public:
static String^ GetEmbeddedJs(
	String^ name, 
	Assembly^ assembly
)
F#
static member GetEmbeddedJs : 
        name : string * 
        assembly : Assembly -> string 

Parameters

name
Type: System..::..String
Script name.
assembly
Type: System.Reflection..::..Assembly
Calling assembly.

Return Value

Type: String
Contents of the script.

See Also