C# 클래스 Brunet.Simulator.Transport.SimulationTransportAddressOther

This is a dummy class so that we can support multiple SimELs in the same address space, in the same simulation without them overlapping. TAs of the form b:so://ID.
상속: SimulationTransportAddress
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 메소드들

메소드 설명
Enable ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
SimulationTransportAddressOther ( int id ) : System
SimulationTransportAddressOther ( string s ) : System

비공개 메소드들

메소드 설명
Create ( string s ) : TransportAddress
SimulationTransportAddressOther ( ) : System

메소드 상세

Enable() 정적인 공개 메소드

static public Enable ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SimulationTransportAddressOther() 공개 메소드

public SimulationTransportAddressOther ( int id ) : System
id int
리턴 System

SimulationTransportAddressOther() 공개 메소드

public SimulationTransportAddressOther ( string s ) : System
s string
리턴 System