|
AssemblyInfoGetEmbeddedResource Method
|
Gets the specified embedded resource from the assembly.
Namespace: GSF.ReflectionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
SyntaxPublic Function GetEmbeddedResource (
resourceName As String
) As Stream
member GetEmbeddedResource :
resourceName : string -> Stream
function GetEmbeddedResource(resourceName);
View SourceParameters
- resourceName String
- The full name (including the namespace) of the embedded resource to get.
Return Value
StreamThe embedded resource.
See Also