ISfcDomain.GetType(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.