Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Specified the Module origin #2602

Open
Open
@99rsuzuki

Description

@99rsuzuki

Hi,

I have to import two assemblies with the same Namespace, the difference is the version and methods inside each one.

`
sys.path.append("dll_path_1")
clr.AddReference("test1.dll") #-> It has the namespace as MAINCLASS

sys.path.append("dll_path_2")
clr.AddReference("test2.dll") #-> It has the namespace as MAINCLASS
`

I am not able to specified from which reference I want to call, it always calls the method from the first reference added.

from MAINCLASS import ( # It always calls from the test1.dll ... )

Is it possible to add a reference with alias or import the Namespace with alias?
Is there any other solution for it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp