Class clsModulos
Classe que manipula a informação dos modulos no registry PRIMAVERA.
Inheritance
System.Object
clsModulos
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: AdmEngine100
Assembly: AdmEngine100.dll
Syntax
[ComVisible(true)]
[Guid("14D32774-DD4A-4825-944E-3E97F100F621")]
[ClassInterface(ClassInterfaceType.None)]
public class clsModulos
Constructors
clsModulos()
Declaration
public clsModulos()
Methods
ModulosInstalados()
Função que devolve a lista de módulos instalados. Devolve apenas um array de strings.
Declaration
public string[] ModulosInstalados()
Returns
Type | Description |
---|---|
System.String[] |
ModulosShell()
Função que devolve a lista de módulos integrados na shell. Devolve apenas um array de strings.
Declaration
public string[] ModulosShell()
Returns
Type | Description |
---|---|
System.String[] |