ResourceExplorer.GetTypeForKind(String) Method

Definition

Get the type for $kind.

public Type GetTypeForKind (string kind);
member this.GetTypeForKind : string -> Type
Public Function GetTypeForKind (kind As String) As Type

Parameters

kind
String

$kind.

Returns

Type

type of object.

Applies to