TLIApplicationClass.ClassInfoFromObject Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Namespace: TLI
Assembly: Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)
Syntax
'Declaration
Public Overridable Function ClassInfoFromObject ( _
Object As Object _
) As TypeInfo
'Usage
Dim instance As TLIApplicationClass
Dim Object As Object
Dim returnValue As TypeInfo
returnValue = instance.ClassInfoFromObject(Object)
public virtual TypeInfo ClassInfoFromObject(
Object Object
)
public:
virtual TypeInfo^ ClassInfoFromObject(
[InAttribute] Object^ Object
)
public function ClassInfoFromObject(
Object : Object
) : TypeInfo
Parameters
- Object
Type: System.Object
Return Value
Type: TLI.TypeInfo
Implements
_TLIApplication.ClassInfoFromObject(Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.