C# 클래스 System.Xml.Xsl.Runtime.EarlyBoundInfo

This class contains information about early bound function objects.
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
CreateObject ( ) : object

Create an instance of the early bound object.

EarlyBoundInfo ( string namespaceUri, ConstructorInfo constrInfo ) : System
Equals ( object obj ) : bool

Override Equals method so that EarlyBoundInfo to implement value comparison.

GetHashCode ( ) : int

Override GetHashCode since Equals is overriden.

메소드 상세

CreateObject() 공개 메소드

Create an instance of the early bound object.
public CreateObject ( ) : object
리턴 object

EarlyBoundInfo() 공개 메소드

public EarlyBoundInfo ( string namespaceUri, ConstructorInfo constrInfo ) : System
namespaceUri string
constrInfo System.Reflection.ConstructorInfo
리턴 System

Equals() 공개 메소드

Override Equals method so that EarlyBoundInfo to implement value comparison.
public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

Override GetHashCode since Equals is overriden.
public GetHashCode ( ) : int
리턴 int