IsMsrsReference Method
Microsoft Robotics Studio
Is the specified assembly name a Global MRI Reference?
Namespace: Microsoft.Dss.Core.Utilities
Assembly: DssBase (in DssBase.dll)
Version: 1.5.507.0
Syntax
public static bool IsMsrsReference(
string assemblyName
)
'Declaration
Public Shared Function IsMsrsReference ( _
assemblyName As String _
) As Boolean
public:
static bool IsMsrsReference (
String^ assemblyName
)
Parameters
- assemblyName
String
Return Value
true if reference is a global MSRS reference; otherwise false
See Also
CodeProject Class
Microsoft.Dss.Core.Utilities Namespace