'宣言 Public Shared Function GetInterface( _ ByVal type As System.Type, _ ByVal interfaceName As System.String, _ ByVal ignoreCase As System.Boolean _ ) As System.Type
'使用法 Dim type As System.Type Dim interfaceName As System.String Dim ignoreCase As System.Boolean Dim value As System.Type value = Utils.GetInterface(type, interfaceName, ignoreCase)
public static System.Type GetInterface( System.Type type, System.string interfaceName, System.bool ignoreCase )
パラメータ
- type
- interfaceName
- ignoreCase