Click or drag to resize
weroSoft AG, Software
IAssemblyName Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
The IAssemblyName interface represents a side-by-side assembly name. The side-by-side assembly name consists of a set of name-value pairs that describe the side-by-side assembly. An instance of the IAssemblyName interface is obtained by calling the CreateAssemblyNameObject function.

Namespace:  WeroSoft.PlatformInvoke
Assembly:  WeroSoft.PlatformInvoke.Library (in WeroSoft.PlatformInvoke.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IAssemblyName

The IAssemblyName type exposes the following members.

Methods
  NameDescription
Public methodClone
The Clone method copies the current side-by-side assembly name to a new instance of IAssemblyName.
Public methodFinalize
he Finalize method prevents a side-by-side assembly name from being changed. After Finalize is called, additional calls to the SetProperty returns E_UNEXPECTED.
Public methodGetDisplayName
The GetDisplayName method gets a string representation of the side-by-side assembly name.
Public methodGetName
The GetName method returns the name portion of the assembly name.
Public methodGetProperty
The GetProperty method gets the value of a name-value pair in the assembly name.
Public methodGetVersion
Documentation not found.
Public methodIsEqual
The IsEqual method compares the current assembly name to another assembly name.
Public methodReserved
Documentation not found.
Public methodSetProperty
The SetProperty method adds a name-value pair to the side-by-side assembly name. This method can change or delete the value of an existing name-value pair.
Top
See Also