FileInformation.IsDotNetAssembly

Syntax

FileInformation.IsDotNetAssembly

Data Type

Boolean

Purpose

Returns True if the file is a .NET assembly.

Remarks

Use this property to determine whether you can use the file to specify the assembly for a DotNetModule object.

This property returns an error if TestStand cannot locate the file when TestStand first attempts to access the file. Use the FileInformation.FileExists property to determine whether the file is available.

See Also

DotNetModule

DotNetModule.SetAssembly

Engine.GetFileInformation

FileInformation.FileExists