C# 클래스 NWiretap.Instruments.InstrumentBase

상속: IInstrument
파일 보기 프로젝트 열기: drdk/nwiretap

보호된 프로퍼티들

프로퍼티 타입 설명
SyncRoot object

공개 메소드들

메소드 설명
GetMeasurement ( ) : InstrumentMeasurementBase

보호된 메소드들

메소드 설명
InstrumentBase ( Type owningType, string instrumentGroup, string instrumentName ) : System

메소드 상세

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

public abstract GetMeasurement ( ) : InstrumentMeasurementBase
리턴 InstrumentMeasurementBase

InstrumentBase() 보호된 메소드

protected InstrumentBase ( Type owningType, string instrumentGroup, string instrumentName ) : System
owningType System.Type
instrumentGroup string
instrumentName string
리턴 System

프로퍼티 상세

SyncRoot 보호되어 있는 프로퍼티

protected object SyncRoot
리턴 object