エンジンクラス
ReflectionService
*このコンテンツは、ベータ版のAI(人工知能)を使用して翻訳されており、エラーが含まれている可能性があります。このページを英語で表示するには、 こちら をクリックしてください。
概要
方法
GetClass(className: string,filter: Dictionary):ReflectedClass? |
GetClasses(filter: Dictionary):{ReflectedClass} |
GetEventsOfClass(className: string,filter: Dictionary):{ReflectedEvent} |
GetMethodsOfClass(className: string,filter: Dictionary):{ReflectedMethod} |
GetPropertiesOfClass(className: string,filter: Dictionary):{ReflectedProperty} |
APIリファレンス
方法
GetClass
パラメータ
| 既定値: "nil" |
戻り値
ReflectedClass?
GetClasses
パラメータ
| 既定値: "nil" |
戻り値
{ReflectedClass}
GetEventsOfClass
パラメータ
| 既定値: "nil" |
戻り値
{ReflectedEvent}
GetMethodsOfClass
パラメータ
| 既定値: "nil" |
戻り値
{ReflectedMethod}
GetPropertiesOfClass
パラメータ
| 既定値: "nil" |
戻り値
{ReflectedProperty}