Method | Description | |
---|---|---|
GetScriptStream ( string name ) : Stream |
Gets a script from the assembly.
|
|
GetScriptString ( string name ) : String |
Gets a script from the assembly.
|
public static GetScriptStream ( string name ) : Stream | ||
name | string | /// The name of the script. /// |
return | Stream |
public static GetScriptString ( string name ) : String | ||
name | string | /// The name of the script. /// |
return | String |