Share

IStandardObjectProvider.ThisAssembly Property

Provides functions for managing components, patterns, and constraints in an assembly. If this property is used during the lifetime of the object that contains it, then the Dispose method should be called on the containing object.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

ReadOnly Property ThisAssembly As IManagedAssembly
	Get

C#

IManagedAssembly ThisAssembly { get; }

Return Value

Type: IManagedAssembly

See Also

Reference

Was this information helpful?