Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Retrieves information about an assembly when using managed code in the .NET Framework common language runtime.
When to implement
This class is implemented by COM+.
| Requirement | Value |
|---|---|
| CLSID | GUID_AssemblyLocator |
| ProgID | L"System.EnterpriseServices.Internal.AssemblyLocator" |
| Interfaces | IAssemblyLocator |
When to use
Use this class to access the methods of IAssemblyLocator.
Remarks
To create this object, call CoCreateInstance.
To use this class from Microsoft Visual Basic, add a reference to the COM+ Services Type Library. A ClrAssemblyLocator object can be declared using "COMSVCSLib.ClrAssemblyLocator" as the class name.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows XP with SP1 [desktop apps only] |
| Minimum supported server |
Windows Server 2003 [desktop apps only] |
| Header |
|