IsInstanceOfClass (inline)
Syntax
public const string enginedll = @"engine.dll"; public const string enginedll = @"engine.dll"; public static bool IsInstanceOfClass(Int64 owlInstance, string name) { return IsKindOfClass(GetInstanceClass(owlInstance), GetClassByName(GetModel(owlInstance), name)); } public const string enginedll = @"engine.dll"; public static bool IsInstanceOfClass(Int64 owlInstance, byte[] name) { return IsKindOfClass(GetInstanceClass(owlInstance), GetClassByName(GetModel(owlInstance), name)); }