ISfcDomain.GetType(String) メソッド

定義

指定された文字列名のドメイン内の Sfc オブジェクト クラスの System.Type を取得します。

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

パラメーター

typeName
String

返品

型オブジェクト。名前がドメイン内の型でない場合は null。

適用対象