WeatherMakerEditorUtilityTypeExists Method |
Check if a type exists
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static bool TypeExists(
string type
)
Public Shared Function TypeExists (
type As String
) As Boolean
public:
static bool TypeExists(
String^ type
)
static member TypeExists :
type : string -> bool
Parameters
- type
- Type: SystemString
Full type name (not including assembly)
Return Value
Type:
BooleanTrue if type exists, false otherwise
See Also