C# 클래스 Microsoft.JScript.ScriptFunction

상속: JSObject
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ilength int

공개 메소드들

메소드 설명
ToString ( ) : String

보호된 메소드들

메소드 설명
GetPrototypeForConstructedObject ( ) : ScriptObject
ScriptFunction ( ScriptObject parent, String name ) : System

비공개 메소드들

메소드 설명
Call ( Object args, Object thisob ) : Object
Call ( Object args, Object thisob, Binder binder, CultureInfo culture ) : Object
Call ( Object args, Object thisob, ScriptObject enclosing_scope, Closure calleeClosure, Binder binder, CultureInfo culture ) : Object
Construct ( Object args ) : Object
CreateInstance ( ) : Object
GetClassName ( ) : String
GetNumberOfFormalParameters ( ) : int
HasInstance ( Object ob ) : bool
Invoke ( Object thisob ) : Object
InvokeMember ( String name, BindingFlags invokeAttr, Binder binder, Object target, Object args, ParameterModifier modifiers, CultureInfo culture, String namedParameters ) : Object
ScriptFunction ( ScriptObject parent ) : System
ScriptFunction ( ScriptObject parent, String name, int length ) : System

메소드 상세

GetPrototypeForConstructedObject() 보호된 메소드

protected GetPrototypeForConstructedObject ( ) : ScriptObject
리턴 ScriptObject

ScriptFunction() 보호된 메소드

protected ScriptFunction ( ScriptObject parent, String name ) : System
parent ScriptObject
name String
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

ilength 보호되어 있는 프로퍼티

protected int ilength
리턴 int