Searched refs:objectToSetOn (Results 1 – 1 of 1) sorted by relevance
749 …private void SetPropertiesAndConnectInterrupts(object objectToSetOn, IEnumerable<Syntax.Attribute>… in SetPropertiesAndConnectInterrupts() argument751 var objectType = objectToSetOn.GetType(); in SetPropertiesAndConnectInterrupts()762 …attribute.Property.GetSetMethod().Invoke(objectToSetOn, new[] { ConvertFromValue(attribute.Propert… in SetPropertiesAndConnectInterrupts()795 …O)GetGpioProperties(objectType).Single(x => x.Name == irqEnd.PropertyName).GetValue(objectToSetOn); in SetPropertiesAndConnectInterrupts()806 var connections = ((INumberedGPIOOutput)objectToSetOn).Connections; in SetPropertiesAndConnectInterrupts()