Skip to contents

Gets the type name of an object, given the SEXP external pointer to this .NET object.

Usage

.clrTypeNameExtPtr(extPtr)

Arguments

extPtr

external pointer to a .NET object (not a `cobjRef` S4 or a `NetObject` object)

Value

a character string, the type name

Examples

if (FALSE) {
testClassName <- getRSharpSetting("testObjectTypeName")
testObj <- newObjectFromName(testClassName)
.clrTypeNameExtPtr(testObj$pointer)
}