ISfcDomain.GetType(String) Method

Definition

Get the System.Type of the Sfc object class within the domain for the given string name.

public Type GetType (string typeName);
abstract member GetType : string -> Type
Public Function GetType (typeName As String) As Type

Parameters

typeName
String

Returns

The type object, or null if the name is not a type in the domain.

Applies to