C# 클래스 Microsoft.JScript.ArrayConstructor

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

공개 메소드들

메소드 설명
ConstructArray ( Object args ) : ArrayObject

Helper method that constructs a new JScript array and initializes it with values.

비공개 메소드들

메소드 설명
ArrayConstructor ( ) : System
ArrayConstructor ( LenientFunctionPrototype parent, LenientArrayPrototype prototypeProp ) : System
Call ( Object args, Object thisob ) : Object
Construct ( ) : ArrayObject
Construct ( Object args ) : Object
ConstructImplicitWrapper ( Array arr ) : ArrayObject
ConstructWrapper ( ) : ArrayObject
ConstructWrapper ( Array arr ) : ArrayObject
CreateInstance ( ) : ArrayObject
Invoke ( ) : ArrayObject

메소드 상세

ConstructArray() 공개 메소드

Helper method that constructs a new JScript array and initializes it with values.
public ConstructArray ( Object args ) : ArrayObject
args Object
리턴 ArrayObject