NevronOpenVision
Nevron.Nov.Diagram Namespace / NLibraryDocument Class / FromResource Method
Assembly in which to search for the resource with the given name.
The name of the embedded .NET resource.
In This Topic
    FromResource Method (NLibraryDocument)
    In This Topic
    Loads a library document from an embedded .NET resource.
    Syntax
    public static NLibraryDocument FromResource( 
       System.Reflection.Assembly assembly,
       System.string resourceName
    )

    Parameters

    assembly
    Assembly in which to search for the resource with the given name.
    resourceName
    The name of the embedded .NET resource.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also