C# 클래스 System.Web.Script.Services.LogicalTypeInfo.LogicalMethodInfo

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
GenerateMethod ( StringBuilder proxy, bool isPrototype, bool isPage ) : void
GetParameterTypes ( ) : IEnumerable
Invoke ( HttpRequest request, HttpResponse response ) : void

보호된 메소드들

메소드 설명
LogicalMethodInfo ( LogicalTypeInfo typeInfo, MethodInfo method ) : System

비공개 메소드들

메소드 설명
GenerateParameters ( bool isMap ) : string

메소드 상세

GenerateMethod() 공개 메소드

public GenerateMethod ( StringBuilder proxy, bool isPrototype, bool isPage ) : void
proxy StringBuilder
isPrototype bool
isPage bool
리턴 void

GetParameterTypes() 공개 메소드

public GetParameterTypes ( ) : IEnumerable
리턴 IEnumerable

Invoke() 공개 추상적인 메소드

public abstract Invoke ( HttpRequest request, HttpResponse response ) : void
request HttpRequest
response HttpResponse
리턴 void

LogicalMethodInfo() 보호된 메소드

protected LogicalMethodInfo ( LogicalTypeInfo typeInfo, MethodInfo method ) : System
typeInfo LogicalTypeInfo
method System.Reflection.MethodInfo
리턴 System