C# 클래스 Wren.Core.Objects.ObjFn

상속: Wren.Core.Objects.Obj
파일 보기 프로젝트 열기: robotii/Wren.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Arity int
Bytecode byte[]
Constants Wren.Core.Objects.Obj[]
Module ObjModule
Name string
NumConstants int
NumUpvalues int
SourceLines int[]
SourcePath ObjString

공개 메소드들

메소드 설명
ObjFn ( ObjModule module, Wren.Core.Objects.Obj constants, int numUpvalues, int arity, byte bytecode, ObjString debugSourcePath, string debugName, int sourceLines ) : Wren.Core.VM

메소드 상세

ObjFn() 공개 메소드

public ObjFn ( ObjModule module, Wren.Core.Objects.Obj constants, int numUpvalues, int arity, byte bytecode, ObjString debugSourcePath, string debugName, int sourceLines ) : Wren.Core.VM
module ObjModule
constants Wren.Core.Objects.Obj
numUpvalues int
arity int
bytecode byte
debugSourcePath ObjString
debugName string
sourceLines int
리턴 Wren.Core.VM

프로퍼티 상세

Arity 공개적으로 프로퍼티

public int Arity
리턴 int

Bytecode 공개적으로 프로퍼티

public byte[] Bytecode
리턴 byte[]

Constants 공개적으로 프로퍼티

public Obj[],Wren.Core.Objects Constants
리턴 Wren.Core.Objects.Obj[]

Module 공개적으로 프로퍼티

public ObjModule,Wren.Core.Objects Module
리턴 ObjModule

Name 공개적으로 프로퍼티

public string Name
리턴 string

NumConstants 공개적으로 프로퍼티

public int NumConstants
리턴 int

NumUpvalues 공개적으로 프로퍼티

public int NumUpvalues
리턴 int

SourceLines 공개적으로 프로퍼티

public int[] SourceLines
리턴 int[]

SourcePath 공개적으로 프로퍼티

public ObjString,Wren.Core.Objects SourcePath
리턴 ObjString